paper-with-me

Papers

Weighted Graph Structure Learning with Attention Denoising for Node Classification

2025-03-15 · Tingting Wang, Jiaxin Su, Haobing Liu, Ruobing Jiang

Node classification in graphs aims to predict the categories of unlabeled nodes by utilizing a small set of labeled nodes. However, weighted graphs often contain noisy edges and anomalous edge weights, which can distort fine-grained relationships between nodes and hinder accurate classification. We propose the Edge Weight-aware Graph Structure Learning (EWGSL) method, which combines weight learning and graph structure learning to address these issues. EWGSL improves node classification by redefining attention coefficients in graph attention networks to incorporate node features and edge weights. It also applies graph structure learning to sparsify attention coefficients and uses a modified InfoNCE loss function to enhance performance by adapting to denoised graph weights. Extensive experimental results show that EWGSL has an average Micro-F1 improvement of 17.8% compared with the best baseline.

📄 PDF Abstract BibTeX arXiv:2503.12157

Code (1)

wtt2022/dataset 공식 구현

Tasks

ClassificationDenoisingGraph AttentionGraph structure learningNode Classification

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 설명 없음
SET Dynamic Sparse Training method where weight mask is updated randomly periodically
InfoNCE 설명 없음

Similar Papers 제목 키워드 기반

Weighted Mean and Median graph Filters with Attenuation Factor for Sensor Network

2022-03-05 · Zirui Ge, Zhen Yang

This paper proposes a weighted attenuation k-hop graph, which depicts the spatial neighbor nodes with their hops from the central node. Based on this k-kop graph, we further propose a node selecting graph, which selects …

Denoising

Understanding Graph Neural Networks from Graph Signal Denoising Perspectives

2020-06-08 · Guoji Fu, Yifan Hou, Jian Zhang, Kaili Ma 외

Graph neural networks (GNNs) have attracted much attention because of their excellent performance on tasks such as node classification. However, there is inadequate understanding on how and why GNNs work, especially for …

DenoisingGraph AttentionNode ClassificationRepresentation Learning

Hierarchical Attention Models for Multi-Relational Graphs

2024-04-14 · Roshni G. Iyer, Wei Wang, Yizhou Sun

We present Bi-Level Attention-Based Relational Graph Convolutional Networks (BR-GCN), unique neural network architectures that utilize masked self-attentional layers with relational graph convolutions, to effectively ope…

Graph AttentionLink PredictionNode ClassificationRelation

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 외

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 sourc…

DenoisingGraph Learning

Local and Global Graph Modeling with Edge-weighted Graph Attention Network for Handwritten Mathematical Expression Recognition

2024-10-24 · Yejing Xie, Richard Zanibbi, Harold Mouchère

In this paper, we present a novel approach to Handwritten Mathematical Expression Recognition (HMER) by leveraging graph-based modeling techniques. We introduce an End-to-end model with an Edge-weighted Graph Attention M…

ClassificationEdge ClassificationGraph AttentionRelation Classification