Approximative graph pyramid solution of the E-TSP

  • Authors:
  • Yll Haxhimusa;Walter G. Kropatsch;Zygmunt Pizlo;Adrian Ion

  • Affiliations:
  • Department of Psychological Sciences, College of Liberal Arts, Purdue University, USA and Vienna University of Technology, Faculty of Informatics, Institute of Computer Aided Automation, Pattern R ...;Vienna University of Technology, Faculty of Informatics, Institute of Computer Aided Automation, Pattern Recognition and Image Processing, Austria;Department of Psychological Sciences, College of Liberal Arts, Purdue University, USA;Vienna University of Technology, Faculty of Informatics, Institute of Computer Aided Automation, Pattern Recognition and Image Processing, Austria

  • Venue:
  • Image and Vision Computing
  • Year:
  • 2009
  • When Pyramids Learned Walking

    CIARP '09 Proceedings of the 14th Iberoamerican Conference on Pattern Recognition: Progress in Pattern Recognition, Image Analysis, Computer Vision, and Applications

Quantified Score

Hi-index 0.00

Visualization

Abstract

The traveling salesman problem (TSP) is difficult to solve for input instances with large number of cities. Instead of finding the solution for an input with a large number of cities, the problem is transformed into a simpler form containing smaller number of cities, which is then solved optimally. Graph pyramid solution strategies, using Boruvka's minimum spanning tree step, convert, in a bottom-up processing, a 2D Euclidean TSP problem with a large number of cities into successively smaller problems (graphs) with similar layout and solution, until the number of cities is small enough to seek the optimal solution. Expanding this tour solution in a top-down manner, to the lower levels of the pyramid, leads to an approximate solution. The new model has an adaptive spatial structure and it simulates visual acuity and visual attention. The model solves the TSP problem sequentially, by moving attention from city to city, and the quality of the solutions is similar to the solutions produced by humans. The graph pyramid data structures and processing strategies provide good methods for finding near-optimal solutions for computationally hard problems. Isolating processing used by humans to solve computationally hard problems is of general importance to psychology community and might lead to advances in pattern recognition.