English

Locally Scale-Invariant Convolutional Neural Networks

Computer Vision and Pattern Recognition 2014-12-17 v1 Machine Learning Neural and Evolutionary Computing

Abstract

Convolutional Neural Networks (ConvNets) have shown excellent results on many visual classification tasks. With the exception of ImageNet, these datasets are carefully crafted such that objects are well-aligned at similar scales. Naturally, the feature learning problem gets more challenging as the amount of variation in the data increases, as the models have to learn to be invariant to certain changes in appearance. Recent results on the ImageNet dataset show that given enough data, ConvNets can learn such invariances producing very discriminative features [1]. But could we do more: use less parameters, less data, learn more discriminative features, if certain invariances were built into the learning process? In this paper we present a simple model that allows ConvNets to learn features in a locally scale-invariant manner without increasing the number of model parameters. We show on a modified MNIST dataset that when faced with scale variation, building in scale-invariance allows ConvNets to learn more discriminative features with reduced chances of over-fitting.

Keywords

Cite

@article{arxiv.1412.5104,
  title  = {Locally Scale-Invariant Convolutional Neural Networks},
  author = {Angjoo Kanazawa and Abhishek Sharma and David Jacobs},
  journal= {arXiv preprint arXiv:1412.5104},
  year   = {2014}
}

Comments

Deep Learning and Representation Learning Workshop: NIPS 2014

R2 v1 2026-06-22T07:33:48.339Z