Benchmarking Multimodal Large Language Models for Missing Modality Completion in Product Catalogues
Junchen Fu, Wenhao Deng, Kaiwen Zheng, Ioannis Arapakis, Yu Ye, Yongxin Ni, Joemon M. Jose, Xuri Ge
TL;DR
This work tackles missing-modality completion in e-commerce product catalogs by introducing MMPCBench, a dual-benchmark suite with Content Quality (CQBench) and Recommendation (RecBench) components to evaluate how well Multimodal Large Language Models can generate missing images or text. It systematically evaluates six MLLMs from the Qwen2.5-VL and Gemma-3 families across nine product categories for both image-to-text and text-to-image completion, and investigates Group Relative Policy Optimization (GRPO) to improve task alignment. Key findings show that while MLLMs capture high-level semantics, they struggle with fine-grained word- and pixel-level fidelity, and model size effects are non-monotonic; GRPO improves image-to-text but provides limited gains for text-to-image. The paper provides an open, reproducible benchmark and offers insights into the practical viability and limitations of missing-modality generation in real-world catalogs, with GRPO identified as a promising direction for I→T alignment but not yet for T→I.
Abstract
Missing-modality information on e-commerce platforms, such as absent product images or textual descriptions, often arises from annotation errors or incomplete metadata, impairing both product presentation and downstream applications such as recommendation systems. Motivated by the multimodal generative capabilities of recent Multimodal Large Language Models (MLLMs), this work investigates a fundamental yet underexplored question: can MLLMs generate missing modalities for products in e-commerce scenarios? We propose the Missing Modality Product Completion Benchmark (MMPCBench), which consists of two sub-benchmarks: a Content Quality Completion Benchmark and a Recommendation Benchmark. We further evaluate six state-of-the-art MLLMs from the Qwen2.5-VL and Gemma-3 model families across nine real-world e-commerce categories, focusing on image-to-text and text-to-image completion tasks. Experimental results show that while MLLMs can capture high-level semantics, they struggle with fine-grained word-level and pixel- or patch-level alignment. In addition, performance varies substantially across product categories and model scales, and we observe no trivial correlation between model size and performance, in contrast to trends commonly reported in mainstream benchmarks. We also explore Group Relative Policy Optimization (GRPO) to better align MLLMs with this task. GRPO improves image-to-text completion but does not yield gains for text-to-image completion. Overall, these findings expose the limitations of current MLLMs in real-world cross-modal generation and represent an early step toward more effective missing-modality product completion.
