paper-with-me

홈 › Papers

Policy-Induced Self-Supervision Improves Representation Finetuning in Visual RL

2023-02-12 · Sébastien M. R. Arnold, Fei Sha

We study how to transfer representations pretrained on source tasks to target tasks in visual percept based RL. We analyze two popular approaches: freezing or finetuning the pretrained representations. Empirical studies on a set of popular tasks reveal several properties of pretrained representations. First, finetuning is required even when pretrained representations perfectly capture the information required to solve the target task. Second, finetuned representations improve learnability and are more robust to noise. Third, pretrained bottom layers are task-agnostic and readily transferable to new tasks, while top layers encode task-specific information and require adaptation. Building on these insights, we propose a self-supervised objective that clusters representations according to the policy they induce, as opposed to traditional representation similarity measures which are policy-agnostic (e.g. Euclidean norm, cosine similarity). Together with freezing the bottom layers, this objective results in significantly better representation than frozen, finetuned, and self-supervised alternatives on a wide range of benchmarks.

📄 PDF Abstract BibTeX arXiv:2302.06009

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

OGLS-SD: On-Policy Self-Distillation with Outcome-Guided Logit Steering for LLM Reasoning

2026-05-12 · Yuxiao Yang, Xiaoyun Wang, Weitong Zhang arxiv

We study on-policy self-distillation (OPSD), where a language model improves its reasoning ability by distilling privileged teacher distributions along its own on-policy trajectories. Despite its promise, OPSD can suffer…

Mathematical Reasoning

Skill-Guided Continuation Distillation for GUI Agents

2026-06-17 · Zhimin Fan, Hongwei Yu, Yeqing Shen, Haolong Yan 외 arxiv

Improving GUI agents typically relies on behavior cloning on expert trajectories. However, as the current policy deviates from the expert policy, it inevitably encounters policy-induced off-trajectory states during close…

SEED: Self-Evolving On-Policy Distillation for Agentic Reinforcement Learning

2026-07-16 · Jinyang Wu, Shuo Yang, Zhengxi Lu, Fan Zhang 외 arxiv

Large language models are increasingly trained as interactive agents for long-horizon tasks involving multi-turn interaction, tool use, and environment feedback. Outcome-based reinforcement learning (RL) provides a pract…

Reinforcement LearningDecision Making

The Essence of Balance for Self-Improving Agents in Vision-and-Language Navigation

2026-04-21 · Zhen Liu, Yuhan Liu, Jinjun Wang, Jianyi Liu 외 arxiv

In vision-and-language navigation (VLN), self-improvement from policy-induced experience, using only standard VLN action supervision, critically depends on balancing behavioral diversity and learning stability, which gov…

DC-WAM: Dynamic-Centric Visual Supervision and Reasoning for World-Action Models

2026-07-28 · Haoyuan Ji, Lingxiang Fan, Shang Su, Yinqiao Lu 외 arxiv

World-Action Models (WAMs) augment robot policies with future visual prediction, but it remains unclear what the visual modality should learn for control. While photorealistic future prediction provides dense supervision…

Video Prediction