paper-with-me

홈 › Papers

Trusted Mamba Contrastive Network for Multi-View Clustering

2024-12-21 · Jian Zhu, Xin Zou, Lei Liu, Zhangmin Huang, Ying Zhang, Chang Tang, Li-Rong Dai

Multi-view clustering can partition data samples into their categories by learning a consensus representation in an unsupervised way and has received more and more attention in recent years. However, there is an untrusted fusion problem. The reasons for this problem are as follows: 1) The current methods ignore the presence of noise or redundant information in the view; 2) The similarity of contrastive learning comes from the same sample rather than the same cluster in deep multi-view clustering. It causes multi-view fusion in the wrong direction. This paper proposes a novel multi-view clustering network to address this problem, termed as Trusted Mamba Contrastive Network (TMCN). Specifically, we present a new Trusted Mamba Fusion Network (TMFN), which achieves a trusted fusion of multi-view data through a selective mechanism. Moreover, we align the fused representation and the view-specific representation using the Average-similarity Contrastive Learning (AsCL) module. AsCL increases the similarity of view presentation from the same cluster, not merely from the same sample. Extensive experiments show that the proposed method achieves state-of-the-art results in deep multi-view clustering tasks. The source code is available at https://github.com/HackerHyper/TMCN.

📄 PDF Abstract BibTeX arXiv:2412.16487

Code (1)

hackerhyper/tmcn 공식 구현 pytorch

Tasks

ClusteringContrastive LearningMamba

Methods 이 논문이 사용한 방법론

Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Attention 설명 없음
Mamba Foundation models, now powering most of the exciting applications in deep learning, are almost universally based on the Transformer architecture and its core attention module.…
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 제목 키워드 기반

THCRL: Trusted Hierarchical Contrastive Representation Learning for Multi-View Clustering

2025-11-29 · Jian Zhu arxiv

Multi-View Clustering (MVC) has garnered increasing attention in recent years. It is capable of partitioning data samples into distinct groups by learning a consensus representation. However, a significant challenge rema…

Representation LearningContrastive Learning

FMMVCC: Fuzzy Mamba-based Multi-View Contrastive Clustering for Univariate Time Series

2026-07-08 · Donato Cerciello, Leonardo Schiavo, Angel Panizo-LLedot, Javier Huertas Tato 외 arxiv

In many realistic scenarios, large volumes of time series data are generated with limited or expensive annotations. This limitation makes supervised learning methods difficult to apply and leads to the use of unsupervise…

Self-Supervised LearningDeep Clustering

Robust Diversified Graph Contrastive Network for Incomplete Multi-view Clustering

2022-10-10 · ACM International Conference on Multimedia 2022 10 · Zhe Xue, Junping Du, Hai Zhu, Zhongchao Guan 외

Incomplete multi-view clustering is a challenging task which aims to partition the unlabeled incomplete multi-view data into several clusters. The existing incomplete multi-view clustering methods neglect to utilize the …

ClusteringContrastive LearningIncomplete multi-view clusteringRepresentation Learning

Deep Contrastive Multi-view Clustering under Semantic Feature Guidance

2024-03-09 · Siwen Liu, Jinyan Liu, Hanning Yuan, Qi Li 외

Contrastive learning has achieved promising performance in the field of multi-view clustering recently. However, the positive and negative sample construction mechanisms ignoring semantic consistency lead to false negati…

ClusteringContrastive LearningSemantic SimilaritySemantic Textual Similarity

Deform-Mamba Network for MRI Super-Resolution

2024-07-08 · Zexin Ji, Beiji Zou, Xiaoyan Kui, Pierre Vera 외

In this paper, we propose a new architecture, called Deform-Mamba, for MR image super-resolution. Unlike conventional CNN or Transformer-based super-resolution approaches which encounter challenges related to the local r…

DecoderImage Super-ResolutionMambaSuper-Resolution