CVLGDec 23, 2021

Attentive Multi-View Deep Subspace Clustering Net

arXiv:2112.12506v145 citations
Originality Incremental advance
AI Analysis

This work addresses multi-view subspace clustering, a domain-specific problem in machine learning, with incremental improvements over existing methods.

The paper tackled the problem of multi-view subspace clustering by proposing AMVDSN, which integrates consistent and view-specific information using an attention mechanism, and demonstrated its effectiveness with experiments on seven real-world datasets against state-of-the-art methods.

In this paper, we propose a novel Attentive Multi-View Deep Subspace Nets (AMVDSN), which deeply explores underlying consistent and view-specific information from multiple views and fuse them by considering each view's dynamic contribution obtained by attention mechanism. Unlike most multi-view subspace learning methods that they directly reconstruct data points on raw data or only consider consistency or complementarity when learning representation in deep or shallow space, our proposed method seeks to find a joint latent representation that explicitly considers both consensus and view-specific information among multiple views, and then performs subspace clustering on learned joint latent representation.Besides, different views contribute differently to representation learning, we therefore introduce attention mechanism to derive dynamic weight for each view, which performs much better than previous fusion methods in the field of multi-view subspace clustering. The proposed algorithm is intuitive and can be easily optimized just by using Stochastic Gradient Descent (SGD) because of the neural network framework, which also provides strong non-linear characterization capability compared with traditional subspace clustering approaches. The experimental results on seven real-world data sets have demonstrated the effectiveness of our proposed algorithm against some state-of-the-art subspace learning approaches.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes