Spectral Transform Forms Scalable Transformer
Bingxin Zhou, Xinliang Liu, Yuehua Liu, Yunying Huang, Pietro Li\`o,, YuGuang Wang

TL;DR
This paper introduces SWINIT, a spectral-based neural unit for scalable dynamic graph learning that combines SVD, MLP, and Framelet convolution to efficiently model long-range temporal and structural information, achieving state-of-the-art results.
Contribution
The work proposes a novel spectral window unit (SWINIT) that improves scalability and efficiency in dynamic graph representation learning by integrating spectral transforms with neural networks.
Findings
Achieves state-of-the-art performance on dynamic graph tasks.
Reduces model parameters by up to seven times.
Shrinks attention complexity to O(Nd log(d)).
Abstract
Many real-world relational systems, such as social networks and biological systems, contain dynamic interactions. When learning dynamic graph representation, it is essential to employ sequential temporal information and geometric structure. Mainstream work achieves topological embedding via message passing networks (e.g., GCN, GAT). The temporal evolution, on the other hand, is conventionally expressed via memory units (e.g., LSTM or GRU) that possess convenient information filtration in a gate mechanism. Though, such a design prevents large-scale input sequence due to the over-complicated encoding. This work learns from the philosophy of self-attention and proposes an efficient spectral-based neural unit that employs informative long-range temporal interaction. The developed spectral window unit (SWINIT) model predicts scalable dynamic graphs with assured efficiency. The architecture…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdvanced Graph Neural Networks · Complex Network Analysis Techniques · Topic Modeling
MethodsTanh Activation · Sigmoid Activation · Graph Convolutional Network · Long Short-Term Memory · Convolution
