paper-with-me

Papers

Efficient Deep Feature Calibration for Cross-Modal Joint Embedding Learning

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

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

📄 PDF Abstract BibTeX arXiv:2108.00705

Code (0)

등록된 구현이 없습니다.

Tasks

Feature EngineeringTriplet

Methods 이 논문이 사용한 방법론

Tanh Activation 설명 없음
Sigmoid Activation 설명 없음
LSTM An LSTM is a type of recurrent neural network that addresses the vanishing gradient problem in vanilla…
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…

Similar Papers 제목 키워드 기반

Sparse-by-Design Cross-Modality Prediction: L0-Gated Representations for Reliable and Efficient Learning

2026-03-26 · Filippo Cenacchi arxiv

Predictive systems increasingly span heterogeneous modalities such as graphs, language, and tabular records, but sparsity and efficiency remain modality-specific (graph edge or neighborhood sparsification, Transformer he…

Uncovering Trajectory and Topological Signatures in Multimodal Pediatric Sleep Embeddings

2026-05-13 · Scott Ye, Harlin Lee arxiv

While generative models have shown promise in pediatric sleep analysis, the latent structure of their multimodal embeddings remains poorly understood. This work investigates session-wide diagnostic information contained …

Feature Importance

Learning TFIDF Enhanced Joint Embedding for Recipe-Image Cross-Modal Retrieval Service

2021-08-02 · Zhongwei Xie, Ling Liu, Yanzhao Wu, Lin Li 외

It is widely acknowledged that learning joint embeddings of recipes with images is challenging due to the diverse composition and deformation of ingredients in cooking procedures. We present a Multi-modal Semantics enhan…

Cross-Modal RetrievalRetrieval

TabPFN beyond Tabular Data: Calibration and Accuracy on Multimodal Embeddings

2026-07-13 · Jingxiang Zhang, Lujia Zhong, Zijie Zhu, Shuo Huang 외 arxiv

Few-shot multimodal classification commonly attaches a lightweight head, such as $k$-nearest neighbors, logistic regression, or a linear SVM, to a frozen pretrained encoder. Although computationally efficient, these head…

Same Concept, Different Directions: Cross-Modal Feature Heterogeneity in Sparse Autoencoders

2026-06-29 · Chungpa Lee, Jihoon Kwon, Kyle Min, Jy-yong Sohn arxiv

Vision-language models map images and text into a joint embedding space. However, these embeddings often entangle multiple semantic features, which limits their interpretability and controllability. While sparse autoenco…

Cross-Modal Retrieval