Partially View-aligned Representation Learning with Noise-robust Contrastive Loss
In real-world applications, it is common that only a portion of data is aligned across views due to spatial, temporal, or spatiotemporal asynchronism, thus leading to socalled Partially View-aligned Problem (PVP). To solve such a less-touched problem without the help of labels, we propose simultaneously learning representation and aligning data using a noise-robust contrastive loss. In brief, for each sample from one view, our method aims to identify its within-category counterparts from other views, and thus the cross-view correspondence could be established. As the contrastive learning needs data pairs as input, we construct positive pairs using the known correspondences and negative pairs using random sampling. To alleviate or even eliminate the influence of the false negatives caused by random sampling, we propose a noise-robust contrastive loss which could adaptively prevent the false negatives from dominating the network optimization. Different from the Hungarian algorithm and its variants, our solution to PVP aims to achieve category- instead of instance-level alignment. Thanks to the higher accessibility and scalability of the category-level alignment, it is more desirable for the tasks such as clustering and classification. In addition, to the best of our knowledge, this could be the first successful attempt of enabling contrastive learning robust to noisy labels. Extensive experiments show the promising performance of our method comparing with 10 state-of-the-art multi-view approaches in the clustering and classification tasks.
Code (1)
Tasks
ClusteringContrastive LearningPartially View-aligned Multi-view LearningRepresentation LearningMethods 이 논문이 사용한 방법론
Similar Papers 제목 키워드 기반
Cross-view Graph Contrastive Representation Learning on Partially Aligned Multi-view Data
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 LearningRobust Variational Contrastive Learning for Partially View-unaligned Clustering
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…
ClusteringContrastive LearningDeep ClusteringMULTI-VIEW LEARNING+1SMART: Semantic Matching Contrastive Learning for Partially View-Aligned Clustering
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 LearningGeneralized Deep Multi-view Clustering via Causal Learning with Partially Aligned Cross-view Correspondence
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 …
Intent-aware Diffusion with Contrastive Learning for Sequential Recommendation
Contrastive learning has proven effective in training sequential recommendation models by incorporating self-supervised signals from augmented views. Most existing methods generate multiple views from the same interactio…
Contrastive LearningData AugmentationSequential Recommendation