paper-with-me

Papers

Visual Imitation Learning with Patch Rewards

2023-02-02 · Minghuan Liu, Tairan He, Weinan Zhang, Shuicheng Yan, Zhongwen Xu

Visual imitation learning enables reinforcement learning agents to learn to behave from expert visual demonstrations such as videos or image sequences, without explicit, well-defined rewards. Previous research either adopted supervised learning techniques or induce simple and coarse scalar rewards from pixels, neglecting the dense information contained in the image demonstrations. In this work, we propose to measure the expertise of various local regions of image samples, or called \textit{patches}, and recover multi-dimensional \textit{patch rewards} accordingly. Patch reward is a more precise rewarding characterization that serves as a fine-grained expertise measurement and visual explainability tool. Specifically, we present Adversarial Imitation Learning with Patch Rewards (PatchAIL), which employs a patch-based discriminator to measure the expertise of different local parts from given images and provide patch rewards. The patch-based knowledge is also used to regularize the aggregated reward and stabilize the training. We evaluate our method on DeepMind Control Suite and Atari tasks. The experiment results have demonstrated that PatchAIL outperforms baseline methods and provides valuable interpretations for visual demonstrations.

📄 PDF Abstract BibTeX arXiv:2302.00965

Code (1)

sail-sg/patchail 공식 구현 pytorch

Tasks

Imitation Learning

Similar Papers 제목 키워드 기반

One Patch Is Enough: Reinforcement-Optimized Visual Token Grounding for MLLM-Based Scene Text Spotting

2026-07-30 · Rui Tang, Wentao Yang, Peirong Zhang, Yongxin Shi 외 arxiv

Scene text spotting requires high-precision alignment between textual recognition and spatial localization. While visual-token grounding has emerged as a promising formulation for Multimodal Large Language Models (MLLMs)…

Reinforcement LearningText Spotting

A Study on Dense and Sparse (Visual) Rewards in Robot Policy Learning

2021-08-06 · Abdalkarim Mohtasib, Gerhard Neumann, Heriberto Cuayahuitl

Deep Reinforcement Learning (DRL) is a promising approach for teaching robots new behaviour. However, one of its main limitations is the need for carefully hand-coded reward signals by an expert. We argue that it is cruc…

Deep Reinforcement Learningreinforcement-learningReinforcement LearningReinforcement Learning (RL)

Harness Local Rewards for Global Benefits: Effective Text-to-Video Generation Alignment with Patch-level Reward Models

2025-02-04 · Shuting Wang, Haihong Tang, Zhicheng Dou, Chenyan Xiong

The emergence of diffusion models (DMs) has significantly improved the quality of text-to-video generation models (VGMs). However, current VGM optimization primarily emphasizes the global quality of videos, overlooking l…

Text-to-Video GenerationVideo Generation

GLUE: Global-Local Unified Encoding for Imitation Learning via Key-Patch Tracking

2025-09-27 · Ye Chen, Zichen Zhou, Jianyu Dou, Te Cui 외 arxiv

In recent years, visual representation learning has gained widespread attention in robotic imitation learning. However, in complex Out-of-Distribution(OOD) settings characterized by clutter and occlusion, the attention o…

Representation Learning

MIRL: Mutual Information-Guided Reinforcement Learning for Vision-Language Models

2026-05-02 · Yin Zhang, Jiaxuan Zhao, Zonghan Wu, Zengxiang Li 외 arxiv

Vision-Language Models (VLMs) frequently suffer from visual perception errors and hallucinations that compromise answer accuracy in complex reasoning tasks. Reinforcement Learning with Verifiable Rewards (RLVR) offers a …

Reinforcement Learning