AIAny
AI Model2026
Icon for item

LensVLM-9B

Scans long documents rendered as compressed page-images, locates relevant pages, and selectively expands only those pages to full text for question answering; built on Qwen3.5-9B, supports 5x/10x/15x compression and is released under Apple’s research-only model license.

Introduction

LensVLM introduces a search-and-zoom workflow for long-document understanding: pages are rendered as deterministically compressed images, the model rapidly scans all compressed pages to find likely evidence, then requests full-resolution text or images only for the chosen pages. This avoids loading entire documents into the model context while preserving answer quality for long-context QA tasks.

Key Capabilities
  • Selective context expansion: operates in two phases (scan compressed pages → expand selected pages) so only a small subset of pages is decompressed into the model context, reducing token and KV-cache usage by large factors.
  • Tunable compression: supports deterministic compression ratios (5x, 10x, 15x) with workflows that trade off latency and storage for context size; reported effective compression ~4.3x while maintaining close-to-full-text accuracy.
  • Training recipe: finetuned from Qwen3.5-9B using synthetic supervised trajectories generated by a larger model, followed by reinforcement learning with DAPO to incentivize correct tool use and robust page selection.
  • Practical metrics and constraints: the 9B variant learns the search-and-zoom behavior (smaller variants struggle); reported accuracy improvements when using expansion (e.g., ~69% vs ~31% at 5x); latency typically increases due to two-pass operation; source text or high-res pages must be available to perform expansions.
Who it's for and trade-offs

Great fit if you need question answering or evidence retrieval over very long documents but want to limit model context size and KV-cache footprint (e.g., multi-page reports, books, long PDFs). Look elsewhere if you require sub-second single-pass latency, cannot host full-resolution source pages for expansion, or need commercial-use licensing—LensVLM weights are provided under Apple’s Machine Learning Research Model License, which restricts use to non-commercial research.

Where it fits

Architecturally it sits between direct full-text context models and retrieval/RAG approaches: instead of external retrieval or chunking, it compresses the whole document visually and learns a learned-tooled expansion step to get only the necessary high-resolution evidence.

Information

  • Websitehuggingface.co
  • OrganizationsApple Inc., Duke University, Alibaba (Qwen)
  • AuthorsRoy Xie, Dan Friedman, Donghan Yu, Bowen Pan, Christopher Fifty, Jang-Hyun Kim, Xianzhi Du, Zhe Gan, Vivek Rathod, Bhuwan Dhingra
  • Published date2026/09/21

Categories

More Items

Hugging Face
AI Model2026

Scores candidate actions against a textual state using contrastive state/action embeddings for very fast zero-shot ranking and typed decision-making. Built as two small projection heads on frozen Qwen3-8B; fine-tunable as a verifier for agentic benchmarks.

Hugging Face
AI Model2026

Converts multimodal inputs (text, image, audio, video) plus a question and options into calibrated probability distributions over choices. Built on Gemma 4 12B with a 30,000-question fine-tune, optimized for per-question decision classification and low-latency inference (Apache-2.0).

Hugging Face
AI Image2026

A distilled LoRA adapter for Qwen-Image-2.1 that runs text-to-image generation and instruction-driven image editing in a few transformer passes (shipped as a 6-step r256 LoRA). Samples with a fixed sigma schedule, no classifier-free guidance; non-commercial research license.