Project-MONAI / MONAI

AI Toolkit for Healthcare Imaging
https://monai.io/
Apache License 2.0
5.76k stars 1.06k forks source link

Add ConvNeXt model architecture #4798

Open mattwarkentin opened 2 years ago

mattwarkentin commented 2 years ago

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 commented 2 years ago

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 commented 2 years ago

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 commented 2 years ago

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 commented 2 years ago

Looking forward to it!

annawoodard commented 1 year ago

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

ibro45 commented 1 year ago

Hi, any plans on adding this yet?

ibro45 commented 1 year ago

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