English

Learning Text-Image Joint Embedding for Efficient Cross-Modal Retrieval with Deep Feature Engineering

Computer Vision and Pattern Recognition 2021-10-25 v1 Information Retrieval

Abstract

This paper introduces a two-phase deep feature engineering framework for efficient learning of semantics enhanced joint embedding, which clearly separates the deep feature engineering in data preprocessing from training the text-image joint embedding model. We use the Recipe1M dataset for the technical description and empirical validation. In preprocessing, we perform deep feature engineering by combining deep feature engineering with semantic context features derived from raw text-image input data. We leverage LSTM to identify key terms, deep NLP models from the BERT family, TextRank, or TF-IDF to produce ranking scores for key terms before generating the vector representation for each key term by using word2vec. We leverage wideResNet50 and word2vec to extract and encode the image category semantics of food images to help semantic alignment of the learned recipe and image embeddings in the joint latent space. In joint embedding learning, we perform deep feature engineering by optimizing the batch-hard triplet loss function with soft-margin and double negative sampling, taking into account also the category-based alignment loss and discriminator-based alignment loss. Extensive experiments demonstrate that our SEJE approach with deep feature engineering significantly outperforms the state-of-the-art approaches.

Keywords

Cite

@article{arxiv.2110.11592,
  title  = {Learning Text-Image Joint Embedding for Efficient Cross-Modal Retrieval with Deep Feature Engineering},
  author = {Zhongwei Xie and Ling Liu and Yanzhao Wu and Luo Zhong and Lin Li},
  journal= {arXiv preprint arXiv:2110.11592},
  year   = {2021}
}

Comments

accepted by ACM Transactions on Information Systems(TOIS). arXiv admin note: text overlap with arXiv:2108.00705, arXiv:2108.03788

R2 v1 2026-06-24T07:05:47.604Z