Search papers, labs, and topics across Lattice.
FastTab, a novel table structure recognition (TSR) model, is introduced, combining a Tiny Recursive Module (TRM) for global context and axial 1D Transformers for long-range dependencies. This architecture avoids autoregressive HTML decoding, predicting row/column counts, headers, and separators to construct a grid, followed by ROI-aligned cell feature inference for rowspan/colspan. Experiments across four benchmarks demonstrate competitive structure recovery with low-latency inference, even exhibiting robustness under pixel-level anonymization and adaptability to curved separators.
Ditch slow HTML decoding: FastTab's TRM and 1D Transformers unlock low-latency table recognition without sacrificing accuracy.
Table structure recognition (TSR) requires both table-level coherence (row/column counts, headers, spanning cells) and precise separator localization. We introduce FastTab, a grid-centric TSR model that avoids autoregressive HTML decoding by combining (i) a lightweight Tiny Recursive Module (TRM) for global reasoning and (ii) axial 1D Transformer encoders that capture long-range dependencies along rows and columns. The model predicts row/column counts, header rows, and separators to construct a grid, then infers rowspan/colspan using ROI-aligned cell features. Across four benchmarks (PubTabNet, FinTabNet, PubTables-1M, and SciTSR), FastTab achieves competitive structure recovery performance while operating at low-latency inference. We further study robustness under pixel-level anonymisation and show an extension to curved separators for camera-captured documents. The source code will be made publicly available at https://github.com/hamdilaziz/FastTab .