paper-with-me

Papers

A Practical, Progressively-Expressive GNN

2022-10-18 · Lingxiao Zhao, Louis Härtel, Neil Shah, Leman Akoglu

Message passing neural networks (MPNNs) have become a dominant flavor of graph neural networks (GNNs) in recent years. Yet, MPNNs come with notable limitations; namely, they are at most as powerful as the 1-dimensional Weisfeiler-Leman (1-WL) test in distinguishing graphs in a graph isomorphism testing frame-work. To this end, researchers have drawn inspiration from the k-WL hierarchy to develop more expressive GNNs. However, current k-WL-equivalent GNNs are not practical for even small values of k, as k-WL becomes combinatorially more complex as k grows. At the same time, several works have found great empirical success in graph learning tasks without highly expressive models, implying that chasing expressiveness with a coarse-grained ruler of expressivity like k-WL is often unneeded in practical tasks. To truly understand the expressiveness-complexity tradeoff, one desires a more fine-grained ruler, which can more gradually increase expressiveness. Our work puts forth such a proposal: Namely, we first propose the (k, c)(<=)-SETWL hierarchy with greatly reduced complexity from k-WL, achieved by moving from k-tuples of nodes to sets with <=k nodes defined over <=c connected components in the induced original graph. We show favorable theoretical results for this model in relation to k-WL, and concretize it via (k, c)(<=)-SETGNN, which is as expressive as (k, c)(<=)-SETWL. Our model is practical and progressively-expressive, increasing in power with k and c. We demonstrate effectiveness on several benchmark datasets, achieving several state-of-the-art results with runtime and memory usage applicable to practical graphs. We open source our implementation at https://github.com/LingxiaoShawn/KCSetGNN.

📄 PDF Abstract BibTeX arXiv:2210.09521

Code (1)

lingxiaoshawn/kcsetgnn 공식 구현 pytorch

Tasks

Graph LearningIsomorphism Testing

Methods 이 논문이 사용한 방법론

Test 설명 없음

Similar Papers 제목 키워드 기반

Bridging What the Model Thinks and How It Speaks: Expressive Speech Generation via Self-Aware Intent-Realization Alignment

2026-04-13 · Kuang Wang, Lai Wei, Ping Lin, Qibing Bai 외 arxiv

Speech Language Models (SLMs) exhibit strong semantic understanding, yet often fail to translate this capacity into expressive acoustic realization, producing speech with flattened prosody and misaligned emotion. We iden…

UniSS: Unified Expressive Speech-to-Speech Translation with Your Voice

2025-09-25 · Sitong Cheng, Weizhen Bian, Xinsheng Wang, Ruibin Yuan 외 arxiv

The ultimate goal of expressive speech-to-speech translation (S2ST) is to accurately translate spoken content while preserving the speaker identity and emotional style. However, progress in this field is largely hindered…

Speech-to-Speech TranslationText to Speech

Kolmogorov-Arnold Fourier Networks

2025-02-09 · Jusheng Zhang, Yijia Fan, Kaitong Cai, Keze Wang

Although Kolmogorov-Arnold based interpretable networks (KAN) have strong theoretical expressiveness, they face significant parameter explosion and high-frequency feature capture challenges in high-dimensional tasks. To …

Computational Efficiency

Expressive Power of Implicit Models: Rich Equilibria and Test-Time Scaling

2025-10-04 · Jialin Liu, Lisang Ding, Stanley Osher, Wotao Yin arxiv

Implicit models, an emerging model class, compute outputs by iterating a single parameter block to a fixed point. This architecture realizes an infinite-depth, weight-tied network that trains with constant memory, signif…

Image Reconstruction

Elementary superexpressive activations

2021-02-22 · Dmitry Yarotsky

We call a finite family of activation functions superexpressive if any multivariate continuous function can be approximated by a neural network that uses these activations and has a fixed architecture only depending on t…