paper-with-me

홈 › Papers

Context Representation via Action-Free Transformer encoder-decoder for Meta Reinforcement Learning

2025-12-16 · Amir M. Soufi Enayati, Homayoun Honari, Homayoun Najjaran arxiv

Reinforcement learning (RL) enables robots to operate in uncertain environments, but standard approaches often struggle with poor generalization to unseen tasks. Context-adaptive meta reinforcement learning addresses these limitations by conditioning on the task representation, yet they mostly rely on complete action information in the experience making task inference tightly coupled to a specific policy. This paper introduces Context Representation via Action Free Transformer encoder decoder (CRAFT), a belief model that infers task representations solely from sequences of states and rewards. By removing the dependence on actions, CRAFT decouples task inference from policy optimization, supports modular training, and leverages amortized variational inference for scalable belief updates. Built on a transformer encoder decoder with rotary positional embeddings, the model captures long range temporal dependencies and robustly encodes both parametric and non-parametric task variations. Experiments on the MetaWorld ML-10 robotic manipulation benchmark show that CRAFT achieves faster adaptation, improved generalization, and more effective exploration compared to context adaptive meta--RL baselines. These findings highlight the potential of action-free inference as a foundation for scalable RL in robotic control.

📄 PDF Abstract BibTeX arXiv:2512.14057

Code (0)

등록된 구현이 없습니다.

Tasks

Reinforcement Learning

Similar Papers 제목 키워드 기반

Understanding Neural Machine Translation by Simplification: The Case of Encoder-free Models

2019-07-18 · RANLP 2019 9 · Gongbo Tang, Rico Sennrich, Joakim Nivre

In this paper, we try to understand neural machine translation (NMT) via simplifying NMT architectures and training encoder-free NMT models. In an encoder-free model, the sums of word embeddings and positional embeddings…

DecoderMachine TranslationNMTTranslation+1

Human-Centric Transformer for Domain Adaptive Action Recognition

2024-07-15 · Kun-Yu Lin, Jiaming Zhou, Wei-Shi Zheng

We study the domain adaptation task for action recognition, namely domain adaptive action recognition, which aims to effectively transfer action recognition power from a label-sufficient source domain to a label-free tar…

Action RecognitionDomain Adaptation

Quantifying Context Mixing in Transformers

2023-01-30 · Hosein Mohebbi, Willem Zuidema, Grzegorz Chrupała, Afra Alishahi

Self-attention weights and their transformed variants have been the main source of information for analyzing token-to-token interactions in Transformer-based models. But despite their ease of interpretation, these weight…

CTformer: Convolution-free Token2Token Dilated Vision Transformer for Low-dose CT Denoising

2022-02-28 · Dayang Wang, Fenglei Fan, Zhan Wu, Rui Liu 외

Low-dose computed tomography (LDCT) denoising is an important problem in CT research. Compared to the normal dose CT (NDCT), LDCT images are subjected to severe noise and artifacts. Recently in many studies, vision trans…

DecoderDenoising

ScaleFormer: Span Representation Cumulation for Long-Context Transformer

2025-11-13 · Jiangshu Du, Wenpeng Yin, Philip Yu arxiv

The quadratic complexity of standard self-attention severely limits the application of Transformer-based models to long-context tasks. While efficient Transformer variants exist, they often require architectural changes …

Document Summarization