Partial Channel Network: Compute Fewer, Perform Better
Haiduo Huang, Tian Xia, Wenzhe zhao, Pengju Ren

TL;DR
This paper introduces PartialNet, a network architecture utilizing partial channel mechanisms and attention to reduce parameters and FLOPs while maintaining or improving accuracy across vision tasks.
Contribution
It proposes the partial channel mechanism, novel partial attention convolution, and dynamic partial convolution, enabling efficient models that outperform state-of-the-art methods in accuracy and speed.
Findings
PartialNet achieves superior accuracy and inference speed on ImageNet-1K.
PATConv can replace regular convolution and attention with fewer parameters.
The dynamic partial convolution adapts channel splits for better trade-offs.
Abstract
Designing a module or mechanism that enables a network to maintain low parameters and FLOPs without sacrificing accuracy and throughput remains a challenge. To address this challenge and exploit the redundancy within feature map channels, we propose a new solution: partial channel mechanism (PCM). Specifically, through the split operation, the feature map channels are divided into different parts, with each part corresponding to different operations, such as convolution, attention, pooling, and identity mapping. Based on this assumption, we introduce a novel partial attention convolution (PATConv) that can efficiently combine convolution with visual attention. Our exploration indicates that the PATConv can completely replace both the regular convolution and the regular visual attention while reducing model parameters and FLOPs. Moreover, PATConv can derive three new types of blocks:…
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
TopicsInterconnection Networks and Systems · Low-power high-performance VLSI design · Quantum-Dot Cellular Automata
MethodsSoftmax · Attention Is All You Need · Convolution · SPEED: Separable Pyramidal Pooling EncodEr-Decoder for Real-Time Monocular Depth Estimation on Low-Resource Settings
