paper-with-me

Papers

Transformer-based models and hardware acceleration analysis in autonomous driving: A survey

2023-04-21 · Juan Zhong, Zheng Liu, Xi Chen

Transformer architectures have exhibited promising performance in various autonomous driving applications in recent years. On the other hand, its dedicated hardware acceleration on portable computational platforms has become the next critical step for practical deployment in real autonomous vehicles. This survey paper provides a comprehensive overview, benchmark, and analysis of Transformer-based models specifically tailored for autonomous driving tasks such as lane detection, segmentation, tracking, planning, and decision-making. We review different architectures for organizing Transformer inputs and outputs, such as encoder-decoder and encoder-only structures, and explore their respective advantages and disadvantages. Furthermore, we discuss Transformer-related operators and their hardware acceleration schemes in depth, taking into account key factors such as quantization and runtime. We specifically illustrate the operator level comparison between layers from convolutional neural network, Swin-Transformer, and Transformer with 4D encoder. The paper also highlights the challenges, trends, and current insights in Transformer-based models, addressing their hardware deployment and acceleration issues within the context of long-term autonomous driving applications.

📄 PDF Abstract BibTeX arXiv:2304.10891

Code (0)

등록된 구현이 없습니다.

Tasks

Autonomous DrivingAutonomous VehiclesDecision MakingDecoderLane DetectionQuantization

Methods 이 논문이 사용한 방법론

Multi-Head Attention 설명 없음
Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Adam 설명 없음
Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…
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…
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…
Absolute Position Encodings Absolute Position Encodings are a type of position embeddings for [Transformer-based models] where positional encodings are…

Similar Papers 제목 키워드 기반

Software-Hardware Co-optimization for Modular E2E AV Paradigm: A Unified Framework of Optimization Approaches, Simulation Environment and Evaluation Metrics

2026-01-12 · Chengzhi Ji, Xingfeng Li, Zhaodong Lv, Hao Sun 외 arxiv

Modular end-to-end (ME2E) autonomous driving paradigms combine modular interpretability with global optimization capability and have demonstrated strong performance. However, existing studies mainly focus on accuracy imp…

Autonomous DrivingModel Compression

Self-Driving like a Human driver instead of a Robocar: Personalized comfortable driving experience for autonomous vehicles

2020-01-12 · Il Bae, Jaeyoung Moon, Junekyo Jhung, Ho Suk 외

This paper issues an integrated control system of self-driving autonomous vehicles based on the personal driving preference to provide personalized comfortable driving experience to autonomous vehicle users. We propose a…

Autonomous Vehicles

HawkDrive: A Transformer-driven Visual Perception System for Autonomous Driving in Night Scene

2024-04-06 · Ziang Guo, Stepan Perminov, Mikhail Konenkov, Dzmitry Tsetserukou

Many established vision perception systems for autonomous driving scenarios ignore the influence of light conditions, one of the key elements for driving safety. To address this problem, we present HawkDrive, a novel per…

Autonomous DrivingDepth EstimationEdge-computingSegmentation+1

Model Quantization and Hardware Acceleration for Vision Transformers: A Comprehensive Survey

2024-05-01 · Dayou Du, Gu Gong, Xiaowen Chu

Vision Transformers (ViTs) have recently garnered considerable attention, emerging as a promising alternative to convolutional neural networks (CNNs) in several vision-related applications. However, their large model siz…

Quantization

STT: Stateful Tracking with Transformers for Autonomous Driving

2024-04-30 · Longlong Jing, Ruichi Yu, Xu Chen, Zhengli Zhao 외

Tracking objects in three-dimensional space is critical for autonomous driving. To ensure safety while driving, the tracker must be able to reliably track objects across frames and accurately estimate their states such a…

Autonomous DrivingState Estimation