Gengluo Li, Xingyu Wan, Shangpin Peng, Weinong Wang, Hao Feng, Yongkun Du, Binghong Wu, Zheng Ruan, Zhiqiong Lu, Liang Wu, Pengyuan Lyu, Huawen Shen, Zibin Lin, Shijing Hu, Jieneng Yang, Hongbing Wen, Guanghua Yu, Hong Liu, Bochao Wang, Can Ma, Han Hu, Chengquan Zhang, Yu Zhou
4 min
Abstract
We present HunyuanOCR-1.5, a lightweight end-to-end OCR-specialized vision-language model. HunyuanOCR unifies document parsing, text spotting, information extraction, text-image translation, and multi-image document understanding within a single end-to-end VLM. Building upon the lightweight architecture of HunyuanOCR-1.0, HunyuanOCR-1.5 does not redesign the backbone, but systematically improves both efficiency and capability. For efficiency, we adapt DFlash to OCR decoding, significantly reducing the latency of long structured outputs such as dense documents, tables, and formulas while preserving output distribution. Powered by DFlash, HunyuanOCR-1.5 achieves a 6.37x Transformer inference speedup and a 2.14x speedup under vLLM, delivering the fastest inference among lightweight OCR VLMs. For capability, we propose Agentic Data Flow, an agent-driven data construction system that transforms model weaknesses into executable data requirements and autonomously performs material search, quality verification, and pipeline development. It substantially improves long-tail capabilities in ancient-script OCR, fine-grained chart and table parsing, multi-image text-centric QA, low-resource multilingual parsing, and document hallucination evaluation. HunyuanOCR-1.5 ranks among the top-tier end-to-end OCR solutions on OmniDocBench v1.6 while achieving new performance milestones across these long-tail tasks. Combined with an upgraded pretraining and post-training recipe, HunyuanOCR-1.5 further extends its capability in high-resolution, long-context, and multi-task scenarios. Experiments demonstrate faster inference, broader OCR capability coverage, and the deployment advantages of a lightweight end-to-end model. We will release the model weights and training code to support future research and real-world OCR applications.
Sam: Does this actually make a measurable difference in practice?
Alex: The paper reports that it does. By keeping the core architecture lightweight and focusing on these systemic upgrades, they achieved a meaningful speedup in how fast the model produces output, while also reaching strong performance on benchmarks for complex document parsing.
Sam: It sounds like a very practical approach—treating the model as a system to be tuned rather than a machine to be constantly rebuilt.
Alex: And that framing matters, because no system is perfect. The paper is honest about the remaining weaknesses. Even with these upgrades, the model can still "hallucinate"—it might invent text that isn't actually on the page when the image is visually messy or confusing.
Sam: If the image is blurry or the layout is strange, the AI might try to guess what it sees rather than just admitting it can't read it clearly. Is there a technical reason for that?
Alex: It's a bit of both a data problem and a structural one. The researchers note that high-resolution images create a lot of redundancy—the model ends up processing too many tiny, repetitive visual details, which can distract it from what actually matters. It's a bit like trying to read a sentence while someone is waving a strobe light in your face. There's too much noise, and errors creep in.
Sam: So what's the path forward? Can the Agentic Data Flow system help with that, or is it strictly for learning new scripts?
Alex: It's a starting point. The longer-term goal the paper describes is a truly autonomous system—one where the model doesn't just learn from a fixed set of files, but continuously identifies its own mistakes and generates its own training data to correct them. Essentially, its own teacher, grading its own homework.
Sam: So the field is shifting away from just building bigger models, and toward building systems that can manage their own improvement over time.
Alex: That's the most significant takeaway here. By focusing on how the model interacts with data and processes information—rather than simply scaling it up—the researchers have built something that is both capable and genuinely usable in real-world conditions. The size of a model matters less than how well you've taught it to learn.
Sam: That's a useful distinction. Thanks, Alex.
Alex: Thanks for listening to ResearchPod.