LGAIFeb 9

Enhanced Graph Transformer with Serialized Graph Tokens

arXiv:2602.09065v1
Originality Incremental advance
AI Analysis

This addresses a specific bottleneck in graph learning for tasks requiring graph-level representations, with incremental improvements over existing methods.

The paper tackles the information bottleneck in generating graph-level representations by introducing a novel serialized token paradigm, achieving state-of-the-art results on several graph-level benchmarks.

Transformers have demonstrated success in graph learning, particularly for node-level tasks. However, existing methods encounter an information bottleneck when generating graph-level representations. The prevalent single token paradigm fails to fully leverage the inherent strength of self-attention in encoding token sequences, and degenerates into a weighted sum of node signals. To address this issue, we design a novel serialized token paradigm to encapsulate global signals more effectively. Specifically, a graph serialization method is proposed to aggregate node signals into serialized graph tokens, with positional encoding being automatically involved. Then, stacked self-attention layers are applied to encode this token sequence and capture its internal dependencies. Our method can yield more expressive graph representations by modeling complex interactions among multiple graph tokens. Experimental results show that our method achieves state-of-the-art results on several graph-level benchmarks. Ablation studies verify the effectiveness of the proposed modules.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes