paper-with-me

홈 › Papers

Learning Receptive Fields for Pooling from Tensors of Feature Response

2014-06-01 · CVPR 2014 6 · Can Xu, Nuno Vasconcelos

A new method for learning pooling receptive fields for recognition is presented. The method exploits the statistics of the 3D tensor of SIFT responses to an image. It is argued that the eigentensors of this tensor contain the information necessary for learning class-specific pooling recep- tive fields. It is shown that this information can be extracted by a simple PCA analysis of a specific tensor flattening. A novel algorithm is then proposed for fitting box-like receptive fields to the eigenimages extracted from a collection of images. The resulting receptive fields can be combined with any of the recently popular coding strategies for image classification. This combination is experimentally shown to improve classification accuracy for both vector quantization and Fisher vector (FV) encodings. It is then shown that the combination of the FV encoding with the proposed receptive fields has state-of-the-art performance for both object recognition and scene classification. Finally, when compared with previous attempts at learning receptive fields for pooling, the method is simpler and achieves better results.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

ClassificationGeneral Classificationimage-classificationImage ClassificationObject RecognitionQuantizationScene Classification

Similar Papers 제목 키워드 기반

Stacked Pooling: Improving Crowd Counting by Boosting Scale Invariance

2018-08-22 · Siyu Huang, Xi Li, Zhi-Qi Cheng, Zhongfei Zhang 외

In this work, we explore the cross-scale similarity in crowd counting scenario, in which the regions of different scales often exhibit high visual similarity. This feature is universal both within an image and across dif…

Crowd CountingDensity Estimation

Receptive Field Size Optimization with Continuous Time Pooling

2020-11-02 · Dóra Babicz, Soma Kontár, Márk Pető, András Fülöp 외

The pooling operation is a cornerstone element of convolutional neural networks. These elements generate receptive fields for neurons, in which local perturbations should have minimal effect on the output activations, in…

GPU

Progressive Meta-Pooling Learning for Lightweight Image Classification Model

2023-01-24 · Peijie Dong, Xin Niu, Zhiliang Tian, Lujun Li 외

Practical networks for edge devices adopt shallow depth and small convolutional kernels to save memory and computational cost, which leads to a restricted receptive field. Conventional efficient learning methods focus on…

Classificationimage-classificationImage Classification

Pooling Revisited: Your Receptive Field is Suboptimal

2022-05-30 · CVPR 2022 1 · Dong-Hwan Jang, Sanghyeok Chu, Joonhyuk Kim, Bohyung Han

The size and shape of the receptive field determine how the network aggregates local information and affect the overall performance of a model considerably. Many components in a neural network, such as kernel sizes and s…

image-classificationImage ClassificationSemantic Segmentation

What are the Receptive, Effective Receptive, and Projective Fields of Neurons in Convolutional Neural Networks?

2017-05-19 · Hung Le, Ali Borji

In this work, we explain in detail how receptive fields, effective receptive fields, and projective fields of neurons in different layers, convolution or pooling, of a Convolutional Neural Network (CNN) are calculated. W…