Big-Little Net: An Efficient Multi-Scale Feature Representation for Visual and Speech Recognition
Chun-Fu Chen, Quanfu Fan, Neil Mallinar, Tom Sercu, Rogerio Feris
TL;DR
This paper introduces Big-Little Net (bL-Net), a simple yet powerful multi-scale CNN architecture that uses a high-complexity Big-Branch operating at low resolution and a lightweight Little-Branch at high resolution, with frequent merging to build rich multi-scale features. By learning per-scale capacities and fusing outputs via addition, the approach achieves substantial FLOP reductions (around 30% in object recognition and up to 30% in speech) while maintaining or improving accuracy across backbones like ResNet, ResNeXt, and SEResNeXt. The authors demonstrate strong results on ImageNet and Switchboard, showing notable speedups and cross-domain generalization, and provide ablations and comparisons indicating advantages over pruning, dynamic routing, and other acceleration methods. The method is compatible with other architectures and can be combined with CNN acceleration techniques, making it practically impactful for real-time vision and speech systems.
Abstract
In this paper, we propose a novel Convolutional Neural Network (CNN) architecture for learning multi-scale feature representations with good tradeoffs between speed and accuracy. This is achieved by using a multi-branch network, which has different computational complexity at different branches. Through frequent merging of features from branches at distinct scales, our model obtains multi-scale features while using less computation. The proposed approach demonstrates improvement of model efficiency and performance on both object recognition and speech recognition tasks,using popular architectures including ResNet and ResNeXt. For object recognition, our approach reduces computation by 33% on object recognition while improving accuracy with 0.9%. Furthermore, our model surpasses state-of-the-art CNN acceleration approaches by a large margin in accuracy and FLOPs reduction. On the task of speech recognition, our proposed multi-scale CNNs save 30% FLOPs with slightly better word error rates, showing good generalization across domains. The codes are available at https://github.com/IBM/BigLittleNet
