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 ConvNeXt model architecture #4798

Open
mattwarkentin opened this issue Jul 29, 2022 · 7 comments
Open

Add ConvNeXt model architecture #4798

mattwarkentin opened this issue Jul 29, 2022 · 7 comments

Comments

@mattwarkentin
Copy link

mattwarkentin commented Jul 29, 2022

Hi,

Is there any interest in adding the ConvNeXt architecture to MONAI? It is a modern version of a ConvNet using current best practices based on this paper: https://arxiv.org/abs/2201.03545.

The code for ConvNeXt are available here: https://github.com/facebookresearch/ConvNeXt

If there is interest, I can look into contributing a PR for this architecture.

@wyli
Copy link
Contributor

wyli commented Jul 30, 2022

thanks for raising this, it's a useful feature request and welcome your contributions! I think from monai's perspective we can add value to it by supporting both 2d and 3d, and making use of existing monai network layers/blocks whenever possible.

@mattwarkentin
Copy link
Author

Thanks for the response, @wyli. I definitely agree with you about how this should fit within MONAI. I will begin working on a PR, but it might take a few weeks as I will be travelling for work.

@AnushreeDhar
Copy link

This is so great thanks for taking up this feature request. I was hoping for this model to use with MONAI and voila there's a plan in this

@hw-ju
Copy link

hw-ju commented Aug 29, 2022

Looking forward to it!

@annawoodard
Copy link

An update has recently come out which looks even more promising: benchmarks and code

@ibro45
Copy link
Contributor

ibro45 commented Jun 18, 2023

Hi, any plans on adding this yet?

@ibro45
Copy link
Contributor

ibro45 commented Jun 30, 2023

https://github.com/MIC-DKFZ/MedNeXt#mednext-v1

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

7 participants