paper-with-me

홈 › Papers

Local Graph Clustering with Noisy Labels

2023-10-12 · Artur Back de Luca, Kimon Fountoulakis, Shenghao Yang

The growing interest in machine learning problems over graphs with additional node information such as texts, images, or labels has popularized methods that require the costly operation of processing the entire graph. Yet, little effort has been made to the development of fast local methods (i.e. without accessing the entire graph) that extract useful information from such data. To that end, we propose a study of local graph clustering using noisy node labels as a proxy for additional node information. In this setting, nodes receive initial binary labels based on cluster affiliation: 1 if they belong to the target cluster and 0 otherwise. Subsequently, a fraction of these labels is flipped. We investigate the benefits of incorporating noisy labels for local graph clustering. By constructing a weighted graph with such labels, we study the performance of graph diffusion-based local clustering method on both the original and the weighted graphs. From a theoretical perspective, we consider recovering an unknown target cluster with a single seed node in a random graph with independent noisy node labels. We provide sufficient conditions on the label noise under which, with high probability, using diffusion in the weighted graph yields a more accurate recovery of the target cluster. This approach proves more effective than using the given labels alone or using diffusion in the label-free original graph. Empirically, we show that reliable node labels can be obtained with just a few samples from an attributed graph. Moreover, utilizing these labels via diffusion in the weighted graph leads to significantly better local clustering performance across several real-world datasets, improving F1 scores by up to 13%.

📄 PDF Abstract BibTeX arXiv:2310.08031

Code (0)

등록된 구현이 없습니다.

Tasks

ClusteringGraph Clustering

Methods 이 논문이 사용한 방법론

Diffusion Diffusion models generate samples by gradually removing noise from a signal, and their training objective can be expressed as a reweighted variational lower-bound…

Similar Papers 제목 키워드 기반

Plug-and-Play Pseudo Label Correction Network for Unsupervised Person Re-identification

2022-06-14 · Tianyi Yan, Kuan Zhu, Haiyun Guo, Guibo Zhu 외

Clustering-based methods, which alternate between the generation of pseudo labels and the optimization of the feature extraction network, play a dominant role in both unsupervised learning (USL) and unsupervised domain a…

ClusteringPerson Re-IdentificationPseudo LabelUnsupervised Person Re-Identification

Semi-Supervised Cascaded Clustering for Classification of Noisy Label Data

2022-05-04 · Ashit Gupta, Anirudh Deodhar, Tathagata Mukherjee, Venkataramana Runkana

The performance of supervised classification techniques often deteriorates when the data has noisy labels. Even the semi-supervised classification approaches have largely focused only on the problem of handling missing l…

ClusteringMissing Labels

A Unified Framework for Fair Spectral Clustering With Effective Graph Learning

2023-11-23 · Xiang Zhang, Qiao Wang

We consider the problem of spectral clustering under group fairness constraints, where samples from each sensitive group are approximately proportionally represented in each cluster. Traditional fair spectral clustering …

ClusteringFairnessgraph constructionGraph Learning

Almost exact recovery in noisy semi-supervised learning

2020-07-29 · Konstantin Avrachenkov, Maximilien Dreveton

Graph-based semi-supervised learning methods combine the graph structure and labeled data to classify unlabeled data. In this work, we study the effect of a noisy oracle on classification. In particular, we derive the Ma…

ClusteringCommunity DetectionStochastic Block Model

ACTGNN: Assessment of Clustering Tendency with Synthetically-Trained Graph Neural Networks

2025-01-30 · Yiran Luo, Evangelos E. Papalexakis

Determining clustering tendency in datasets is a fundamental but challenging task, especially in noisy or high-dimensional settings where traditional methods, such as the Hopkins Statistic and Visual Assessment of Tenden…

ClusteringGraph Neural Network