MONAI icon indicating copy to clipboard operation
MONAI copied to clipboard

Add ConvNeXt model architecture

Open mattwarkentin opened this issue 2 years ago • 7 comments

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.

mattwarkentin avatar Jul 29 '22 15:07 mattwarkentin

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.

wyli avatar Jul 30 '22 11:07 wyli

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.

mattwarkentin avatar Aug 02 '22 13:08 mattwarkentin

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

AnushreeDhar avatar Aug 10 '22 06:08 AnushreeDhar

Looking forward to it!

hw-ju avatar Aug 29 '22 16:08 hw-ju

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

annawoodard avatar Jan 17 '23 20:01 annawoodard

Hi, any plans on adding this yet?

ibro45 avatar Jun 18 '23 22:06 ibro45

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

ibro45 avatar Jun 30 '23 22:06 ibro45