MetaTensor for Digital Pathology #4734
Replies: 4 comments 12 replies
-
@drbeh I would distinguish between tile-specific and slide/case and metadata. For brightfield tiles I think minimum metadata is
Aside from magnification these are not necessary for most (all?) tile-level transforms I can think of. Other metadata that is not tile-specific can be stored at the slide level and linked using These answers are more complex for fluorescence imaging. |
Beta Was this translation helpful? Give feedback.
-
To note my point from today's meeting - "location" needs to be linked to a specific magnification / level. It could be the current tile magnification (possibly after transformations), the original tile magnification, or the scan magnification of the slide or something else. It just needs to be documented or returned in a way that makes this clear. |
Beta Was this translation helpful? Give feedback.
-
@cooperlab @shaneahmed here is the proposal for pathology MetaTensor properties. For now let's focus on Here I have added
|
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
MetaTensor
is officially released in MONAI v0.9, which is a simple yet elegant way to handle metadata along with the image in the same object. Currently, the use cases are more focused on radiology transforms, and apart from some general purposed attributes and properties likemeta
andarray
, there are properties likeaffine
that are most commonly used in 3D transformation and thus application in MRI and CT for instance. As we discussed in the last MONAI Pathology WG meeting, it would be interesting to take the same approach for digital pathology components. Below you can find more information about MetaTensor.We have discussed about the most important metadata to carry on along the image for AI pipelines of digital pathology, and
magnification
of the image, andlocation
of the patches came up as the must have in many use cases. Also magnificationlevel
is practically important although it can be inferred from the magnification. Moreover, encapsulating thecuImage
object into MetaTensor were suggested to be of interest for pathology use cases.I am opening up this discussion here to a broader community to get more feedback on how we can leverage the most
MetaTensor
in AI for digital pathology.cc: @cooperlab @shaneahmed @manthey @JHancox @jeffbaumes
Beta Was this translation helpful? Give feedback.
All reactions