paper-with-me

Papers

ABINet++: Autonomous, Bidirectional and Iterative Language Modeling for Scene Text Spotting

2022-11-19 · Shancheng Fang, Zhendong Mao, Hongtao Xie, Yuxin Wang, Chenggang Yan, Yongdong Zhang

Scene text spotting is of great importance to the computer vision community due to its wide variety of applications. Recent methods attempt to introduce linguistic knowledge for challenging recognition rather than pure visual classification. However, how to effectively model the linguistic rules in end-to-end deep networks remains a research challenge. In this paper, we argue that the limited capacity of language models comes from 1) implicit language modeling; 2) unidirectional feature representation; and 3) language model with noise input. Correspondingly, we propose an autonomous, bidirectional and iterative ABINet++ for scene text spotting. Firstly, the autonomous suggests enforcing explicitly language modeling by decoupling the recognizer into vision model and language model and blocking gradient flow between both models. Secondly, a novel bidirectional cloze network (BCN) as the language model is proposed based on bidirectional feature representation. Thirdly, we propose an execution manner of iterative correction for the language model which can effectively alleviate the impact of noise input. Finally, to polish ABINet++ in long text recognition, we propose to aggregate horizontal features by embedding Transformer units inside a U-Net, and design a position and content attention module which integrates character order and content to attend to character features precisely. ABINet++ achieves state-of-the-art performance on both scene text recognition and scene text spotting benchmarks, which consistently demonstrates the superiority of our method in various environments especially on low-quality images. Besides, extensive experiments including in English and Chinese also prove that, a text spotter that incorporates our language modeling method can significantly improve its performance both in accuracy and speed compared with commonly used attention-based recognizers.

📄 PDF Abstract BibTeX arXiv:2211.10578

Code (1)

fangshancheng/abinet-pp 공식 구현 pytorch

Tasks

BlockingLanguage ModelingLanguage ModellingScene Text RecognitionText Spotting

Methods 이 논문이 사용한 방법론

Multi-Head Attention 설명 없음
Attention 설명 없음
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$…
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…
Adam 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
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…
Residual Connection 설명 없음

Similar Papers 제목 키워드 기반

Read Like Humans: Autonomous, Bidirectional and Iterative Language Modeling for Scene Text Recognition

2021-03-11 · CVPR 2021 1 · Shancheng Fang, Hongtao Xie, Yuxin Wang, Zhendong Mao 외

Linguistic knowledge is of great benefit to scene text recognition. However, how to effectively model linguistic rules in end-to-end deep networks remains a research challenge. In this paper, we argue that the limited ca…

Language ModelingLanguage ModellingScene Text Recognition

Customizing Pareto Simulated Annealing for Multi-objective Optimization of Control Cabinet Layout

2019-06-04 · Sabri Pllana, Suejb Memeti, Joanna Kolodziej

Determining the optimal location of control cabinet components requires the exploration of a large configuration space. For real-world control cabinets it is impractical to evaluate all possible cabinet configurations. T…

Position

CABINET: Content Relevance based Noise Reduction for Table Question Answering

2024-02-02 · Sohan Patnaik, Heril Changwal, Milan Aggarwal, Sumit Bhatia 외

Table understanding capability of Large Language Models (LLMs) has been extensively studied through the task of question-answering (QA) over tables. Typically, only a small part of the whole table is relevant to derive t…

In-Context LearningQuestion AnsweringSemantic Parsing

ViLaD: A Large Vision Language Diffusion Framework for End-to-End Autonomous Driving

2025-08-18 · Can Cui, Yupeng Zhou, Juntong Peng, Sung-Yeon Park 외 arxiv

End-to-end autonomous driving systems built on Vision Language Models (VLMs) have shown significant promise, yet their reliance on autoregressive architectures introduces some limitations for real-world applications. The…

Autonomous Driving

PaiP: An Operational Aware Interactive Planner for Unknown Cabinet Environments

2025-09-15 · Chengjin Wang, Zheng Yan, Yanmin Zhou, Runjie Shen 외 arxiv

Box/cabinet scenarios with stacked objects pose significant challenges for robotic motion due to visual occlusions and constrained free space. Traditional collision-free trajectory planning methods often fail when no col…

Trajectory Planning