CTQW-GNN Overcomes GNN Over-smoothing and Heterophily Issues

Yuliang Zhan, Zefeng Gao, Jian Li, Yang Liu, Hao sun· August 24, 2026 View original

Key takeaways

  • CTQW-GNN addresses GNN over-smoothing and poor performance on heterophilic graphs.
  • Its design uses Continuous-Time Quantum Walks to preserve feature norms and prevent signal damping.
  • The model combines three aggregation modules for robust performance across diverse graph types.
  • CTQW-GNN offers a theoretically justified approach to overcome fundamental GNN limitations.

Who benefits

Social MediaPharmaceuticalsCybersecurityE-commerceMaterials Science

Summary

CTQW-GNN is a novel Graph Neural Network based on Continuous-Time Quantum Walks that addresses common GNN weaknesses like over-smoothing and poor performance on heterophilic graphs. Its unitary propagator preserves feature norms and prevents exponential decay of Dirichlet energy, combining three aggregation modules for robust performance across diverse graph types.

Graph Neural Networks (GNNs) are powerful tools for graph-structured data, but they commonly suffer from two critical limitations: the "low-pass filter" effect, which causes poor performance on graphs where connected nodes have dissimilar features (heterophily), and "over-smoothing," where node features converge to constant values as layers are stacked, reducing model expressiveness. Existing solutions often tackle these issues separately or rely on empirical fixes that can compromise model capabilities. This paper introduces CTQW-GNN, a new GNN architecture grounded in Continuous-Time Quantum Walks (CTQW), offering a theoretically justified solution to both problems. The design leverages the unitary nature of the CTQW propagator, which ensures that no frequency components are damped, thereby counteracting the low-pass bias and preserving mid- and high-frequency signals crucial for heterophilic graphs. Additionally, this unitarity maintains feature norms and prevents the exponential decay of Dirichlet energy, effectively mitigating over-smoothing without sacrificing expressiveness. CTQW-GNN integrates three complementary aggregation modules: a CTQW-based aggregation for unitary evolution, a CTQW-Attention Aggregation for multi-hop neighbor access, and a standard low-pass GAT branch to ensure strong performance on homophilic graphs.

Why it matters

For professionals working with complex graph data in areas like social networks, drug discovery, or recommendation systems, CTQW-GNN offers a more robust and theoretically sound approach to overcome fundamental GNN limitations, leading to more accurate and expressive models.

How to implement this in your domain

  1. 1Evaluate existing GNN models for over-smoothing and performance on heterophilic graph datasets.
  2. 2Explore implementing CTQW-GNN for graph-structured data analysis, especially in domains with diverse node relationships.
  3. 3Leverage the CTQW-based aggregation to preserve high-frequency signals in heterophilic graphs.
  4. 4Utilize the CTQW-Attention Aggregation for improved multi-hop neighbor information access.
  5. 5Integrate CTQW-GNN into applications requiring robust graph representation learning, such as fraud detection or molecular modeling.

Original post by Yuliang Zhan, Zefeng Gao, Jian Li, Yang Liu, Hao sun

"arXiv:2608.20738v1 Announce Type: new Abstract: Graph Neural Networks (GNNs) are widely used on graph-structured data, but most suffer from two key weaknesses. First, message passing behaves as a low-pass filter under the homophily assumption, leading to poor performance on heter…"

View on X

Originally posted by Yuliang Zhan, Zefeng Gao, Jian Li, Yang Liu, Hao sun on X · view source

Want to go deeper?

Turn these trends into skills with Learnijoy's hands-on AI & tech courses.

Explore courses

More in AI Research

AI ResearchAI Engineering & DevTools

Harmony Improves Protein-Ligand Flexible Docking with Torsional Diffusion

Researchers introduce Harmony, a harmonic torsional diffusion framework for flexible protein-ligand docking that explicitly accounts for the periodic geometry of angular variables. This method improves ligand pose accuracy and pocket all-atom reconstruction on benchmarks like PDBBind and enhances the physical validity of generated complexes on PoseBusters.

Maksim Zhdanov, Pavel Strashnov, Vladislav KurenkovAug 24, 2026
AI Engineering & DevToolsAI Research

Multilingual Verifier Bias Impacts RLVR in LLM Mathematical Reasoning

A study reveals that exact-match verifiers in Reinforcement Learning with Verifiable Rewards (RLVR) for Large Language Models (LLMs) exhibit significant language-dependent false-negative reward noise in multilingual mathematical reasoning. This bias, particularly pronounced in Japanese, stems from format and script variations, highlighting a cross-lingual selection bottleneck that impedes effective multilingual LLM training.

Chenyu Zhou, Qiliang Jiang, Xu ZhouAug 24, 2026
AI Engineering & DevToolsAI Research

TriPLU Improves Tiny Language Model Performance with Trilinear Product FFNs

Researchers introduce TriPLU, a Trilinear Product Linear Unit, which replaces gated FFNs in tiny decoder-only language models with a direct degree-3 product branch. This approach achieves better validation loss on character-level TinyStories and lower bits per byte on other datasets under low-learning-rate settings, suggesting benefits for small models in specific low-compute regimes.

He ZhangAug 24, 2026