Domain-Independent Structured Duplicate Detection

Abstract

The scalability of graph-search algorithms can be greatly extended by using external memory, such as disk, to store generated nodes. We consider structured duplicate detec-tion, an approach to external-memory graph search that limits the number of slow disk I/O operations needed to access search nodes stored on disk by using an abstract represen-tation of the graph to localize memory references. For graphs with sufficient locality, structured duplicate detection outper-forms other approaches to external-memory graph search. We develop an automatic method for creating an abstract repre-sentation that reveals the local structure of a graph. We then integrate this approach into a domain-independent STRIPS planner and show that it dramatically improves scalability for a wide range of planning problems. The success of this ap-proach strongly suggests that similar local structure can be found in many other graph-search problems.

Cite

Text

Zhou and Hansen. "Domain-Independent Structured Duplicate Detection." AAAI Conference on Artificial Intelligence, 2006.

Markdown

[Zhou and Hansen. "Domain-Independent Structured Duplicate Detection." AAAI Conference on Artificial Intelligence, 2006.](https://mlanthology.org/aaai/2006/zhou2006aaai-domain/)

BibTeX

@inproceedings{zhou2006aaai-domain,
  title     = {{Domain-Independent Structured Duplicate Detection}},
  author    = {Zhou, Rong and Hansen, Eric A.},
  booktitle = {AAAI Conference on Artificial Intelligence},
  year      = {2006},
  pages     = {1082-1088},
  url       = {https://mlanthology.org/aaai/2006/zhou2006aaai-domain/}
}