BAAI / BGE-VL-Screenshot

huggingface.co
Total runs: 344
24-hour runs: -6
7-day runs: 62
30-day runs: 86
Model's Last Updated: April 15 2026
sentence-similarity

Introduction of BGE-VL-Screenshot

Model Details of BGE-VL-Screenshot

Vis-IR: Unifying Search With Visualized Information Retrieval

Build Build Build Build Build

News | Release Plan | Overview | License | Citation

News

2025-04-06 🚀🚀 MVRB Dataset are released on Huggingface: MVRB

2025-04-02 🚀🚀 VIRA Dataset are released on Huggingface: VIRA

2025-04-01 🚀🚀 UniSE models are released on Huggingface: UniSE-MLMM

2025-02-17 🎉🎉 Release our paper: Any Information Is Just Worth One Single Screenshot: Unifying Search With Visualized Information Retrieval .

Release Plan
  • Paper
  • UniSE models
  • VIRA Dataset
  • MVRB benchmark
  • Evaluation code
  • Fine-tuning code
Overview

In this work, we formally define an emerging IR paradigm called Visualized Information Retrieval, or VisIR , where multimodal information, such as texts, images, tables and charts, is jointly represented by a unified visual format called Screenshots , for various retrieval applications. We further make three key contributions for VisIR. First, we create VIRA (Vis-IR Aggregation), a large-scale dataset comprising a vast collection of screenshots from diverse sources, carefully curated into captioned and questionanswer formats. Second, we develop UniSE (Universal Screenshot Embeddings), a family of retrieval models that enable screenshots to query or be queried across arbitrary data modalities. Finally, we construct MVRB (Massive Visualized IR Benchmark), a comprehensive benchmark covering a variety of task forms and application scenarios. Through extensive evaluations on MVRB, we highlight the deficiency from existing multimodal retrievers and the substantial improvements made by UniSE.

Model Usage

Our code works well on transformers==4.51.3, and we recommend using this version.

1. UniSE-MLLM Models
import torch
from transformers import AutoModel

MODEL_NAME = "BAAI/BGE-VL-Screenshot"
model = AutoModel.from_pretrained(MODEL_NAME, 
                    trust_remote_code=True, 
                    attn_implementation="flash_attention_2", 
                    torch_dtype=torch.bfloat16
                ) # You must set trust_remote_code=True, and we recommend using flash_attention_2 and bfloat16
model.set_processor(MODEL_NAME)

with torch.no_grad():
    device = torch.device("cuda:0")
    model = model.to(device)
    model.eval()

    query_inputs = model.data_process(
        images=["./assets/query_1.png", "./assets/query_2.png"],    
        text=["After a 17% drop, what is Nvidia's closing stock price?", "I would like to see a detailed and intuitive performance comparison between the two models."],
        q_or_c="query",
        task_instruction="Represent the given image with the given query."
    )

    candidate_inputs = model.data_process(
        images=["./assets/positive_1.jpeg", "./assets/neg_1.jpeg",
                "./assets/positive_2.jpeg", "./assets/neg_2.jpeg"],
        q_or_c="candidate"
    )

    query_embeddings = model(**query_inputs)
    candidate_embeddings = model(**candidate_inputs)
    scores = torch.matmul(query_embeddings, candidate_embeddings.T)
    print(scores)
    # Expected output:
    #    [[0.5352, 0.3223, 0.1738, 0.1348],
    #     [0.1592, 0.0757, 0.4375, 0.4180]]
Performance on MVRB

MVRB is a comprehensive benchmark designed for the retrieval task centered on screenshots. It includes four meta tasks: Screenshot Retrieval (SR), Composed Screenshot Retrieval (CSR), Screenshot QA (SQA), and Open-Vocabulary Classification (OVC). We evaluate three main types of retrievers on MVRB: OCR+Text Retrievers, General Multimodal Retrievers, and Screenshot Document Retrievers. Our proposed UniSE-MLLM achieves state-of-the-art (SOTA) performance on this benchmark. image/png

License

Vis-IR is licensed under the MIT License .

Citation

If you find this model useful, please cite:

@article{liu2025any,
  title={Any Information Is Just Worth One Single Screenshot: Unifying Search With Visualized Information Retrieval},
  author={Liu, Ze and Liang, Zhengyang and Zhou, Junjie and Liu, Zheng and Lian, Defu},
  journal={arXiv preprint arXiv:2502.11431},
  year={2025}
}

Runs of BAAI BGE-VL-Screenshot on huggingface.co

344
Total runs
-6
24-hour runs
3
3-day runs
62
7-day runs
86
30-day runs

More Information About BGE-VL-Screenshot huggingface.co Model

More BGE-VL-Screenshot license Visit here:

https://choosealicense.com/licenses/mit

BGE-VL-Screenshot huggingface.co

BGE-VL-Screenshot huggingface.co is an AI model on huggingface.co that provides BGE-VL-Screenshot's model effect (), which can be used instantly with this BAAI BGE-VL-Screenshot model. huggingface.co supports a free trial of the BGE-VL-Screenshot model, and also provides paid use of the BGE-VL-Screenshot. Support call BGE-VL-Screenshot model through api, including Node.js, Python, http.

BGE-VL-Screenshot huggingface.co Url

https://huggingface.co/BAAI/BGE-VL-Screenshot

BAAI BGE-VL-Screenshot online free

BGE-VL-Screenshot huggingface.co is an online trial and call api platform, which integrates BGE-VL-Screenshot's modeling effects, including api services, and provides a free online trial of BGE-VL-Screenshot, you can try BGE-VL-Screenshot online for free by clicking the link below.

BAAI BGE-VL-Screenshot online free url in huggingface.co:

https://huggingface.co/BAAI/BGE-VL-Screenshot

BGE-VL-Screenshot install

BGE-VL-Screenshot is an open source model from GitHub that offers a free installation service, and any user can find BGE-VL-Screenshot on GitHub to install. At the same time, huggingface.co provides the effect of BGE-VL-Screenshot install, users can directly use BGE-VL-Screenshot installed effect in huggingface.co for debugging and trial. It also supports api for free installation.

BGE-VL-Screenshot install url in huggingface.co:

https://huggingface.co/BAAI/BGE-VL-Screenshot

Url of BGE-VL-Screenshot

BGE-VL-Screenshot huggingface.co Url

Provider of BGE-VL-Screenshot huggingface.co

BAAI
ORGANIZATIONS

Other API from BAAI

huggingface.co

Total runs: 63.9M
Run Growth: -10.4M
Growth Rate: -16.30%
Updated:February 22 2024
huggingface.co

Total runs: 37.5M
Run Growth: 1.9M
Growth Rate: 5.14%
Updated:July 03 2024
huggingface.co

Total runs: 12.4M
Run Growth: -282.1K
Growth Rate: -2.27%
Updated:February 21 2024
huggingface.co

Total runs: 10.4M
Run Growth: -1.1M
Growth Rate: -10.92%
Updated:February 21 2024
huggingface.co

Total runs: 2.3M
Run Growth: 1.8M
Growth Rate: 77.47%
Updated:April 17 2024
huggingface.co

Total runs: 793.7K
Run Growth: -699.0K
Growth Rate: -88.07%
Updated:October 12 2023
huggingface.co

Total runs: 223.4K
Run Growth: -1.3M
Growth Rate: -594.34%
Updated:December 13 2023
huggingface.co

Total runs: 66.7K
Run Growth: -1.1K
Growth Rate: -1.63%
Updated:July 13 2026
huggingface.co

Total runs: 54.9K
Run Growth: -117.3K
Growth Rate: -213.62%
Updated:October 12 2023
huggingface.co

Total runs: 54.8K
Run Growth: -32.9K
Growth Rate: -60.02%
Updated:October 12 2023
huggingface.co

Total runs: 54.1K
Run Growth: 46.4K
Growth Rate: 85.83%
Updated:October 12 2023
huggingface.co

Total runs: 48.1K
Run Growth: 25.2K
Growth Rate: 52.47%
Updated:November 14 2023
huggingface.co

Total runs: 37.7K
Run Growth: -24.0K
Growth Rate: -63.66%
Updated:January 15 2025
huggingface.co

Total runs: 15.7K
Run Growth: 553
Growth Rate: 3.52%
Updated:April 16 2025
huggingface.co

Total runs: 10.9K
Run Growth: -15.4K
Growth Rate: -141.08%
Updated:October 12 2023
huggingface.co

Total runs: 5.5K
Run Growth: 4.9K
Growth Rate: 89.99%
Updated:April 19 2024
huggingface.co

Total runs: 4.5K
Run Growth: -9.3K
Growth Rate: -205.29%
Updated:May 20 2025
huggingface.co

Total runs: 3.5K
Run Growth: 2.6K
Growth Rate: 73.28%
Updated:September 11 2026
huggingface.co

Total runs: 1.9K
Run Growth: 1.2K
Growth Rate: 63.81%
Updated:December 31 2022
huggingface.co

Total runs: 1.8K
Run Growth: -13.4K
Growth Rate: -748.13%
Updated:January 15 2025
huggingface.co

Total runs: 1.5K
Run Growth: -526
Growth Rate: -35.88%
Updated:April 10 2026
huggingface.co

Total runs: 1.4K
Run Growth: -1.1K
Growth Rate: -77.14%
Updated:April 10 2026
huggingface.co

Total runs: 1.4K
Run Growth: -51
Growth Rate: -3.70%
Updated:November 28 2024
huggingface.co

Total runs: 1.3K
Run Growth: 602
Growth Rate: 47.82%
Updated:October 23 2024
huggingface.co

Total runs: 1.2K
Run Growth: 307
Growth Rate: 24.84%
Updated:September 11 2026
huggingface.co

Total runs: 1.1K
Run Growth: 779
Growth Rate: 74.05%
Updated:October 24 2024
huggingface.co

Total runs: 998
Run Growth: -351
Growth Rate: -33.18%
Updated:February 07 2024
huggingface.co

Total runs: 788
Run Growth: -130
Growth Rate: -16.50%
Updated:May 23 2025
huggingface.co

Total runs: 594
Run Growth: -168
Growth Rate: -28.28%
Updated:July 13 2026
huggingface.co

Total runs: 479
Run Growth: -22
Growth Rate: -4.59%
Updated:July 13 2026
huggingface.co

Total runs: 453
Run Growth: 146
Growth Rate: 32.23%
Updated:April 10 2026
huggingface.co

Total runs: 414
Run Growth: -424
Growth Rate: -102.42%
Updated:April 18 2023
huggingface.co

Total runs: 396
Run Growth: -154
Growth Rate: -38.89%
Updated:October 27 2023
huggingface.co

Total runs: 391
Run Growth: -249
Growth Rate: -63.52%
Updated:August 11 2026
huggingface.co

Total runs: 364
Run Growth: -869
Growth Rate: -237.43%
Updated:August 11 2026
huggingface.co

Total runs: 346
Run Growth: -332
Growth Rate: -95.95%
Updated:December 25 2025
huggingface.co

Total runs: 342
Run Growth: 158
Growth Rate: 46.20%
Updated:July 13 2026
huggingface.co

Total runs: 327
Run Growth: 46
Growth Rate: 14.07%
Updated:July 13 2026
huggingface.co

Total runs: 300
Run Growth: 213
Growth Rate: 71.00%
Updated:August 18 2026
huggingface.co

Total runs: 291
Run Growth: -937
Growth Rate: -321.99%
Updated:December 25 2025
huggingface.co

Total runs: 291
Run Growth: -63
Growth Rate: -21.65%
Updated:July 13 2026
huggingface.co

Total runs: 288
Run Growth: -147
Growth Rate: -52.13%
Updated:March 07 2024
huggingface.co

Total runs: 276
Run Growth: -3.9K
Growth Rate: -1400.36%
Updated:April 10 2026
huggingface.co

Total runs: 260
Run Growth: 20
Growth Rate: 7.69%
Updated:February 11 2025
huggingface.co

Total runs: 248
Run Growth: -118
Growth Rate: -47.58%
Updated:April 10 2026
huggingface.co

Total runs: 218
Run Growth: -105
Growth Rate: -49.30%
Updated:July 17 2026
huggingface.co

Total runs: 211
Run Growth: -125
Growth Rate: -59.24%
Updated:June 06 2025
huggingface.co

Total runs: 208
Run Growth: -81
Growth Rate: -38.94%
Updated:July 13 2026
huggingface.co

Total runs: 195
Run Growth: -60
Growth Rate: -30.77%
Updated:July 13 2026
huggingface.co

Total runs: 194
Run Growth: 55
Growth Rate: 28.35%
Updated:April 02 2024
huggingface.co

Total runs: 181
Run Growth: -143
Growth Rate: -79.01%
Updated:October 23 2024
huggingface.co

Total runs: 179
Run Growth: 15
Growth Rate: 8.38%
Updated:July 13 2026
huggingface.co

Total runs: 169
Run Growth: -100
Growth Rate: -59.17%
Updated:May 13 2024
huggingface.co

Total runs: 167
Run Growth: -995
Growth Rate: -595.81%
Updated:June 24 2024
huggingface.co

Total runs: 167
Run Growth: 49
Growth Rate: 29.34%
Updated:August 23 2023
huggingface.co

Total runs: 165
Run Growth: -27
Growth Rate: -16.36%
Updated:May 13 2024
huggingface.co

Total runs: 162
Run Growth: -76
Growth Rate: -46.91%
Updated:April 10 2026
huggingface.co

Total runs: 162
Run Growth: -20
Growth Rate: -12.35%
Updated:May 31 2024
huggingface.co

Total runs: 161
Run Growth: -18
Growth Rate: -11.18%
Updated:May 13 2024
huggingface.co

Total runs: 161
Run Growth: 156
Growth Rate: 100.00%
Updated:September 05 2026
huggingface.co

Total runs: 157
Run Growth: 33
Growth Rate: 21.02%
Updated:July 13 2026
huggingface.co

Total runs: 152
Run Growth: 100
Growth Rate: 65.79%
Updated:November 02 2025
huggingface.co

Total runs: 150
Run Growth: -50
Growth Rate: -33.33%
Updated:July 13 2026
huggingface.co

Total runs: 149
Run Growth: 51
Growth Rate: 34.23%
Updated:March 13 2026