paper-with-me

Papers

HeAD-CP: Heterophily-Aware Diffused Conformal Prediction Sets for Graph Neural Networks

2026-07-28 · Phan Binh Nguyen Lam, Nguyen Thai Anh arxiv

Conformal prediction (CP) provides distribution-free uncertainty quantification, and its extension to graphs is an active research direction. Diffused Adaptive Prediction Sets (DAPS) is a widely used graph-aware diffusion baseline, propagating Adaptive Prediction Sets (APS) non-conformity scores along edges with a uniform coefficient $λ$. We identify a fundamental shortcoming of this design: the uniform low-pass diffusion presupposes graph homophily and proves detrimental on heterophilic graphs, enlarging the mean prediction-set size by up to 10.6% relative to plain APS. To mitigate this, we propose HeAD-CP, a family of node-wise diffusion variants whose coefficients are determined by a label-free local-homophily estimate derived from the GNN softmax. Three variants, namely signed-$γ$, edge-compatibility, and a DAPS-baseline-with-correction, are most effective at extreme heterophily, intermediate heterophily, and moderate-to-high homophily, respectively, and all preserve the marginal coverage guarantee. On ten benchmarks, the HeAD-CP family stays at or below plain APS on every dataset, while DAPS exceeds APS on six. The post-hoc oracle over the family improves over DAPS on 8/10 datasets at $p<0.01$ (paired Wilcoxon), with the largest gains on heterophilic graphs (10.3% on Texas); on the two homophilic datasets where DAPS still wins (CiteSeer, PubMed), it retains a marginal advantage of at most 0.002, statistically insignificant on CiteSeer ($p=0.23$). Designing a calibrated label-free selector that approaches this oracle is the main outstanding empirical question.

📄 PDF Abstract BibTeX arXiv:2607.25273

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Hetero$^2$Net: Heterophily-aware Representation Learning on Heterogenerous Graphs

2023-10-18 · Jintang Li, Zheng Wei, Jiawang Dan, Jing Zhou 외

Real-world graphs are typically complex, exhibiting heterogeneity in the global structure, as well as strong heterophily within local neighborhoods. While a growing body of literature has revealed the limitations of comm…

Node ClassificationRepresentation Learning

Conformal Prediction Meets Long-tail Classification

2025-08-15 · Shuqi Liu, Jianguo Huang, Luke Ong arxiv

Conformal Prediction (CP) is a popular method for uncertainty quantification that converts a pretrained model's point prediction into a prediction set, with the set size reflecting the model's confidence. Although existi…

HeterSEED: Semantics-Structure Decoupling for Heterogeneous Graph Learning under Heterophily

2026-05-06 · Xinyi Li, Ming Li, Lu Bai, Lixin Cui 외 arxiv

Many real-world heterogeneous graphs exhibit pronounced heterophily, where connected nodes often have dissimilar labels or play different semantic roles. In such settings, standard heterogeneous graph neural networks tha…

Representation LearningGraph Learning

Heterophily-Aware Graph Attention Network

2023-02-07 · Junfu Wang, Yuanfang Guo, Liang Yang, Yunhong Wang

Graph Neural Networks (GNNs) have shown remarkable success in graph representation learning. Unfortunately, current weight assignment schemes in standard GNNs, such as the calculation based on node degrees or pair-wise r…

Graph AttentionGraph Representation LearningNode ClassificationRepresentation Learning

Learnable Conformal Prediction with Context-Aware Nonconformity Functions for Robotic Planning and Perception

2025-09-26 · Divake Kumar, Sina Tayebati, Francesco Migliarba, Ranganath Krishnan 외 arxiv

Deep learning models in robotics often output point estimates with poorly calibrated confidences, offering no native mechanism to quantify predictive reliability under novel, noisy, or out-of-distribution inputs. Conform…

Object Detection