Our new X account is live! Follow @wizwand_team for updates
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)--
2731
Image ClassificationImageNet-1K 1.0 (val)
Top-1 Accuracy85.8
1866
Image ClassificationCIFAR-100
Top-1 Accuracy91.5
622
Image ClassificationStanford Cars--
477
Image ClassificationCIFAR-10--
471
Image ClassificationiNaturalist 2018
Top-1 Accuracy81.5
287
Image ClassificationImageNet-1k (val)
Top-1 Acc84.8
287
Instance SegmentationCOCO
APmask46
279
Object DetectionCOCO
AP50 (Box)71.5
190
Image ClassificationFlowers-102
Top-1 Acc98.6
141
Showing 10 of 15 rows

Other info

Code

Follow for update