paper-with-me

Papers

Learning Joint Embedding with Modality Alignments for Cross-Modal Retrieval of Recipes and Food Images

2021-08-09 · Zhongwei Xie, Ling Liu, Lin Li, Luo Zhong

This paper presents a three-tier modality alignment approach to learning text-image joint embedding, coined as JEMA, for cross-modal retrieval of cooking recipes and food images. The first tier improves recipe text embedding by optimizing the LSTM networks with term extraction and ranking enhanced sequence patterns, and optimizes the image embedding by combining the ResNeXt-101 image encoder with the category embedding using wideResNet-50 with word2vec. The second tier modality alignment optimizes the textual-visual joint embedding loss function using a double batch-hard triplet loss with soft-margin optimization. The third modality alignment incorporates two types of cross-modality alignments as the auxiliary loss regularizations to further reduce the alignment errors in the joint learning of the two modality-specific embedding functions. The category-based cross-modal alignment aims to align the image category with the recipe category as a loss regularization to the joint embedding. The cross-modal discriminator-based alignment aims to add the visual-textual embedding distribution alignment to further regularize the joint embedding loss. Extensive experiments with the one-million recipes benchmark dataset Recipe1M demonstrate that the proposed JEMA approach outperforms the state-of-the-art cross-modal embedding methods for both image-to-recipe and recipe-to-image retrievals.

📄 PDF Abstract BibTeX arXiv:2108.03788

Code (0)

등록된 구현이 없습니다.

Tasks

cross-modal alignmentCross-Modal RetrievalRetrievalTerm ExtractionTriplet

Methods 이 논문이 사용한 방법론

Tanh Activation 설명 없음
Sigmoid Activation 설명 없음
Triplet Loss The goal of Triplet loss, in the context of Siamese Networks, is to maximize the joint probability among all score-pairs i.e. the product of all probabilities. By using its…
LSTM An LSTM is a type of recurrent neural network that addresses the vanishing gradient problem in vanilla…

Similar Papers 제목 키워드 기반

MCEN: Bridging Cross-Modal Gap between Cooking Recipes and Dish Images with Latent Variable Model

2020-04-02 · CVPR 2020 6 · Han Fu, Rui Wu, Chenghao Liu, Jianling Sun

Nowadays, driven by the increasing concern on diet and health, food computing has attracted enormous attention from both industry and research community. One of the most popular research topics in this domain is Food Ret…

Cross-Modal RetrievalRetrieval

Context-Aware Attention Network for Image-Text Retrieval

2020-06-01 · CVPR 2020 6 · Qi Zhang, Zhen Lei, Zhaoxiang Zhang, Stan Z. Li

As a typical cross-modal problem, image-text bi-directional retrieval relies heavily on the joint embedding learning and similarity measure for each image-text pair. It remains challenging because prior works seldom expl…

Image-text RetrievalRetrievalText Retrieval

Modality-specific Cross-modal Similarity Measurement with Recurrent Attention Network

2017-08-16 · Yuxin Peng, Jinwei Qi, Yuxin Yuan

Nowadays, cross-modal retrieval plays an indispensable role to flexibly find information across different modalities of data. Effectively measuring the similarity between different modalities of data is the key of cross-…

Cross-Modal RetrievalRetrievalSentence

Multimodal Medical Image Binding via Shared Text Embeddings

2025-06-22 · Yunhao Liu, SuYang Xi, Shiqi Liu, Hong Ding 외

Medical image analysis increasingly relies on the integration of multiple imaging modalities to capture complementary anatomical and functional information, enabling more accurate diagnosis and treatment planning. Achiev…

Cross-Modal RetrievalMedical Image Analysis

DTW-Align: Bridging the Modality Gap in End-to-End Speech Translation with Dynamic Time Warping Alignment

2025-09-23 · Abderrahmane Issam, Yusuf Can Semerci, Jan Scholtes, Gerasimos Spanakis arxiv

End-to-End Speech Translation (E2E-ST) is the task of translating source speech directly into target text bypassing the intermediate transcription step. The representation discrepancy between the speech and text modaliti…