paper-with-me

Papers

Robust Variational Contrastive Learning for Partially View-unaligned Clustering

2024-10-28 · ACM Multimedia 2024 10 · Changhao He, Hongyuan Zhu, Peng Hu, Xi Peng

Although multi-view learning has achieved remarkable progress over the past decades, most existing methods implicitly assume that all views (or modalities) are well-aligned. In practice, however, collecting fully aligned views is challenging due to complexities and discordances in time and space, resulting in the Partially View-unaligned Problem (PVP), such as audio-video asynchrony caused by network congestion. While some methods are proposed to align the unaligned views by learning view-invariant representations, almost all of them overlook specific information across different views for complementarity, limiting performance improvement. To address these problems, we propose a robust framework, dubbed VariatIonal ConTrAstive Learning (VITAL), designed to learn both common and specific information simultaneously. To be specific, each data sample is first modeled as a Gaussian distribution in the latent space, where the mean estimates the most probable common information, while the variance indicates view-specific information. Second, by using variational inference, VITAL conducts intra- and inter-view contrastive learning to preserve common and specific semantics in the distribution representations, thereby achieving comprehensive perception. As a result, the common representation (mean) could be used to guide category-level realignment, while the specific representation (variance) complements sample semantic information, thereby boosting overall performance. Finally, considering the abundance of False Negative Pairs (FNPs) generated by unsupervised contrastive learning, we propose a robust loss function that seamlessly incorporates FNP rectification into the contrastive learning paradigm. Empirical evaluations on eight benchmark datasets reveal that VITAL outperforms ten state-of-the-art deep clustering baselines, demonstrating its efficacy in both partially and fully aligned scenarios. The Code is available at https://github.com/He-Changhao/2024-MM-VITAL.

📄 PDF Abstract BibTeX

Code (1)

He-Changhao/2024-MM-VITAL pytorch

Tasks

ClusteringContrastive LearningDeep ClusteringMULTI-VIEW LEARNINGVariational Inference

Methods 이 논문이 사용한 방법론

Contrastive Learning 설명 없음
ALIGN In the ALIGN method, visual and language representations are jointly trained from noisy image alt-text data. The image and text encoders are learned via contrastive loss…

Similar Papers 제목 키워드 기반

SMART: Semantic Matching Contrastive Learning for Partially View-Aligned Clustering

2025-12-17 · Liang Peng, Yixuan Ye, Cheng Liu, Hangjun Che 외 arxiv

Multi-view clustering has been empirically shown to improve learning performance by leveraging the inherent complementary information across multiple views of data. However, in real-world scenarios, collecting strictly a…

Contrastive Learning

Cross-view Graph Contrastive Representation Learning on Partially Aligned Multi-view Data

2022-11-08 · Yiming Wang, Dongxia Chang, Zhiqiang Fu, Jie Wen 외

Multi-view representation learning has developed rapidly over the past decades and has been applied in many fields. However, most previous works assumed that each view is complete and aligned. This leads to an inevitable…

Contrastive LearningRepresentation Learning

Deep Incomplete Multi-view Clustering with Cross-view Partial Sample and Prototype Alignment

2023-03-28 · CVPR 2023 1 · Jiaqi Jin, Siwei Wang, Zhibin Dong, Xinwang Liu 외

The success of existing multi-view clustering relies on the assumption of sample integrity across multiple views. However, in real-world scenarios, samples of multi-view are partially available due to data corruption or …

ClusteringContrastive LearningIncomplete multi-view clustering

Partially View-aligned Clustering

2020-12-01 · NeurIPS 2020 12 · Zhenyu Huang, Peng Hu, Joey Tianyi Zhou, Jiancheng Lv 외

In this paper, we study one challenging issue in multi-view data clustering. To be specific, for two data matrices $\mathbf{X}^{(1)}$ and $\mathbf{X}^{(2)}$ corresponding to two views, we do not assume that $\mathbf{X}^{…

Clustering

Generalized Deep Multi-view Clustering via Causal Learning with Partially Aligned Cross-view Correspondence

2025-09-19 · Xihong Yang, Siwei Wang, Jiaqi Jin, Fangdi Wang 외 arxiv

Multi-view clustering (MVC) aims to explore the common clustering structure across multiple views. Many existing MVC methods heavily rely on the assumption of view consistency, where alignments for corresponding samples …