AutoFormBench: Benchmark Dataset for Automating Form Understanding

arXiv cs.CV / 4/1/2026

💬 OpinionSignals & Early TrendsModels & Research

Key Points

  • AutoFormBenchは、政府・医療・企業の実在フォーム計407件を対象に、チェックボックスや入力欄、テキストボックス等の“記入可能要素”を注釈したベンチマークデータセットを提案している。
  • フォームのレイアウト変動が大きい現実環境でも要素検出とクラス分類を学習・評価できることを目的としている。
  • 比較実験では、従来のOpenCV手法に加えてYOLO系4モデル(YOLOv8, YOLOv11, YOLOv26-s, YOLOv26-l)でPDF上の要素ローカライズ/分類を評価している。
  • 結果として、YOLOv11が全要素クラスおよび許容範囲(tolerance level)においてF1スコアとJaccard accuracyの両面で一貫して最良だったとしている。

Abstract

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.