CVApr 9, 2021

CondenseNet V2: Sparse Feature Reactivation for Deep Networks

arXiv:2104.04382v175 citations
Originality Incremental advance
AI Analysis

This work addresses efficiency challenges in deep learning for computer vision applications, representing an incremental improvement over previous methods.

The paper tackles the problem of improving computational efficiency in deep networks by proposing CondenseNetV2 with sparse feature reactivation, which selectively reuses and updates features, achieving promising performance on image classification and object detection tasks with concrete efficiency gains.

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.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes