paper-with-me

홈 › Papers

CARL-G: Clustering-Accelerated Representation Learning on Graphs

2023-06-12 · William Shiao, Uday Singh Saini, Yozen Liu, Tong Zhao, Neil Shah, Evangelos E. Papalexakis

Self-supervised learning on graphs has made large strides in achieving great performance in various downstream tasks. However, many state-of-the-art methods suffer from a number of impediments, which prevent them from realizing their full potential. For instance, contrastive methods typically require negative sampling, which is often computationally costly. While non-contrastive methods avoid this expensive step, most existing methods either rely on overly complex architectures or dataset-specific augmentations. In this paper, we ask: Can we borrow from classical unsupervised machine learning literature in order to overcome those obstacles? Guided by our key insight that the goal of distance-based clustering closely resembles that of contrastive learning: both attempt to pull representations of similar items together and dissimilar items apart. As a result, we propose CARL-G - a novel clustering-based framework for graph representation learning that uses a loss inspired by Cluster Validation Indices (CVIs), i.e., internal measures of cluster quality (no ground truth required). CARL-G is adaptable to different clustering methods and CVIs, and we show that with the right choice of clustering method and CVI, CARL-G outperforms node classification baselines on 4/5 datasets with up to a 79x training speedup compared to the best-performing baseline. CARL-G also performs at par or better than baselines in node clustering and similarity search tasks, training up to 1,500x faster than the best-performing baseline. Finally, we also provide theoretical foundations for the use of CVI-inspired losses in graph representation learning.

📄 PDF Abstract BibTeX arXiv:2306.06936

Code (0)

등록된 구현이 없습니다.

Tasks

ClusteringContrastive LearningGraph Representation LearningNode ClassificationNode ClusteringRepresentation LearningSelf-Supervised Learning

Similar Papers 제목 키워드 기반

Learning and Clustering on Temporal Graphs: Principles, Primitives, and Pooling

2026-08-04 · Nelson Aloysio Reis de Almeida Passos, Emanuele Carlini, Salvatore Trani arxiv

This work focuses on the problem of learning on temporal graphs, with particular emphasis on the task of clustering: obtaining coarse-grained representations by aggregating information from nodes, edges, and temporal dyn…

Community DetectionGraph Learning

Consistent Assignment for Representation Learning

2021-02-26 · ICLR Workshop EBM 2021 5 · Thalles Santos Silva, Adín Ramírez Rivera

We introduce Consistent Assignment for Representation Learning (CARL). An unsupervised learning method to learn visual representations by combining contrastive learning with deep clustering. By viewing contrastive learn…

ClusteringContrastive LearningDeep ClusteringRepresentation Learning

Representation Learning via Consistent Assignment of Views to Clusters

2021-12-31 · Thalles Silva, Adín Ramírez Rivera

We introduce Consistent Assignment for Representation Learning (CARL), an unsupervised learning method to learn visual representations by combining ideas from self-supervised contrastive learning and deep clustering. By …

ClusteringContrastive LearningDeep ClusteringLinear evaluation+2

Parameter Free Clustering with Cluster Catch Digraphs (Technical Report)

2019-12-26 · Artür Manukyan, Elvan Ceyhan

We propose clustering algorithms based on a recently developed geometric digraph family called cluster catch digraphs (CCDs). These digraphs are used to devise clustering methods that are hybrids of density-based and gra…

Clustering

UNR-Explainer: Counterfactual Explanations for Unsupervised Node Representation Learning Models

2026-05-17 · Hyunju Kang, Geonhee Han, Hogun Park arxiv

Node representation learning, such as Graph Neural Networks (GNNs), has emerged as a pivotal method in machine learning. The demand for reliable explanation generation surges, yet unsupervised models remain underexplored…

Representation LearningExplanation GenerationLink Prediction