Discussion about this post

User's avatar
Victor Manuel Garcia Barco's avatar

The layout-aware polygon approach you describe for PP-DocLayoutV3 maps almost exactly onto what we see in visual quality inspection on production lines - tilted or curved parts break rigid bounding-box detectors the same way skewed pages break OCR. The bigger parallel is the hybrid 2-stage vs 1-stage tradeoff: we hit the same VRAM/latency wall running one heavy VLM per frame instead of a lightweight detector feeding specialized models. Curious whether you've seen similar throughput gains from continuous batching in real-time inspection pipelines, not just batch document processing.

Antonio Zarauz Moreno's avatar

Great insights Victor! In the 2-step scenario, the biggest bottleneck is how fast your orchestrator feeds the vLLM server with many small crops. That's why you don't need a powerful gpu, but a gpu equipped with enough CPU cores

No posts

Ready for more?