paper-with-me

홈 › Papers

Visual Attention Emerges from Recurrent Sparse Reconstruction

2022-04-23 · Baifeng Shi, Yale Song, Neel Joshi, Trevor Darrell, Xin Wang

Visual attention helps achieve robust perception under noise, corruption, and distribution shifts in human vision, which are areas where modern neural networks still fall short. We present VARS, Visual Attention from Recurrent Sparse reconstruction, a new attention formulation built on two prominent features of the human visual attention mechanism: recurrency and sparsity. Related features are grouped together via recurrent connections between neurons, with salient objects emerging via sparse regularization. VARS adopts an attractor network with recurrent connections that converges toward a stable pattern over time. Network layers are represented as ordinary differential equations (ODEs), formulating attention as a recurrent attractor network that equivalently optimizes the sparse reconstruction of input using a dictionary of "templates" encoding underlying patterns of data. We show that self-attention is a special case of VARS with a single-step optimization and no sparsity constraint. VARS can be readily used as a replacement for self-attention in popular vision transformers, consistently improving their robustness across various benchmarks. Code is released on GitHub (https://github.com/bfshi/VARS).

📄 PDF Abstract BibTeX arXiv:2204.10962

Code (1)

bfshi/vars 공식 구현 pytorch

Similar Papers 제목 키워드 기반

Limited View Tomographic Reconstruction Using a Deep Recurrent Framework with Residual Dense Spatial-Channel Attention Network and Sinogram Consistency

2020-09-03 · Bo Zhou, S. Kevin Zhou, James S. Duncan, Chi Liu

Limited view tomographic reconstruction aims to reconstruct a tomographic image from a limited number of sinogram or projection views arising from sparse view or limited angle acquisitions that reduce radiation dose or s…

SparseMM: Head Sparsity Emerges from Visual Concept Responses in MLLMs

2025-06-05 · Jiahui Wang, Zuyan Liu, Yongming Rao, Jiwen Lu

Multimodal Large Language Models (MLLMs) are commonly derived by extending pre-trained Large Language Models (LLMs) with visual capabilities. In this work, we investigate how MLLMs process visual inputs by analyzing thei…

A recurrent vision transformer shows signatures of primate visual attention

2025-02-16 · Jonathan Morgan, Badr Albanna, James P. Herman

Attention is fundamental to both biological and artificial intelligence, yet research on animal attention and AI self attention remains largely disconnected. We propose a Recurrent Vision Transformer (Recurrent ViT) that…

Change Detection

Sparse-View CT Reconstruction using Recurrent Stacked Back Projection

2021-12-09 · Wenrui Li, Gregery T. Buzzard, Charles A. Bouman

Sparse-view CT reconstruction is important in a wide range of applications due to limitations on cost, acquisition time, or dosage. However, traditional direct reconstruction methods such as filtered back-projection (FBP…

CT Reconstruction

MI-Pruner: Crossmodal Mutual Information-guided Token Pruner for Efficient MLLMs

2026-04-03 · Jiameng Li, Aleksei Tiulpin, Matthew B. Blaschko arxiv

For multimodal large language models (MLLMs), visual information is relatively sparse compared with text. As a result, research on visual pruning emerges for efficient inference. Current approaches typically measure toke…