paper-with-me

홈 › Papers

CausalEmbed: Auto-Regressive Multi-Vector Generation in Latent Space for Visual Document Embedding

2026-01-29 · Jiahao Huo, Yu Huang, Yibo Yan, Ye Pan, Kening Zheng, Wei-Chieh Huang, Yi Cao, Mingdong Ou, Philip S. Yu, Xuming Hu arxiv

Although Multimodal Large Language Models (MLLMs) have shown remarkable potential in Visual Document Retrieval (VDR) through generating high-quality multi-vector embeddings, the substantial storage overhead caused by representing a page with thousands of visual tokens limits their practicality in real-world applications. To address this challenge, we propose an auto-regressive generation approach, CausalEmbed, for constructing multi-vector embeddings. By incorporating iterative margin loss during contrastive training, CausalEmbed encourages the embedding models to learn compact and well-structured representations. Our method enables efficient VDR tasks using only dozens of visual tokens, achieving a 30-155x reduction in token count while maintaining highly competitive performance across various backbones and benchmarks. Theoretical analysis and empirical results demonstrate the unique advantages of auto-regressive embedding generation in terms of training efficiency and scalability at test time. As a result, CausalEmbed introduces a flexible test-time scaling strategy for multi-vector VDR representations and sheds light on the generative paradigm within multimodal document retrieval. Our code is available at https://github.com/Z1zs/Causal-Embed.

📄 PDF Abstract BibTeX arXiv:2601.21262

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Autoregressive Image Generation without Vector Quantization

2024-06-17 · Tianhong Li, Yonglong Tian, He Li, Mingyang Deng 외

Conventional wisdom holds that autoregressive models for image generation are typically accompanied by vector-quantized tokens. We observe that while a discrete-valued space can facilitate representing a categorical dist…

Image GenerationQuantization

SAR3D: Autoregressive 3D Object Generation and Understanding via Multi-scale 3D VQVAE

2024-11-25 · CVPR 2025 1 · Yongwei Chen, Yushi Lan, Shangchen Zhou, Tengfei Wang 외

Autoregressive models have demonstrated remarkable success across various fields, from large language models (LLMs) to large multimodal models (LMMs) and 2D content generation, moving closer to artificial general intelli…

3D GenerationGPU

MAG: Multi-Modal Aligned Autoregressive Co-Speech Gesture Generation without Vector Quantization

2025-03-18 · Binjie Liu, Lina Liu, Sanyi Zhang, Songen Gu 외

This work focuses on full-body co-speech gesture generation. Existing methods typically employ an autoregressive model accompanied by vector-quantized tokens for gesture generation, which results in information loss and …

Gesture GenerationQuantization

Self-control: A Better Conditional Mechanism for Masked Autoregressive Model

2024-12-18 · Qiaoying Qu, Shiyu Shen

Autoregressive conditional image generation algorithms are capable of generating photorealistic images that are consistent with given textual or image conditions, and have great potential for a wide range of applications…

Conditional Image GenerationImage GenerationQuantization

Autoregressive Video Generation without Vector Quantization

2024-12-18 · Haoge Deng, Ting Pan, Haiwen Diao, Zhengxiong Luo 외

This paper presents a novel approach that enables autoregressive video generation with high efficiency. We propose to reformulate the video generation problem as a non-quantized autoregressive modeling of temporal frame-…

Image GenerationPredictionQuantizationText to Image Generation+2