Modeling Selective Feature Attention for Lightweight Text Matching

Abstract

Over-smoothing is a persistent challenge in Graph Neural Networks (GNNs), where node embeddings become indistinguishable as network depth increases, fundamentally limiting their effectiveness on tasks requiring fine-grained distinctions. This issue arises from the reliance on diffusion-based propagation mechanisms, which suppress high-frequency information essential for preserving feature diversity. To mitigate this, we propose a wave-driven GNN framework that redefines feature propagation through the wave equation. Unlike diffusion, the wave equation incorporates second-order dynamics, balancing smoothing with oscillatory behavior to retain high-frequency components while ensuring effective information flow. To enhance the stability and convergence of wave equation discretization on graphs, an energy-based mechanism inspired by kinetic and potential energy dynamics is introduced, balancing temporal evolution and structural alignment to stabilize propagation. Extensive experiments on benchmark datasets, including Cora, Citeseer, and PubMed, as well as real-world graphs, demonstrate that the proposed framework achieves state-of-the-art performance, effectively mitigating over-smoothing and enabling deeper, more expressive architectures. The code is available at https://github.com/rene0329/EWGNN/.

Cite

Text

Zang and Liu. "Modeling Selective Feature Attention for Lightweight Text Matching." International Joint Conference on Artificial Intelligence, 2024. doi:10.24963/ijcai.2024/732

Markdown

[Zang and Liu. "Modeling Selective Feature Attention for Lightweight Text Matching." International Joint Conference on Artificial Intelligence, 2024.](https://mlanthology.org/ijcai/2024/zang2024ijcai-modeling/) doi:10.24963/ijcai.2024/732

BibTeX

@inproceedings{zang2024ijcai-modeling,
  title     = {{Modeling Selective Feature Attention for Lightweight Text Matching}},
  author    = {Zang, Jianxiang and Liu, Hui},
  booktitle = {International Joint Conference on Artificial Intelligence},
  year      = {2024},
  pages     = {6624-6632},
  doi       = {10.24963/ijcai.2024/732},
  url       = {https://mlanthology.org/ijcai/2024/zang2024ijcai-modeling/}
}