paper-with-me

홈 › Papers

DualAD: Disentangling the Dynamic and Static World for End-to-End Driving

2024-06-10 · CVPR 2024 1 · Simon Doll, Niklas Hanselmann, Lukas Schneider, Richard Schulz, Marius Cordts, Markus Enzweiler, Hendrik P. A. Lensch

State-of-the-art approaches for autonomous driving integrate multiple sub-tasks of the overall driving task into a single pipeline that can be trained in an end-to-end fashion by passing latent representations between the different modules. In contrast to previous approaches that rely on a unified grid to represent the belief state of the scene, we propose dedicated representations to disentangle dynamic agents and static scene elements. This allows us to explicitly compensate for the effect of both ego and object motion between consecutive time steps and to flexibly propagate the belief state through time. Furthermore, dynamic objects can not only attend to the input camera images, but also directly benefit from the inferred static scene structure via a novel dynamic-static cross-attention. Extensive experiments on the challenging nuScenes benchmark demonstrate the benefits of the proposed dual-stream design, especially for modelling highly dynamic agents in the scene, and highlight the improved temporal consistency of our approach. Our method titled DualAD not only outperforms independently trained single-task networks, but also improves over previous state-of-the-art end-to-end models by a large margin on all tasks along the functional chain of driving.

📄 PDF Abstract BibTeX arXiv:2406.06264

Code (0)

등록된 구현이 없습니다.

Tasks

Autonomous Driving

Similar Papers 제목 키워드 기반

DualAD: Dual-Layer Planning for Reasoning in Autonomous Driving

2024-09-26 · Dingrui Wang, Marc Kaufeld, Johannes Betz

We present a novel autonomous driving framework, DualAD, designed to imitate human reasoning during driving. DualAD comprises two layers: a rule-based motion planner at the bottom layer that handles routine driving tasks…

Autonomous DrivingLanguage ModelingLanguage ModellingLarge Language Model

Stochastic Video Prediction with Structure and Motion

2022-03-20 · Adil Kaan Akan, Sadra Safadoust, Fatma Güney

While stochastic video prediction models enable future prediction under uncertainty, they mostly fail to model the complex dynamics of real-world scenes. For example, they cannot provide reliable predictions for scenes w…

Future predictionPredictionVideo Prediction

Disentangling Static and Dynamic Information for Reducing Static Bias in Action Recognition

2025-09-27 · Masato Kobayashi, Ning Ding, Toru Tamaki arxiv

Action recognition models rely excessively on static cues rather than dynamic human motion, which is known as static bias. This bias leads to poor performance in real-world applications and zero-shot action recognition. …

Zero-Shot Action Recognition

FAVAE: SEQUENCE DISENTANGLEMENT USING IN- FORMATION BOTTLENECK PRINCIPLE

2019-05-01 · ICLR 2019 5 · Masanori Yamada, Kim Heecheol, Kosuke Miyoshi, Hiroshi Yamakawa

A state-of-the-art generative model, a ”factorized action variational autoencoder (FAVAE),” is presented for learning disentangled and interpretable representations from sequential data via the information bottleneck wit…

DisentanglementRepresentation Learning

Combining Adam and its Inverse Counterpart to Enhance Generalization of Deep Learning Optimizers

2026-03-07 · Tao Shi, Liangming Chen, Long Jin, Mengchu Zhou arxiv

In the training of neural networks, adaptive moment estimation (Adam) typically converges fast but exhibits suboptimal generalization performance. A widely accepted explanation for its defect in generalization is that it…

Image Classification