paper-with-me

홈 › Papers

FOVI: A biologically-inspired foveated interface for deep vision models

2026-02-03 · Nicholas M. Blauch, George A. Alvarez, Talia Konkle arxiv

Human vision is foveated, with variable resolution peaking at the center of a large field of view; this reflects an efficient trade-off for active sensing, allowing eye-movements to bring different parts of the world into focus with other parts of the world in context. In contrast, most computer vision systems encode the visual world at a uniform resolution, raising challenges for processing full-field high-resolution images efficiently. We propose a foveated vision interface (FOVI) based on the human retina and primary visual cortex (V1), that reformats a variable-resolution retina-like sensor array into a uniformly dense, V1-like sensor manifold. Receptive fields are defined as k-nearest-neighborhoods (kNNs) on the sensor manifold, enabling kNN-convolution via a novel kernel mapping technique. We demonstrate two use cases: (1) an end-to-end kNN-convolutional architecture, and (2) a foveated adaptation of the DINOv3 ViT foundation model, leveraging low-rank adaptation (LoRA). These models provide competitive performance with a fraction of the pixels and computational cost of full resolution non-foveated baselines, opening pathways for efficient and scalable active sensing for high-resolution egocentric vision. Code (https://github.com/nblauch/fovi) and pre-trained models (https://huggingface.co/fovi-pytorch) are available.

📄 PDF Abstract BibTeX arXiv:2602.03766

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Behind the Machine's Gaze: Neural Networks with Biologically-inspired Constraints Exhibit Human-like Visual Attention

2022-04-19 · Leo Schwinn, Doina Precup, Björn Eskofier, Dario Zanca

By and large, existing computational models of visual attention tacitly assume perfect vision and full access to the stimulus and thereby deviate from foveated biological vision. Moreover, modeling top-down attention is …

FoveaTer: Foveated Transformer for Image Classification

2021-05-29 · Aditya Jonnalagadda, William Yang Wang, B. S. Manjunath, Miguel P. Eckstein

Many animals and humans process the visual field with a varying spatial resolution (foveated vision) and use peripheral processing to make eye movements and point the fovea to acquire high-resolution information about ob…

Classificationimage-classificationImage Classification

Object Detection Through Exploration With A Foveated Visual Field

2014-08-04 · Emre Akbas, Miguel P. Eckstein

We present a foveated object detector (FOD) as a biologically-inspired alternative to the sliding window (SW) approach which is the dominant method of search in computer vision object detection. Similar to the human visu…

Objectobject-detectionObject Detection

Evaluating the Adversarial Robustness of a Foveated Texture Transform Module in a CNN

2021-10-12 · NeurIPS Workshop SVRHM 2021 12 · Jonathan M Gant, Andrzej Banburski, Arturo Deza

Biologically inspired mechanisms such as foveation and multiple fixation points have previously been shown to help alleviate adversarial examples (Reddy et al., 2020). By mimicking the effects of visual crowding present …

Adversarial RobustnessFoveationScene ClassificationTexture Synthesis

Look, Focus, Act: Efficient and Robust Robot Learning via Human Gaze and Foveated Vision Transformers

2025-07-21 · Ian Chuang, Jinyu Zou, Andrew Lee, Dechen Gao 외 arxiv

Human vision is a highly active process driven by gaze, which directs attention to task-relevant regions through foveation, dramatically reducing visual processing. In contrast, robot learning systems typically rely on p…

Robot ManipulationImage Segmentation