← Latest papers
💻 computer science

Structured Extraction and Standardized Reconstruction of Machining Process Documents Based on Vision Language Model under Low Resource Constraints

This paper proposes a vision language model-based framework with constraint example verification feedback and confidence evaluation to achieve high-accuracy structured extraction and standardized reconstruction of heterogeneous machining process documents under low-resource constraints, effectively reducing hallucinations and enabling knowledge digitization in intelligent manufacturing.

Original authors: Li-Xu Mou, Liang Guo, Zhen Yuan, Yi-Qin Xiong

Published 2026-06-29
📖 5 min read🧠 Deep dive

Original authors: Li-Xu Mou, Liang Guo, Zhen Yuan, Yi-Qin Xiong

Original paper licensed under CC BY 4.0 (https://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

The Big Problem: The "Messy Attic" of Factory Knowledge

Imagine a factory where every time a machine part is made, the instructions are written down on a piece of paper. Over the years, these papers pile up. Some are crisp digital files, some are blurry photos taken with a phone, and some are scanned copies that look like they've been through a washing machine.

The problem is that every engineer writes these instructions differently. One calls a part a "Drawing Number," another calls it a "Product Code," and a third just writes "ID." The layouts are chaotic, the tables are messy, and the handwriting is often hard to read.

Because these documents contain secret company secrets, the factory can't just upload them to a public AI cloud to be read. They need a way to organize this "messy attic" of knowledge locally, without needing thousands of pre-labeled examples (which they don't have because the data is secret).

The Solution: A Smart, Self-Checking Robot Assistant

The authors propose a new method using a Vision Language Model (VLM). Think of this VLM not as a simple scanner, but as a highly intelligent robot assistant that can "see" the blurry photos and "read" the messy text simultaneously.

However, AI assistants are known to "hallucinate"—they might confidently make up facts that aren't there. To fix this, the authors built a three-step system with built-in safety checks.

Step 1: The "Strict Interviewer" (Structured Extraction)

Instead of just asking the AI to "read this," the system uses a special prompting method called CEVF (Constraint Example Verification Feedback).

  • The Analogy: Imagine you are interviewing a candidate. Instead of just asking, "Tell me about your experience," you give them a strict form to fill out (Constraint), show them one perfect example of how to fill it out (Example), and then immediately check their answers against a rulebook (Verification).
  • How it works:
    1. Constraints: The AI is forced to only output specific fields (like "Step Number" or "Tool Used"). It can't wander off-topic.
    2. One-Shot Example: The AI sees one perfect example of a filled-out form to copy the style.
    3. Feedback Loop: If the AI makes a mistake (like writing a tool name that doesn't exist), the system catches it, says "Try again," and the AI corrects itself. This happens up to three times.
    4. Confidence Score: The system gives every piece of extracted data a "confidence score." If the AI is unsure (low score), it highlights that specific spot in yellow for a human to double-check.

The Result: The AI stopped making up facts (hallucinations) and became very accurate, even with blurry or messy documents.

Step 2: The "Translator" (Semantic Alignment)

Once the AI extracts the data, it still faces the problem of different names. The AI might have pulled out "Drawing No." and "Part ID" as two different things, when they are actually the same.

  • The Analogy: Imagine a translator who knows that "Soda," "Pop," and "Coke" all mean the same drink in different regions.
  • How it works: The system uses a "semantic brain" (Sentence-BERT) to understand that these different words mean the same thing. It also checks a small, internal dictionary of factory terms (a domain knowledge base). If the AI is still unsure, it asks a human expert to make the final call, and then it remembers that rule for next time.

The Result: All the messy, different names get converted into one standard, clean list of data.

Step 3: The "Architect" (Standardized Reconstruction)

Now that the data is clean, the system needs to put it back into a perfect, professional-looking document.

  • The Analogy: Imagine you have a pile of loose bricks (the data). You want to build a perfect house (the standard document). The system acts as an architect that knows exactly where every brick goes, even if the pile of bricks is huge or the house needs to be taller than usual.
  • How it works: The system takes the clean data and fits it into a pre-approved template. If the list of steps is longer than the template, the system automatically adds more rows to the table, just like a smart spreadsheet. It even knows where to paste the pictures of the parts, resizing them so they fit perfectly.

The Result: The factory gets a brand new, perfectly formatted, professional document that looks like it was made by a top designer, ready to be used on the factory floor.

Why This Matters (The "Low Resource" Magic)

Usually, to teach an AI to do this, you need thousands of examples where humans have already highlighted every single word. But because these factory documents are secret, the authors couldn't do that.

  • The Innovation: This method works with very few examples (low resource). It doesn't need to be "re-trained" on massive datasets. It uses smart prompting and verification rules to learn on the fly.
  • The Safety Net: Because the data is secret, the whole process happens locally. The "Human-in-the-Loop" feature ensures that if the AI is confused, a human steps in, but only for the tricky parts, keeping the process fast.

Summary of Results

The authors tested this on real factory documents, including blurry photos and multi-page tables.

  • Accuracy: They got the right information about 89% of the time.
  • Mistakes: They reduced the "making things up" (hallucination) rate to just 6.5%.
  • Speed: It processed complex documents in about a minute, which is much faster than doing it manually.

In short, this paper presents a smart, self-checking robot that can organize a factory's messy, secret instruction manuals into clean, standard digital files without needing a massive library of pre-labeled data.

Drowning in papers in your field?

Get daily digests of the most novel papers matching your research keywords — with technical summaries, in your language.

Try Digest →