paper-with-me

홈 › Papers

Vision Transformer for Learning Driving Policies in Complex Multi-Agent Environments

2021-09-14 · Eshagh Kargar, Ville Kyrki

Driving in a complex urban environment is a difficult task that requires a complex decision policy. In order to make informed decisions, one needs to gain an understanding of the long-range context and the importance of other vehicles. In this work, we propose to use Vision Transformer (ViT) to learn a driving policy in urban settings with birds-eye-view (BEV) input images. The ViT network learns the global context of the scene more effectively than with earlier proposed Convolutional Neural Networks (ConvNets). Furthermore, ViT's attention mechanism helps to learn an attention map for the scene which allows the ego car to determine which surrounding cars are important to its next decision. We demonstrate that a DQN agent with a ViT backbone outperforms baseline algorithms with ConvNet backbones pre-trained in various ways. In particular, the proposed method helps reinforcement learning algorithms to learn faster, with increased performance and less data than baselines.

📄 PDF Abstract BibTeX arXiv:2109.06514

Code (0)

등록된 구현이 없습니다.

Methods 이 논문이 사용한 방법론

Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Absolute Position Encodings Absolute Position Encodings are a type of position embeddings for [Transformer-based models] where positional encodings are…
Position-Wise Feed-Forward Layer 설명 없음
Dropout Dropout is a regularization technique for neural networks that drops a unit (along with connections) at training time with a specified probability $p$ (a common value is…
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…
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$…
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 제목 키워드 기반

A Survey of Vision Transformers in Autonomous Driving: Current Trends and Future Directions

2024-03-12 · Quoc-Vinh Lai-Dang

This survey explores the adaptation of visual transformer models in Autonomous Driving, a transition inspired by their success in Natural Language Processing. Surpassing traditional Recurrent Neural Networks in tasks lik…

Autonomous DrivingDecoderLane Detectionobject-detection+4

Multi-Modal Fusion Transformer for End-to-End Autonomous Driving

2021-04-19 · CVPR 2021 1 · Aditya Prakash, Kashyap Chitta, Andreas Geiger

How should representations from complementary sensors be integrated for autonomous driving? Geometry-based sensor fusion has shown great promise for perception tasks such as object detection and motion forecasting. Howev…

Autonomous DrivingImitation LearningMotion Forecasting+4

End-to-end Driving in High-Interaction Traffic Scenarios with Reinforcement Learning

2024-10-03 · Yueyuan Li, Mingyang Jiang, Songan Zhang, Wei Yuan 외

Dynamic and interactive traffic scenarios pose significant challenges for autonomous driving systems. Reinforcement learning (RL) offers a promising approach by enabling the exploration of driving policies beyond the con…

Autonomous DrivingCARLA Leaderboard 2.0Reinforcement Learning (RL)

GeoWorldAD: Geometry World Action Model for Autonomous Driving

2026-07-20 · Songyan Zhang, Jinyuan Tian, Hanbing Li, Daqi Liu 외 arxiv

Autonomous driving requires both safe and efficient planning decisions in dynamic 3D environments. Although recent Vision/Video-Action models learn policies directly from visual observations and scale well with advances …

Collision AvoidanceTrajectory PlanningAutonomous Driving

Goal-constrained Sparse Reinforcement Learning for End-to-End Driving

2021-03-16 · Pranav Agarwal, Pierre de Beaucorps, Raoul de Charette

Deep reinforcement Learning for end-to-end driving is limited by the need of complex reward engineering. Sparse rewards can circumvent this challenge but suffers from long training time and leads to sub-optimal policy. I…

Deep Reinforcement Learningreinforcement-learningReinforcement LearningReinforcement Learning (RL)