Tail-Net: Extracting Lowest Singular Triplets for Big Data Applications
Gurpreet Singh, Soumyajit Gupta

TL;DR
Tail-Net is a novel neural network-based method designed to efficiently extract the lowest singular triplets from large datasets, addressing memory and computational challenges in big data applications.
Contribution
This paper introduces Tail-Net, an extension of Range-Net, for memory-efficient extraction of lowest singular factors in big data, enabling practical analysis of large-scale datasets.
Findings
Tail-Net accurately identifies lowest singular triplets in synthetic and real datasets.
It outperforms traditional SVD in terms of memory usage and computational efficiency.
Numerical experiments validate Tail-Net's effectiveness and scalability.
Abstract
SVD serves as an exploratory tool in identifying the dominant features in the form of top rank-r singular factors corresponding to the largest singular values. For Big Data applications it is well known that Singular Value Decomposition (SVD) is restrictive due to main memory requirements. However, a number of applications such as community detection, clustering, or bottleneck identification in large scale graph data-sets rely upon identifying the lowest singular values and the singular corresponding vectors. For example, the lowest singular values of a graph Laplacian reveal the number of isolated clusters (zero singular values) or bottlenecks (lowest non-zero singular values) for undirected, acyclic graphs. A naive approach here would be to perform a full SVD however, this quickly becomes infeasible for practical big data applications due to the enormous memory requirements.…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAlgorithms and Data Compression · Tensor decomposition and applications · Advanced Clustering Algorithms Research
