paper-with-me

Papers

Hierarchical Graph Clustering using Node Pair Sampling

2018-06-05 · Thomas Bonald, Bertrand Charpentier, Alexis Galland, Alexandre Hollocou

We present a novel hierarchical graph clustering algorithm inspired by modularity-based clustering techniques. The algorithm is agglomerative and based on a simple distance between clusters induced by the probability of sampling node pairs. We prove that this distance is reducible, which enables the use of the nearest-neighbor chain to speed up the agglomeration. The output of the algorithm is a regular dendrogram, which reveals the multi-scale structure of the graph. The results are illustrated on both synthetic and real datasets.

📄 PDF Abstract BibTeX arXiv:1806.01664

Code (3)

Sharpenb/python_paris 공식 구현
tbonald/paris 공식 구현
dakrod/bottom_up_hcd

Tasks

ClusteringGraph Clustering

Methods 이 논문이 사용한 방법론

SPEED The monocular depth estimation (MDE) is the task of estimating depth from a single frame. This information is an essential knowledge in many computer vision tasks such as scene…

Similar Papers 제목 키워드 기반

Graph Contrastive Learning via Cluster-refined Negative Sampling for Semi-supervised Text Classification

2024-10-18 · Wei Ai, Jianbin Li, Ze Wang, JiaYi Du 외

Graph contrastive learning (GCL) has been widely applied to text classification tasks due to its ability to generate self-supervised signals from unlabeled data, thus facilitating model training. However, existing GCL-ba…

ClassificationClusteringContrastive LearningSemi-Supervised Text Classification+2

Efficient block contrastive learning via parameter-free meta-node approximation

2022-09-28 · Gayan K. Kulatilleke, Marius Portmann, Shekhar S. Chandra

Contrastive learning has recently achieved remarkable success in many domains including graphs. However contrastive loss, especially for graphs, requires a large number of negative samples which is unscalable and computa…

Contrastive LearningGPUGraph Clustering

ENADPool: The Edge-Node Attention-based Differentiable Pooling for Graph Neural Networks

2024-05-16 · Zhehan Zhao, Lu Bai, Lixin Cui, Ming Li 외

Graph Neural Networks (GNNs) are powerful tools for graph classification. One important operation for GNNs is the downsampling or pooling that can learn effective embeddings from the node representations. In this paper, …

Graph Classification

Hierarchical Position Embedding of Graphs with Landmarks and Clustering for Link Prediction

2024-02-13 · Minsang Kim, Seungjun Baek

Learning positional information of nodes in a graph is important for link prediction tasks. We propose a representation of positional information using representative nodes called landmarks. A small number of nodes with …

ClusteringGraph ClusteringLink PredictionPosition

Supervised Hierarchical Clustering using Graph Neural Networks for Speaker Diarization

2023-02-24 · Prachi Singh, Amrit Kaul, Sriram Ganapathy

Conventional methods for speaker diarization involve windowing an audio file into short segments to extract speaker embeddings, followed by an unsupervised clustering of the embeddings. This multi-step approach generates…

ClusteringGraph ClusteringGraph Neural Networkspeaker-diarization+1