paper-with-me

Papers

Enhancing Decision Transformer with Diffusion-Based Trajectory Branch Generation

2024-11-18 · Zhihong Liu, Long Qian, Zeyang Liu, Lipeng Wan, Xingyu Chen, Xuguang Lan

Decision Transformer (DT) can learn effective policy from offline datasets by converting the offline reinforcement learning (RL) into a supervised sequence modeling task, where the trajectory elements are generated auto-regressively conditioned on the return-to-go (RTG).However, the sequence modeling learning approach tends to learn policies that converge on the sub-optimal trajectories within the dataset, for lack of bridging data to move to better trajectories, even if the condition is set to the highest RTG.To address this issue, we introduce Diffusion-Based Trajectory Branch Generation (BG), which expands the trajectories of the dataset with branches generated by a diffusion model.The trajectory branch is generated based on the segment of the trajectory within the dataset, and leads to trajectories with higher returns.We concatenate the generated branch with the trajectory segment as an expansion of the trajectory.After expanding, DT has more opportunities to learn policies to move to better trajectories, preventing it from converging to the sub-optimal trajectories.Empirically, after processing with BG, DT outperforms state-of-the-art sequence modeling methods on D4RL benchmark, demonstrating the effectiveness of adding branches to the dataset without further modifications.

📄 PDF Abstract BibTeX arXiv:2411.11327

Code (0)

등록된 구현이 없습니다.

Tasks

D4RLReinforcement Learning (RL)

Methods 이 논문이 사용한 방법론

Attention 설명 없음
Adam 설명 없음
Residual Connection 설명 없음
BPE Byte Pair Encoding, or BPE, is a subword segmentation algorithm that encodes rare and unknown words as sequences of subword units. The intuition is that various word…
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
SET Dynamic Sparse Training method where weight mask is updated randomly periodically
Absolute Position Encodings Absolute Position Encodings are a type of position embeddings for [Transformer-based models] where positional encodings are…
Multi-Head Attention 설명 없음

Similar Papers 제목 키워드 기반

DISK: Dynamic Inference SKipping for World Models

2026-01-31 · Anugunj Naman, Gaibo Zhang, Ayushman Singh, Yaguang Zhang arxiv

We present DISK, a training-free adaptive inference method for autoregressive world models. DISK coordinates two coupled diffusion transformers for video and ego-trajectory via dual-branch controllers with cross-modal sk…

Trajectory Prediction

Crossfusor: A Cross-Attention Transformer Enhanced Conditional Diffusion Model for Car-Following Trajectory Prediction

2024-06-17 · Junwei You, Haotian Shi, Keshu Wu, Keke Long 외

Vehicle trajectory prediction is crucial for advancing autonomous driving and advanced driver assistance systems (ADAS), enhancing road safety and traffic efficiency. While traditional methods have laid foundational work…

Autonomous DrivingDenoisingTrajectory Prediction

Traj-Transformer: Diffusion Models with Transformer for GPS Trajectory Generation

2025-10-07 · Zhiyang Zhang, Ningcong Chen, Xin Zhang, Yanhua Li 외 arxiv

The widespread use of GPS devices has driven advances in spatiotemporal data mining, enabling machine learning models to simulate human decision making and generate realistic trajectories, addressing both data collection…

Decision Making

Resisting Stochastic Risks in Diffusion Planners with the Trajectory Aggregation Tree

2024-05-28 · Lang Feng, Pengjie Gu, Bo An, Gang Pan

Diffusion planners have shown promise in handling long-horizon and sparse-reward tasks due to the non-autoregressive plan generation. However, their inherent stochastic risk of generating infeasible trajectories presents…

Decision Making

Physics-informed Diffusion Mamba Transformer for Real-world Driving

2026-01-31 · Hang Zhou, Qiang Zhang, Peiran Liu, Yihao Qin 외 arxiv

Autonomous driving systems demand trajectory planners that not only model the inherent uncertainty of future motions but also respect complex temporal dependencies and underlying physical laws. While diffusion-based gene…

Autonomous DrivingMotion Planning