paper-with-me

Papers

Robust Graph Learning from Noisy Data

2018-12-17 · Zhao Kang, Haiqi Pan, Steven C. H. Hoi, Zenglin Xu

Learning graphs from data automatically has shown encouraging performance on clustering and semisupervised learning tasks. However, real data are often corrupted, which may cause the learned graph to be inexact or unreliable. In this paper, we propose a novel robust graph learning scheme to learn reliable graphs from real-world noisy data by adaptively removing noise and errors in the raw data. We show that our proposed model can also be viewed as a robust version of manifold regularized robust PCA, where the quality of the graph plays a critical role. The proposed model is able to boost the performance of data clustering, semisupervised classification, and data recovery significantly, primarily due to two key factors: 1) enhanced low-rank recovery by exploiting the graph smoothness assumption, 2) improved graph construction by exploiting clean data recovered by robust PCA. Thus, it boosts the clustering, semi-supervised classification, and data recovery performance overall. Extensive experiments on image/document clustering, object recognition, image shadow removal, and video background subtraction reveal that our model outperforms the previous state-of-the-art methods.

📄 PDF Abstract BibTeX arXiv:1812.06673

Code (2)

sckangz/RGC 공식 구현
FaceOnLive/Realtime-Background-Changer-SDK-Android

Tasks

ClusteringGeneral Classificationgraph constructionGraph LearningImage/Document ClusteringImage Shadow RemovalObject RecognitionShadow RemovalVideo Background Subtraction

Methods 이 논문이 사용한 방법론

PCA Principle Components Analysis (PCA) is an unsupervised method primary used for dimensionality reduction within machine learning. PCA is calculated via a singular value…

Similar Papers 제목 키워드 기반

Towards Robust Graph Neural Networks for Noisy Graphs with Sparse Labels

2022-01-01 · Enyan Dai, Wei Jin, Hui Liu, Suhang Wang

Graph Neural Networks (GNNs) have shown their great ability in modeling graph structured data. However, real-world graphs usually contain structure noises and have limited labeled nodes. The performance of GNNs would dro…

Robust Learning on Noisy Graphs via Latent Space Constraints with External Knowledge

2025-07-07 · Chunhui Gu, Mohammad Sadegh Nasr, James P. Long, Kim-Anh Do 외 arxiv

Graph Neural Networks (GNNs) often struggle with noisy edges. We propose Latent Space Constrained Graph Neural Networks (LSC-GNN) to incorporate external "clean" links and guide embeddings of a noisy target graph. We tra…

Mitigating the Impact of Noisy Edges on Graph-Based Algorithms via Adversarial Robustness Evaluation

2024-01-28 · Yongyu Wang, Xiaotian Zhuang

Given that no existing graph construction method can generate a perfect graph for a given dataset, graph-based algorithms are often affected by redundant and erroneous edges present within the constructed graphs. In this…

Adversarial AttackAdversarial RobustnessComputational EfficiencyDenoising+1

Rethinking the impact of noisy labels in graph classification: A utility and privacy perspective

2024-06-11 · De Li, Xianxian Li, Zeming Gan, Qiyu Li 외

Graph neural networks based on message-passing mechanisms have achieved advanced results in graph classification tasks. However, their generalization performance degrades when noisy labels are present in the training dat…

ClassificationContrastive LearningData AugmentationGraph Classification+2

Graph convolutional networks for learning with few clean and many noisy labels

2019-10-01 · ECCV 2020 8 · Ahmet Iscen, Giorgos Tolias, Yannis Avrithis, Ondrej Chum 외

In this work we consider the problem of learning a classifier from noisy labels when a few clean labeled examples are given. The structure of clean and noisy data is modeled by a graph per class and Graph Convolutional N…

Few-Shot LearningGeneral Classification