MGIC: Multigrid-in-Channels Neural Network Architectures
Moshe Eliasof, Jonathan Ephrath, Lars Ruthotto, Eran Treister

TL;DR
This paper introduces MGIC, a multigrid-in-channels approach that reduces parameter growth in CNNs by replacing standard blocks with hierarchical grouped convolutions, maintaining accuracy while scaling linearly with network width.
Contribution
The paper proposes a novel multigrid-in-channels architecture that addresses quadratic parameter growth in CNNs, enabling linear scaling while preserving channel coupling.
Findings
Reduces parameters in CNNs by replacing blocks with MGIC modules.
Achieves comparable or better accuracy with fewer parameters.
Effective across various architectures like ResNet and MobileNetV3.
Abstract
We present a multigrid-in-channels (MGIC) approach that tackles the quadratic growth of the number of parameters with respect to the number of channels in standard convolutional neural networks (CNNs). Thereby our approach addresses the redundancy in CNNs that is also exposed by the recent success of lightweight CNNs. Lightweight CNNs can achieve comparable accuracy to standard CNNs with fewer parameters; however, the number of weights still scales quadratically with the CNN's width. Our MGIC architectures replace each CNN block with an MGIC counterpart that utilizes a hierarchy of nested grouped convolutions of small group size to address this. Hence, our proposed architectures scale linearly with respect to the network's width while retaining full coupling of the channels as in standard CNNs. Our extensive experiments on image classification, segmentation, and point cloud…
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
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdvanced Neural Network Applications · Adversarial Robustness in Machine Learning · Brain Tumor Detection and Classification
MethodsDepthwise Convolution · Residual Connection · Batch Normalization · Pointwise Convolution · Average Pooling · ReLU6 · Sigmoid Activation · Residual Block · Max Pooling · Depthwise Separable Convolution
