paper-with-me

홈 › Papers

SemanticFormer: Holistic and Semantic Traffic Scene Representation for Trajectory Prediction using Knowledge Graphs

2024-04-30 · Zhigang Sun, Zixu Wang, Lavdim Halilaj, Juergen Luettin

Trajectory prediction in autonomous driving relies on accurate representation of all relevant contexts of the driving scene, including traffic participants, road topology, traffic signs, as well as their semantic relations to each other. Despite increased attention to this issue, most approaches in trajectory prediction do not consider all of these factors sufficiently. We present SemanticFormer, an approach for predicting multimodal trajectories by reasoning over a semantic traffic scene graph using a hybrid approach. It utilizes high-level information in the form of meta-paths, i.e. trajectories on which an agent is allowed to drive from a knowledge graph which is then processed by a novel pipeline based on multiple attention mechanisms to predict accurate trajectories. SemanticFormer comprises a hierarchical heterogeneous graph encoder to capture spatio-temporal and relational information across agents as well as between agents and road elements. Further, it includes a predictor to fuse different encodings and decode trajectories with probabilities. Finally, a refinement module assesses permitted meta-paths of trajectories and speed profiles to obtain final predicted trajectories. Evaluation of the nuScenes benchmark demonstrates improved performance compared to several SOTA methods. In addition, we demonstrate that our knowledge graph can be easily added to two graph-based existing SOTA methods, namely VectorNet and Laformer, replacing their original homogeneous graphs. The evaluation results suggest that by adding our knowledge graph the performance of the original methods is enhanced by 5% and 4%, respectively.

📄 PDF Abstract BibTeX arXiv:2404.19379

Code (1)

boschresearch/nuscenes_knowledge_graph 공식 구현 pytorch

Tasks

Autonomous DrivingGraph LearningKnowledge GraphsTrajectory Prediction

Methods 이 논문이 사용한 방법론

CGNN The full architecture of CGNN is presented at CGNN's official site.

Similar Papers 제목 키워드 기반

SocialFormer: Social Interaction Modeling with Edge-enhanced Heterogeneous Graph Transformers for Trajectory Prediction

2024-05-06 · Zixu Wang, Zhigang Sun, Juergen Luettin, Lavdim Halilaj

Accurate trajectory prediction is crucial for ensuring safe and efficient autonomous driving. However, most existing methods overlook complex interactions between traffic participants that often govern their future traje…

Autonomous DrivingGraph Neural NetworkPredictionTrajectory Prediction

Self Supervised Clustering of Traffic Scenes using Graph Representations

2022-11-24 · Maximilian Zipfl, Moritz Jarosch, J. Marius Zöllner

Examining graphs for similarity is a well-known challenge, but one that is mandatory for grouping graphs together. We present a data-driven method to cluster traffic scenes that is self-supervised, i.e. without manual la…

ClusteringGraph Embedding

SemanticSplat: Feed-Forward 3D Scene Understanding with Language-Aware Gaussian Fields

2025-06-11 · Qijing Li, Jingxiang Sun, Liang An, Zhaoqi Su 외

Holistic 3D scene understanding, which jointly models geometry, appearance, and semantics, is crucial for applications like augmented reality and robotic interaction. Existing feed-forward 3D scene understanding methods …

3D ReconstructionScene Understanding

Reinforcement Learning Enhancement Using Vector Semantic Representation and Symbolic Reasoning for Human-Centered Autonomous Emergency Braking

2026-02-04 · Vinal Asodia, Iman Sharifi, Saber Fallah arxiv

The problem with existing camera-based Deep Reinforcement Learning approaches is twofold: they rarely integrate high-level scene context into the feature representation, and they rely on rigid, fixed reward functions. To…

Reinforcement LearningAutonomous Driving

Language and Geometry Grounded Sparse Voxel Representations for Holistic Scene Understanding

2026-02-17 · Guile Wu, David Huang, Bingbing Liu, Dongfeng Bai arxiv

Existing 3D open-vocabulary scene understanding methods mostly emphasize distilling language features from 2D foundation models into 3D feature fields, but largely overlook the synergy among scene appearance, semantics, …

Scene Understanding