English

AlignVE: Visual Entailment Recognition Based on Alignment Relations

Computer Vision and Pattern Recognition 2022-11-17 v1 Multimedia

Abstract

Visual entailment (VE) is to recognize whether the semantics of a hypothesis text can be inferred from the given premise image, which is one special task among recent emerged vision and language understanding tasks. Currently, most of the existing VE approaches are derived from the methods of visual question answering. They recognize visual entailment by quantifying the similarity between the hypothesis and premise in the content semantic features from multi modalities. Such approaches, however, ignore the VE's unique nature of relation inference between the premise and hypothesis. Therefore, in this paper, a new architecture called AlignVE is proposed to solve the visual entailment problem with a relation interaction method. It models the relation between the premise and hypothesis as an alignment matrix. Then it introduces a pooling operation to get feature vectors with a fixed size. Finally, it goes through the fully-connected layer and normalization layer to complete the classification. Experiments show that our alignment-based architecture reaches 72.45\% accuracy on SNLI-VE dataset, outperforming previous content-based models under the same settings.

Keywords

Cite

@article{arxiv.2211.08736,
  title  = {AlignVE: Visual Entailment Recognition Based on Alignment Relations},
  author = {Biwei Cao and Jiuxin Cao and Jie Gui and Jiayun Shen and Bo Liu and Lei He and Yuan Yan Tang and James Tin-Yau Kwok},
  journal= {arXiv preprint arXiv:2211.08736},
  year   = {2022}
}

Comments

This paper is accepted for publication as a REGULAR paper in the IEEE Transactions on Multimedia

R2 v1 2026-06-28T06:01:03.147Z