DARC: Differentiable ARchitecture Compression
Shashank Singh, Ashish Khetan, Zohar Karnin

TL;DR
DARC is a method that combines model compression and architecture search to create resource-efficient neural networks at inference time, significantly improving speed and memory usage without sacrificing accuracy.
Contribution
It introduces a differentiable approach to architecture compression that can be applied to any neural network, with theoretical bounds on overfitting.
Findings
2.28x faster inference on WideResNet with no accuracy loss
3.57x memory reduction on ResNet with 1% accuracy loss
Theoretical bounds showing DARC avoids overfitting
Abstract
In many learning situations, resources at inference time are significantly more constrained than resources at training time. This paper studies a general paradigm, called Differentiable ARchitecture Compression (DARC), that combines model compression and architecture search to learn models that are resource-efficient at inference time. Given a resource-intensive base architecture, DARC utilizes the training data to learn which sub-components can be replaced by cheaper alternatives. The high-level technique can be applied to any neural architecture, and we report experiments on state-of-the-art convolutional neural networks for image classification. For a WideResNet with accuracy on CIFAR-10, we improve single-sample inference speed by and memory footprint by , with no accuracy loss. For a ResNet with Top1 accuracy on ImageNet, we improve batch…
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.
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 · Machine Learning and Data Classification
MethodsSPEED: Separable Pyramidal Pooling EncodEr-Decoder for Real-Time Monocular Depth Estimation on Low-Resource Settings · Average Pooling · 1x1 Convolution · Dropout · Batch Normalization · Bottleneck Residual Block · Global Average Pooling · Residual Block · *Communicated@Fast*How Do I Communicate to Expedia? · Kaiming Initialization
