paper-with-me

Papers

HAAP: Vision-context Hierarchical Attention Autoregressive with Adaptive Permutation for Scene Text Recognition

2024-05-15 · Honghui Chen, Yuhang Qiu, Jiabao Wang, Pingping Chen, Nam Ling

Internal Language Model (LM)-based methods use permutation language modeling (PLM) to solve the error correction caused by conditional independence in external LM-based methods. However, random permutations of human interference cause fit oscillations in the model training, and Iterative Refinement (IR) operation to improve multimodal information decoupling also introduces additional overhead. To address these issues, this paper proposes the Hierarchical Attention autoregressive Model with Adaptive Permutation (HAAP) to enhance the location-context-image interaction capability, improving autoregressive generalization with internal LM. First, we propose Implicit Permutation Neurons (IPN) to generate adaptive attention masks to dynamically exploit token dependencies. The adaptive masks increase the diversity of training data and prevent model dependency on a specific order. It reduces the training overhead of PLM while avoiding training fit oscillations. Second, we develop Cross-modal Hierarchical Attention mechanism (CHA) to couple context and image features. This processing establishes rich positional semantic dependencies between context and image while avoiding IR. Extensive experimental results show the proposed HAAP achieves state-of-the-art (SOTA) performance in terms of accuracy, complexity, and latency on several datasets.

📄 PDF Abstract BibTeX arXiv:2405.09125

Code (0)

등록된 구현이 없습니다.

Tasks

DiversityLanguage ModelingLanguage ModellingScene Text Recognition

Similar Papers 제목 키워드 기반

Homogeneous Architecture Augmentation for Neural Predictor

2021-07-28 · ICCV 2021 10 · Yuqiao Liu, Yehui Tang, Yanan sun

Neural Architecture Search (NAS) can automatically design well-performed architectures of Deep Neural Networks (DNNs) for the tasks at hand. However, one bottleneck of NAS is the prohibitively computational cost largely …

Neural Architecture Search

AlphaApollo: A System for Deep Agentic Reasoning

2025-10-05 · Zhanke Zhou, Chentao Cao, Xiao Feng, Xuan Li 외 arxiv

We present AlphaApollo, an agentic reasoning system that targets two bottlenecks in foundation-model reasoning: (1) limited reasoning capacity for complex, long-horizon problem solving and (2) unreliable test-time evolut…

Reinforcement Learning

Hierarchical Attention Encoder Decoder

2023-06-01 · Asier Mujika

Recent advances in large language models have shown that autoregressive modeling can generate complex and novel sequences that have many real-world applications. However, these models must generate outputs autoregressive…

Decoder

Rethinking Causal Mask Attention for Vision-Language Inference

2025-05-24 · Xiaohuan Pei, Tao Huang, Yanxiang Ma, Chang Xu

Causal attention has become a foundational mechanism in autoregressive vision-language models (VLMs), unifying textual and visual inputs under a single generative framework. However, existing causal mask-based strategies…

Hierarchical Context-Aware Transformers for Non-Autoregressive Text to Speech

2021-06-29 · Jae-Sung Bae, Tae-Jun Bak, Young-Sun Joo, Hoon-Young Cho

In this paper, we propose methods for improving the modeling performance of a Transformer-based non-autoregressive text-to-speech (TNA-TTS) model. Although the text encoder and audio decoder handle different types and le…

DecoderSentencetext-to-speechText to Speech