paper-with-me

홈 › Papers

Unified token representations for sequential decision models

2025-10-24 · Zhuojing Tian, Yushu Chen arxiv

Transformers have demonstrated strong potential in offline reinforcement learning (RL) by modeling trajectories as sequences of return-to-go, states, and actions. However, existing approaches such as the Decision Transformer(DT) and its variants suffer from redundant tokenization and quadratic attention complexity, limiting their scalability in real-time or resource-constrained settings. To address this, we propose a Unified Token Representation (UTR) that merges return-to-go, state, and action into a single token, substantially reducing sequence length and model complexity. Theoretical analysis shows that UTR leads to a tighter Rademacher complexity bound, suggesting improved generalization. We further develop two variants: UDT and UDC, built upon transformer and gated CNN backbones, respectively. Both achieve comparable or superior performance to state-of-the-art methods with markedly lower computation. These findings demonstrate that UTR generalizes well across architectures and may provide an efficient foundation for scalable control in future large decision models.

📄 PDF Abstract BibTeX arXiv:2510.21448

Code (0)

등록된 구현이 없습니다.

Tasks

Reinforcement Learning

Similar Papers 제목 키워드 기반

UniMASK: Unified Inference in Sequential Decision Problems

2022-11-20 · Micah Carroll, Orr Paradise, Jessy Lin, Raluca Georgescu 외

Randomly masking and predicting word tokens has been a successful approach in pre-training language models for a variety of downstream tasks. In this work, we observe that the same idea also applies naturally to sequenti…

Decision MakingSequential Decision Making

Unify and Conquer: How Phonetic Feature Representation Affects Polyglot Text-To-Speech (TTS)

2022-07-04 · Ariadna Sanchez, Alessio Falai, Ziyao Zhang, Orazio Angelini 외

An essential design decision for multilingual Neural Text-To-Speech (NTTS) systems is how to represent input linguistic features within the model. Looking at the wide variety of approaches in the literature, two main par…

text-to-speechText to Speech

Towards Flexible Inference in Sequential Decision Problems via Bidirectional Transformers

2022-04-28 · Micah Carroll, Jessy Lin, Orr Paradise, Raluca Georgescu 외

Randomly masking and predicting word tokens has been a successful approach in pre-training language models for a variety of downstream tasks. In this work, we observe that the same idea also applies naturally to sequenti…

Decision MakingOffline RLSequential Decision Making

When Machines Speak: A Unified Generative Framework for Integrating Machine-Native Symbols into Pretrained Large Language Models

2026-08-20 · Su Yan, Rakesh Iyer arxiv

Many real-world AI systems represent entities, behaviors, and structured information using discrete machine-native symbols rather than natural language. While these representations are compact and preserve task-relevant …

Sequential RecommendationStructured Prediction

Ming-UniVision: Joint Image Understanding and Generation with a Unified Continuous Tokenizer

2025-10-08 · Ziyuan Huang, DanDan Zheng, Cheng Zou, Rui Liu 외 arxiv

Visual tokenization remains a core challenge in unifying visual understanding and generation within the autoregressive paradigm. Existing methods typically employ tokenizers in discrete latent spaces to align with the to…