paper-with-me

홈 › Papers

Multi-Glimpse Network: A Robust and Efficient Classification Architecture based on Recurrent Downsampled Attention

2021-11-03 · Sia Huat Tan, Runpei Dong, Kaisheng Ma

Most feedforward convolutional neural networks spend roughly the same efforts for each pixel. Yet human visual recognition is an interaction between eye movements and spatial attention, which we will have several glimpses of an object in different regions. Inspired by this observation, we propose an end-to-end trainable Multi-Glimpse Network (MGNet) which aims to tackle the challenges of high computation and the lack of robustness based on recurrent downsampled attention mechanism. Specifically, MGNet sequentially selects task-relevant regions of an image to focus on and then adaptively combines all collected information for the final prediction. MGNet expresses strong resistance against adversarial attacks and common corruptions with less computation. Also, MGNet is inherently more interpretable as it explicitly informs us where it focuses during each iteration. Our experiments on ImageNet100 demonstrate the potential of recurrent downsampled attention mechanisms to improve a single feedforward manner. For example, MGNet improves 4.76% accuracy on average in common corruptions with only 36.9% computational cost. Moreover, while the baseline incurs an accuracy drop to 7.6%, MGNet manages to maintain 44.2% accuracy in the same PGD attack strength with ResNet-50 backbone. Our code is available at https://github.com/siahuat0727/MGNet.

📄 PDF Abstract BibTeX arXiv:2111.02018

Code (1)

siahuat0727/mgnet 공식 구현 pytorch

Similar Papers 제목 키워드 기반

Recurrent Attention Models with Object-centric Capsule Representation for Multi-object Recognition

2021-10-11 · Hossein Adeli, Seoyoung Ahn, Gregory Zelinsky

The visual system processes a scene using a sequence of selective glimpses, each driven by spatial and object-based attention. These glimpses reflect what is relevant to the ongoing task and are selected through recurren…

DecoderObjectObject Recognition

Predicting upcoming visual features during eye movements yields scene representations aligned with human visual cortex

2025-11-16 · Sushrut Thorat, Adrien Doerig, Alexander Kroner, Carmen Amme 외 arxiv

Scenes are complex, yet structured collections of parts, including objects and surfaces, that exhibit spatial and semantic relations to one another. An effective visual system therefore needs unified scene representation…

Recurrent Glimpse-based Decoder for Detection with Transformer

2021-12-09 · CVPR 2022 1 · Zhe Chen, Jing Zhang, DaCheng Tao

Although detection with Transformer (DETR) is increasingly popular, its global attention modeling requires an extremely long training period to optimize and achieve promising detection performance. Alternative to existin…

DecoderObject Detection

Glimpse Clouds: Human Activity Recognition from Unstructured Feature Points

2018-02-22 · CVPR 2018 6 · Fabien Baradel, Christian Wolf, Julien Mille, Graham W. Taylor

We propose a method for human activity recognition from RGB data that does not rely on any pose information during test time and does not explicitly calculate pose information internally. Instead, a visual attention modu…

Action RecognitionActivity PredictionActivity RecognitionHuman Activity Recognition+2

Towards Model-Size Agnostic, Compute-Free, Memorization-based Inference of Deep Learning

2023-07-14 · Davide Giacomini, Maeesha Binte Hashem, Jeremiah Suarez, Swarup Bhunia 외

The rapid advancement of deep neural networks has significantly improved various tasks, such as image and speech recognition. However, as the complexity of these models increases, so does the computational cost and the n…

Bayesian OptimizationMemorizationspeech-recognitionSpeech Recognition