paper-with-me

Papers

What Makes Graph Neural Networks Miscalibrated?

2022-10-12 · Hans Hao-Hsun Hsu, Yuesong Shen, Christian Tomani, Daniel Cremers

Given the importance of getting calibrated predictions and reliable uncertainty estimations, various post-hoc calibration methods have been developed for neural networks on standard multi-class classification tasks. However, these methods are not well suited for calibrating graph neural networks (GNNs), which presents unique challenges such as accounting for the graph structure and the graph-induced correlations between the nodes. In this work, we conduct a systematic study on the calibration qualities of GNN node predictions. In particular, we identify five factors which influence the calibration of GNNs: general under-confident tendency, diversity of nodewise predictive distributions, distance to training nodes, relative confidence level, and neighborhood similarity. Furthermore, based on the insights from this study, we design a novel calibration method named Graph Attention Temperature Scaling (GATS), which is tailored for calibrating graph neural networks. GATS incorporates designs that address all the identified influential factors and produces nodewise temperature scaling using an attention-based architecture. GATS is accuracy-preserving, data-efficient, and expressive at the same time. Our experiments empirically verify the effectiveness of GATS, demonstrating that it can consistently achieve state-of-the-art calibration results on various graph datasets for different GNN backbones.

📄 PDF Abstract BibTeX arXiv:2210.06391

Code (1)

hans66hsu/gats 공식 구현 pytorch

Tasks

DiversityGraph AttentionMulti-class Classification

Similar Papers 제목 키워드 기반

Are Graph Neural Networks Miscalibrated?

2019-05-07 · Leonardo Teixeira, Brian Jalaian, Bruno Ribeiro

Graph Neural Networks (GNNs) have proven to be successful in many classification tasks, outperforming previous state-of-the-art methods in terms of accuracy. However, accuracy alone is not enough for high-stakes decision…

Decision MakingGeneral Classification

Multi-hypothesis 3D human pose estimation metrics favor miscalibrated distributions

2022-10-20 · Paweł A. Pierzchlewicz, R. James Cotton, Mohammad Bashiri, Fabian H. Sinz

Due to depth ambiguities and occlusions, lifting 2D poses to 3D is a highly ill-posed problem. Well-calibrated distributions of possible poses can make these ambiguities explicit and preserve the resulting uncertainty fo…

3D Human Pose EstimationDensity EstimationMulti-Hypotheses 3D Human Pose EstimationPose Estimation

In-n-Out: Calibrating Graph Neural Networks for Link Prediction

2024-03-07 · Erik Nascimento, Diego Mesquita, Samuel Kaski, Amauri H Souza

Deep neural networks are notoriously miscalibrated, i.e., their outputs do not reflect the true probability of the event we aim to predict. While networks for tabular or image data are usually overconfident, recent works…

Link PredictionPrediction

Bayesian Relational Generative Model for Scalable Multi-modal Learning

2021-09-29 · Ehsan Hajiramezanali, Talip Ucar, Lindsay Edwards

The study of complex systems requires the integration of multiple heterogeneous and high-dimensional data types (e.g. multi-omics). However, previous generative approaches for multi-modal inputs suffer from two shortcomi…

Gaussian Processes

What Makes a Desired Graph for Relational Deep Learning?

2026-06-07 · Yao Cheng, Siqiang Luo arxiv

Relational deep learning (RDL) converts relational databases (RDBs) into heterogeneous graphs, but graphs derived directly from database schemas are often not well suited for how graph neural networks (GNNs) perform rela…

Relational Reasoning