paper-with-me

Papers

LIP: Local Importance-based Pooling

2019-08-12 · ICCV 2019 10 · Ziteng Gao, Li-Min Wang, Gangshan Wu

Spatial downsampling layers are favored in convolutional neural networks (CNNs) to downscale feature maps for larger receptive fields and less memory consumption. However, for discriminative tasks, there is a possibility that these layers lose the discriminative details due to improper pooling strategies, which could hinder the learning process and eventually result in suboptimal models. In this paper, we present a unified framework over the existing downsampling layers (e.g., average pooling, max pooling, and strided convolution) from a local importance view. In this framework, we analyze the issues of these widely-used pooling layers and figure out the criteria for designing an effective downsampling layer. According to this analysis, we propose a conceptually simple, general, and effective pooling layer based on local importance modeling, termed as {\em Local Importance-based Pooling} (LIP). LIP can automatically enhance discriminative features during the downsampling procedure by learning adaptive importance weights based on inputs. Experiment results show that LIP consistently yields notable gains with different depths and different architectures on ImageNet classification. In the challenging MS COCO dataset, detectors with our LIP-ResNets as backbones obtain a consistent improvement ($\ge 1.4\%$) over the vanilla ResNets, and especially achieve the current state-of-the-art performance in detecting small objects under the single-scale testing scheme.

📄 PDF Abstract BibTeX arXiv:1908.04156

Code (1)

sebgao/LIP 공식 구현 pytorch

Tasks

Image ClassificationObject Detection

Methods 이 논문이 사용한 방법론

Concatenated Skip Connection A Concatenated Skip Connection is a type of skip connection that seeks to reuse features by concatenating them to new layers, allowing more information to be retained from…
Dense Block A Dense Block is a module used in convolutional neural networks that connects *all layers* (with matching feature-map sizes) directly with each other. It was originally…
Dropout Dropout is a regularization technique for neural networks that drops a unit (along with connections) at training time with a specified probability $p$ (a common value is…
Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…
XRP Customer Service Number +1-833-534-1729 설명 없음
Residual Connection 설명 없음
1x1 Convolution A 1 x 1 Convolution is a convolution with some special properties in that it can be used for dimensionality reduction,…
FPN 설명 없음

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

Viraliency: Pooling Local Virality

2017-03-11 · CVPR 2017 7 · Xavier Alameda-Pineda, Andrea Pilzer, Dan Xu, Nicu Sebe 외

In our overly-connected world, the automatic recognition of virality - the quality of an image or video to be rapidly and widely spread in social networks - is of crucial importance, and has recently awaken the interest …

Topology-Aware Graph Pooling Networks

2020-10-19 · Hongyang Gao, Yi Liu, Shuiwang Ji

Pooling operations have shown to be effective on computer vision and natural language processing tasks. One challenge of performing pooling operations on graph data is the lack of locality that is not well-defined on gra…

Graph Classification

Face Identification with Second-Order Pooling

2014-06-26 · Fumin Shen, Chunhua Shen, Heng Tao Shen

Automatic face recognition has received significant performance improvement by developing specialised facial image representations. On the other hand, generic object recognition has rarely been applied to the face recogn…

Face IdentificationFace Recognitionimage-classificationImage Classification+3

Prism: Spectral-Aware Block-Sparse Attention

2026-02-09 · Xinghao Wang, Pengyu Wang, Xiaoran Liu, Fangxu Liu 외 arxiv

Block-sparse attention is promising for accelerating long-context LLM pre-filling, yet identifying relevant blocks efficiently remains a bottleneck. Existing methods typically employ coarse-grained attention as a proxy f…