RAGOCR renders retrieved documents as images and uses a GRPO-trained compressor to allocate query-dependent resolution, reporting accuracy gains over RAG at reduced token counts, though the evidence in the preprint is inconsistent.
Pixel-Space Diffusion Transformers
1 Pith paper cite this work. Polarity classification is still indexing.
abstract
Latent diffusion models (LDMs) enable efficient high-resolution image synthesis by denoising in a VAE-compressed latent space. However, fixed visual tokenizers can discard fine textures and structural details, while separate representation and diffusion training creates a mismatch between reconstruction and generation objectives. These limitations have renewed interest in pixel-space diffusion, which models raw pixels directly, removes the VAE bottleneck, and supports end-to-end optimization. This formulation better matches the demands of high-fidelity generation but introduces challenges in high-dimensional modeling, including noise scheduling, loss weighting, token efficiency, and scalable architecture design. Pixel-space modeling also offers a promising basis for unified multimodal systems: raw pixels, text, and task conditions can be represented in a shared token space and jointly processed by a single Transformer, narrowing the gap between visual understanding and generation. This paper reviews Pixel-Space Diffusion Transformers (pDiTs) from the perspectives of model architecture, continuous generative mechanisms, and unified multimodal modeling. We summarize representative methods, identify key technical challenges, and discuss future directions toward high-fidelity, end-to-end vision foundation models that integrate generation and understanding.
citation-role summary
citation-polarity summary
fields
cs.CL 1years
2026 1verdicts
REJECT 1roles
background 1polarities
unclear 1representative citing papers
citing papers explorer
-
RAGOCR: Optical Compression of Retrieval-Augmented Text via Visual Representation
RAGOCR renders retrieved documents as images and uses a GRPO-trained compressor to allocate query-dependent resolution, reporting accuracy gains over RAG at reduced token counts, though the evidence in the preprint is inconsistent.