paper-with-me

Papers

Constructing Phrase-level Semantic Labels to Form Multi-Grained Supervision for Image-Text Retrieval

2021-09-12 · Zhihao Fan, Zhongyu Wei, Zejun Li, Siyuan Wang, Haijun Shan, Xuanjing Huang, Jianqing Fan

Existing research for image text retrieval mainly relies on sentence-level supervision to distinguish matched and mismatched sentences for a query image. However, semantic mismatch between an image and sentences usually happens in finer grain, i.e., phrase level. In this paper, we explore to introduce additional phrase-level supervision for the better identification of mismatched units in the text. In practice, multi-grained semantic labels are automatically constructed for a query image in both sentence-level and phrase-level. We construct text scene graphs for the matched sentences and extract entities and triples as the phrase-level labels. In order to integrate both supervision of sentence-level and phrase-level, we propose Semantic Structure Aware Multimodal Transformer (SSAMT) for multi-modal representation learning. Inside the SSAMT, we utilize different kinds of attention mechanisms to enforce interactions of multi-grain semantic units in both sides of vision and language. For the training, we propose multi-scale matching losses from both global and local perspectives, and penalize mismatched phrases. Experimental results on MS-COCO and Flickr30K show the effectiveness of our approach compared to some state-of-the-art models.

📄 PDF Abstract BibTeX arXiv:2109.05523

Code (0)

등록된 구현이 없습니다.

Tasks

FormImage-text RetrievalRepresentation LearningRetrievalSentenceText Retrieval

Methods 이 논문이 사용한 방법론

Multi-Head Attention 설명 없음
Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
AWARE We propose to theoretically and empirically examine the effect of incorporating weighting schemes into walk-aggregating GNNs. To this end, we propose a simple, interpretable, and…
Absolute Position Encodings Absolute Position Encodings are a type of position embeddings for [Transformer-based models] where positional encodings are…
Position-Wise Feed-Forward Layer 설명 없음
Dropout Dropout is a regularization technique for neural networks that drops a unit (along with connections) at training time with a specified probability $p$ (a common value is…
Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…

Similar Papers 제목 키워드 기반

Constructing Phrase-level Semantic Labels to Form Multi-GrainedSupervision for Image-Text Retrieval

2021-11-16 · ACL ARR November 2021 11 · Anonymous

Existing research for image text retrieval mainly relies on sentence-level supervision to distinguish matched and mismatched sentences for a query image. However, semantic mismatch between an image and sentences usually …

FormImage-text RetrievalRepresentation LearningRetrieval+2

Learning Document-Level Semantic Properties from Free-Text Annotations

2014-01-15 · S. R. K. Branavan, Harr Chen, Jacob Eisenstein, Regina Barzilay

This paper presents a new method for inferring the semantic properties of documents by leveraging free-text keyphrase annotations. Such annotations are becoming increasingly abundant due to the recent dramatic growth in …

Clustering

Constructing Cloze Questions Generatively

2024-10-05 · Yicheng Sun, Jie Wang

We present a generative method called CQG for constructing cloze questions from a given article using neural networks and WordNet, with an emphasis on generating multigram distractors. Built on sense disambiguation, text…

Sentence

Paraphrases as Foreign Languages in Multilingual Neural Machine Translation

2018-08-25 · ACL 2019 7 · Zhong Zhou, Matthias Sperber, Alex Waibel

Paraphrases, the rewordings of the same semantic meaning, are useful for improving generalization and translation. However, prior works only explore paraphrases at the word or phrase level, not at the sentence or corpus …

Machine TranslationNMTSentenceTAG+2

Improving Human-Object Interaction Detection via Phrase Learning and Label Composition

2021-12-14 · Zhimin Li, Cheng Zou, Yu Zhao, Boxun Li 외

Human-Object Interaction (HOI) detection is a fundamental task in high-level human-centric scene understanding. We propose PhraseHOI, containing a HOI branch and a novel phrase branch, to leverage language prior and impr…

Human-Object Interaction DetectionScene UnderstandingTriplet