REVIEW 22 cited by
Masked Label Prediction: Unified Message Passing Model for Semi-Supervised Classification
Not yet reviewed by Pith; the record is open.
This paper has not been read by Pith yet. Machine review is queued; the pith claim, tier, and objections will appear here once it completes.
SPECIMEN: schema-true, not a live event
T0 review · schema-true
One-sentence machine reading of the paper's core claim.
pith:XXXXXXXX · record.json · timestamp
read the original abstract
Graph neural network (GNN) and label propagation algorithm (LPA) are both message passing algorithms, which have achieved superior performance in semi-supervised classification. GNN performs feature propagation by a neural network to make predictions, while LPA uses label propagation across graph adjacency matrix to get results. However, there is still no effective way to directly combine these two kinds of algorithms. To address this issue, we propose a novel Unified Message Passaging Model (UniMP) that can incorporate feature and label propagation at both training and inference time. First, UniMP adopts a Graph Transformer network, taking feature embedding and label embedding as input information for propagation. Second, to train the network without overfitting in self-loop input label information, UniMP introduces a masked label prediction strategy, in which some percentage of input label information are masked at random, and then predicted. UniMP conceptually unifies feature propagation and label propagation and is empirically powerful. It obtains new state-of-the-art semi-supervised classification results in Open Graph Benchmark (OGB).
Forward citations
Cited by 22 Pith papers
-
LAEF: A Lead-Agnostic ECG Foundation Model Towards Point-of-Care Diagnostics
A 7M-parameter graph ECG foundation model pre-trained with random lead dropout matches 12-lead models on full input and beats zero-padded baselines on most datasets with 1-2 leads.
-
Gaussian Sheaf Neural Networks
Gaussian Sheaf Neural Networks derive a sheaf Laplacian for Gaussian node features on graphs to preserve their geometric structure during message passing.
-
How Attentive are Graph Attention Networks?
GAT uses static attention where neighbor rankings ignore the query node and thus cannot express some graph problems; GATv2 enables dynamic attention and outperforms GAT on 11 OGB and other benchmarks with equal parameters.
-
Graph Neural Network-based Algorithm Selection for the Traveling Salesman Problem: A Systematic Study of Cost and Rank Losses under Distinct Budget Regimes
GNNAS-TSP, a GNN-based TSP algorithm selector, improves normalized solution cost over the single best solver at 10s and 60s budgets, with the 10s gain post-hoc significant.
-
Parameter-Free Encoders Remain Viable for RDB Foundation Models
Trainable RDB encoders cannot robustly exploit neighborhood labels as fixed foundation-model features or feature-importance signals, so simple parameter-free encoders stay near-SOTA.
-
RelPrism: A Multi-Faceted Pre-training Framework with Self-Generated Tasks for Relational Databases
RelPrism generates self-supervised pseudo-tasks from three attribute perspectives via multi-granularity clustering to improve representation learning for relational database prediction tasks.
-
KoRe: Compact Knowledge Representations for Large Language Models
KoRe encodes 1-hop knowledge graph subgraphs as compact discrete tokens for injection into LLMs, achieving competitive benchmark performance with up to 10x token reduction.
-
KoRe: Compact Knowledge Representations for Large Language Models
KoRe compresses one-hop knowledge-graph subgraphs into 20 discrete tokens that, injected into Qwen3-8B, match or beat text-based knowledge injection on three QA benchmarks while using up to 10x fewer tokens.
-
Attention Enhanced Entity Recommendation for Intelligent Monitoring in Cloud Systems
A heterogeneous-graph recommender with multi-head attention, random-walk attention, and an alignment loss recommends cloud-monitor dimensions, beating baseline GNNs on Microsoft's production data and on DBLP/LastFM.
-
Asynchronous Cooperative Multi-Agent Reinforcement Learning with Limited Communication
AsynCoMARL is a new asynchronous MARL algorithm that matches leading baselines on success and collision rates while using 26% fewer messages via graph transformers on dynamic communication graphs.
-
Domain-Prior-Regularized Graph Modeling for Anomaly Detection in Cyber-Physical Systems
A forecasting-based anomaly detector whose sensor graph is hard-gated by an LLM-extracted physical-coupling prior and modulated by Pearson correlations outperforms several baselines on SKAB.
-
Parameter-Free Encoders Remain Viable for RDB Foundation Models
A parameter-free relational encoder combined with a single-table foundation model matches or beats parameterized, pre-trained RDB encoders on six benchmarks.
-
Geometry-Aware Superpixel Graph Transformer with Metadata for Skin Lesion Classification
A superpixel graph transformer encodes lesion geometry and metadata in a unified relational structure and reports improved benign-malignant classification on four public benchmarks.
-
Graph Transfer Learning via Shared Latent Geometry: Theory and Applications
An asymmetric two-pathway graph neural network architecture enables certified zero-shot transfer of inference across changing system topologies by anchoring latent geometry to operator spectra.
-
On Efficient Scaling of GNNs via IO-Aware Layers Implementations
IO-aware GPU kernels for SpMM convolutions, degree-aware reductions, and fused attention layers deliver median speedups of 1.6-2.6x (up to 10x) and memory reductions up to 76x over DGL/PyG baselines on realistic graphs.
-
Softsign: Smooth Sign in Your Optimizer For Better Parameter Heterogeneity Handling
SoftSignum replaces hard sign with soft-sign in optimizers via temperature control and quantile scheduling, extends to SoftMuon, provides a convergence proof for stochastic non-convex settings, and reports better perf...
-
Physics-Informed Graph Neural Network Surrogates for Turbulent Nanoparticle Dispersion in Dental Clinical Environments
ELGIN is a graph-based physics-informed surrogate model that predicts carrier flow and polydisperse particle motion in dental aerosol scenarios, achieving lower tracking errors and 37x speedup versus full OpenFOAM CFD...
-
PLMGH: What Matters in PLM-GNN Hybrids for Code Classification and Vulnerability Detection
Controlled experiments show PLM-GNN hybrids improve code tasks over GNN-only baselines, with PLM source having larger impact than GNN backbone.
-
Distributed Control of Network Systems in the Space of Stabilizing Graph Neural Network Policies
A graph-neural-network policy parameterization guarantees closed-loop stability by construction and transfers from small to large networks without retraining.
-
A Spatio-Temporal Graph Neural Networks Approach for Predicting Silent Data Corruption inducing Circuit-Level Faults
An ST-GCN predicts multi-cycle fault impact probabilities in sequential circuits from graph structure and temporal features, cutting analysis time versus full fault simulation, though the key validation is partly circular.
-
Query-Aware Learnable Graph Pooling Tokens as Prompt for Large Language Models
LGPT and Early Query Fusion create flexible graph representations for LLMs, achieving 4.13% improvement on GraphQA without training the model.
-
Enhancing a high resolution data-driven weather prediction model with surface descriptors
Surface descriptors cut 2 m temperature and 10 m wind MAE by 1.9% and 3.0% domain-wide (about 12% for urban temperature) in a stretched-grid data-driven weather model, and glacier removal raises temperature without re...
Discussion (0). Sign in to comment.