English

CondenseNet: An Efficient DenseNet using Learned Group Convolutions

Computer Vision and Pattern Recognition 2018-06-08 v2

Abstract

Deep neural networks are increasingly used on mobile devices, where computational resources are limited. In this paper we develop CondenseNet, a novel network architecture with unprecedented efficiency. It combines dense connectivity with a novel module called learned group convolution. The dense connectivity facilitates feature re-use in the network, whereas learned group convolutions remove connections between layers for which this feature re-use is superfluous. At test time, our model can be implemented using standard group convolutions, allowing for efficient computation in practice. Our experiments show that CondenseNets are far more efficient than state-of-the-art compact convolutional networks such as MobileNets and ShuffleNets.

Keywords

Cite

@article{arxiv.1711.09224,
  title  = {CondenseNet: An Efficient DenseNet using Learned Group Convolutions},
  author = {Gao Huang and Shichen Liu and Laurens van der Maaten and Kilian Q. Weinberger},
  journal= {arXiv preprint arXiv:1711.09224},
  year   = {2018}
}
R2 v1 2026-06-22T22:56:43.532Z