Mitigating Cross-modal Representation Bias for Multicultural Image-to-Recipe Retrieval
Qing Wang, Chong-Wah Ngo, Yu Cao, Ee-Peng Lim
TL;DR
The paper addresses bias in cross-modal image-to-recipe retrieval arising from the unequal visual visibility of ingredients and cooking actions. It introduces a causal view and backdoor adjustment to refine similarity by injecting ingredient- and action-derived debiasing terms, implemented via culture-specific dictionaries and plug-in neural modules within multilingual CLIP-based backbones. Key contributions include a formal causal formulation, scalable plug-and-play debiasing components for monolingual and multicultural retrieval, and a newly curated Cookpad-based multicultural dataset with zero-shot evaluation. Results show consistent gains in retrieval metrics, with the largest improvements when both ingredient and action debiasing are applied, especially for low-resource cuisines, highlighting the method's practical impact in multilingual, culturally diverse settings.
Abstract
Existing approaches for image-to-recipe retrieval have the implicit assumption that a food image can fully capture the details textually documented in its recipe. However, a food image only reflects the visual outcome of a cooked dish and not the underlying cooking process. Consequently, learning cross-modal representations to bridge the modality gap between images and recipes tends to ignore subtle, recipe-specific details that are not visually apparent but are crucial for recipe retrieval. Specifically, the representations are biased to capture the dominant visual elements, resulting in difficulty in ranking similar recipes with subtle differences in use of ingredients and cooking methods. The bias in representation learning is expected to be more severe when the training data is mixed of images and recipes sourced from different cuisines. This paper proposes a novel causal approach that predicts the culinary elements potentially overlooked in images, while explicitly injecting these elements into cross-modal representation learning to mitigate biases. Experiments are conducted on the standard monolingual Recipe1M dataset and a newly curated multilingual multicultural cuisine dataset. The results indicate that the proposed causal representation learning is capable of uncovering subtle ingredients and cooking actions and achieves impressive retrieval performance on both monolingual and multilingual multicultural datasets.
