IBM releases Granite 4.0 3B Vision, compact multimodal model for enterprise document understanding
IBM announced Granite 4.0 3B Vision, a 3 billion parameter vision-language model designed for enterprise document processing. The model achieves 86.4% on Chart2Summary and 92.1% TEDS score on cropped table extraction, shipped as a LoRA adapter on Granite 4.0 Micro to enable modular text-only fallbacks.
IBM Releases Granite 4.0 3B Vision for Enterprise Document Processing
IBM announced Granite 4.0 3B Vision, a 3 billion parameter vision-language model purpose-built for extracting information from complex business documents. The model targets three specific capabilities: table extraction from multi-page PDFs, chart understanding and conversion to structured formats, and semantic key-value pair extraction from forms.
Model Architecture and Design
Granite 4.0 3B Vision ships as a LoRA adapter on top of Granite 4.0 Micro rather than as a standalone model. This modular approach allows the same deployment to serve both multimodal and text-only workloads, automatically falling back to the base language model when vision processing isn't required.
The model uses a novel "DeepStack Injection" architecture that routes abstract visual features into earlier transformer layers for semantic understanding, while high-resolution spatial features feed into later layers to preserve fine-grained detail. IBM claims this design is critical for layout-sensitive tasks like table extraction and form field location.
Performance Benchmarks
Chart Understanding: On the human-verified ChartNet benchmark using LLM-as-a-judge evaluation, Granite 4.0 3B Vision achieves 86.4% on Chart2Summary tasks—the highest score among all evaluated models including significantly larger competitors. On Chart2CSV conversion, it scores 62.1%, ranking second behind Qwen3.5-9B (63.4%), which has more than double the parameters.
Table Extraction: Across three industry benchmarks measured by TEDS (a metric capturing both structural and content accuracy), the model leads on:
- PubTablesV2 cropped: 92.1
- PubTablesV2 full-page: 79.3
- OmniDocBench: 64.0
- TableVQA: 88.1
Form Field Extraction: On VAREX, a benchmark of 1,777 U.S. government forms with complex nested and tabular structures, Granite 4.0 3B Vision achieves 85.5% exact match accuracy in zero-shot evaluation.
ChartNet Dataset
IBM developed ChartNet, described in an upcoming CVPR 2026 paper, containing 1.7 million synthetic chart samples spanning 24 chart types across 6 plotting libraries. Each sample includes aligned components: plotting code, rendered image, data table, natural language summary, and QA pairs. The dataset also includes human-annotated and real-world subsets filtered for visual fidelity and semantic accuracy.
Deployment Options
The model supports two integration patterns:
-
Standalone: Direct processing of individual images for targeted extraction in existing workflows without upstream modifications.
-
Integrated Pipeline: Seamless integration with Docling (IBM's document processing tool) for end-to-end multi-page PDF processing with automated detection, segmentation, and visual element cropping.
Use cases include invoice and form processing, financial report analysis, and automated document classification.
What This Means
Granite 4.0 3B Vision represents a shift toward specialized, compact models for document understanding rather than general-purpose scaling. At 3 billion parameters, it's significantly smaller than competing models while achieving comparable or superior performance on document-specific tasks. The modular LoRA design addresses a practical enterprise requirement: support for both vision and text-only workloads within a single deployment. IBM's emphasis on document layout understanding and the ChartNet dataset suggest the model is tuned for precision in spatial reasoning—a weakness of many larger VLMs. Pricing and general availability details were not disclosed.
Related Articles
ByteDance Seed Launches Seed 2.1 Turbo, a 262K-Context Multimodal Model for Coding Agents
ByteDance Seed has released Seed 2.1 Turbo, a multimodal model targeting coding and long-horizon agent workflows with a 262K token context window. The model is priced at $0.50 per 1M input tokens and $2.50 per 1M output tokens, and is now listed on OpenRouter.
Writer Launches Palmyra X6, an Open-Source-Based Model Aimed at Cutting Token Costs 50%
Writer released Palmyra X6, a post-trained variant of Z.ai's open-source GLM-5.2 model, alongside an upgraded agentic harness. The company claims the combination can cut customer token costs by as much as 50% for basic tasks.
MiniMax Releases Music 3, an Open-Weight Model for Generating Full 5-Minute Songs
MiniMax released Music 3, an open-weight music generation model that produces complete songs up to five minutes long from lyrics and text descriptions. The model combines an 8B and 0.6B language model pair with a Flow Matching synthesis system to output 32 kHz stereo audio.
Google Releases Gemini 3.7 Flash, Cuts Price in Half Versus 3.6 Flash
Google has released Gemini 3.7 Flash, just three weeks after Gemini 3.6 Flash, claiming substantial gains in coding, web development, and document reasoning. The model launches at an introductory price of $0.75 per 1M input tokens and $3.75 per 1M output tokens — half the cost of its predecessor.
Comments
Loading...