Graph Learning with a Nearest Neighbor Approach - Robotics Institute Carnegie Mellon University

Graph Learning with a Nearest Neighbor Approach

Sven Koenig and Y. Smirnov
Conference Paper, Proceedings of 9th Annual Conference on Computational Learning Theory (COLT '96), pp. 19 - 28, June, 1996

Abstract

In this paper, we study how to traverse all edges of an unknown graph G=(V,E) that is bi-directed and strongly connected. This problem can be solved with a simple algorithm that traverses all edges at most twice, and no algorithm can do better in the worst case. Artificial Intelligence researchers, however, often use the following on-line nearest neighbor algorithm: repeatedly take a shortest path to the closest unexplored edge and traverse it. We prove bounds on the worst-case complexity of this algorithm. We show, for example, that its worst-case complexity is close to optimal for some classes of graphs, such as graphs with linear or star topology and dense graphs with edge lengths one. In general, however, its complexity can grow faster than linear in the sum of all edge lengths, although not faster than log(V) times the sum of all edge lengths.

BibTeX

@conference{Koenig-1996-16345,
author = {Sven Koenig and Y. Smirnov},
title = {Graph Learning with a Nearest Neighbor Approach},
booktitle = {Proceedings of 9th Annual Conference on Computational Learning Theory (COLT '96)},
year = {1996},
month = {June},
pages = {19 - 28},
}