Fast ISOMAP Based on Minimum Set Coverage

Ying-Ke Lei,Yangming Xu,Shan-Wen Zhang,Shu-Lin Wang,Zhi-Guo Ding
DOI: https://doi.org/10.1007/978-3-642-14932-0_22
2010-01-01
Abstract:Isometric feature mapping (ISOMAP) has two computational bottlenecks. The first is calculating the N×N graph distance matrix D N . Using Floyd's algorithm, this is O ( N 3 ); this can be improved to O ( kN 2 log N ) by implementing Dijkstra's algorithm. The second bottleneck is the MDS eigenvalue calculation, which involves a full N×N matrix and has complexity O ( N 3 ). In this paper, we address both of these inefficiencies by a greedy approximation algorithm of minimum set coverage (MSC). The algorithm learns a minimum subset of overlapping neighborhoods for high dimensional data that lies on or near a low dimensional manifold. The new framework leads to order-of-magnitude reductions in computation time and makes it possible to study much larger problems in manifold learning.
What problem does this paper attempt to address?