paper-with-me

홈 › Papers

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

2025-09-01 · Yuan Liu, Zhongyin Zhao, Le Tian, Haicheng Wang, Xubing Ye, Yangxiu You, Zilin Yu, Chuhan Wu, Xiao Zhou, Yang Yu, Jie Zhou arxiv

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.

📄 PDF Abstract BibTeX arXiv:2509.01215

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Data-Free Knowledge Transfer: A Survey

2021-12-31 · Yuang Liu, Wei zhang, Jun Wang, Jianyong Wang

In the last decade, many deep learning models have been well trained and made a great success in various fields of machine intelligence, especially for computer vision and natural language processing. To better leverage …

Data-free Knowledge DistillationDomain AdaptationKnowledge DistillationModel Compression+3

UniSD: Towards a Unified Self-Distillation Framework for Large Language Models

2026-05-07 · Yiqiao Jin, Yiyang Wang, Lucheng Fu, Yijia Xiao 외 arxiv

Self-distillation (SD) offers a promising path for adapting large language models (LLMs) without relying on stronger external teachers. However, SD in autoregressive LLMs remains challenging because self-generated trajec…

Contrastive Learning

Rethinking the Need for Source Models: Source-Free Domain Adaptation from Scratch Guided by a Vision-Language Model

2026-05-04 · Zhou Bingtao, Xiang Mian, Ning Qian arxiv

Source-Free Domain Adaptation (SFDA) adapts source models to target domains without accessing source data, addressing privacy and transmission issues. However, existing methods still initialize from a source pre-trained …

Source-Free Domain Adaptation

CoNMix for Source-free Single and Multi-target Domain Adaptation

2022-11-07 · Vikash Kumar, Rohit Lal, Himanshu Patil, Anirban Chakraborty

This work introduces the novel task of Source-free Multi-target Domain Adaptation and proposes adaptation framework comprising of \textbf{Co}nsistency with \textbf{N}uclear-Norm Maximization and \textbf{Mix}Up knowledge …

Domain AdaptationKnowledge DistillationMulti-target Domain AdaptationPseudo Label

Does On-Policy Distillation Really Distill? From Noisy Teacher to Self-Improvement

2026-08-31 · Yi Ding, Ruqi Zhang hf

On-policy distillation (OPD) offers dense token-level supervision as an alternative to the sparse outcome-level advantages of reinforcement learning with verifiable rewards (RLVR). However, the teacher scores student-gen…

Reinforcement Learning