paper-with-me

Papers

Distribution Matching for Graph Quantification Under Structural Covariate Shift

2025-12-30 · Clemens Damke, Eyke Hüllermeier arxiv

Graphs are commonly used in machine learning to model relationships between instances. Consider the task of predicting the political preferences of users in a social network; to solve this task one should consider, both, the features of each individual user and the relationships between them. However, oftentimes one is not interested in the label of a single instance but rather in the distribution of labels over a set of instances; e.g., when predicting the political preferences of users, the overall prevalence of a given opinion might be of higher interest than the opinion of a specific person. This label prevalence estimation task is commonly referred to as quantification learning (QL). Current QL methods for tabular data are typically based on the so-called prior probability shift (PPS) assumption which states that the label-conditional instance distributions should remain equal across the training and test data. In the graph setting, PPS generally does not hold if the shift between training and test data is structural, i.e., if the training data comes from a different region of the graph than the test data. To address such structural shifts, an importance sampling variant of the popular adjusted count quantification approach has previously been proposed. In this work, we extend the idea of structural importance sampling to the state-of-the-art KDEy quantification approach. We show that our proposed method adapts to structural shifts and outperforms standard quantification approaches.

📄 PDF Abstract BibTeX arXiv:2601.00864

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Adjusted Count Quantification Learning on Graphs

2025-03-12 · Clemens Damke, Eyke Hüllermeier

Quantification learning is the task of predicting the label distribution of a set of instances. We study this problem in the context of graph-structured data, where the instances are vertices. Previously, this problem ha…

Node Clustering

Hyper Association Graph Matching with Uncertainty Quantification for Coronary Artery Semantic Labeling

2023-08-20 · Chen Zhao, Michele Esposito, Zhihui Xu, Weihua Zhou

Coronary artery disease (CAD) is one of the primary causes leading to death worldwide. Accurate extraction of individual arterial branches on invasive coronary angiograms (ICA) is important for stenosis detection and CAD…

Decision MakingGraph MatchingSemantic SegmentationUncertainty Quantification

Linear Opinion Pooling for Uncertainty Quantification on Graphs

2024-06-06 · Clemens Damke, Eyke Hüllermeier

We address the problem of uncertainty quantification for graph-structured data, or, more specifically, the problem to quantify the predictive uncertainty in (semi-supervised) node classification. Key questions in this re…

Node ClassificationUncertainty Quantification

GSTAM: Efficient Graph Distillation with Structural Attention-Matching

2024-08-29 · Arash Rasti-Meymandi, Ahmad Sajedi, Zhaopan Xu, Konstantinos N. Plataniotis

Graph distillation has emerged as a solution for reducing large graph datasets to smaller, more manageable, and informative ones. Existing methods primarily target node classification, involve computationally intensive p…

ClassificationGraph ClassificationNode Classification

Label Shift Quantification with Robustness Guarantees via Distribution Feature Matching

2023-06-07 · Bastien Dussap, Gilles Blanchard, Badr-Eddine Chérief-Abdellatif

Quantification learning deals with the task of estimating the target label distribution under label shift. In this paper, we first present a unifying framework, distribution feature matching (DFM), that recovers as parti…