PeLK: Parameter-efficient Large Kernel ConvNets with Peripheral Convolution
Honghao Chen, Xiangxiang Chu, Yongjian Ren, Xin Zhao, Kaiqi Huang

TL;DR
This paper introduces PeLK, a novel convolutional approach inspired by human vision, enabling large kernel sizes up to 101x101 with over 90% parameter reduction, outperforming existing models on multiple vision tasks.
Contribution
The paper proposes peripheral convolution for parameter sharing, allowing CNNs to scale to extremely large kernels efficiently, surpassing previous limitations and achieving state-of-the-art results.
Findings
PeLK outperforms Swin, ConvNeXt, and other models on multiple vision benchmarks.
Kernel size scaled up to 101x101 with significant parameter reduction.
Achieved consistent performance improvements across tasks.
Abstract
Recently, some large kernel convnets strike back with appealing performance and efficiency. However, given the square complexity of convolution, scaling up kernels can bring about an enormous amount of parameters and the proliferated parameters can induce severe optimization problem. Due to these issues, current CNNs compromise to scale up to 51x51 in the form of stripe convolution (i.e., 51x5 + 5x51) and start to saturate as the kernel size continues growing. In this paper, we delve into addressing these vital issues and explore whether we can continue scaling up kernels for more performance gains. Inspired by human vision, we propose a human-like peripheral convolution that efficiently reduces over 90% parameter count of dense grid convolution through parameter sharing, and manage to scale up kernel size to extremely large. Our peripheral convolution behaves highly similar to human,…
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.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAnomaly Detection Techniques and Applications · Face and Expression Recognition · Neural Networks and Applications
MethodsConvNeXt · Convolution
