MUXConv: Information Multiplexing in Convolutional Neural Networks
Zhichao Lu, Kalyanmoy Deb, Vishnu Naresh Boddeti

TL;DR
The paper introduces MUXConv, a novel convolutional layer that enhances information flow in neural networks, leading to more compact and efficient models with maintained or improved accuracy across multiple tasks.
Contribution
It proposes MUXConv, a new layer that improves information multiplexing in CNNs, and demonstrates its effectiveness through an evolutionary search for optimized models.
Findings
MUXNets match MobileNetV3 accuracy with 1.6x fewer parameters.
MUXNets outperform other mobile models in accuracy, compactness, and efficiency.
On ChestX-Ray 14, MUXNet is 3.3x more compact and 14x more efficient.
Abstract
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 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,…
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.
Code & Models
Videos
MUXConv: Information Multiplexing in Convolutional Neural Networks· youtube
Taxonomy
TopicsAdvanced Neural Network Applications · Domain Adaptation and Few-Shot Learning · Multimodal Machine Learning Applications
