paper-with-me

홈 › Papers

Higher Resolution, Better Generalization: Unlocking Visual Scaling in Deep Reinforcement Learning

2026-05-11 · Raphael Trumpp, Ömer Veysel Çağatan, Barış Akgün, Marco Caccamo arxiv

Pixel-based deep reinforcement learning agents are typically trained on heavily downsampled visual observations, a convention inherited from early benchmarks rather than grounded in principled design. In this work, we show that observation resolution is a critical yet overlooked variable for policy learning: higher-resolution inputs can substantially improve both performance and generalization, provided the network architecture can process them effectively. We find that the widely used Impala encoder, which flattens spatial features into a vector, suffers from quadratic parameter growth as resolution increases and fails to leverage the additional visual detail. We test different modifications to the Impala architecture and conclude that, in particular, introducing a global average pooling layer, as in the Impoola architecture, yields consistent improvements across resolutions and network widths while decoupling parameter count from resolution - at their respective best conditions, visual scaling unlocks a 28 % performance gain for Impoola over Impala. These gains are strongest in environments that require precise perception of small or distant objects, and gradient saliency analysis suggests that the underlying mechanism is a more spatially localized visual attention of the policy at higher resolutions. Our results challenge the prevailing practice of aggressive input downsampling and position resolution-independent architectures as a simple, effective path toward scalable visual deep reinforcement learning.

📄 PDF Abstract BibTeX arXiv:2605.10546

Code (0)

등록된 구현이 없습니다.

Tasks

Reinforcement Learning

Similar Papers 제목 키워드 기반

MuRF: Unlocking the Multi-Scale Potential of Vision Foundation Models

2026-03-26 · Bocheng Zou, Mu Cai, Mark Stanley, Dingfu Lu 외 arxiv

Vision Foundation Models (VFMs) have become the cornerstone of modern computer vision, offering robust representations across a wide array of tasks. While recent advances allow these models to handle varying input sizes …

HiDiffusion: Unlocking Higher-Resolution Creativity and Efficiency in Pretrained Diffusion Models

2023-11-29 · Shen Zhang, Zhaowei Chen, Zhenyu Zhao, Yuhao Chen 외

Diffusion models have become a mainstream approach for high-resolution image synthesis. However, directly generating higher-resolution images from pretrained diffusion models will encounter unreasonable object duplicatio…

AttributeImage GenerationObject

Advanced Single Image Resolution Upsurging Using a Generative Adversarial Network

2020-05-30 · Md. Moshiur Rahman, Samrat Kumar Dey, Kabid Hassan Shibly

The resolution of an image is a very important criterion for evaluating the quality of the image. A higher resolution of an image is always preferable as images of lower resolution are unsuitable due to fuzzy quality. A …

AstronomyGenerative Adversarial Network

Unlocking the Power of Critical Factors for 3D Visual Geometry Estimation

2026-04-23 · Guangkai Xu, Hua Geng, Huanyi Zheng, Songyi Yin 외 arxiv

Feed-forward visual geometry estimation has recently made rapid progress. However, an important gap remains: multi-frame models usually produce better cross-frame consistency, yet they often underperform strong per-frame…

Depth Estimation

SigLIP-HD by Fine-to-Coarse Supervision

2026-07-10 · Lihe Yang, Zhen Zhao, Hengshuang Zhao arxiv

High-quality visual representation is a long-standing pursuit in computer vision. In the context of multimodal LLMs (MLLMs), feeding higher-resolution images can produce more fine-grained visual tokens. However, it intro…