VLM
- Total pixels used
- 0 pixels
- RGB bandwidth proxy
- 0 KB
A scene holds more detail than a task may need. Foveated vision keeps the focus sharp and the periphery coarse, asking a different question: where should a model look?
CVPR 2025 · HighlightClick Search to watch both models find the food in the same scene.
High-resolution cameras capture rich scenes. Giving every part of every frame the same attention can be expensive.
More resolution means more visual information to handle, even in regions that contribute little to the task.
Dividing a frame into smaller views preserves local detail, but processing and combining those views adds work.
Reducing the whole frame treats important and unimportant regions alike. A small object may be exactly what the question depends on.
Human vision combines a detailed center of gaze with a coarser periphery. Foveated sampling brings that idea to a model’s visual input.
Instead of shrinking everything equally, a sub-sampler preserves fine detail near a fixation. A sequence of fixations can bring different regions into focus while retaining the surrounding context.
Attention guides the next fixation
A conceptual processing loop. The comparison above uses a preset path to make the idea visible.
Models achieved up to 80% of their full capability using just 3% of the pixels in the paper’s evaluations.
Source ↗Foveated sampling improved performance by up to 2.7% on GQA compared with uniform sampling under tight pixel budgets.
Source ↗The paper reports gains of up to 2.1% on SEED-Bench and 2.0% on VQAv2 compared with uniform sampling under tight pixel budgets.
Source ↗Andrey Gizdov, Shimon Ullman, Daniel Harari
Explore how a camera observation becomes a workflow, with conditions you can inspect and a next step you can define.