paper-with-me

Papers

Align before Search: Aligning Ads Image to Text for Accurate Cross-Modal Sponsored Search

2023-09-28 · Yuanmin Tang, Jing Yu, Keke Gai, Yujing Wang, Yue Hu, Gang Xiong, Qi Wu

Cross-Modal sponsored search displays multi-modal advertisements (ads) when consumers look for desired products by natural language queries in search engines. Since multi-modal ads bring complementary details for query-ads matching, the ability to align ads-specific information in both images and texts is crucial for accurate and flexible sponsored search. Conventional research mainly studies from the view of modeling the implicit correlations between images and texts for query-ads matching, ignoring the alignment of detailed product information and resulting in suboptimal search performance.In this work, we propose a simple alignment network for explicitly mapping fine-grained visual parts in ads images to the corresponding text, which leverages the co-occurrence structure consistency between vision and language spaces without requiring expensive labeled training data. Moreover, we propose a novel model for cross-modal sponsored search that effectively conducts the cross-modal alignment and query-ads matching in two separate processes. In this way, the model matches the multi-modal input in the same language space, resulting in a superior performance with merely half of the training data. Our model outperforms the state-of-the-art models by 2.57% on a large commercial dataset. Besides sponsored search, our alignment method is applicable for general cross-modal search. We study a typical cross-modal retrieval task on the MSCOCO dataset, which achieves consistent performance improvement and proves the generalization ability of our method. Our code is available at https://github.com/Pter61/AlignCMSS/

📄 PDF Abstract BibTeX arXiv:2309.16141

Code (1)

pter61/aligncmss 공식 구현

Tasks

cross-modal alignmentCross-Modal RetrievalImage-text matchingImage to textNatural Language Queries

Methods 이 논문이 사용한 방법론

ALIGN In the ALIGN method, visual and language representations are jointly trained from noisy image alt-text data. The image and text encoders are learned via contrastive loss…

Similar Papers 제목 키워드 기반

RLHF: A comprehensive Survey for Cultural, Multimodal and Low Latency Alignment Methods

2025-11-06 · Raghav Sharma, Manan Mehta, Sai Tiger Raina arxiv

Reinforcement Learning from Human Feedback (RLHF) is the standard for aligning Large Language Models (LLMs), yet recent progress has moved beyond canonical text-based methods. This survey synthesizes the new frontier of …

Reinforcement Learning

Fine-Grained Image-Text Matching by Cross-Modal Hard Aligning Network

2023-01-01 · CVPR 2023 1 · Zhengxin Pan, Fangyu Wu, BaiLing Zhang

Current state-of-the-art image-text matching methods implicitly align the visual-semantic fragments, like regions in images and words in sentences, and adopt cross-attention mechanism to discover fine-grained cross-m…

Image-text matchingRetrievalSemantic correspondenceText Matching+2

Curriculum Learning for Data-Efficient Vision-Language Alignment

2022-07-29 · Tejas Srinivasan, Xiang Ren, Jesse Thomason

Aligning image and text encoders from scratch using contrastive learning requires large amounts of paired image-text data. We alleviate this need by aligning individually pre-trained language and vision representation mo…

Contrastive LearningImage RetrievalObjectRetrieval+1

Aligning Forest and Trees in Images & Long Captions for Visually Grounded Understanding

2026-02-03 · Byeongju Woo, Zilin Wang, Byeonghyun Pak, Sangwoo Mo 외 arxiv

Vision-language models such as CLIP often struggle to faithfully understand long, detail-rich captions, relying on dominant scene cues while overlooking fine-grained visual evidence. We propose a hierarchical vision-lang…

Text Retrieval

Scaling Open-Vocabulary Image Segmentation with Image-Level Labels

2021-12-22 · Golnaz Ghiasi, Xiuye Gu, Yin Cui, Tsung-Yi Lin

We design an open-vocabulary image segmentation model to organize an image into meaningful regions indicated by arbitrary texts. Recent works (CLIP and ALIGN), despite attaining impressive open-vocabulary classification …

Image SegmentationSegmentationSemantic Segmentation