paper-with-me

홈 › Papers

Fast and Scalable Semi-Supervised Learning for Multi-View Subspace Clustering

2024-08-11 · Huaming Ling, Chenglong Bao, Jiebo Song, Zuoqiang Shi

In this paper, we introduce a Fast and Scalable Semi-supervised Multi-view Subspace Clustering (FSSMSC) method, a novel solution to the high computational complexity commonly found in existing approaches. FSSMSC features linear computational and space complexity relative to the size of the data. The method generates a consensus anchor graph across all views, representing each data point as a sparse linear combination of chosen landmarks. Unlike traditional methods that manage the anchor graph construction and the label propagation process separately, this paper proposes a unified optimization model that facilitates simultaneous learning of both. An effective alternating update algorithm with convergence guarantees is proposed to solve the unified optimization model. Additionally, the method employs the obtained anchor graph and landmarks' low-dimensional representations to deduce low-dimensional representations for raw data. Following this, a straightforward clustering approach is conducted on these low-dimensional representations to achieve the final clustering results. The effectiveness and efficiency of FSSMSC are validated through extensive experiments on multiple benchmark datasets of varying scales.

📄 PDF Abstract BibTeX arXiv:2408.05707

Code (0)

등록된 구현이 없습니다.

Tasks

Clusteringgraph constructionMulti-view Subspace Clustering

Similar Papers 제목 키워드 기반

Fast semi-supervised discriminant analysis for binary classification of large data-sets

2017-09-14 · Joris Tavernier, Jaak Simm, Karl Meerbergen, Joerg Kurt Wegner 외

High-dimensional data requires scalable algorithms. We propose and analyze three scalable and related algorithms for semi-supervised discriminant analysis (SDA). These methods are based on Krylov subspace methods which e…

Binary ClassificationGeneral Classificationsubspace methods

Correlated random features for fast semi-supervised learning

2013-06-24 · NeurIPS 2013 12 · Brian McWilliams, David Balduzzi, Joachim M. Buhmann

This paper presents Correlated Nystrom Views (XNV), a fast semi-supervised algorithm for regression and classification. The algorithm draws on two main ideas. First, it generates two views consisting of computationally i…

regression

Detection of Review Abuse via Semi-Supervised Binary Multi-Target Tensor Decomposition

2019-05-15 · Anil R. Yelundur, Vineet Chaoji, Bamdev Mishra

Product reviews and ratings on e-commerce websites provide customers with detailed insights about various aspects of the product such as quality, usefulness, etc. Since they influence customers' buying decisions, product…

Tensor Decomposition

Semi-supervised Vertex Hunting, with Applications in Network and Text Analysis

2025-10-26 · Yicong Jiang, Zheng Tracy Ke arxiv

Vertex hunting (VH) is the task of estimating a simplex from noisy data points and has many applications in areas such as network and text analysis. We introduce a new variant, semi-supervised vertex hunting (SSVH), in w…

Worst-Case Linear Discriminant Analysis as Scalable Semidefinite Feasibility Problems

2014-11-27 · Hui Li, Chunhua Shen, Anton Van Den Hengel, Qinfeng Shi

In this paper, we propose an efficient semidefinite programming (SDP) approach to worst-case linear discriminant analysis (WLDA). Compared with the traditional LDA, WLDA considers the dimensionality reduction problem fro…

Dimensionality ReductionGeneral Classification