paper-with-me

Papers

Structure-Aware Label Smoothing for Graph Neural Networks

2021-12-01 · Yiwei Wang, Yujun Cai, Yuxuan Liang, Wei Wang, Henghui Ding, Muhao Chen, Jing Tang, Bryan Hooi

Representing a label distribution as a one-hot vector is a common practice in training node classification models. However, the one-hot representation may not adequately reflect the semantic characteristics of a node in different classes, as some nodes may be semantically close to their neighbors in other classes. It would cause over-confidence since the models are encouraged to assign full probabilities when classifying every node. While training models with label smoothing can ease this problem to some degree, it still fails to capture the nodes' semantic characteristics implied by the graph structures. In this work, we propose a novel SALS (\textit{Structure-Aware Label Smoothing}) method as an enhancement component to popular node classification models. SALS leverages the graph structures to capture the semantic correlations between the connected nodes and generate the structure-aware label distribution to replace the original one-hot label vectors, thus improving the node classification performance without inference costs. Extensive experiments on seven node classification benchmark datasets reveal the effectiveness of our SALS on improving both transductive and inductive node classification. Empirical results show that SALS is superior to the label smoothing method and enhances the node classification models to outperform the baseline methods.

📄 PDF Abstract BibTeX arXiv:2112.00499

Code (0)

등록된 구현이 없습니다.

Tasks

ClassificationNode Classification

Methods 이 논문이 사용한 방법론

Label Smoothing Label Smoothing is a regularization technique that introduces noise for the labels. This accounts for the fact that datasets may have mistakes in them, so maximizing the…

Similar Papers 제목 키워드 기반

GOMA: Toward Structure-Driven Multimodal Alignment from a Graph Signal Smoothing Perspective

2026-05-15 · Xu Wang, Xunkai Li, Yinlin Zhu, Rong-Hua Li 외 arxiv

Multimodal alignment is commonly learned from isolated image-text pairs via CLIP-style dual encoders, leaving the relational context among entities largely unused. Multimodal attributed graphs (MAGs), where nodes carry m…

Node Dependent Local Smoothing for Scalable Graph Learning

2021-10-27 · NeurIPS 2021 12 · Wentao Zhang, Mingyu Yang, Zeang Sheng, Yang Li 외

Recent works reveal that feature or label smoothing lies at the core of Graph Neural Networks (GNNs). Concretely, they show feature smoothing combined with simple linear regression achieves comparable performance with th…

Graph Learning

Image Smoothing via Unsupervised Learning

2018-11-07 · Qingnan Fan, Jiaolong Yang, David Wipf, Baoquan Chen 외

Image smoothing represents a fundamental component of many disparate computer vision and graphics applications. In this paper, we present a unified unsupervised (label-free) learning framework that facilitates generating…

GPUImage Manipulationimage smoothing

Hierarchical Multi-Scale Graph Neural Networks: Scalable Heterophilous Learning with Oversmoothing and Oversquashing Mitigation

2026-05-08 · Md Sazzad Hossen, Avimanyu Sahoo arxiv

Graphs with heterophily, where adjacent nodes carry different labels, are prevalent in real-world applications, from social networks to molecular interactions. However, existing spectral Graph Neural Network (GNN) approa…

Graph ClassificationGraph Neural NetworkNode Classification

Graph Neural Diffusion Networks for Semi-supervised Learning

2022-01-24 · Wei Ye, Zexi Huang, Yunqi Hong, Ambuj Singh

Graph Convolutional Networks (GCN) is a pioneering model for graph-based semi-supervised learning. However, GCN does not perform well on sparsely-labeled graphs. Its two-layer version cannot effectively propagate the lab…

Graph Neural Network