Seesaw-Net: Convolution Neural Network With Uneven Group Convolution
Jintao Zhang

TL;DR
Seesaw-Net introduces uneven point-wise group convolution and novel information flow patterns to enhance CNN representation while maintaining low computational cost, achieving state-of-the-art results in image classification.
Contribution
The paper proposes a new neural network block with uneven group convolution and cross-group information flow, improving efficiency and accuracy over existing methods.
Findings
Achieves state-of-the-art performance on image classification
Uses limited computation and memory resources
Introduces novel uneven group convolution and information flow patterns
Abstract
In this paper, we are interested in boosting the representation capability of convolution neural networks which utilizing the inverted residual structure. Based on the success of Inverted Residual structure[Sandler et al. 2018] and Interleaved Low-Rank Group Convolutions[Sun et al. 2018], we rethink this two pattern of neural network structure, rather than NAS(Neural architecture search) method[Zoph and Le 2017; Pham et al. 2018; Liu et al. 2018b], we introduce uneven point-wise group convolution, which provide a novel search space for designing basic blocks to obtain better trade-off between representation capability and computational cost. Meanwhile, we propose two novel information flow patterns that will enable cross-group information flow for multiple group convolution layers with and without any channel permute/shuffle operation. Dense experiments on image classification task show…
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 · Domain Adaptation and Few-Shot Learning · Human Pose and Action Recognition
MethodsConvolution
