• bitcoinBitcoin(BTC)$77,042.000.56%
  • ethereumEthereum(ETH)$2,323.432.05%
  • tetherTether(USDT)$1.00-0.01%
  • rippleXRP(XRP)$1.390.29%
  • binancecoinBNB(BNB)$625.550.43%
  • usd-coinUSDC(USDC)$1.00-0.01%
  • solanaSolana(SOL)$84.641.07%
  • tronTRON(TRX)$0.322356-0.39%
  • Figure HelocFigure Heloc(FIGR_HELOC)$1.030.29%
  • dogecoinDogecoin(DOGE)$0.1026813.41%
  • whitebitWhiteBIT Coin(WBT)$54.610.86%
  • USDSUSDS(USDS)$1.000.01%
  • HyperliquidHyperliquid(HYPE)$40.570.41%
  • leo-tokenLEO Token(LEO)$10.370.08%
  • cardanoCardano(ADA)$0.2493161.29%
  • bitcoin-cashBitcoin Cash(BCH)$452.901.59%
  • moneroMonero(XMR)$380.271.09%
  • chainlinkChainlink(LINK)$9.310.92%
  • CantonCanton(CC)$0.1500880.25%
  • zcashZcash(ZEC)$335.30-0.38%
  • stellarStellar(XLM)$0.163472-0.53%
  • MemeCoreMemeCore(M)$3.52-0.51%
  • USD1USD1(USD1)$1.000.00%
  • daiDai(DAI)$1.00-0.03%
  • litecoinLitecoin(LTC)$55.881.38%
  • avalanche-2Avalanche(AVAX)$9.291.44%
  • hedera-hashgraphHedera(HBAR)$0.0899051.07%
  • Ethena USDeEthena USDe(USDE)$1.000.00%
  • suiSui(SUI)$0.930.86%
  • shiba-inuShiba Inu(SHIB)$0.0000061.13%
  • RainRain(RAIN)$0.0075251.53%
  • paypal-usdPayPal USD(PYUSD)$1.000.02%
  • the-open-networkToncoin(TON)$1.320.92%
  • crypto-com-chainCronos(CRO)$0.069098-0.30%
  • Circle USYCCircle USYC(USYC)$1.120.00%
  • tether-goldTether Gold(XAUT)$4,574.06-1.10%
  • BittensorBittensor(TAO)$262.735.83%
  • Global DollarGlobal Dollar(USDG)$1.000.01%
  • World Liberty FinancialWorld Liberty Financial(WLFI)$0.0733980.24%
  • BlackRock USD Institutional Digital Liquidity FundBlackRock USD Institutional Digital Liquidity Fund(BUIDL)$1.000.00%
  • pax-goldPAX Gold(PAXG)$4,569.66-1.16%
  • mantleMantle(MNT)$0.640.67%
  • polkadotPolkadot(DOT)$1.241.51%
  • uniswapUniswap(UNI)$3.282.44%
  • Pi NetworkPi Network(PI)$0.1965884.95%
  • SkySky(SKY)$0.086223-2.41%
  • Falcon USDFalcon USD(USDF)$1.00-0.11%
  • nearNEAR Protocol(NEAR)$1.361.12%
  • okbOKB(OKB)$83.12-0.56%
  • AsterAster(ASTER)$0.663.54%
TradePoint.io
  • Main
  • AI & Technology
  • Stock Charts
  • Market & News
  • Business
  • Finance Tips
  • Trade Tube
  • Blog
  • Shop
No Result
View All Result
TradePoint.io
No Result
View All Result

IBM Releases Granite 4.0 3B Vision: A New Vision Language Model for Enterprise Grade Document Data Extraction

April 2, 2026
in AI & Technology
Reading Time: 6 mins read
A A
IBM Releases Granite 4.0 3B Vision: A New Vision Language Model for Enterprise Grade Document Data Extraction
ShareShareShareShareShare

IBM has announced the release of Granite 4.0 3B Vision, a vision-language model (VLM) engineered specifically for enterprise-grade document data extraction. Departing from the monolithic approach of larger multimodal models, the 4.0 Vision release is architected as a specialized adapter designed to bring high-fidelity visual reasoning to the Granite 4.0 Micro language backbone.

This release represents a transition toward modular, extraction-focused AI that prioritizes structured data accuracy—such as converting complex charts to code or tables to HTML—over general-purpose image captioning.

YOU MAY ALSO LIKE

Poolside AI Introduces Laguna XS.2 and M.1: Agentic Coding Models Reaching 68.2% and 72.5% on SWE-bench Verified

How to build custom reasoning agents with a fraction of the compute

Architecture: Modular LoRA and DeepStack Integration

The Granite 4.0 3B Vision model is delivered as a LoRA (Low-Rank Adaptation) adapter with approximately 0.5B parameters. This adapter is designed to be loaded on top of the Granite 4.0 Micro base model, a 3.5B parameter dense language model. This design allows for a ‘dual-mode’ deployment: the base model can handle text-only requests independently, while the vision adapter is activated only when multimodal processing is required.

Vision Encoder and Patch Tiling

The visual component utilizes the google/siglip2-so400m-patch16-384 encoder. To maintain high resolution across diverse document layouts, the model employs a tiling mechanism. Input images are decomposed into 384×384 patches, which are processed alongside a downscaled global view of the entire image. This approach ensures that fine details—such as subscripts in formulas or small data points in charts—are preserved before they reach the language backbone.

The DeepStack Backbone

To bridge the vision and language modalities, IBM utilizes a variant of the DeepStack architecture. This involves deeply stacking visual tokens into the language model across 8 specific injection points. By routing visual features into multiple layers of the transformer, the model achieves a tighter alignment between the ‘what’ (semantic content) and the ‘where’ (spatial layout), which is critical for maintaining structure during document parsing.

Training Curriculum: Focused on Chart and Table Extraction

The training of Granite 4.0 3B Vision reflects a strategic shift toward specialized extraction tasks. Rather than relying solely on general image-text datasets, IBM utilized a curated mixture of instruction-following data focused on complex document structures.

  • ChartNet Dataset: The model was refined using ChartNet, a million-scale multimodal dataset designed for robust chart understanding.
  • Code-Guided Pipeline: A key technical highlight of the training involves a “code-guided” approach for chart reasoning. This pipeline uses aligned data consisting of the original plotting code, the resulting rendered image, and the underlying data table, allowing the model to learn the structural relationship between visual representations and their source data.
  • Extraction Tuning: The model was fine-tuned on a mixture of datasets focusing on Key-Value Pair (KVP) extraction, table structure recognition, and converting visual charts into machine-readable formats like CSV, JSON, and OTSL.

Performance and Evaluation Benchmarks

In technical evaluations, Granite 4.0 3B Vision has been benchmarked against several industry-standard suites for document understanding. It is important to note that datasets like PubTables-v2 and OmniDocBench are utilized as evaluation benchmarks to verify the model’s zero-shot performance in real-world scenarios.

Task Evaluation Benchmark Metric
KVP Extraction VAREX 85.5% Exact Match (Zero-Shot)
Chart Reasoning ChartNet (Human-Verified Test Set) High Accuracy in Chart2Summary
Table Extraction TableVQA-Bench & OmniDocBench Evaluated via TEDS and HTML extraction

The model currently ranks 3rd among models in the 2–4B parameter class on the VAREX leaderboard (as of March 2026), demonstrating its efficiency in structured extraction despite its compact size.

https://huggingface.co/blog/ibm-granite/granite-4-vision
https://huggingface.co/blog/ibm-granite/granite-4-vision

Key Takeaways

  • Modular LoRA Architecture: The model is a 0.5B parameter LoRA adapter that operates on the Granite 4.0 Micro (3.5B) backbone. This design allows a single deployment to handle text-only workloads efficiently while activating vision capabilities only when needed.
  • High-Resolution Tiling: Utilizing the google/siglip2-so400m-patch16-384 encoder, the model processes images by tiling them into 384×384 patches alongside a global downscaled view, ensuring that fine details in complex documents are preserved.
  • DeepStack Injection: To improve layout awareness, the model uses a DeepStack approach with 8 injection points. This routes semantic features to earlier layers and spatial details to later layers, which is critical for accurate table and chart extraction.
  • Specialized Extraction Training: Beyond general instruction following, the model was refined using ChartNet and a ‘code-guided’ pipeline that aligns plotting code, images, and data tables to help the model internalize the logic of visual data structures.
  • Developer-Ready Integration: The release is Apache 2.0 licensed and features native support for vLLM (via a custom model implementation) and Docling, IBM’s tool for converting unstructured PDFs into machine-readable JSON or HTML.

Check out the Technical details and Model Weight.  Also, feel free to follow us on Twitter and don’t forget to join our 120k+ ML SubReddit and Subscribe to our Newsletter. Wait! are you on telegram? now you can join us on telegram as well.

The post IBM Releases Granite 4.0 3B Vision: A New Vision Language Model for Enterprise Grade Document Data Extraction appeared first on MarkTechPost.

Credit: Source link

ShareTweetSendSharePin

Related Posts

Poolside AI Introduces Laguna XS.2 and M.1: Agentic Coding Models Reaching 68.2% and 72.5% on SWE-bench Verified
AI & Technology

Poolside AI Introduces Laguna XS.2 and M.1: Agentic Coding Models Reaching 68.2% and 72.5% on SWE-bench Verified

April 29, 2026
How to build custom reasoning agents with a fraction of the compute
AI & Technology

How to build custom reasoning agents with a fraction of the compute

April 28, 2026
American AI startup Poolside launches free, high-performing open model Laguna XS.2 for local agentic coding
AI & Technology

American AI startup Poolside launches free, high-performing open model Laguna XS.2 for local agentic coding

April 28, 2026
Texas Instruments made a new flagship graphing calculator: the TI-84 Evo
AI & Technology

Texas Instruments made a new flagship graphing calculator: the TI-84 Evo

April 28, 2026
Next Post
Nvidia Invests B in Marvell, Deepens Partnership | Bloomberg Tech 3/31/2026

Nvidia Invests $2B in Marvell, Deepens Partnership | Bloomberg Tech 3/31/2026

Leave a Reply Cancel reply

Your email address will not be published. Required fields are marked *

Search

No Result
View All Result
Brian Hooker details what he told police after being released from custody

Brian Hooker details what he told police after being released from custody

April 25, 2026
Microsoft: Buy This Bargain Before Earnings

Microsoft: Buy This Bargain Before Earnings

April 28, 2026
How China could influence negotiations between the U.S. and Iran

How China could influence negotiations between the U.S. and Iran

April 28, 2026

About

Learn more

Our Services

Legal

Privacy Policy

Terms of Use

Bloggers

Learn more

Article Links

Contact

Advertise

Ask us anything

©2020- TradePoint.io - All rights reserved!

Tradepoint.io, being just a publishing and technology platform, is not a registered broker-dealer or investment adviser. So we do not provide investment advice. Rather, brokerage services are provided to clients of Tradepoint.io by independent SEC-registered broker-dealers and members of FINRA/SIPC. Every form of investing carries some risk and past performance is not a guarantee of future results. “Tradepoint.io“, “Instant Investing” and “My Trading Tools” are registered trademarks of Apperbuild, LLC.

This website is operated by Apperbuild, LLC. We have no link to any brokerage firm and we do not provide investment advice. Every information and resource we provide is solely for the education of our readers. © 2020 Apperbuild, LLC. All rights reserved.

No Result
View All Result
  • Main
  • AI & Technology
  • Stock Charts
  • Market & News
  • Business
  • Finance Tips
  • Trade Tube
  • Blog
  • Shop

© 2023 - TradePoint.io - All Rights Reserved!