paper-with-me

홈 › Papers

Generalization in Visual Reinforcement Learning with the Reward Sequence Distribution

2023-02-19 · Jie Wang, Rui Yang, Zijie Geng, Zhihao Shi, Mingxuan Ye, Qi Zhou, Shuiwang Ji, Bin Li, Yongdong Zhang, Feng Wu

Generalization in partially observed markov decision processes (POMDPs) is critical for successful applications of visual reinforcement learning (VRL) in real scenarios. A widely used idea is to learn task-relevant representations that encode task-relevant information of common features in POMDPs, i.e., rewards and transition dynamics. As transition dynamics in the latent state space -- which are task-relevant and invariant to visual distractions -- are unknown to the agents, existing methods alternatively use transition dynamics in the observation space to extract task-relevant information in transition dynamics. However, such transition dynamics in the observation space involve task-irrelevant visual distractions, degrading the generalization performance of VRL methods. To tackle this problem, we propose the reward sequence distribution conditioned on the starting observation and the predefined subsequent action sequence (RSD-OA). The appealing features of RSD-OA include that: (1) RSD-OA is invariant to visual distractions, as it is conditioned on the predefined subsequent action sequence without task-irrelevant information from transition dynamics, and (2) the reward sequence captures long-term task-relevant information in both rewards and transition dynamics. Experiments demonstrate that our representation learning approach based on RSD-OA significantly improves the generalization performance on unseen environments, outperforming several state-of-the-arts on DeepMind Control tasks with visual distractions.

📄 PDF Abstract BibTeX arXiv:2302.09601

Code (1)

miralab-ustc/rl-cresp 공식 구현 pytorch

Tasks

reinforcement-learningReinforcement LearningReinforcement Learning (RL)Representation Learning

Similar Papers 제목 키워드 기반

Learning Task-relevant Representations for Generalization via Characteristic Functions of Reward Sequence Distributions

2022-05-20 · Rui Yang, Jie Wang, Zijie Geng, Mingxuan Ye 외

Generalization across different environments with the same tasks is critical for successful applications of visual reinforcement learning (RL) in real scenarios. However, visual distractions -- which are common in real s…

Reinforcement Learning (RL)

Reward-Predictive Clustering

2022-11-07 · Lucas Lehnert, Michael J. Frank, Michael L. Littman

Recent advances in reinforcement-learning research have demonstrated impressive results in building algorithms that can out-perform humans in complex tasks. Nevertheless, creating reinforcement-learning systems that can …

Clusteringreinforcement-learningReinforcement LearningReinforcement Learning (RL)

Rethinking Reinforcement Fine-Tuning in LVLM: Convergence, Reward Decomposition, and Generalization

2026-04-21 · Carter Adams, Rafael Oliveira, Gabriel Almeida, Sofia Torres arxiv

Reinforcement fine-tuning with verifiable rewards (RLVR) has emerged as a powerful paradigm for equipping large vision-language models (LVLMs) with agentic capabilities such as tool use and multi-step reasoning. Despite …

SA-VLA: Spatially-Aware Flow-Matching for Vision-Language-Action Reinforcement Learning

2026-01-31 · Xu Pan, Zhenglin Wan, Xingrui Yu, Xianwei Zheng 외 arxiv

Vision-Language-Action (VLA) models exhibit strong generalization in robotic manipulation, yet reinforcement learning (RL) fine-tuning often degrades robustness under spatial distribution shifts. For flow-matching VLA po…

Representation LearningReinforcement Learning

KAGE-Bench: Fast Known-Axis Visual Generalization Evaluation for Reinforcement Learning

2026-01-20 · Egor Cherepanov, Daniil Zelezetsky, Alexey K. Kovalev, Aleksandr I. Panov arxiv

Pixel-based reinforcement learning agents often fail under purely visual distribution shift even when latent dynamics and rewards are unchanged, but existing benchmarks entangle multiple sources of shift and hinder syste…

Reinforcement Learning