paper-with-me

Papers

Exploring the sequence length bottleneck in the Transformer for Image Captioning

2022-07-07 · Jia Cheng Hu, Roberto Cavicchioli, Alessandro Capotondi

Most recent state of the art architectures rely on combinations and variations of three approaches: convolutional, recurrent and self-attentive methods. Our work attempts in laying the basis for a new research direction for sequence modeling based upon the idea of modifying the sequence length. In order to do that, we propose a new method called "Expansion Mechanism" which transforms either dynamically or statically the input sequence into a new one featuring a different sequence length. Furthermore, we introduce a novel architecture that exploits such method and achieves competitive performances on the MS-COCO 2014 data set, yielding 134.6 and 131.4 CIDEr-D on the Karpathy test split in the ensemble and single model configuration respectively and 130 CIDEr-D in the official online evaluation server, despite being neither recurrent nor fully attentive. At the same time we address the efficiency aspect in our design and introduce a convenient training strategy suitable for most computational resources in contrast to the standard one. Source code is available at https://github.com/jchenghu/exploring

📄 PDF Abstract BibTeX arXiv:2207.03327

Code (0)

등록된 구현이 없습니다.

Tasks

Image Captioning

Methods 이 논문이 사용한 방법론

Test 설명 없음

Similar Papers 제목 키워드 기반

Monarch Mixer: A Simple Sub-Quadratic GEMM-Based Architecture

2023-10-18 · NeurIPS 2023 11 · Daniel Y. Fu, Simran Arora, Jessica Grogan, Isys Johnson 외

Machine learning models are increasingly being scaled in both sequence length and model dimension to reach longer contexts and better performance. However, existing architectures such as Transformers scale quadratically …

4kimage-classificationImage ClassificationLanguage Modeling+1

A Spark of Vision-Language Intelligence: 2-Dimensional Autoregressive Transformer for Efficient Finegrained Image Generation

2024-10-02 · Liang Chen, Sinan Tan, Zefan Cai, Weichu Xie 외

This work tackles the information loss bottleneck of vector-quantization (VQ) autoregressive image generation by introducing a novel model architecture called the 2-Dimensional Autoregression (DnD) Transformer. The DnD-T…

Image GenerationQuantization

Optimal Memorization Capacity of Transformers

2024-09-26 · Tokio Kajitsuka, Issei Sato

Recent research in the field of machine learning has increasingly focused on the memorization capacity of Transformers, but how efficient they are is not yet well understood. We demonstrate that Transformers can memorize…

Memorization

Beyond Item IDs: Scaling Short-Form-Video Recommendation via Semantic-Native Long Sequence Modeling

2026-05-04 · Ruixiao Sun, Diego Uribe Mora, Zhimeng Jiang, Yuanzhen Lin 외 arxiv

Capturing user interests across extensive watch histories is critical for short-form video recommendation, yet scaling sequence length is limited by two bottlenecks: the semantic sparsity of atomic Video IDs and the quad…

The End of Transformers? On Challenging Attention and the Rise of Sub-Quadratic Architectures

2025-10-06 · Alexander M. Fichtl, Jeremias Bohn, Josefin Kelber, Edoardo Mosca 외 arxiv

Transformers have dominated sequence processing tasks for the past seven years -- most notably language modeling. However, the inherent quadratic complexity of their attention mechanism remains a significant bottleneck a…