Memory-Limited Model-Based Diagnosis (Extended Abstract)

Abstract

Model-based diagnosis is a principled and broadly applicable AI-based approach to tackle debugging problems in a wide range of areas including software, knowledge bases, circuits, cars, and robots. Whenever the sound and complete computation of fault explanations in a given preference order (e.g., cardinality or probability) is required, all existing diagnosis algorithms suffer from an exponential space complexity. This can prevent their application on memory-restricted devices and for memory-intensive problem cases. As a remedy, we propose RBF-HS, a diagnostic search based on Korf’s seminal RBFS algorithm which can enumerate an arbitrary fixed number of fault explanations in best-first order within linear space bounds, without sacrificing other desirable properties. Evaluations on real-world diagnosis cases show that RBF-HS, when used to compute minimum-cardinality fault explanations, in most cases saves substantial space while requiring only reasonably more or even less time than Reiter’s HS-Tree, one of the most influential diagnostic algorithms with the same properties.

Cite

Text

Rodler. "Memory-Limited Model-Based Diagnosis (Extended Abstract)." International Joint Conference on Artificial Intelligence, 2023. doi:10.24963/IJCAI.2023/789

Markdown

[Rodler. "Memory-Limited Model-Based Diagnosis (Extended Abstract)." International Joint Conference on Artificial Intelligence, 2023.](https://mlanthology.org/ijcai/2023/rodler2023ijcai-memory/) doi:10.24963/IJCAI.2023/789

BibTeX

@inproceedings{rodler2023ijcai-memory,
  title     = {{Memory-Limited Model-Based Diagnosis (Extended Abstract)}},
  author    = {Rodler, Patrick},
  booktitle = {International Joint Conference on Artificial Intelligence},
  year      = {2023},
  pages     = {6954-6958},
  doi       = {10.24963/IJCAI.2023/789},
  url       = {https://mlanthology.org/ijcai/2023/rodler2023ijcai-memory/}
}