paper-with-me

Papers

Simple is not Easy: A Simple Strong Baseline for TextVQA and TextCaps

2020-12-09 · Qi Zhu, Chenyu Gao, Peng Wang, Qi Wu

Texts appearing in daily scenes that can be recognized by OCR (Optical Character Recognition) tools contain significant information, such as street name, product brand and prices. Two tasks -- text-based visual question answering and text-based image captioning, with a text extension from existing vision-language applications, are catching on rapidly. To address these problems, many sophisticated multi-modality encoding frameworks (such as heterogeneous graph structure) are being used. In this paper, we argue that a simple attention mechanism can do the same or even better job without any bells and whistles. Under this mechanism, we simply split OCR token features into separate visual- and linguistic-attention branches, and send them to a popular Transformer decoder to generate answers or captions. Surprisingly, we find this simple baseline model is rather strong -- it consistently outperforms state-of-the-art (SOTA) models on two popular benchmarks, TextVQA and all three tasks of ST-VQA, although these SOTA models use far more complex encoding mechanisms. Transferring it to text-based image captioning, we also surpass the TextCaps Challenge 2020 winner. We wish this work to set the new baseline for this two OCR text related applications and to inspire new thinking of multi-modality encoder design. Code is available at https://github.com/ZephyrZhuQi/ssbaseline

📄 PDF Abstract BibTeX arXiv:2012.05153

Code (1)

ZephyrZhuQi/ssbaseline 공식 구현 pytorch

Tasks

DecoderImage CaptioningOptical Character RecognitionOptical Character Recognition (OCR)Question AnsweringTextVQAVisual Question AnsweringVisual Question Answering (VQA)

Methods 이 논문이 사용한 방법론

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 설명 없음
Multi-Head Attention 설명 없음
Residual Connection 설명 없음
Adam 설명 없음
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…
Attention 설명 없음

Similar Papers 제목 키워드 기반

No Mean Feat: Simple, Strong Baselines for Context Compression

2025-10-23 · Yair Feldman, Yoav Artzi arxiv

Context compression reduces Transformer inference costs by replacing lengthy inputs with shorter pre-computed representations. It carries significant benefits for retrieval-augmented generation (RAG) and has attracted gr…

Reading Comprehension

SceneGATE: Scene-Graph based co-Attention networks for TExt visual question answering

2022-12-16 · Feiqi Cao, Siwen Luo, Felipe Nunez, Zean Wen 외

Most TextVQA approaches focus on the integration of objects, scene texts and question words by a simple transformer encoder. But this fails to capture the semantic relations between different modalities. The paper propos…

Optical Character RecognitionOptical Character Recognition (OCR)Question AnsweringRelation+3

Structured Multimodal Attentions for TextVQA

2020-06-01 · Chenyu Gao, Qi Zhu, Peng Wang, Hui Li 외

In this paper, we propose an end-to-end structured multimodal attention (SMA) neural network to mainly solve the first two issues above. SMA first uses a structural graph representation to encode the object-object, objec…

Graph AttentionOptical Character Recognition (OCR)Question AnsweringTextVQA+2

SimUSR: A Simple but Strong Baseline for Unsupervised Image Super-resolution

2020-04-23 · Namhyuk Ahn, Jaejun Yoo, Kyung-Ah Sohn

In this paper, we tackle a fully unsupervised super-resolution problem, i.e., neither paired images nor ground truth HR images. We assume that low resolution (LR) images are relatively easy to collect compared to high re…

DenoisingImage Super-ResolutionSSIMSuper-Resolution

Towards Zero-Shot Frame Semantic Parsing with Task Agnostic Ontologies and Simple Labels

2023-05-05 · Danilo Ribeiro, Omid Abdar, Jack Goetz, Mike Ross 외

Frame semantic parsing is an important component of task-oriented dialogue systems. Current models rely on a significant amount training data to successfully identify the intent and slots in the user's input utterance. T…

Semantic ParsingSentenceTask-Oriented Dialogue Systems