Papers › PIXELRAG: Web Screenshots Beat Text for Retrieval-Augmented Generation

PIXELRAG: Web Screenshots Beat Text for Retrieval-Augmented Generation

1 Jun 2026arXiv:2606.28344added by Syntology

Yichuan Wang, Zhifei Li, Zirui Wang, Paul Teiletche, Lesheng Jin, Matei Zaharia, Joseph E. Gonzalez, Sewon Min

Title, abstract, authors and date from arXiv's metadata (CC0); this paper is not in the Papers with Code archive (frozen 2025-07-28).

Augmenting large language models (LLMs) with retrieved web text has become a dominant paradigm, yet the web is not natively textual: existing systems depend on complex parsing pipelines that linearize HTML and discard layout, visual structure, and formatting. We introduce PixelRAG, a new retrieval-augmented method that represents websites in their native visual form and performs retrieval and reading entirely in pixel space, enabling an end-to-end architecture that eliminates text abstraction. PixelRAG is, to our knowledge, the first pipeline to operate over a full Wikipedia corpus in this form, scaling to a datastore of 30 million screenshot images with an efficient visual retrieval index. Built on an existing visual embedding model (i.e., Qwen3-VL-Embedding), PixelRAG further fine-tunes this model on screenshot data with carefully curated contrastive training data. Retrieved screenshots are then fed directly as pixel inputs to a VLM, without intermediate text conversion. PixelRAG consistently outperforms both no-retrieval and text-based RAG baselines, most surprisingly on widely studied text-centric tasks such as NQ and SimpleQA. It also achieves strong gains on multimodal open-domain QA (e.g., MMSearch), benchmarks over noisy news corpora (e.g., LiveVQA), and agentic benchmarks (e.g., MoNaCo), improving accuracy by up to 18.1% over text-based baselines. Finally, pixel representations enable a new efficiency lever for RAG through image compression, achieving up to 3x token cost reduction at lower resolutions while maintaining accuracy. Our results challenge the necessity of text representations in web retrieval, suggesting that web RAG can operate directly in the web's native visual form while improving both performance and efficiency.

PaperPDFCode Syntology ran

In Syntology View this paper on Syntology: its repositories, every harvested function with whether it ran, its licence and the call to fetch it.

Open this paper in Syntology's Atlas, the map of the papers in Syntology's graph and their citations.

For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="2606.28344")

Code

Syntology Ran 7 of 17 code samples harvested from 1 repository linked to this paper; 10 have no recorded run. Of those that ran: 7 ran with no contract checked.

By repository: found in paper text by Syntology: 17 samples from 1 repository, 7 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

StarTrail-org/PixelRAG found in paper text by Syntology report

Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

17 samples harvested; 7 ran; 0 honoured the contract we drafted; 10 have no recorded run. Read from Syntology's graph 2026-09-25; that is when this build read the record, not when the samples ran.

7ran
10unverified

Licence: 0 of the 17 samples are pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from StarTrail-org/PixelRAG. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted. community: Not in the archive's code links for this paper; a community repository Syntology harvested. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

chunk_article StarTrail-org/PixelRAG/embed/src/pixelrag_embed/chunk.py found in paper text by Syntology ran Apache-2.0 (permissive) · b22036d603d99f80 · report
is_turbo_capable StarTrail-org/PixelRAG/render/src/pixelrag_render/chrome.py found in paper text by Syntology ran Apache-2.0 (permissive) · b715526c11dee47d · report
load_config StarTrail-org/PixelRAG/index/src/pixelrag_index/config.py found in paper text by Syntology ran Apache-2.0 (permissive) · 3808495e0e59a85f · report
load_redirect_ids StarTrail-org/PixelRAG/embed/src/pixelrag_embed/embed.py found in paper text by Syntology ran Apache-2.0 (permissive) · 2ab17c0c56830ebe · report
resolve_gpu_ids StarTrail-org/PixelRAG/embed/src/pixelrag_embed/embed.py found in paper text by Syntology ran fingerprinted Apache-2.0 (permissive) · 1779c34e2997a4c1 · report
scan_chunks StarTrail-org/PixelRAG/embed/src/pixelrag_embed/embed_cpu.py found in paper text by Syntology ran Apache-2.0 (permissive) · 5b2025f995944ab7 · report
scan_shard_tiles StarTrail-org/PixelRAG/embed/src/pixelrag_embed/embed.py found in paper text by Syntology ran Apache-2.0 (permissive) · f20f0862db1d38f6 · report
build StarTrail-org/PixelRAG/index/src/pixelrag_index/pipelines.py found in paper text by Syntology unverified Apache-2.0 (permissive) · 90cb9e46d89c0b72 · report
embed_items StarTrail-org/PixelRAG/embed/src/pixelrag_embed/embed_cpu.py found in paper text by Syntology unverified Apache-2.0 (permissive) · 109af72395dfc1ac · report
find_chrome StarTrail-org/PixelRAG/render/src/pixelrag_render/chrome.py found in paper text by Syntology unverified Apache-2.0 (permissive) · f1bf8363841985f7 · report
install_chrome StarTrail-org/PixelRAG/render/src/pixelrag_render/chrome.py found in paper text by Syntology unverified Apache-2.0 (permissive) · f81907a97e8162fb · report
make_backend StarTrail-org/PixelRAG/serve/src/pixelrag_serve/backends.py found in paper text by Syntology unverified Apache-2.0 (permissive) · fda54478b7f4f8d6 · report
make_source StarTrail-org/PixelRAG/index/src/pixelrag_index/config.py found in paper text by Syntology unverified Apache-2.0 (permissive) · 6068835e4d016677 · report
process_shard StarTrail-org/PixelRAG/embed/src/pixelrag_embed/chunk.py found in paper text by Syntology unverified Apache-2.0 (permissive) · e5a4024b5db1eb26 · report
render_pdf StarTrail-org/PixelRAG/render/src/pixelrag_render/render.py found in paper text by Syntology unverified Apache-2.0 (permissive) · b08e3075622d6a92 · report
render_url StarTrail-org/PixelRAG/render/src/pixelrag_render/render.py found in paper text by Syntology unverified Apache-2.0 (permissive) · c956ccedeb167bc2 · report
render_urls StarTrail-org/PixelRAG/render/src/pixelrag_render/render.py found in paper text by Syntology unverified Apache-2.0 (permissive) · 95bea8525e25eac4 · report

Results from the paper

The Papers with Code archive ends with its 2025-07-28 snapshot. This paper's arXiv identifier, 2606.28344, was issued in June 2026, after that date, so the archive has no leaderboard rows for it.

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections