paper-with-me

홈 › Papers

Are All Edges Necessary? A Unified Framework for Graph Purification

2022-11-09 · Zishan Gu, Jintang Li, Liang Chen

Graph Neural Networks (GNNs) as deep learning models working on graph-structure data have achieved advanced performance in many works. However, it has been proved repeatedly that, not all edges in a graph are necessary for the training of machine learning models. In other words, some of the connections between nodes may bring redundant or even misleading information to downstream tasks. In this paper, we try to provide a method to drop edges in order to purify the graph data from a new perspective. Specifically, it is a framework to purify graphs with the least loss of information, under which the core problems are how to better evaluate the edges and how to delete the relatively redundant edges with the least loss of information. To address the above two problems, we propose several measurements for the evaluation and different judges and filters for the edge deletion. We also introduce a residual-iteration strategy and a surrogate model for measurements requiring unknown information. The experimental results show that our proposed measurements for KL divergence with constraints to maintain the connectivity of the graph and delete edges in an iterative way can find out the most edges while keeping the performance of GNNs. What's more, further experiments show that this method also achieves the best defense performance against adversarial attacks.

📄 PDF Abstract BibTeX arXiv:2211.05184

Code (0)

등록된 구현이 없습니다.

Tasks

All

Similar Papers 제목 키워드 기반

TiGer: Self-Supervised Purification for Time-evolving Graphs

2025-03-10 · Hyeonsoo Jo, Jongha Lee, Fanchen Bu, Kijung Shin

Time-evolving graphs, such as social and citation networks, often contain noise that distorts structural and temporal patterns, adversely affecting downstream tasks, such as node classification. Existing purification met…

Node Classification

Fast 3D Molecule Generation via Unified Geometric Optimal Transport

2024-05-24 · Haokai Hong, WanYu Lin, Kay Chen Tan

This paper proposes a new 3D molecule generation framework, called GOAT, for fast and effective 3D molecule generation based on the flow-matching optimal transport objective. Specifically, we formulate a geometric transp…

3D Molecule Generation

DiffAttack: Evasion Attacks Against Diffusion-Based Adversarial Purification

2023-10-27 · NeurIPS 2023 11 · Mintong Kang, Dawn Song, Bo Li

Diffusion-based purification defenses leverage diffusion models to remove crafted perturbations of adversarial examples and achieve state-of-the-art robustness. Recent studies show that even advanced attacks cannot break…

Adversarial Purification

Rethinking Contrastive Learning in Graph Anomaly Detection: A Clean-View Perspective

2025-05-23 · Di Jin, Jingyi Cao, Xiaobao Wang, Bingdao Feng 외

Graph anomaly detection aims to identify unusual patterns in graph-based data, with wide applications in fields such as web security and financial fraud detection. Existing methods typically rely on contrastive learning,…

Anomaly DetectionContrastive LearningFraud DetectionGraph Anomaly Detection

Scalable Ensemble-based Detection Method against Adversarial Attacks for speaker verification

2023-12-14 · Haibin Wu, Heng-Cheng Kuo, Yu Tsao, Hung-Yi Lee

Automatic speaker verification (ASV) is highly susceptible to adversarial attacks. Purification modules are usually adopted as a pre-processing to mitigate adversarial noise. However, they are commonly implemented across…

Speaker Verification