paper-with-me

Papers

Augmenting Reinforcement Learning with Transformer-based Scene Representation Learning for Decision-making of Autonomous Driving

2022-08-24 · Haochen Liu, Zhiyu Huang, Xiaoyu Mo, Chen Lv

Decision-making for urban autonomous driving is challenging due to the stochastic nature of interactive traffic participants and the complexity of road structures. Although reinforcement learning (RL)-based decision-making scheme is promising to handle urban driving scenarios, it suffers from low sample efficiency and poor adaptability. In this paper, we propose Scene-Rep Transformer to improve the RL decision-making capabilities with better scene representation encoding and sequential predictive latent distillation. Specifically, a multi-stage Transformer (MST) encoder is constructed to model not only the interaction awareness between the ego vehicle and its neighbors but also intention awareness between the agents and their candidate routes. A sequential latent Transformer (SLT) with self-supervised learning objectives is employed to distill the future predictive information into the latent scene representation, in order to reduce the exploration space and speed up training. The final decision-making module based on soft actor-critic (SAC) takes as input the refined latent scene representation from the Scene-Rep Transformer and outputs driving actions. The framework is validated in five challenging simulated urban scenarios with dense traffic, and its performance is manifested quantitatively by the substantial improvements in data efficiency and performance in terms of success rate, safety, and efficiency. The qualitative results reveal that our framework is able to extract the intentions of neighbor agents to help make decisions and deliver more diversified driving behaviors.

📄 PDF Abstract BibTeX arXiv:2208.12263

Code (1)

georgeliu233/scene-rep-transformer 공식 구현 pytorch

Tasks

Autonomous DrivingDecision MakingReinforcement Learning (RL)Representation LearningSelf-Supervised Learning

Methods 이 논문이 사용한 방법론

Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
SPEED The monocular depth estimation (MDE) is the task of estimating depth from a single frame. This information is an essential knowledge in many computer vision tasks such as scene…
Label Smoothing Label Smoothing is a regularization technique that introduces noise for the labels. This accounts for the fact that datasets may have mistakes in them, so maximizing the…
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…
Position-Wise Feed-Forward Layer 설명 없음
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…

Similar Papers 제목 키워드 기반

Goal-Guided Transformer-Enabled Reinforcement Learning for Efficient Autonomous Navigation

2023-01-01 · Wenhui Huang, Yanxin Zhou, Xiangkun He, Chen Lv

Despite some successful applications of goal-driven navigation, existing deep reinforcement learning (DRL)-based approaches notoriously suffers from poor data efficiency issue. One of the reasons is that the goal informa…

Autonomous NavigationDecision MakingDeep Reinforcement Learningreinforcement-learning+2

GITSR: Graph Interaction Transformer-based Scene Representation for Multi Vehicle Collaborative Decision-making

2024-11-03 · Xingyu Hu, Lijun Zhang, Dejian Meng, Ye Han 외

In this study, we propose GITSR, an effective framework for Graph Interaction Transformer-based Scene Representation for multi-vehicle collaborative decision-making in intelligent transportation system. In the context of…

Decision MakingGraph Neural NetworkReinforcement Learning (RL)

SAIL-Recon: Large SfM by Augmenting Scene Regression with Localization

2025-08-25 · Junyuan Deng, Heng Li, Tao Xie, Weiqiang Ren 외 arxiv

Scene regression methods, such as VGGT, solve the Structure-from-Motion (SfM) problem by directly regressing camera poses and 3D scene structures from input images. They demonstrate impressive performance in handling ima…

Camera Pose EstimationNovel View SynthesisVisual Localization

Return Augmented Decision Transformer for Off-Dynamics Reinforcement Learning

2024-10-30 · Ruhan Wang, Yu Yang, Zhishuai Liu, Dongruo Zhou 외

We study offline off-dynamics reinforcement learning (RL) to utilize data from an easily accessible source domain to enhance policy learning in a target domain with limited data. Our approach centers on return-conditione…

D4RLreinforcement-learningReinforcement LearningReinforcement Learning (RL)

Iwin: Human-Object Interaction Detection via Transformer with Irregular Windows

2022-03-20 · Danyang Tu, Xiongkuo Min, Huiyu Duan, Guodong Guo 외

This paper presents a new vision Transformer, named Iwin Transformer, which is specifically designed for human-object interaction (HOI) detection, a detailed scene understanding task involving a sequential process of hum…

Human-Object Interaction DetectionObjectobject-detectionObject Detection+2