🤖 AI Summary
Current machine vision models process entire images passively, leading to prohibitive computational overhead that scales with both input resolution and model size—severely limiting practicality and interpretability. To address this, we propose AdaptiveNN, a paradigm shift from passive perception to active, adaptive vision. Inspired by human visual attention, AdaptiveNN employs a coarse-to-fine sequential decision-making mechanism that dynamically focuses on task-relevant regions and accumulates visual evidence over time. Crucially, it pioneers the integration of representation learning with self-supervised reinforcement learning, enabling end-to-end training without differentiability constraints, external annotations, or auxiliary supervision. The framework supports dynamic inference termination and cross-task adaptation. Evaluated across 17 diverse benchmarks, AdaptiveNN reduces inference cost by up to 28× while preserving accuracy—demonstrating substantial gains in efficiency, flexibility, and interpretability.
📝 Abstract
Human vision is highly adaptive, efficiently sampling intricate environments by sequentially fixating on task-relevant regions. In contrast, prevailing machine vision models passively process entire scenes at once, resulting in excessive resource demands scaling with spatial-temporal input resolution and model size, yielding critical limitations impeding both future advancements and real-world application. Here we introduce AdaptiveNN, a general framework aiming to drive a paradigm shift from 'passive' to 'active, adaptive' vision models. AdaptiveNN formulates visual perception as a coarse-to-fine sequential decision-making process, progressively identifying and attending to regions pertinent to the task, incrementally combining information across fixations, and actively concluding observation when sufficient. We establish a theory integrating representation learning with self-rewarding reinforcement learning, enabling end-to-end training of the non-differentiable AdaptiveNN without additional supervision on fixation locations. We assess AdaptiveNN on 17 benchmarks spanning 9 tasks, including large-scale visual recognition, fine-grained discrimination, visual search, processing images from real driving and medical scenarios, language-driven embodied AI, and side-by-side comparisons with humans. AdaptiveNN achieves up to 28x inference cost reduction without sacrificing accuracy, flexibly adapts to varying task demands and resource budgets without retraining, and provides enhanced interpretability via its fixation patterns, demonstrating a promising avenue toward efficient, flexible, and interpretable computer vision. Furthermore, AdaptiveNN exhibits closely human-like perceptual behaviors in many cases, revealing its potential as a valuable tool for investigating visual cognition. Code is available at https://github.com/LeapLabTHU/AdaptiveNN.