CVSep 1, 2025

POINTS-Reader: Distillation-Free Adaptation of Vision-Language Models for Document Conversion

arXiv:2509.01215v125 citationsh-index: 6Has CodeEMNLP
Originality Incremental advance
AI Analysis

This addresses the costly and time-consuming manual annotation for document conversion in domains with complex formats, offering an incremental improvement over distillation-based methods.

The paper tackles the problem of high-quality labeled data for document conversion by proposing a fully automated, distillation-free framework that generates synthetic data and self-improves with real documents, resulting in a model that surpasses many existing public and proprietary models.

High-quality labeled data is essential for training accurate document conversion models, particularly in domains with complex formats such as tables, formulas, and multi-column text. However, manual annotation is both costly and time-consuming, while automatic labeling using existing models often lacks accuracy in handling such challenging scenarios. Consequently, training student models by distilling outputs from teacher models can significantly limit their performance in real-world applications. In this paper, we propose a fully automated, distillation-free framework comprising two stages for constructing high-quality document extraction datasets and models capable of handling diverse document formats and layouts. In the first stage, we introduce a method for generating large-scale, diverse synthetic data, which enables a model to extract key elements in a unified format with strong initial performance. In the second stage, we present a self-improvement approach that further adapts the model, initially trained on synthetic data, to real-world documents. Specifically, we first use the fine-tuned model to annotate real documents, then apply a suite of filtering strategies to verify annotation quality, and finally retrain the model on the verified dataset. By iteratively repeating this process, we progressively enhance both the model's conversion capabilities and the quality of the generated data. We train a public POINTS-1.5 model to obtain POINTS-Reader, which surpasses many existing public and proprietary models of comparable or larger size. Our model is available at https://github.com/Tencent/POINTS-Reader.

Code Implementations1 repo
Foundations

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

Your Notes