paper-with-me

Papers

Auto-Parsing Network for Image Captioning and Visual Question Answering

2021-08-24 · ICCV 2021 10 · Xu Yang, Chongyang Gao, Hanwang Zhang, Jianfei Cai

We propose an Auto-Parsing Network (APN) to discover and exploit the input data's hidden tree structures for improving the effectiveness of the Transformer-based vision-language systems. Specifically, we impose a Probabilistic Graphical Model (PGM) parameterized by the attention operations on each self-attention layer to incorporate sparse assumption. We use this PGM to softly segment an input sequence into a few clusters where each cluster can be treated as the parent of the inside entities. By stacking these PGM constrained self-attention layers, the clusters in a lower layer compose into a new sequence, and the PGM in a higher layer will further segment this sequence. Iteratively, a sparse tree can be implicitly parsed, and this tree's hierarchical knowledge is incorporated into the transformed embeddings, which can be used for solving the target vision-language tasks. Specifically, we showcase that our APN can strengthen Transformer based networks in two major vision-language tasks: Captioning and Visual Question Answering. Also, a PGM probability-based parsing algorithm is developed by which we can discover what the hidden structure of input is during the inference.

📄 PDF Abstract BibTeX arXiv:2108.10568

Code (0)

등록된 구현이 없습니다.

Tasks

Image CaptioningQuestion AnsweringVisual Question AnsweringVisual Question Answering (VQA)

Methods 이 논문이 사용한 방법론

Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
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 설명 없음
Label Smoothing Label Smoothing is a regularization technique that introduces noise for the labels. This accounts for the fact that datasets may have mistakes in them, so maximizing the…
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
BPE Byte Pair Encoding, or BPE, is a subword segmentation algorithm that encodes rare and unknown words as sequences of subword units. The intuition is that various word…
Multi-Head Attention 설명 없음

Similar Papers 제목 키워드 기반

I Can't Believe There's No Images! Learning Visual Tasks Using only Language Supervision

2022-11-17 · ICCV 2023 1 · Sophia Gu, Christopher Clark, Aniruddha Kembhavi

Many high-level skills that are required for computer vision tasks, such as parsing questions, comparing and contrasting semantics, and writing descriptions, are also required in other domains such as natural language pr…

Image CaptioningQuestion AnsweringVisual EntailmentVisual Question Answering+1

Question-controlled Text-aware Image Captioning

2021-08-04 · Anwen Hu, ShiZhe Chen, Qin Jin

For an image with multiple scene texts, different people may be interested in different text information. Current text-aware image captioning models are not able to generate distinctive captions according to various info…

DecoderImage CaptioningQuestion Answering

Vision Language Models Can Parse Floor Plan Maps

2024-09-19 · David Defazio, Hrudayangam Mehta, Jeremy Blackburn, Shiqi Zhang

Vision language models (VLMs) can simultaneously reason about images and texts to tackle many tasks, from visual question answering to image captioning. This paper focuses on map parsing, a novel task that is unexplored …

Image CaptioningQuestion AnsweringVisual Question Answering

Hierarchy Parsing for Image Captioning

2019-09-09 · ICCV 2019 10 · Ting Yao, Yingwei Pan, Yehao Li, Tao Mei

It is always well believed that parsing an image into constituent visual patterns would be helpful for understanding and representing an image. Nevertheless, there has not been evidence in support of the idea on describi…

Image Captioning

Joint Image Captioning and Question Answering

2018-05-22 · Jialin Wu, Zeyuan Hu, Raymond J. Mooney

Answering visual questions need acquire daily common knowledge and model the semantic connection among different parts in images, which is too difficult for VQA systems to learn from images with the only supervision from…

Image CaptioningQuestion AnsweringVisual Question Answering (VQA)