AI RESEARCH

Torch Geometric Pool: the PyTorch library for pooling in Graph Neural Networks

arXiv CS.LG

ArXi:2512.12642v2 Announce Type: replace Torch Geometric Pool (tgp) is a pooling library built on top of PyTorch Geometric. Graph pooling methods differ in how they assign nodes to supernodes, how they handle batches, what they return after pooling, and whether they expose auxiliary losses. These differences make it hard to compare methods or reuse the same model code across them. tgp addresses this problem with a common software interface based on the Select-Reduce-Connect-Lift (SRCL) decomposition.