Share your thoughts, 1 month free Claude Pro on usSee more
WorkDL logo mark

DenseNets Reloaded: Paradigm Shift Beyond ResNets and ViTs

About

This paper revives Densely Connected Convolutional Networks (DenseNets) and reveals the underrated effectiveness over predominant ResNet-style architectures. We believe DenseNets' potential was overlooked due to untouched training methods and traditional design elements not fully revealing their capabilities. Our pilot study shows dense connections through concatenation are strong, demonstrating that DenseNets can be revitalized to compete with modern architectures. We methodically refine suboptimal components - architectural adjustments, block redesign, and improved training recipes towards widening DenseNets and boosting memory efficiency while keeping concatenation shortcuts. Our models, employing simple architectural elements, ultimately surpass Swin Transformer, ConvNeXt, and DeiT-III - key architectures in the residual learning lineage. Furthermore, our models exhibit near state-of-the-art performance on ImageNet-1K, competing with the very recent models and downstream tasks, ADE20k semantic segmentation, and COCO object detection/instance segmentation. Finally, we provide empirical analyses that uncover the merits of the concatenation over additive shortcuts, steering a renewed preference towards DenseNet-style designs. Our code is available at https://github.com/naver-ai/rdnet.

Donghyun Kim, Byeongho Heo, Dongyoon Han• 2024

Related benchmarks

TaskDatasetResultRank
Semantic segmentationADE20K (val)--
3069
Object DetectionCOCO 2017 (val)--
2843
Image ClassificationImageNet-1K 1.0 (val)
Top-1 Accuracy85.8
2238
Instance SegmentationCOCO 2017 (val)
APm0.424
1275
Image ClassificationCIFAR-100--
691
Image ClassificationStanford Cars--
660
Image ClassificationCIFAR-10--
564
Image ClassificationImageNet-1k (val)
Top-1 Acc84.8
303
Image ClassificationiNaturalist 2018
Top-1 Accuracy81.5
291
Instance SegmentationCOCO
APmask46
291
Showing 10 of 17 rows

Other info

Code

Follow for update