Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add MedNeXt model architectures within MONAI #7786

Open
surajpaib opened this issue May 21, 2024 · 2 comments
Open

Add MedNeXt model architectures within MONAI #7786

surajpaib opened this issue May 21, 2024 · 2 comments

Comments

@surajpaib
Copy link
Contributor

Is your feature request related to a problem? Please describe.
There seems to be some demand for ConvNeXt based architectures #4798 implemented in MONAI. Having a ConvNeXt-based segmentation model could be quite useful as it seems to perform very convincingly, based on results from this paper https://arxiv.org/abs/2404.09556

Describe the solution you'd like
Provide an implementation of the MedNeXt model architecture in MONAI

Additional context
I've implemented and benchmarked an implementation of MedNeXt, heavily based on code (https://github.com/MIC-DKFZ/MedNeXt) from the original authors. This implementation has support for dynamic configuration of blocks and follows an API very similar to SegResNetDS and was benchmarked through MONAI bundle config.

Happy to contribute this to MONAI (with the proper source attribution) if there is interest.

@KumoLiu
Copy link
Contributor

KumoLiu commented May 22, 2024

Hi @surajpaib, welcome to the contribution, and if you like you can also add a bundle with your benchmark result into the model zoo repo and tutorial in the tutorial repo! Thanks!

@surajpaib
Copy link
Contributor Author

Hi @KumoLiu, great!

I will make a PR first into the core and then I can probably spend some time later making it a zoo supported bundle, right now I am using lighter with the MONAI bundle config structure and it might need some tweaks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants