paper-with-me

홈 › Papers

Compressive spectral embedding: sidestepping the SVD

2015-09-28 · NeurIPS 2015 12 · Dinesh Ramasamy, Upamanyu Madhow

Spectral embedding based on the Singular Value Decomposition (SVD) is a widely used "preprocessing" step in many learning tasks, typically leading to dimensionality reduction by projecting onto a number of dominant singular vectors and rescaling the coordinate axes (by a predefined function of the singular value). However, the number of such vectors required to capture problem structure grows with problem size, and even partial SVD computation becomes a bottleneck. In this paper, we propose a low-complexity it compressive spectral embedding algorithm, which employs random projections and finite order polynomial expansions to compute approximations to SVD-based embedding. For an m times n matrix with T non-zeros, its time complexity is O((T+m+n)log(m+n)), and the embedding dimension is O(log(m+n)), both of which are independent of the number of singular vectors whose effect we wish to capture. To the best of our knowledge, this is the first work to circumvent this dependence on the number of singular vectors for general SVD-based embeddings. The key to sidestepping the SVD is the observation that, for downstream inference tasks such as clustering and classification, we are only interested in using the resulting embedding to evaluate pairwise similarity metrics derived from the euclidean norm, rather than capturing the effect of the underlying matrix on arbitrary vectors as a partial SVD tries to do. Our numerical results on network datasets demonstrate the efficacy of the proposed method, and motivate further exploration of its application to large-scale inference tasks.

📄 PDF Abstract BibTeX arXiv:1509.08360

Code (1)

https://bitbucket.org/dineshkr/fastembed 공식 구현

Tasks

ClusteringDimensionality Reduction

Similar Papers 제목 키워드 기반

Unsupervised Spatial-spectral Network Learning for Hyperspectral Compressive Snapshot Reconstruction

2020-12-18 · Yubao Sun, Ying Yang, Qingshan Liu, Mohan Kankanhalli

Hyperspectral compressive imaging takes advantage of compressive sensing theory to achieve coded aperture snapshot measurement without temporal scanning, and the entire three-dimensional spatial-spectral data is captured…

Compressive Sensing

Deep Coding Patterns Design for Compressive Near-Infrared Spectral Classification

2022-05-27 · Jorge Bacca, Alejandra Hernandez-Rojas, Henry Arguello

Compressive spectral imaging (CSI) has emerged as an attractive compression and sensing technique, primarily to sense spectral regions where traditional systems result in highly costly such as in the near-infrared spectr…

Classification

Feature Fusion via Multiresolution Compressive Measurement Matrix Analysis For Spectral Image Classification

2020-09-15 · Juan Marcos Ramirez, Jose Ignacio Martinez-Torre, Henry Arguello

In the compressive spectral imaging (CSI) framework, different architectures have been proposed to recover high-resolution spectral images from compressive measurements. Since CSI architectures compactly capture the rele…

Classificationimage-classificationImage Classification

Fast Approximate Spectral Clustering for Dynamic Networks

2017-06-12 · ICML 2018 7 · Lionel Martin, Andreas Loukas, Pierre Vandergheynst

Spectral clustering is a widely studied problem, yet its complexity is prohibitive for dynamic graphs of even modest size. We claim that it is possible to reuse information of past cluster assignments to expedite computa…

Clustering

LADMM-Net: An Unrolled Deep Network For Spectral Image Fusion From Compressive Data

2021-03-01 · Juan Marcos Ramírez, José Ignacio Martínez Torre, Henry Arguello Fuentes

Image fusion aims at estimating a high-resolution spectral image from a low-spatial-resolution hyperspectral image and a low-spectral-resolution multispectral image. In this regard, compressive spectral imaging (CSI) has…

Rolling Shutter Correction