Visual Information Extraction from Documents via Classification-Guided Large Vision-Language Models
This paper proposes a classification-guided large vision-language model framework that decouples document-type classification from content extraction and leverages in-context learning to achieve robust, high-accuracy zero-shot visual information extraction across diverse document layouts with minimal supervision.
Original paper licensed under CC BY 4.0 (http://creativecommons.org/licenses/by/4.0/). This is an AI-generated explanation of the paper below. It is not written or endorsed by the authors. For technical accuracy, refer to the original paper. Read full disclaimer
Imagine you are trying to read a messy pile of papers from a thousand different offices. Some are crisp business licenses, others are blurry insurance forms, and some are stamped with heavy red seals that hide the text. This is the world of Visual Information Extraction (VIE). It's the superpower computers need to turn a picture of a document into a neat, organized list of data (like "Company Name" or "Date") that software can actually use. For years, computers struggled with this because they had to be taught exactly how to read every single type of paper, one by one. If you handed them a new kind of form they hadn't seen before, they would often get confused or make things up. This paper dives into a corner of artificial intelligence called Large Vision-Language Models (LVLMs). Think of these as super-smart AI brains that have read the entire internet and can "see" images and "read" text at the same time. The big question researchers are asking is: Can we use these giant, smart brains to read any document instantly, without needing to teach them every specific form first?
The authors of this paper say, "Yes, but with a clever twist." They propose a system that acts like a highly organized librarian who first sorts the mail before trying to read it. Instead of asking the AI to guess what a document is while trying to read it, their method first quickly identifies the document type (like "Business License" or "Social Security Certificate") and then hands the AI a custom-made instruction sheet just for that specific type. They call this a classification-guided approach. By separating the "what is this?" step from the "read the details" step, they found that the AI becomes much more accurate and less likely to hallucinate (make things up).
Here is how their "smart librarian" system works in the real world. Imagine you have a stack of 16 different types of certificates, some with watermarks, some with blurry seals, and some with text in weird fonts. The old way of doing this was to build a separate robot for each certificate type, or to feed the AI a massive, confusing instruction manual that tried to cover every single possibility at once. The authors tried the "massive manual" approach, and it failed; the AI got overwhelmed, like a student trying to study for 16 different exams at the same time.
Instead, they built a two-step process. First, a quick classifier looks at the image and says, "Ah, this is a Business License!" or "This is a Social Security Certificate!" Once the type is known, the system generates a dynamic prompt. This is like handing the AI a specific cheat sheet that says, "Okay, for a Business License, look for the company name at the top and the date at the bottom. Here are two examples of how to do it." This technique, called In-Context Learning, helps the AI focus only on the relevant clues.
The results were surprisingly strong. When they tested this on a real-world dataset of nearly 30,000 images from a bidding platform (which includes tricky documents with seals and low contrast), their "zero-shot" method (meaning they didn't even need to train the AI on these specific documents first) scored an F1-score of 86.43%. To put that in perspective, a very strong, traditional method that required lots of training only scored 68.08%. That's a huge jump of 18.35 percentage points. Even better, when they did take the time to fine-tune the model on just a few examples, the score climbed to 93.65%.
The paper also explains why this works so well using some cool math ideas. They suggest that by giving the AI a specific prompt based on the document type, they are reducing the "noise" in the instructions. It's like turning down the volume on a radio station that isn't playing your song so you can hear the one you want clearly. When the AI tries to read a document using a generic prompt for all documents, its attention gets "diluted"—it gets distracted by irrelevant rules. By switching to a specific prompt, the AI's attention focuses sharply on the right details.
One of the most exciting findings is that this method is incredibly robust. It handled documents with heavy seals, watermarks, and blurry text much better than the old methods. The authors also noted that their system is fast; the smaller model they used (Qwen2.5-VL-7B) processed images in about 2.6 seconds, which is much faster than the massive 72-billion-parameter models that took 6.5 seconds per image, while still being more accurate.
However, the authors are honest about the limits. The system isn't perfect. If the first step (identifying the document type) gets it wrong, the second step (reading the details) will follow the wrong instructions and make mistakes. They also noted that the AI sometimes struggles with very long text or when the document is so blurry that the text is unreadable, leading the AI to guess based on what it thinks should be there rather than what is there. But overall, they argue that this "sort-then-read" strategy offers a powerful, scalable way to automate office paperwork, turning a chaotic pile of images into clean, usable data without needing a team of humans to label every single document first.
Drowning in papers in your field?
Get daily digests of the most novel papers matching your research keywords — with technical summaries, in your language.