You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
Swin-UNETR was originally designed for 3D medical image segmentation, using Swin Transformers for effective feature extraction. However, there is currently no implementation of this model available on Keras Hub.
MONAI provides Swin-UNETR for both 2D and 3D segmentation tasks, offering a well-optimized framework for medical image analysis. Having Swin-UNETR to Keras Hub would make it easier for users to apply it with torch backend in MONAI workflows.
Do we have some indication of how many downloads/users this model has today? I would think that it is lower priority than, say, qwen, which we are working on adding now. But I don't have a clear read on it's popularit.
Is the main task a segmentation task essentially? How well does fit with the high level abstractions we have in Keras today?
Assigning to @divyashreepathihalli for thoughts, she's been maintaining our model wish list.
@mattdangerw
I don’t have specific data on the number of users, downloads, or the overall popularity of this model. One potential way to gauge its impact could be through citations. To my knowledge, this model was originally developed by NVIDIA for 3D medical imaging tasks. Through MONAI, it can also be applied to both 2D and 3D segmentation tasks, particularly in the medical imaging domain.
Currently, I’ve successfully converted the model from MONAI to Keras 3. A key requirement for this model is the use of a Video Swin Transformer as the backbone (for 3D applications) combined with UNETR’s decoder. While the model can be used with MONAI pipelines, pure PyTorch, or PyTorch Lightning when using the Torch backend. Supporting it across all backends in Keras will require implementing several additional methods, i.e. sliding_window_inference, resample depth for volumetric data etc.
Is your feature request related to a problem? Please describe.
Swin-UNETR was originally designed for 3D medical image segmentation, using Swin Transformers for effective feature extraction. However, there is currently no implementation of this model available on Keras Hub.
MONAI provides Swin-UNETR for both 2D and 3D segmentation tasks, offering a well-optimized framework for medical image analysis. Having Swin-UNETR to Keras Hub would make it easier for users to apply it with
torch
backend in MONAI workflows.Describe the solution you'd like
Paper of Swin-UNETR: https://arxiv.org/abs/2201.01266
Cited by (until now): 1341
Additional context
The text was updated successfully, but these errors were encountered: