LightOnOCR: A 1B End-to-End Multilingual Vision-Language Model for State-of-the-Art OCR
This work proposes a billion-parameter, end-to-end multilingual vision-language model that directly converts document images into well-structured, naturally ordered text while enabling precise localization of embedded images. Addressing the error-proneness and inefficiency of traditional multi-stage OCR pipelines in handling multilingual documents, the model introduces a novel curriculum-based bounding box localization strategy during pretraining. It further incorporates reinforcement learning with an IoU-based reward mechanism (RLVR) and enhances robustness through checkpoint averaging and task arithmetic fusion. Evaluated on OlmOCR-Bench, the model achieves state-of-the-art performance while being nine times smaller than the previous best model and offering significantly faster inference. The authors publicly release the model, training data, and a new evaluation benchmark, LightOnOCR-bbox-bench.