THURSDAY, SEPTEMBER 24, 2026|No. 16196
Artificial Intelligence · Technology

Apple Unveils LensVLM: A Novel Approach to Handling Long Text Documents with AI

Apple's new LensVLM model compresses lengthy documents into images, selectively expanding only the necessary sections for analysis, promising more efficient AI processing.

An abstract representation of AI processing text data, symbolizing LensVLM's image compression technique.
An abstract representation of AI processing text data, symbolizing LensVLM's image compression technique. · Photo by Zach M on Unsplash
1 sources
Pipeline ingest
3 reads
Positive / Neutral / Negative
0 countries
Related coverage

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.

License

All ML model files in this repository, including Apple's modifications to the Qwen model, are provided under the terms of the Apple 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.

Usage

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 the repository README for data preparation and evaluation.

Citation

@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}
}

Downloads last month233

Safetensors

Model size

9B params

Tensor type

BF16

·

Chat template

Files info

Inference Providers NEW

Image-Text-to-Text

This model isn't deployed by any Inference Provider. 🙋Ask for provider support

Model tree for apple/LensVLM-9B

Base model

Qwen/Qwen3.5-9B-Base

Finetuned

Qwen/Qwen3.5-9B

Finetuned

( 872)

this model

Quantizations

2 models

Space using apple/LensVLM-9B1

Paper for apple/LensVLM-9B

Paper • 2605.07019 •Published May 7• 4

Inference providers allow you to run inference using different serverless providers.

PAN's pipeline reviewed approximately 1 open sources for this article. No human editor reviewed this article before publication.

Related Reads

Show on timeline →