paper-with-me

Papers

Rethinking Global Average Pooling: Your Classifier Is Secretly a Multi-Instance Learner

2026-06-12 · Aray Karjauv arxiv

Modern image classifiers widely adopt global average pooling (GAP) followed by a linear classification head. This linearity ensures that the image-level logits equal the average of logits obtained by applying the classification head pointwise to the feature grid prior to GAP. Consequently, standard classifiers may inherently retain spatial class evidence that remains recoverable even when the image-level prediction is incorrect. This structure naturally suggests a multiple-instance learning (MIL) interpretation, where an image is viewed as a bag of spatial instances. Within this formulation, we demonstrate that standard classifiers trained with a single label per image can still learn the intended classification task in multi-object scenes. We further exploit this property to decompose image-level logits into a prediction grid, providing a post-hoc diagnostic to extract spatial class evidence that GAP otherwise obscures. Our systematic evaluation reveals that off-the-shelf models consistently recover the ground-truth class within foreground regions. The MIL interpretation further suggests that common classifier failures reflect known limitations of mean aggregation.

📄 PDF Abstract BibTeX arXiv:2606.14555

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Dilated Continuous Random Field for Semantic Segmentation

2022-02-01 · Xi Mo, Xiangyu Chen, Cuncong Zhong, Rui Li 외

Mean field approximation methodology has laid the foundation of modern Continuous Random Field (CRF) based solutions for the refinement of semantic segmentation. In this paper, we propose to relax the hard constraint of …

global-optimizationSemantic Segmentation

Mix-Pooling Strategy for Attention Mechanism

2022-08-22 · Shanshan Zhong, Wushao Wen, Jinghui Qin

Recently many effective attention modules are proposed to boot the model performance by exploiting the internal information of convolutional neural networks in computer vision. In general, many previous works ignore cons…

FlexPooling with Simple Auxiliary Classifiers in Deep Networks

2026-06-12 · Muhammad Ali, Omar Alsuwaidi, Salman Khan arxiv

In computer vision, the basic pipeline of most convolutional neural networks consists of multiple feature extraction layers, where the input signal is downsampled to a lower resolution in each subsequent layer. This down…

Image Classification

Deep Generalized Max Pooling

2019-08-14 · Vincent Christlein, Lukas Spranger, Mathias Seuret, Anguelos Nicolaou 외

Global pooling layers are an essential part of Convolutional Neural Networks (CNN). They are used to aggregate activations of spatial locations to produce a fixed-size vector in several state-of-the-art CNNs. Global aver…

Analysis of the rate of convergence of an over-parametrized convolutional neural network image classifier learned by gradient descent

2024-05-13 · Michael Kohler, Adam Krzyzak, Benjamin Walter

Image classification based on over-parametrized convolutional neural networks with a global average-pooling layer is considered. The weights of the network are learned by gradient descent. A bound on the rate of converge…

image-classificationImage Classification