English

Irregular Convolutional Neural Networks

Computer Vision and Pattern Recognition 2017-06-27 v1

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 3×3{3\times3}, 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.

Keywords

Cite

@article{arxiv.1706.07966,
  title  = {Irregular Convolutional Neural Networks},
  author = {Jiabin Ma and Wei Wang and Liang Wang},
  journal= {arXiv preprint arXiv:1706.07966},
  year   = {2017}
}

Comments

7 pages, 5 figures, 3 tables

R2 v1 2026-06-22T20:28:33.525Z