paper-with-me

Papers

Self-Guided Robust Graph Structure Refinement

2024-02-19 · Yeonjun In, Kanghoon Yoon, Kibum Kim, Kijung Shin, Chanyoung Park

Recent studies have revealed that GNNs are vulnerable to adversarial attacks. To defend against such attacks, robust graph structure refinement (GSR) methods aim at minimizing the effect of adversarial edges based on node features, graph structure, or external information. However, we have discovered that existing GSR methods are limited by narrowassumptions, such as assuming clean node features, moderate structural attacks, and the availability of external clean graphs, resulting in the restricted applicability in real-world scenarios. In this paper, we propose a self-guided GSR framework (SG-GSR), which utilizes a clean sub-graph found within the given attacked graph itself. Furthermore, we propose a novel graph augmentation and a group-training strategy to handle the two technical challenges in the clean sub-graph extraction: 1) loss of structural information, and 2) imbalanced node degree distribution. Extensive experiments demonstrate the effectiveness of SG-GSR under various scenarios including non-targeted attacks, targeted attacks, feature attacks, e-commerce fraud, and noisy node labels. Our code is available at https://github.com/yeonjun-in/torch-SG-GSR.

📄 PDF Abstract BibTeX arXiv:2402.11837

Code (1)

yeonjun-in/torch-sg-gsr 공식 구현 pytorch

Similar Papers 제목 키워드 기반

CrystalBoltz: End-to-End Protein Structure Determination via Experiment-Guided Diffusion for X-Ray Crystallography

2026-05-15 · Minseo Kim, Huanghao Mai, Jay Shenoy, Alec Follmer 외 arxiv

Generative models trained on public databases of protein structures, most of which have been determined by X-ray crystallography, now provide powerful priors for structure prediction. However, they are not readily condit…

Bayesian Inference

Semantic Refinement with LLMs for Graph Representations

2025-12-24 · Safal Thapaliya, Zehong Wang, Jiazheng Li, Ziming Li 외 arxiv

Graph-structured data exhibit substantial heterogeneity in where their predictive signals originate: in some domains, node-level semantics dominate, while in others, structural patterns play a central role. This structur…

Graph Representation LearningSemantic SimilarityGraph Learning

Anchor-guided Hypergraph Condensation with Dual-level Discrimination

2026-05-11 · Fan Li, Xiaoyang Wang, Chen Chen, Wenjie Zhang arxiv

The increasing prevalence of large-scale hypergraphs poses significant computational challenges for hypergraph neural network (HNN) training. To address this, hypergraph condensation (HGC) distills large real hypergraphs…

Consistency Guided Scene Flow Estimation

2020-06-19 · ECCV 2020 8 · Yuhua Chen, Luc van Gool, Cordelia Schmid, Cristian Sminchisescu

Consistency Guided Scene Flow Estimation (CGSF) is a self-supervised framework for the joint reconstruction of 3D scene structure and motion from stereo video. The model takes two temporal stereo pairs as input, and pred…

Scene Flow Estimation

TGPR: Tree-Guided Policy Refinement for Robust Self-Debugging of LLMs

2025-10-08 · Daria Ozerova, Ekaterina Trofimova arxiv

Iterative refinement has been a promising paradigm to enable large language models (LLMs) to resolve difficult reasoning and problem-solving tasks. One of the key challenges, however, is how to effectively search through…