LDConv: Linear deformable convolution for improving convolutional neural networks
Xin Zhang, Yingze Song, Tingting Song, Degang Yang, Yichen Ye, Jie, Zhou, Liming Zhang

TL;DR
LDConv introduces a linear growth deformable convolution that offers flexible sampling shapes and parameters, improving CNN performance while reducing parameter growth compared to standard and deformable convolutions.
Contribution
This work proposes LDConv, a novel linear deformable convolution that allows arbitrary sampled shapes and parameters, addressing fixed sampling and parameter growth issues in traditional and deformable convolutions.
Findings
LDConv outperforms standard and deformable convolutions on object detection benchmarks.
LDConv reduces parameter growth from quadratic to linear.
LDConv is a plug-and-play module that enhances CNN performance.
Abstract
Neural networks based on convolutional operations have achieved remarkable results in the field of deep learning, but there are two inherent flaws in standard convolutional operations. On the one hand, the convolution operation is confined to a local window, so it cannot capture information from other locations, and its sampled shapes is fixed. On the other hand, the size of the convolutional kernel are fixed to k k, which is a fixed square shape, and the number of parameters tends to grow squarely with size. Although Deformable Convolution (Deformable Conv) address the problem of fixed sampling of standard convolutions, the number of parameters also tends to grow in a squared manner. In response to the above questions, the Linear Deformable Convolution (LDConv) is explored in this work, which gives the convolution kernel an arbitrary number of parameters and arbitrary sampled…
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 · Machine Learning and Data Classification
MethodsDeformable Convolution · Convolution
