paper-with-me

홈 › Papers

Edge-aware baselines for ogbn-proteins in PyTorch Geometric: species-wise normalization, post-hoc calibration, and cost-accuracy trade-offs

2025-11-17 · Aleksandar Stanković, Dejan Lisica arxiv

We present reproducible, edge-aware baselines for ogbn-proteins in PyTorch Geometric (PyG). We study two system choices that dominate practice: (i) how 8-dimensional edge evidence is aggregated into node inputs, and (ii) how edges are used inside message passing. Our strongest baseline is GraphSAGE with sum-based edge-to-node features. We compare LayerNorm (LN), BatchNorm (BN), and a species-aware Conditional LayerNorm (CLN), and report compute cost (time, VRAM, parameters) together with accuracy (ROC-AUC) and decision quality. In our primary experimental setup (hidden size 512, 3 layers, 3 seeds), sum consistently beats mean and max; BN attains the best AUC, while CLN matches the AUC frontier with better thresholded F1. Finally, post-hoc per-label temperature scaling plus per-label thresholds substantially improves micro-F1 and expected calibration error (ECE) with negligible AUC change, and light label-correlation smoothing yields small additional gains. We release standardized artifacts and scripts used for all of the runs presented in the paper.

📄 PDF Abstract BibTeX arXiv:2511.13250

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

GIPA: General Information Propagation Algorithm for Graph Learning

2021-05-13 · Qinkai Zheng, Houyi Li, Peng Zhang, Zhixiong Yang 외

Graph neural networks (GNNs) have been popularly used in analyzing graph-structured data, showing promising results in various applications such as node classification, link prediction and network recommendation. In this…

Graph AttentionGraph LearningLink PredictionNode Classification

GIPA: A General Information Propagation Algorithm for Graph Learning

2023-01-19 · Houyi Li, Zhihong Chen, Zhao Li, Qinkai Zheng 외

Graph neural networks (GNNs) have been widely used in graph-structured data computation, showing promising performance in various applications such as node classification, link prediction, and network recommendation. Exi…

Attributefeature selectionGraph LearningLink Prediction+1

Adaptive Graph Diffusion Networks

2020-12-30 · Chuxiong Sun, Jie Hu, Hongming Gu, Jinpeng Chen 외

Graph Neural Networks (GNNs) have received much attention in the graph deep learning domain. However, recent research empirically and theoretically shows that deep GNNs suffer from over-fitting and over-smoothing problem…

GPULink PredictionNode ClassificationNode Property Prediction

Neighbor2vec: an efficient and effective method for Graph Embedding

2022-01-07 · Zhiming Lin

Graph embedding techniques have led to significant progress in recent years. However, present techniques are not effective enough to capture the patterns of networks. This paper propose neighbor2vec, a neighbor-based sam…

Graph EmbeddingLink PredictionNode Classification

Graph Coordinates and Conventional Neural Networks -- An Alternative for Graph Neural Networks

2023-12-03 · Zheyi Qin, Randy Paffenroth, Anura P. Jayasumana

Graph-based data present unique challenges and opportunities for machine learning. Graph Neural Networks (GNNs), and especially those algorithms that capture graph topology through message passing for neighborhood aggreg…

Feature EngineeringGraph Embedding