TL;DR
The paper introduces sg2vec, a novel spatio-temporal scene-graph embedding method using GNN and LSTM for early and accurate collision prediction in autonomous vehicles, optimized for edge hardware deployment.
Contribution
It presents sg2vec, a new approach that improves collision prediction accuracy, speed, and efficiency over existing methods, especially for real-world autonomous vehicle applications.
Findings
Predicts collisions 8.11% more accurately and 39.07% earlier on synthetic data.
Achieves 29.47% higher accuracy on real-world collision dataset.
Performs inference 9.3x faster with significantly reduced model size and energy consumption.
Abstract
In autonomous vehicles (AVs), early warning systems rely on collision prediction to ensure occupant safety. However, state-of-the-art methods using deep convolutional networks either fail at modeling collisions or are too expensive/slow, making them less suitable for deployment on AV edge hardware. To address these limitations, we propose sg2vec, a spatio-temporal scene-graph embedding methodology that uses Graph Neural Network (GNN) and Long Short-Term Memory (LSTM) layers to predict future collisions via visual scene perception. We demonstrate that sg2vec predicts collisions 8.11% more accurately and 39.07% earlier than the state-of-the-art method on synthesized datasets, and 29.47% more accurately on a challenging real-world collision dataset. We also show that sg2vec is better than the state-of-the-art at transferring knowledge from synthetic datasets to real-world driving datasets.…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
MethodsGraph Neural Network
