paper-with-me

홈 › Papers

Deep Image Clustering with Contrastive Learning and Multi-scale Graph Convolutional Networks

2022-07-14 · Yuankun Xu, Dong Huang, Chang-Dong Wang, Jian-Huang Lai

Deep clustering has shown its promising capability in joint representation learning and clustering via deep neural networks. Despite the significant progress, the existing deep clustering works mostly utilize some distribution-based clustering loss, lacking the ability to unify representation learning and multi-scale structure learning. To address this, this paper presents a new deep clustering approach termed image clustering with contrastive learning and multi-scale graph convolutional networks (IcicleGCN), which bridges the gap between convolutional neural network (CNN) and graph convolutional network (GCN) as well as the gap between contrastive learning and multi-scale structure learning for the deep clustering task. Our framework consists of four main modules, namely, the CNN-based backbone, the Instance Similarity Module (ISM), the Joint Cluster Structure Learning and Instance reconstruction Module (JC-SLIM), and the Multi-scale GCN module (M-GCN). Specifically, the backbone network with two weight-sharing views is utilized to learn the representations for the two augmented samples (from each image). The learned representations are then fed to ISM and JC-SLIM for joint instance-level and cluster-level contrastive learning, respectively, during which an auto-encoder in JC-SLIM is also pretrained to serve as a bridge to the M-GCN module. Further, to enforce multi-scale neighborhood structure learning, two streams of GCNs and the auto-encoder are simultaneously trained via (i) the layer-wise interaction with representation fusion and (ii) the joint self-adaptive learning. Experiments on multiple image datasets demonstrate the superior clustering performance of IcicleGCN over the state-of-the-art. The code is available at https://github.com/xuyuankun631/IcicleGCN.

📄 PDF Abstract BibTeX arXiv:2207.07173

Code (1)

xuyuankun631/iciclegcn 공식 구현 pytorch

Tasks

ClusteringContrastive LearningDeep ClusteringImage ClusteringRepresentation Learning

Methods 이 논문이 사용한 방법론

Contrastive Learning 설명 없음
GCN A Graph Convolutional Network, or GCN, is an approach for semi-supervised learning on graph-structured data. It is based on an efficient variant of [convolutional neural…

Similar Papers 제목 키워드 기반

Multi-level Graph Subspace Contrastive Learning for Hyperspectral Image Clustering

2024-04-08 · Jingxin Wang, Renxiang Guan, Kainan Gao, Zihao Li 외

Hyperspectral image (HSI) clustering is a challenging task due to its high complexity. Despite subspace clustering shows impressive performance for HSI, traditional methods tend to ignore the global-local interaction in …

ClusteringContrastive Learninghyperspectral image clusteringImage Clustering

Robust Contrastive Graph Clustering with Adaptive Local-Global Integration

2026-05-27 · Lei Zhang, Fubo Sun, Haipeng Yang, Zhong Guan 외 arxiv

Graph clustering is essential in graph analysis for revealing structural patterns and node communities. Despite recent advances in self-supervised contrastive learning that have improved clustering via structural and att…

Contrastive LearningGraph Clustering

Attributed Graph Clustering with Multi-Scale Weight-Based Pairwise Coarsening and Contrastive Learning

2025-07-28 · Binxiong Li, Yuefei Wang, Binyu Zhao, Heyang Gao 외 arxiv

This study introduces the Multi-Scale Weight-Based Pairwise Coarsening and Contrastive Learning (MPCCL) model, a novel approach for attributed graph clustering that effectively bridges critical gaps in existing methods, …

Self-Supervised LearningContrastive LearningGraph Clustering

Revisiting Modularity Maximization for Graph Clustering: A Contrastive Learning Perspective

2024-06-20 · Yunfei Liu, Jintang Li, Yuehe Chen, Ruofan Wu 외

Graph clustering, a fundamental and challenging task in graph mining, aims to classify nodes in a graph into several disjoint clusters. In recent years, graph contrastive learning (GCL) has emerged as a dominant line of …

ClusteringCommunity DetectionContrastive LearningGraph Clustering+1

Graph Contrastive Clustering

2021-04-03 · ICCV 2021 10 · Huasong Zhong, Jianlong Wu, Chong Chen, Jianqiang Huang 외

Recently, some contrastive learning methods have been proposed to simultaneously learn representations and clustering assignments, achieving significant improvements. However, these methods do not take the category infor…

ClusteringContrastive Learning