arXiv:2605.10546cs.LG2026-05

提高输入分辨率可显著提升强化学习模型性能与泛化能力。

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

论文配图:Higher Resolution, Better Generalization: Unlocking Visual Scaling in Deep Reinforcement Learning
图 1 · 摘自论文原文
  • 改进Impala架构,引入全局平均池化实现高分辨率感知
  • 在最佳配置下,新模型性能比原模型提升28%
  • 特别适合需要精细视觉判断的任务,如识别小或远物体

基于像素的深度强化学习智能体通常在高度降采样的视觉观测上训练,这一做法源自早期基准而非合理设计。本文表明,观察分辨率是政策学习中关键但被忽视的变量:若网络架构能有效处理,更高分辨率输入可显著提升性能与泛化能力。我们发现广泛使用的Impala编码器在分辨率提升时会因空间特征展平导致参数量二次增长,无法利用额外视觉细节。通过测试多种改进方案,发现引入全局平均池化(如Impoola架构)能在不同分辨率与网络宽度下持续提升表现,且使参数量与分辨率解耦。在最优条件下,Impoola相比Impala性能提升28%。该增益在需精确感知小或远物体的环境中尤为显著,梯度显著性分析表明其机制为策略在高分辨率下具备更局部化的视觉注意力。研究挑战了过度降采样惯例,提出分辨率无关架构是实现可扩展视觉强化学习的简单有效路径。

原文摘要 · Abstract (English)

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.

强化学习视觉感知模型优化高分辨率

Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。