paper-with-me

Papers

Contrastive Example-Based Control

2023-07-24 · Kyle Hatch, Benjamin Eysenbach, Rafael Rafailov, Tianhe Yu, Ruslan Salakhutdinov, Sergey Levine, Chelsea Finn

While many real-world problems that might benefit from reinforcement learning, these problems rarely fit into the MDP mold: interacting with the environment is often expensive and specifying reward functions is challenging. Motivated by these challenges, prior work has developed data-driven approaches that learn entirely from samples from the transition dynamics and examples of high-return states. These methods typically learn a reward function from high-return states, use that reward function to label the transitions, and then apply an offline RL algorithm to these transitions. While these methods can achieve good results on many tasks, they can be complex, often requiring regularization and temporal difference updates. In this paper, we propose a method for offline, example-based control that learns an implicit model of multi-step transitions, rather than a reward function. We show that this implicit model can represent the Q-values for the example-based control problem. Across a range of state-based and image-based offline control tasks, our method outperforms baselines that use learned reward functions; additional experiments demonstrate improved robustness and scaling with dataset size.

📄 PDF Abstract BibTeX arXiv:2307.13101

Code (1)

khatch31/laeo 공식 구현 jax

Tasks

Offline RL

Similar Papers 제목 키워드 기반

Learning Half-Spaces from Perturbed Contrastive Examples

2026-02-02 · Aryan Alavi Razavi Ravari, Farnam Mansouri, Yuxin Chen, Valentio Iverson 외 arxiv

We study learning under a two-step contrastive example oracle, as introduced by Mansouri et. al. (2025), where each queried (or sampled) labeled example is paired with an additional contrastive example of opposite label.…

Controlling Prosody in End-to-End TTS: A Case Study on Contrastive Focus Generation

2021-11-01 · CoNLL (EMNLP) 2021 11 · Siddique Latif, Inyoung Kim, Ioan Calapodescu, Laurent Besacier

While End-2-End Text-to-Speech (TTS) has made significant progresses over the past few years, these systems still lack intuitive user controls over prosody. For instance, generating speech with fine-grained prosody contr…

text-to-speechText to Speech

GestureDiffuCLIP: Gesture Diffusion Model with CLIP Latents

2023-03-26 · Tenglong Ao, Zeyi Zhang, Libin Liu

The automatic generation of stylized co-speech gestures has recently received increasing attention. Previous systems typically allow style control via predefined text labels or example motion clips, which are often not f…

Contrastive LearningGesture Generationmodel

Learning with Contrastive Examples for Data-to-Text Generation

2020-12-01 · COLING 2020 8 · Yui Uehara, Tatsuya Ishigaki, Kasumi Aoki, Hiroshi Noji 외

Existing models for data-to-text tasks generate fluent but sometimes incorrect sentences e.g., {``}Nikkei gains{''} is generated when {``}Nikkei drops{''} is expected. We investigate models trained on contrastive example…

Comment GenerationData-to-Text GenerationText Generation

Contrastive Semantic Projection: Faithful Neuron Labeling with Contrastive Examples

2026-04-24 · Oussama Bouanani, Jim Berend, Wojciech Samek, Sebastian Lapuschkin 외 arxiv

Neuron labeling assigns textual descriptions to internal units of deep networks. Existing approaches typically rely on highly activating examples, often yielding broad or misleading labels by focusing on dominant but inc…