FastTab: A Fast Table Recognizer with a Tiny Recursive Module and 1D Transformers
This work addresses the challenge in table structure recognition of simultaneously achieving global structural consistency and precise separator localization. To this end, the authors propose an efficient grid-centric recognition approach that abandons autoregressive HTML decoding in favor of a lightweight recursive module for global reasoning. The method employs axial one-dimensional Transformers to model long-range row- and column-wise dependencies, directly predicting the number of rows and columns, header regions, and separator locations. Furthermore, it leverages ROI-aligned features to infer cross-row and cross-column relationships, enabling robust recognition of curved separators and resilience to pixel-level anonymization. Evaluated on four benchmarks—PubTabNet, FinTabNet, PubTables-1M, and SciTSR—the proposed method achieves competitive performance in both structural accuracy and inference speed.