table-transformer-structure-recognition-v1.1-allModel45/100 via “table-structure-detection-via-object-detection”
object-detection model by undefined. 9,38,071 downloads.
Unique: Uses DETR (Detection Transformer) architecture with a ResNet-50 backbone pre-trained on PubTabNet, enabling end-to-end learnable detection of table structure without hand-crafted features or region proposal networks. The transformer decoder directly predicts structured table elements (cells, rows, columns, headers) as discrete objects rather than treating table detection as a segmentation or heuristic-based problem.
vs others: Outperforms rule-based and Faster R-CNN approaches on complex table layouts because transformer attention mechanisms capture long-range spatial relationships between table elements, achieving higher mAP on PubTabNet benchmark than prior CNN-based methods.