paper-with-me

Papers

CapEnrich: Enriching Caption Semantics for Web Images via Cross-modal Pre-trained Knowledge

2022-11-17 · Linli Yao, Weijing Chen, Qin Jin

Automatically generating textual descriptions for massive unlabeled images on the web can greatly benefit realistic web applications, e.g. multimodal retrieval and recommendation. However, existing models suffer from the problem of generating ``over-generic'' descriptions, such as their tendency to generate repetitive sentences with common concepts for different images. These generic descriptions fail to provide sufficient textual semantics for ever-changing web images. Inspired by the recent success of Vision-Language Pre-training (VLP) models that learn diverse image-text concept alignment during pretraining, we explore leveraging their cross-modal pre-trained knowledge to automatically enrich the textual semantics of image descriptions. With no need for additional human annotations, we propose a plug-and-play framework, i.e CapEnrich, to complement the generic image descriptions with more semantic details. Specifically, we first propose an automatic data-building strategy to get desired training sentences, based on which we then adopt prompting strategies, i.e. learnable and template prompts, to incentivize VLP models to generate more textual details. For learnable templates, we fix the whole VLP model and only tune the prompt vectors, which leads to two advantages: 1) the pre-training knowledge of VLP models can be reserved as much as possible to describe diverse visual concepts; 2) only lightweight trainable parameters are required, so it is friendly to low data resources. Extensive experiments show that our method significantly improves the descriptiveness and diversity of generated sentences for web images. The code is available at https://github.com/yaolinli/CapEnrich.

📄 PDF Abstract BibTeX arXiv:2211.09371

Code (1)

yaolinli/capenrich 공식 구현 pytorch

Tasks

Concept AlignmentRetrieval

Methods 이 논문이 사용한 방법론

fail 설명 없음

Similar Papers 제목 키워드 기반

Embedding and Enriching Explicit Semantics for Visible-Infrared Person Re-Identification

2024-12-11 · Neng Dong, Shuanglin Yan, Liyan Zhang, Jinhui Tang

Visible-infrared person re-identification (VIReID) retrieves pedestrian images with the same identity across different modalities. Existing methods learn visual content solely from images, lacking the capability to sense…

Person Re-Identification

Image Captioning in news report scenario

2024-03-24 · Tianrui Liu, Qi Cai, Changxin Xu, Bo Hong 외

Image captioning strives to generate pertinent captions for specified images, situating itself at the crossroads of Computer Vision (CV) and Natural Language Processing (NLP). This endeavor is of paramount importance wit…

Image CaptioningRecommendation Systems

TCIC: Theme Concepts Learning Cross Language and Vision for Image Captioning

2021-06-21 · Zhihao Fan, Zhongyu Wei, Siyuan Wang, Ruize Wang 외

Existing research for image captioning usually represents an image using a scene graph with low-level facts (objects and relations) and fails to capture the high-level semantics. In this paper, we propose a Theme Concept…

DecoderImage CaptioningRepresentation Learning

What If We Recaption Billions of Web Images with LLaMA-3?

2024-06-12 · Xianhang Li, Haoqin Tu, Mude Hui, Zeyu Wang 외

Web-crawled image-text pairs are inherently noisy. Prior studies demonstrate that semantically aligning and enriching textual descriptions of these pairs can significantly enhance model training across various vision-lan…

Cross-Modal RetrievalImage GenerationText to Image GenerationText-to-Image Generation+1

Open-Vocabulary Instance Segmentation via Robust Cross-Modal Pseudo-Labeling

2021-11-24 · CVPR 2022 1 · Dat Huynh, Jason Kuen, Zhe Lin, Jiuxiang Gu 외

Open-vocabulary instance segmentation aims at segmenting novel classes without mask annotations. It is an important step toward reducing laborious human supervision. Most existing works first pretrain a model on captione…

Instance SegmentationSemantic Segmentation