ICLR 2026 ยท Topological Machine Learning

TopoFormer

Topology Meets Attention for Graph Learning

MD Joshem Uddinโ˜…, Astrit Tolaโ˜…, Cuneyt Gurcan Akcora, Baris Coskunuzer.
International Conference on Learning Representations (ICLR), 2026.
โ˜… Equal contribution.

Overview

TopoFormer is a lightweight and scalable framework for graph representation learning that encodes topological structure into attention-friendly sequences. At its core is Topo-Scan, a novel module that decomposes a graph into a short, ordered sequence of topological tokens by slicing over node or edge filtrations. These sequences capture multi-scale structural patterns โ€” from local motifs to global organization โ€” and are processed by a Transformer to produce expressive graph-level embeddings.

Unlike traditional persistent homology pipelines, Topo-Scan is parallelizable, avoids costly diagram computations, and integrates seamlessly with standard deep learning architectures. The result is a class of models that:

We view TopoFormer as a step toward topology-aware graph foundation models โ€” bridging topological data analysis and modern attention-based architectures in a unified, scalable framework.

Method Highlights

๐Ÿ”ฌ Topo-Scan

Decomposes a graph into a sequence of overlapping subgraph slices along a filtration function, then computes compact topological tokens per slice.

๐Ÿง  Topology + Attention

Ordered topological token sequences are processed by a Transformer encoder, letting self-attention capture multi-scale structural dependencies natively.

๐Ÿ“ Theoretical Stability

We prove that TopoFormer's encodings are stable under graph perturbations โ€” a desirable property inherited from persistent topology.

โšก Scalable & Parallel

Slice extraction is embarrassingly parallel and avoids global persistence computation, making the pipeline practical for large-scale graph learning.

Links & Resources

๐Ÿ“„ ICLR Page

Official ICLR 2026 poster page.

Visit ICLR page โ†’

๐Ÿ“ฐ Paper (OpenReview)

Full paper, supplementary, and reviews.

OpenReview PDF โ†’

๐Ÿ’ป Code (GitHub)

Official TopoFormer implementation with experiments.

GitHub repository โ†’

Citation

If you use TopoFormer in your research, please cite:

@inproceedings{uddin2026topoformer,
  title     = {TopoFormer: Topology Meets Attention for Graph Learning},
  author    = {MD Joshem Uddin and Astrit Tola and Cuneyt Gurcan Akcora and Baris Coskunuzer},
  booktitle = {International Conference on Learning Representations (ICLR)},
  year      = {2026},
  url       = {https://openreview.net/pdf?id=xanpQt9YZh}
}