paper-with-me

Papers

Kernel Pooling for Convolutional Neural Networks

2017-07-01 · CVPR 2017 7 · Yin Cui, Feng Zhou, Jiang Wang, Xiao Liu, Yuanqing Lin, Serge Belongie

Convolutional Neural Networks (CNNs) with Bilinear Pooling, initially in their full form and later using compact representations, have yielded impressive performance gains on a wide range of visual tasks, including fine-grained visual categorization, visual question answering, face recognition, and description of texture and style. The key to their success lies in the spatially invariant modeling of pairwise (2nd order) feature interactions. In this work, we propose a general pooling framework that captures higher order interactions of features in the form of kernels. We demonstrate how to approximate kernels such as Gaussian RBF up to a given order using compact explicit feature maps in a parameter-free manner. Combined with CNNs, the composition of the kernel can be learned from data in an end-to-end fashion via error back-propagation. The proposed kernel pooling scheme is evaluated in terms of both kernel approximation error and visual recognition accuracy. Experimental evaluations demonstrate state-of-the-art performance on commonly used fine-grained recognition datasets.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

Face RecognitionFine-Grained Visual CategorizationQuestion AnsweringVisual Question AnsweringVisual Question Answering (VQA)

Similar Papers 제목 키워드 기반

Learning with convolution and pooling operations in kernel methods

2021-11-16 · Theodor Misiakiewicz, Song Mei

Recent empirical work has shown that hierarchical convolutional kernels inspired by convolutional neural networks (CNNs) significantly improve the performance of kernel methods in image classification tasks. A widely acc…

image-classificationImage Classification

Approximation and Learning with Deep Convolutional Models: a Kernel Perspective

2021-02-19 · ICLR 2022 4 · Alberto Bietti

The empirical success of deep convolutional networks on tasks involving high-dimensional data such as images or audio suggests that they can efficiently approximate certain functions that are well-suited for such tasks. …

Additive modelsGeneralization BoundsInductive Bias

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

Regularized Pooling

2020-05-06 · Takato Otsuzuki, Hideaki Hayashi, Yuchen Zheng, Seiichi Uchida

In convolutional neural networks (CNNs), pooling operations play important roles such as dimensionality reduction and deformation compensation. In general, max pooling, which is the most widely used operation for local p…

Dimensionality Reduction

Deep Convolutional Networks are Hierarchical Kernel Machines

2015-08-05 · Fabio Anselmi, Lorenzo Rosasco, Cheston Tan, Tomaso Poggio

In i-theory a typical layer of a hierarchical architecture consists of HW modules pooling the dot products of the inputs to the layer with the transformations of a few templates under a group. Such layers include as spec…