paper-with-me

홈 › Papers

MAGE: Multi-scale Autoregressive Generation for Offline Reinforcement Learning

2026-02-27 · Chenxing Lin, Xinhui Gao, Haipeng Zhang, Xinran Li, Haitao Wang, Songzhu Mei, Chenglu Wen, Weiquan Liu, Siqi Shen, Cheng Wang arxiv

Generative models have gained significant traction in offline reinforcement learning (RL) due to their ability to model complex trajectory distributions. However, existing generation-based approaches still struggle with long-horizon tasks characterized by sparse rewards. Some hierarchical generation methods have been developed to mitigate this issue by decomposing the original problem into shorter-horizon subproblems using one policy and generating detailed actions with another. While effective, these methods often overlook the multi-scale temporal structure inherent in trajectories, resulting in suboptimal performance. To overcome these limitations, we propose MAGE, a Multi-scale Autoregressive GEneration-based offline RL method. MAGE incorporates a condition-guided multi-scale autoencoder to learn hierarchical trajectory representations, along with a multi-scale transformer that autoregressively generates trajectory representations from coarse to fine temporal scales. MAGE effectively captures temporal dependencies of trajectories at multiple resolutions. Additionally, a condition-guided decoder is employed to exert precise control over short-term behaviors. Extensive experiments on five offline RL benchmarks against fifteen baseline algorithms show that MAGE successfully integrates multi-scale trajectory modeling with conditional guidance, generating coherent and controllable trajectories in long-horizon sparse-reward settings.

📄 PDF Abstract BibTeX arXiv:2602.23770

Code (0)

등록된 구현이 없습니다.

Tasks

Reinforcement LearningTrajectory ModelingOffline RL

Similar Papers 제목 키워드 기반

X-Omni: Reinforcement Learning Makes Discrete Autoregressive Image Generative Models Great Again

2025-07-29 · Zigang Geng, Yibing Wang, Yeyao Ma, Chen Li 외 arxiv

Numerous efforts have been made to extend the ``next token prediction'' paradigm to visual contents, aiming to create a unified approach for both image generation and understanding. Nevertheless, attempts to generate ima…

Reinforcement LearningImage Generation

Progressive Checkerboards for Autoregressive Multiscale Image Generation

2026-02-03 · David Eigen arxiv

A key challenge in autoregressive image generation is to efficiently sample independent locations in parallel, while still modeling mutual dependencies with serial conditioning. Some recent works have addressed this by c…

Image Generation

UniT: Unified Geometry Learning with Group Autoregressive Transformer

2026-05-20 · Haotian Wang, Yusong Huang, Zhaonian Kuang, Hongliang Lu 외 arxiv

Recent feed-forward models have significantly advanced geometry perception for inferring dense 3D structure from sensor observations. However, its essential capabilities remain fragmented across multiple incompatible par…

ToolACE-MT: Non-Autoregressive Generation for Agentic Multi-Turn Interaction

2025-08-18 · Xingshan Zeng, Weiwen Liu, Lingzhi Wang, Liangyou Li 외 arxiv

Agentic task-solving with Large Language Models (LLMs) requires multi-turn, multi-step interactions, often involving complex function calls and dynamic user-agent exchanges. Existing simulation-based data generation meth…

ARMFlow: AutoRegressive MeanFlow for Online 3D Human Reaction Generation

2025-12-18 · Zichen Geng, Zeeshan Hayder, Wei Liu, Hesheng Wang 외 arxiv

3D human reaction generation faces three main challenges:(1) high motion fidelity, (2) real-time inference, and (3) autoregressive adaptability for online scenarios. Existing methods fail to meet all three simultaneously…