Search papers, labs, and topics across Lattice.
AutoFormBench, a new dataset of 407 real-world forms across government, healthcare, and enterprise domains, is introduced to facilitate training and evaluation of form element detection models. The dataset is annotated with fillable form elements like checkboxes, input lines, and text boxes. A systematic comparison of OpenCV and YOLO (v8, v11, v26-s, v26-l) models reveals that YOLOv11 achieves the best F1 score and Jaccard accuracy for localizing and classifying these elements.
YOLOv11 crushes the competition in form element detection, showcasing its potential for automating document processing across diverse real-world forms.
Automated processing of structured documents such as government forms, healthcare records, and enterprise invoices remains a persistent challenge due to the high degree of layout variability encountered in real-world settings. This paper introduces AutoFormBench, a benchmark dataset of 407 annotated real-world forms spanning government, healthcare, and enterprise domains, designed to train and evaluate form element detection models. We present a systematic comparison of classical OpenCV approaches and four YOLO architectures (YOLOv8, YOLOv11, YOLOv26-s, and YOLOv26-l) for localizing and classifying fillable form elements. specifically checkboxes, input lines, and text boxes across diverse PDF document types. YOLOv11 demonstrates consistently superior performance in both F1 score and Jaccard accuracy across all element classes and tolerance levels.