← Home

Daily arXiv Papers

Graph Neural Networks · Graph Learning · LLM × Graph

Showing 11 papers for 2026-02-18

Size Transferability of Graph Transformers with Convolutional Positional Encodings
GNN Graph Learning

This paper studies Graph Transformers (GTs) with GNN-based positional encodings and builds a theoretical link to Manifold Neural Networks by analyzing manifold limit models for graph sequences. It also extends transferability results to understand how GTs generalize across graphs of different sizes and structures.

On the Geometric Coherence of Global Aggregation in Federated GNN
GNN Graph Learning

This work analyzes the geometric coherence of global aggregation in federated GNNs with heterogeneous client graphs. It shows that global aggregation can numerically converge yet distort relational behavior due to heterogeneity, revealing a geometric failure mode. The paper offers diagnostic insights and directions for more coherent aggregation design.

Beyond ReLU: Bifurcation, Oversmoothing, and Topological Priors
GNN

The authors reframe oversmoothing in deep GNNs as a bifurcation to a stable homogeneous fixed point, using a bifurcation theory lens. They show that stability can be broken by replacing standard monotone activations with non-monotone or alternative activations, mitigating representational collapse. They discuss how incorporating topological priors can further help preserve expressivity as networks deepen.

MRC-GAT: A Meta-Relational Copula-Based Graph Attention Network for Interpretable Multimodal Alzheimer's Disease Diagnosis
GNN Graph Learning

MRC-GAT introduces a meta-relational copula-based graph attention network for interpretable multimodal Alzheimer's disease diagnosis, addressing fixed structural designs that limit generalization across heterogeneous patient data. The model supports flexible fusion of multimodal information through meta-relational and copula-based dependencies, enabling improved interpretability and cross-patient accuracy.

NeuroLifting: Neural Inference on Markov Random Fields at Scale
GNN Graph Learning

NeuroLifting uses GNN-based reparameterization to convert inference in large-scale MRFs into a graph-based learning problem, balancing efficiency and solution quality. It enables applying standard neural and optimization tools to MRF inference, improving scalability compared with belief propagation or exact solvers.

Flock: A Knowledge Graph Foundation Model via Learning on Random Walks
Knowledge Graph Graph Learning

Flock proposes a knowledge graph foundation model learned from random walks to support zero-shot link prediction. While conventional KG foundation models enforce equivariance over nodes and relations, deterministic equivariance can limit expressivity; Flock relaxes this constraint to distinguish nuanced structural patterns across KGs with similar structure.

Grappa: Gradient-Only Communication for Scalable Graph Neural Network Training
GNN Graph Learning

Grappa introduces gradient-only communication for distributed GNN training. Partitions compute in isolation and only gradients are exchanged for the global update, reducing cross-partition communication. To avoid accuracy loss, Grappa periodically repartitions to expose new neighborhoods and applies a lightweight coverage-corrected gradient adjustment.

RUVA: Personalized Transparent On-Device Graph Reasoning
Graph Learning

RUVA presents a personalized transparent on-device graph reasoning framework with a glass-box architecture for human-in-the-loop retrieval-augmented generation. It addresses black-box retrieval concerns and privacy by making retrieval causes inspectable and allowing users to correct errors, enabling on-device personalization.

NeuroSymActive: Differentiable Neural-Symbolic Reasoning with Active Exploration for Knowledge Graph Question Answering
Knowledge Graph Graph Learning

NeuroSymActive presents a differentiable neural-symbolic reasoning framework with active exploration for knowledge graph question answering. It integrates neural reasoning with symbolic KG structure to enable efficient, multi-hop QA, and uses active exploration to locate relevant subgraphs and refine answers.

SIGMUS: Semantic Integration for Knowledge Graphs in Multimodal Urban Spaces
Knowledge Graph Graph Learning

SIGMUS proposes semantic integration for knowledge graphs in multimodal urban spaces to fuse diverse sensor modalities and reason about incidents. It addresses data fragmentation and reduces reliance on human-driven reasoning when linking multimodal data to events.

Embedding Retrofitting: Data Engineering for better RAG
Knowledge Graph Graph Learning

Embedding Retrofitting examines how embedding retrofit relies on knowledge graph constraints and text preprocessing, and highlights that KG quality is critical. The paper offers a data engineering framework to mitigate annotation artifacts, improving retrofitting reliability. It shows that hashtag annotations can inflate KG density and create spurious edges that degrade retrofitting performance.