apple/LensVLM-9B · Hugging Face
Summary
LensVLM-9B is a 9B-parameter Vision Language Model from Apple that scans compressed images of text and selectively expands relevant pages using learned tools, with paper, code, and usage instructions provided.
View Cached Full Text
Cached at: 09/23/26, 07:01 PM
apple/LensVLM-9B · Hugging Face
Source: https://huggingface.co/apple/LensVLM-9B LensVLM is a 9B Vision Language Model (VLM) that scans compressed images of text, then selectively expands only the relevant pages to their uncompressed form via learned tools.
- Paper:LensVLM: Selective Context Expansion for Compressed Visual Representation of Text
- Code:https://github.com/apple-aiml-research/ml-lensvlm
https://huggingface.co/apple/LensVLM-9B#licenseLicense
All ML model files in this repository, including Apple’s modifications to the Qwen model, are provided under the terms of theApple Machine Learning Research Model License.
The source code that accompanies this model is distributed separately and is provided under the terms of the Apple Sample Code License.
https://huggingface.co/apple/LensVLM-9B#usageUsage
Install the LensVLM code and run inference:
git clone https://github.com/apple-aiml-research/ml-lensvlm
cd ml-lensvlm
pip install -r requirements.txt
python scripts/run_demo.py --model apple/LensVLM-9B
For a custom document:
python demo.py \
--model apple/LensVLM-9B \
--text_file document.txt \
--question "What is the main finding?" \
--compression 10x
Compression options:5x,10x,15x. See therepository READMEfor data preparation and evaluation.
https://huggingface.co/apple/LensVLM-9B#citationCitation
@article{xie2026lensvlm,
title={LensVLM: Selective Context Expansion for Compressed Visual Representation of Text},
author={Xie, Roy and Friedman, Dan and Yu, Donghan and Pan, Bowen and Fifty, Christopher and Kim, Jang-Hyun and Du, Xianzhi and Gan, Zhe and Rathod, Vivek and Dhingra, Bhuwan},
journal={arXiv preprint arXiv:2605.07019},
year={2026}
}
Similar Articles
mindlab-research/Macaron-V1-Preview-749B • Huggingface
mindlab-research releases Macaron-V1-Preview-749B, a 749 billion parameter large language model, available on Hugging Face.
omlab/VLX-Seek-1.5-10B · Hugging Face
VLX-Seek-1.5-10B is an open-source 10B vision-language model from omlab, designed for fine-grained visual grounding in embodied scenarios like drones, robots, and surveillance, using region-reference localization instead of coordinate generation.
mindlab-research/Macaron-V1-Venti • HuggingFace
MindLab Research released Macaron-V1-Venti, a new multi-modal AI model available on HuggingFace, likely for text-to-image or image generation tasks.
@HuggingPapers: Microsoft just released Lens on Hugging Face A 3.8B parameter text-to-image model delivering efficient training and hig…
Microsoft released Lens, a 3.8B parameter text-to-image model on Hugging Face, capable of efficient training and high-resolution generation up to 1440×1440.
CohereLabs/North-Micro-Vision-Instruct · Hugging Face
Cohere released North Micro Vision Instruct, a 2.4B-parameter open-weight vision-language model with native-resolution image support, multilingual and multi-image capabilities, released under Apache 2.0.