paper-with-me

Papers

Learning Structure Aware Deep Spectral Embedding

2023-05-14 · Hira Yaseen, Arif Mahmood

Spectral Embedding (SE) has often been used to map data points from non-linear manifolds to linear subspaces for the purpose of classification and clustering. Despite significant advantages, the subspace structure of data in the original space is not preserved in the embedding space. To address this issue subspace clustering has been proposed by replacing the SE graph affinity with a self-expression matrix. It works well if the data lies in a union of linear subspaces however, the performance may degrade in real-world applications where data often spans non-linear manifolds. To address this problem we propose a novel structure-aware deep spectral embedding by combining a spectral embedding loss and a structure preservation loss. To this end, a deep neural network architecture is proposed that simultaneously encodes both types of information and aims to generate structure-aware spectral embedding. The subspace structure of the input data is encoded by using attention-based self-expression learning. The proposed algorithm is evaluated on six publicly available real-world datasets. The results demonstrate the excellent clustering performance of the proposed algorithm compared to the existing state-of-the-art methods. The proposed algorithm has also exhibited better generalization to unseen data points and it is scalable to larger datasets without requiring significant computational resources.

📄 PDF Abstract BibTeX arXiv:2305.08215

Code (0)

등록된 구현이 없습니다.

Tasks

Clustering

Similar Papers 제목 키워드 기반

Structure-Aware Spectral Sparsification via Uniform Edge Sampling

2025-10-14 · Kaiwen He, Petros Drineas, Rajiv Khanna arxiv

Spectral clustering is a fundamental method for graph partitioning, but its reliance on eigenvector computation limits scalability to massive graphs. Classical sparsification methods preserve spectral properties by sampl…

graph partitioning

SpecAware: A Spectral-Content Aware Foundation Model for Unifying Multi-Sensor Learning in Hyperspectral Remote Sensing Mapping

2025-10-31 · Renjie Ji, Xue Wang, Chao Niu, Wen Zhang 외 arxiv

Hyperspectral imaging (HSI) is a critical technique for fine-grained land-use and land-cover (LULC) mapping. However, the inherent heterogeneity of HSI data, particularly the variation in spectral channels across sensors…

Transfer Learning

Deep Spectral Clustering via Joint Spectral Embedding and Kmeans

2024-12-15 · Wengang Guo, Wei Ye

Spectral clustering is a popular clustering method. It first maps data into the spectral embedding space and then uses Kmeans to find clusters. However, the two decoupled steps prohibit joint optimization for the optimal…

Clustering

Uncovering Locally Low-dimensional Structure in Networks by Locally Optimal Spectral Embedding

2026-03-12 · Hannah Sansford, Nick Whiteley, Patrick Rubin-Delanchy arxiv

Standard Adjacency Spectral Embedding (ASE) relies on a global low-rank assumption often incompatible with the sparse, transitive structure of real-world networks, causing local geometric features to be 'smeared'. To add…

Fairness-Aware Network Embeddings: Methods, Applications, and Challenges

2026-08-19 · Ella Has, Harshith Kumar Yadav, Gaurav Dixit, Mykola Pechenizkiy 외 arxiv

Network embedding methods learn low-dimensional representations of graph-structured data to support downstream tasks such as node classification, link prediction, and influence maximization. However, real-world networks …

Representation LearningGraph Neural NetworkNode ClassificationLink Prediction