paper-with-me

Papers

You Can't Ignore Either: Unifying Structure and Feature Denoising for Robust Graph Learning

2024-08-01 · Tianmeng Yang, Jiahao Meng, Min Zhou, Yaming Yang, Yujing Wang, Xiangtai Li, Yunhai Tong

Recent research on the robustness of Graph Neural Networks (GNNs) under noises or attacks has attracted great attention due to its importance in real-world applications. Most previous methods explore a single noise source, recovering corrupt node embedding by reliable structures bias or developing structure learning with reliable node features. However, the noises and attacks may come from both structures and features in graphs, making the graph denoising a dilemma and challenging problem. In this paper, we develop a unified graph denoising (UGD) framework to unravel the deadlock between structure and feature denoising. Specifically, a high-order neighborhood proximity evaluation method is proposed to recognize noisy edges, considering features may be perturbed simultaneously. Moreover, we propose to refine noisy features with reconstruction based on a graph auto-encoder. An iterative updating algorithm is further designed to optimize the framework and acquire a clean graph, thus enabling robust graph learning for downstream tasks. Our UGD framework is self-supervised and can be easily implemented as a plug-and-play module. We carry out extensive experiments, which proves the effectiveness and advantages of our method. Code is avalaible at https://github.com/YoungTimmy/UGD.

📄 PDF Abstract BibTeX arXiv:2408.00700

Code (1)

youngtimmy/ugd 공식 구현 pytorch

Tasks

DenoisingGraph Learning

Methods 이 논문이 사용한 방법론

Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Attention 설명 없음

Similar Papers 제목 키워드 기반

Metric Convolutions: A Unifying Theory to Adaptive Convolutions

2024-06-08 · Thomas Dagès, Michael Lindenbaum, Alfred M. Bruckstein

Standard convolutions are prevalent in image processing and deep learning, but their fixed kernel design limits adaptability. Several deformation strategies of the reference kernel grid have been proposed. Yet, they lack…

Denoising

Atomistic Language Models Understand and Generate Materials

2026-06-19 · Sathya Edamadaka, Krithik Ramesh, Ju Li, Rafael Gómez-Bombarelli arxiv

Atomistic structure and natural language have long been modeled separately, with language models either calling atomistic models as tools or being fine-tuned on lossy textual encodings that discard atomistic information.…

Disentangling Noise from Images: A Flow-Based Image Denoising Neural Network

2021-05-11 · Yang Liu, Saeed Anwar, Zhenyue Qin, Pan Ji 외

The prevalent convolutional neural network (CNN) based image denoising methods extract features of images to restore the clean ground truth, achieving high denoising accuracy. However, these methods may ignore the underl…

DenoisingDisentanglementImage Denoising

MSSIDD: A Benchmark for Multi-Sensor Denoising

2024-11-18 · Shibin Mei, Hang Wang, Bingbing Ni

The cameras equipped on mobile terminals employ different sensors in different photograph modes, and the transferability of raw domain denoising models between these sensors is significant but remains sufficient explorat…

Denoising

Improving Pseudo Labels with Global-Local Denoising Framework for Cross-lingual Named Entity Recognition

2024-06-03 · Zhuojun Ding, Wei Wei, Xiaoye Qu, Dangyang Chen

Cross-lingual named entity recognition (NER) aims to train an NER model for the target language leveraging only labeled source language data and unlabeled target language data. Prior approaches either perform label proje…

Cross-Lingual NERDenoisingnamed-entity-recognitionNamed Entity Recognition+2