English

Scale-Invariant Convolutional Neural Networks

Computer Vision and Pattern Recognition 2014-11-25 v1 Machine Learning Neural and Evolutionary Computing

Abstract

Even though convolutional neural networks (CNN) has achieved near-human performance in various computer vision tasks, its ability to tolerate scale variations is limited. The popular practise is making the model bigger first, and then train it with data augmentation using extensive scale-jittering. In this paper, we propose a scaleinvariant convolutional neural network (SiCNN), a modeldesigned to incorporate multi-scale feature exaction and classification into the network structure. SiCNN uses a multi-column architecture, with each column focusing on a particular scale. Unlike previous multi-column strategies, these columns share the same set of filter parameters by a scale transformation among them. This design deals with scale variation without blowing up the model size. Experimental results show that SiCNN detects features at various scales, and the classification result exhibits strong robustness against object scale variations.

Keywords

Cite

@article{arxiv.1411.6369,
  title  = {Scale-Invariant Convolutional Neural Networks},
  author = {Yichong Xu and Tianjun Xiao and Jiaxing Zhang and Kuiyuan Yang and Zheng Zhang},
  journal= {arXiv preprint arXiv:1411.6369},
  year   = {2014}
}

Comments

This paper is submitted for CVPR2015

R2 v1 2026-06-22T07:09:30.730Z