AICVLGJun 24

DocHRL: A Hierarchical Reinforcement Learning Framework for Cost-Optimised Document Classification

arXiv:2607.22644
Originality Incremental advance
AI Analysis

For document classification systems, this work addresses the inefficiency of applying uniform processing to all documents, offering a method to balance accuracy and cost adaptively.

DocHRL introduces a hierarchical reinforcement learning framework that dynamically selects cost-effective classification policies per document, achieving 0.973 macro F1 on RVL-CDIP while reducing average per-document cost to 2.74 normalized units, outperforming fixed classifiers.

Real-world document classification pipelines typically apply the same sequence of models to every incoming document, regardless of its complexity or type. This leads to inefficient use of compute and human resources: simple documents are over-processed while difficult ones may not receive enough scrutiny. We introduce DocHRL, a hierarchical reinforcement learning framework that learns to adaptively and dynamically select the most cost-effective classification policy on a per-document basis. DocHRL formulates document classification as a sequential decision problem with a two-level policy hierarchy: a top-level policy selects among broad options (vision classifiers, LLMs, OCR, and human-in-the-loop review), while option-specific sub-policies choose the concrete model or tool to invoke. The reward signal is the negative total expected cost, which captures inference cost, cost of misclassification, and cost of human labelling. Trained with Proximal Policy Optimisation on the RVL-CDIP benchmark, DocHRL achieves a macro F1 of 0.973 across 16 document classes while reducing average per-document cost to 2.74 normalised units compared to substantially higher costs incurred by fixed standalone classifiers. Our results demonstrate that cost-aware reinforcement learning can simultaneously improve classification performance and operational efficiency in document understanding systems.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes