CondenseNet V2: Sparse Feature Reactivation for Deep Networks
Le Yang, Haojun Jiang, Ruojin Cai, Yulin Wang, Shiji Song, Gao Huang,, Qi Tian

TL;DR
CondenseNetV2 introduces sparse feature reactivation, enabling deep networks to selectively reuse and update features, resulting in improved efficiency and performance on image classification and object detection tasks.
Contribution
It proposes a novel sparse feature reactivation mechanism for CondenseNetV2, enhancing feature utility and network efficiency over previous dense connectivity methods.
Findings
Achieves promising accuracy on ImageNet and CIFAR datasets.
Demonstrates improved efficiency and speed in object detection on MS COCO.
Outperforms prior models in feature reuse effectiveness.
Abstract
Reusing features in deep networks through dense connectivity is an effective way to achieve high computational efficiency. The recent proposed CondenseNet has shown that this mechanism can be further improved if redundant features are removed. In this paper, we propose an alternative approach named sparse feature reactivation (SFR), aiming at actively increasing the utility of features for reusing. In the proposed network, named CondenseNetV2, each layer can simultaneously learn to 1) selectively reuse a set of most important features from preceding layers; and 2) actively update a set of preceding features to increase their utility for later layers. Our experiments show that the proposed models achieve promising performance on image classification (ImageNet and CIFAR) and object detection (MS COCO) in terms of both theoretical efficiency and practical speed.
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdvanced Neural Network Applications · Domain Adaptation and Few-Shot Learning · Advanced Image and Video Retrieval Techniques
