CORTEXA
← Browse
arxivcs.DCcs.LG2026-07-01

Scaling Weisfeiler-Leman Expressiveness Analysis to Massive Graphs with GPUs

Filippo Biondi, Mirco Tribastone, Max Tschaikowski

The stable coloring of the Weisfeiler-Leman (1-WL) test is a cornerstone of Graph Neural Networks because it provides an upper bound to the expressive power of message-passing architectures. Unfortunately, computing it presents two fundamental bottlenecks. First, classic algorithms are inherently sequential and cannot exploit modern massively parallel hardware. Second, these are \emph{global} algorithms, i.e., they require availability in memory of the full graph, severely limiting applicability to real-world instances. We leverage a linear-algebraic interpretation of 1-WL stable coloring and introduce two key contributions: (i)~a randomized refinement algorithm with tight probabilistic guarantees and (ii)~a correctness-preserving batching scheme that decomposes the graph into independently processable subgraphs while provably returning a stable coloring of the original graph. This approach maps directly to GPU-efficient primitives. In numerical experiments, our CUDA implementation delivers speedups up to two orders of magnitude over classical CPU-based partition refinement and, for the first time, successfully computes stable colorings on web-scale graphs with over 30 billion edges, where CPU baselines time out or fail.

View free PDFSource page

Related papers

arxivcs.DScs.DCcs.LG2026-07-02

Scalable and Distributed Silhouette Approximation

Ilie Sarpe, Federico Altieri, Andrea Pietracaprina, Geppino Pucci, Fabio Vandin

The silhouette is one of the most widely used measures to assess the quality of a $k$-clustering of a dataset of $n$ elements. Its evaluation requires no information beyond the clustering assignment. In addition, the silhouette is extremely easy to interpret, providing a score to…

View free PDFSource page
arxivcs.LGcond-mat.mtrl-scics.DCphysics.comp-ph2026-06-27

MALOQ: Massively Accelerated Learning of Operators for Quantum Transport

Manasa Kaniselvan, Alexander Maeder, Denghui Lu, Alexandros Nikolaos Ziogas, Mathieu Luisier

Machine-learned (ML) operator models can be trained to predict density functional theory (DFT) Hamiltonian/density matrices at significantly reduced computational cost, thus extending electronic-structure calculations to previously unfeasible scales. Here, we introduce MALOQ (Mas…

View free PDFSource page
arxivcs.LGcs.DC2026-07-11

Scalable Optimal Transport Algorithm for Network Alignment

Elaheh Hassani, Durga Mandarapu, Qi Yu, Hanghang Tong, Ariful Azad

Network alignment identifies node correspondences across different networks and is a fundamental primitive in many data science applications, including social network analysis, fraud detection, and knowledge graph integration. However, state-of-the-art network alignment methods o…

View free PDFSource page
arxivcs.LGcs.DC2026-07-02

PHOENIX: Resilient LLM Training with Hot-Swapping via Zero-Overhead Checkpoint

Haotian Xie, Junlin Chen, Mingkai Zheng, Lishan Yang, Zhao Zhang

State-of-the-art large language model (LLM) training takes tens of thousands of graphics processing units (GPUs) for months and encounters failures across the software and hardware stack. Existing fault-tolerance mechanisms either impose non-trivial overhead during failure-free e…

View free PDFSource page
arxivcs.DCcs.LG2026-07-05

Air-Plan: Query-Optimized Topology Selection for Over-the-Air Decentralized Federated Learning

Kaushal Attaluri, Rebeca P. Diaz-Redondo, Manuel Fernandez Veiga

Over-the-air (OTA) aggregation exploits the superposition property of wireless multiple-access channels to aggregate model updates from multiple devices within a single transmission slot, significantly reducing communication latency. While OTA computation has been extensively stu…

View free PDFSource page