MUXConv: Information Multiplexing in Convolutional Neural Networks

Convolutional neural networks have witnessed remarkable improvements in computational efficiency in recent years. A key driving force has been the idea of trading-off model expressivity and efficiency through a combination of $1\times 1$ and depth-wise separable convolutions in lieu of a standard convolutional layer. The price of the efficiency, however, is the sub-optimal flow of information across space and channels in the network. To overcome this limitation, we present MUXConv, a layer that is designed to increase the flow of information by progressively multiplexing channel and spatial information in the network, while mitigating computational complexity. Furthermore, to demonstrate the effectiveness of MUXConv, we integrate it within an efficient multi-objective evolutionary algorithm to search for the optimal model hyper-parameters while simultaneously optimizing accuracy, compactness, and computational efficiency. On ImageNet, the resulting models, dubbed MUXNets, match the performance (75.3% top-1 accuracy) and multiply-add operations (218M) of MobileNetV3 while being 1.6$\times$ more compact, and outperform other mobile models in all the three criteria. MUXNet also performs well under transfer learning and when adapted to object detection. On the ChestX-Ray 14 benchmark, its accuracy is comparable to the state-of-the-art while being $3.3\times$ more compact and $14\times$ more efficient. Similarly, detection on PASCAL VOC 2007 is 1.2% more accurate, 28% faster and 6% more compact compared to MobileNetV2. Code is available from https://github.com/human-analysis/MUXConv

PDF Abstract CVPR 2020 PDF CVPR 2020 Abstract
Task Dataset Model Metric Name Metric Value Global Rank Uses Extra
Training Data
Result Benchmark
Semantic Segmentation ADE20K MUXNet-m + PPM Validation mIoU 35.8 # 217
Semantic Segmentation ADE20K MUXNet-m + C1 Validation mIoU 32.42 # 219
Pneumonia Detection ChestX-ray14 MUXNet-m AUROC 0.841 # 4
Params 2.1M # 3
FLOPS 200M # 4
Image Classification CIFAR-10 MUXNet-m Percentage correct 98.0 # 52
PARAMS 2.1M # 187
Neural Architecture Search CIFAR-10 MUXNet-m Top-1 Error Rate 2.0% # 7
Parameters 2.1M # 19
FLOPS 200M # 30
Image Classification CIFAR-100 MUXNet-m Percentage correct 86.1 # 56
PARAMS 2.1M # 181
Neural Architecture Search CIFAR-100 MUXNet-m FLOPS 200M # 7
Percentage Error 13.9 # 5
PARAMS 2.1M # 5
Neural Architecture Search CIFAR-10 Image Classification MUXNet-m Percentage error 2.0 # 5
Params 2.1M # 5
FLOPS 200M # 14
Image Classification ImageNet MUXNet-xs Top 1 Accuracy 66.7% # 965
Number of params 1.8M # 355
GFLOPs 0.132 # 6
Image Classification ImageNet MUXNet-l Top 1 Accuracy 76.6% # 839
Number of params 4.0M # 377
Hardware Burden None # 1
Operations per network pass None # 1
GFLOPs 0.636 # 75
Neural Architecture Search ImageNet MUXNet-xs Top-1 Error Rate 33.3 # 131
Accuracy 66.7 # 107
Params 1.8M # 60
MACs 66M # 67
Neural Architecture Search ImageNet MUXNet-s Top-1 Error Rate 28.4 # 127
Accuracy 71.6 # 104
Params 2.4M # 58
MACs 117M # 68
Neural Architecture Search ImageNet MUXNet-m Top-1 Error Rate 24.7 # 110
Accuracy 75.3 # 88
Params 3.4M # 57
MACs 218M # 72
Neural Architecture Search ImageNet MUXNet-l Top-1 Error Rate 23.4 # 80
Accuracy 76.6 # 64
Params 4.0M # 54
MACs 318M # 93
Image Classification ImageNet MUXNet-s Top 1 Accuracy 71.6% # 933
Number of params 2.4M # 359
GFLOPs 0.234 # 19
Image Classification ImageNet MUXNet-m Top 1 Accuracy 75.3% # 880
Number of params 3.4M # 372
GFLOPs 0.436 # 49

Methods


No methods listed for this paper. Add relevant methods here