Irregular Convolutional Neural Networks
Jiabin Ma, Wei Wang, Liang Wang

TL;DR
This paper introduces Irregular Convolutional Neural Networks (ICNN), which learn shape-adaptive convolutional kernels to better capture geometric variations in input features, improving semantic segmentation performance.
Contribution
The paper proposes a novel ICNN approach that learns both kernel shapes and weights simultaneously, enhancing CNN flexibility and effectiveness.
Findings
ICNN outperforms traditional CNN in semantic segmentation tasks.
Learned irregular kernels adapt better to geometric variations.
End-to-end training of shape and weight parameters is effective.
Abstract
Convolutional kernels are basic and vital components of deep Convolutional Neural Networks (CNN). In this paper, we equip convolutional kernels with shape attributes to generate the deep Irregular Convolutional Neural Networks (ICNN). Compared to traditional CNN applying regular convolutional kernels like , our approach trains irregular kernel shapes to better fit the geometric variations of input features. In other words, shapes are learnable parameters in addition to weights. The kernel shapes and weights are learned simultaneously during end-to-end training with the standard back-propagation algorithm. Experiments for semantic segmentation are implemented to validate the effectiveness of our proposed ICNN.
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
TopicsAdvanced Neural Network Applications · Domain Adaptation and Few-Shot Learning · Human Pose and Action Recognition
