TasksSotADatasetsPapersMethodsSubmitAbout
Papers With Code 2

A community resource for machine learning research: papers, code, benchmarks, and state-of-the-art results.

Explore

Notable BenchmarksAll SotADatasetsPapersMethods

Community

Submit ResultsAbout

Data sourced from the PWC Archive (CC-BY-SA 4.0). Built by the community, for the community.

Papers/DenseNets Reloaded: Paradigm Shift Beyond ResNets and ViTs

DenseNets Reloaded: Paradigm Shift Beyond ResNets and ViTs

Donghyun Kim, Byeongho Heo, Dongyoon Han

2024-03-28Image ClassificationSemantic SegmentationInstance Segmentationobject-detectionFine-Grained Image ClassificationObject Detection
PaperPDFCode(official)CodeCode(official)

Abstract

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.

Results

TaskDatasetMetricValueModel
Image ClassificationiNaturalist 2018Top-1 Accuracy80.5RDNet-B (224 res, IN-1K pretrained)
Image ClassificationiNaturalist 2018Top-1 Accuracy79.1RDNet-S (224 res, IN-1K pretrained)
Image ClassificationiNaturalist 2018Top-1 Accuracy77RDNet-T (224 res, IN-1K pretrained)
Image ClassificationCIFAR-10Percentage correct99.31RDNet-L (224 res, IN-1K pretrained)
Image ClassificationCIFAR-10Percentage correct99.31RDNet-B (224 res, IN-1K pretrained)
Image ClassificationCIFAR-10Percentage correct98.88RDNet-T (224 res, IN-1K pretrained)
Image ClassificationiNaturalist 2019Top-1 Accuracy83.7RDNet-L (224 res, IN-1K pretrained)
Image ClassificationiNaturalist 2019Top-1 Accuracy83.5RDNet-B (224 res, IN-1K pretrained)
Image ClassificationiNaturalist 2019Top-1 Accuracy82.9RDNet-S (224 res, IN-1K pretrained)
Image ClassificationiNaturalist 2019Top-1 Accuracy81.2RDNet-T (224 res, IN-1K pretrained)
Image ClassificationImageNetGFLOPs34.7RDNet-L (384 res)
Image ClassificationImageNetGFLOPs34.7RDNet-L
Image ClassificationImageNetGFLOPs15.4RDNet-B
Image ClassificationImageNetGFLOPs8.7RDNet-S
Image ClassificationImageNetGFLOPs5RDNet-T

Related Papers

SeC: Advancing Complex Video Object Segmentation via Progressive Concept Construction2025-07-21Automatic Classification and Segmentation of Tunnel Cracks Based on Deep Learning and Visual Explanations2025-07-18Adversarial attacks to image classification systems using evolutionary algorithms2025-07-17Efficient Adaptation of Pre-trained Vision Transformer underpinned by Approximately Orthogonal Fine-Tuning Strategy2025-07-17Federated Learning for Commercial Image Sources2025-07-17MUPAX: Multidimensional Problem Agnostic eXplainable AI2025-07-17DiffOSeg: Omni Medical Image Segmentation via Multi-Expert Collaboration Diffusion Model2025-07-17SCORE: Scene Context Matters in Open-Vocabulary Remote Sensing Instance Segmentation2025-07-17