π€ AI Summary
This work addresses the inconsistency between indexing and decoding in multimodal generative retrieval, which often causes premature pruning of target identifier prefixes during early beam search stages. The study formally characterizes this βindex-decoding gapβ for the first time, derives a survival bound for prefix retention, and introduces PROβa unified optimization framework. PRO jointly enhances prefix discriminability during both training and decoding by integrating prefix-ranking distillation, hierarchical vocabulary scheduling, and geometric score fusion. Additionally, it improves efficiency and accuracy through residual quantization and Trie-constrained beam search. Evaluated across nine benchmark tasks, PRO substantially outperforms existing methods, significantly increasing target prefix retention rates and overall retrieval performance.
π Abstract
Multimodal generative retrieval formulates multimodal retrieval as discrete identifier generation, eliminating the need for explicit similarity search over external embeddings. Existing approaches construct identifiers via residual quantization and decode them with trie-constrained beam search. This combination introduces an indexing-decoding gap: identifier learning objectives, including reconstruction and contrastive losses, do not explicitly enforce prefix discriminability during decoding. As a result, even well-optimized identifiers can be irreversibly pruned early in beam search due to low-rank prefixes. We theoretically characterize this gap and derive a survival bound that relates prefix retention to three controllable factors in indexing and decoding. Building on this bound, we propose PRO, prefix retention optimization, a unified framework comprising three mechanisms: (i) prefix ranking distillation aligns quantized prefix rankings with those induced by pre-quantization embeddings using a listwise loss; (ii) vocabulary scheduling increases codebook sizes from shallow to deep residual quantization levels to reduce early competition from non-target prefixes; and (iii) geometric score fusion vectorizes each candidate prefix and incorporates its similarity to the query into beam search scoring, further reducing the indexing-decoding mismatch. Experiments on nine multimodal retrieval tasks show that PRO improves retention of target identifier prefixes and outperforms existing multimodal generative retrieval baselines.