A Suite of Knowledge Graphs of Driving Scenes
This repository contains Knowledge Graphs developed to represent driving scenes from openly available autonomous driving datasets.
- DSceneKG is conformant to the domain-specific ontology, Driving Scenes Ontology (DSO) that represents the semantic structure of the scenes.
- In the DSO, scenes are categorized into two types: (1) Sequence Scene – A video of 10-20 seconds, with a location region and temporal range; (2) Frame Scene – A sampled snapshot from the video, with a location point and timestamp.
- All annotated scenes are then instantiated as a Knowledge Graph as shown below:
- Download
DSceneKG-Pandaset.ttl
. This contains the turtle serialized full KG developed from the scene data in Pandaset dataset. - DSceneKG enhanced with commonsense relations [3] -- an extension of
DSceneKG-Pandaset.ttl
enhanced with commonsense relations from ConceptNet, WebChild, Quasi-mododo and CSKG. Dowonload turtle serialized KGpandaset_ad_csk.ttl
.
- Knowledge-based entity prediction (KEP) - enabling a knowledge-based approach for predicting entities in driving scenes [1].
- Context-based method for labeling unobserved entities (CLUE) - completing AD datasets with labels for entities that may have gone unobserved or unlabeled [2].
- Explainable scene clustering - typing automotive scenes into explainable, high-level semantic clusters [3].
- Semantic-based scene similarity - identifying automotive scenes that are semantically similar, but may be visually dissimilar [4].
- Causal discovery - enabling root-cause analysis/ causal discovery in driving scenes [5].
- Knowledge-based retrieval - enhancing Bird’s-Eye View (BEV) retrieval by integrating semantic representations with textual descriptions [6]
- Wickramarachchi, Ruwan, Cory Henson, and Amit Sheth. "Knowledge-infused learning for entity prediction in driving scenes." Frontiers in big Data 4 (2021): 759110.
- Wickramarachchi, Ruwan, Cory Henson, and Amit Sheth. "CLUE-AD: A context-based method for labeling unobserved entities in autonomous driving data." Proceedings of the AAAI Conference on Artificial Intelligence. Vol. 37. No. 13. 2023.
- Nag Chowdhury, S., Wickramarachchi, R., Gad-Elrab, M. H., Stepanova, D., & Henson, C. (2021). Towards leveraging commonsense knowledge for autonomous driving. In 20th International Semantic Web Conference (ISWC).
- Wickramarachchi, R., Henson, C., & Sheth, A. (2020). An evaluation of knowledge graph embeddings for autonomous driving data: Experience and practice. AAAI-MAKE.
- Jaimini, U., & Sheth, A. (2022). CausalKG: Causal Knowledge Graph Explainability using interventional and counterfactual reasoning. IEEE Internet Computing, 26(1), 43-50.
- Wei, D., Gao, T., Jia, Z., Cai, C., Hou, C., Jia, P., ... & Wang, Y. (2024). BEV-CLIP: Multi-modal BEV Retrieval Methodology for Complex Scene in Autonomous Driving. arXiv preprint arXiv:2401.01065.
Please use the following citation when referring to DSceneKG:
@inproceedings{wickramarachchi2024benchmark,
title = {A Benchmark Knowledge Graph of Driving Scenes for Knowledge Completion Tasks},
author = {Wickramarachchi, Ruwan and Henson, Cory and Sheth, Amit},
booktitle = {The 23rd International Semantic Web Conference (ISWC)},
year = {2024},
}