CVCLLGFeb 11, 2022

ACORT: A Compact Object Relation Transformer for Parameter Efficient Image Captioning

arXiv:2202.05451v123 citationsHas Code
Originality Incremental advance
AI Analysis

This work addresses the issue of parameter inefficiency in image captioning models for researchers and practitioners, representing an incremental improvement in model compression.

The paper tackles the problem of large model sizes in Transformer-based image captioning by proposing three parameter reduction methods, resulting in ACORT models with 3.7x to 21.6x fewer parameters while maintaining competitive performance, such as CIDEr scores >=126 on the MS-COCO dataset.

Recent research that applies Transformer-based architectures to image captioning has resulted in state-of-the-art image captioning performance, capitalising on the success of Transformers on natural language tasks. Unfortunately, though these models work well, one major flaw is their large model sizes. To this end, we present three parameter reduction methods for image captioning Transformers: Radix Encoding, cross-layer parameter sharing, and attention parameter sharing. By combining these methods, our proposed ACORT models have 3.7x to 21.6x fewer parameters than the baseline model without compromising test performance. Results on the MS-COCO dataset demonstrate that our ACORT models are competitive against baselines and SOTA approaches, with CIDEr score >=126. Finally, we present qualitative results and ablation studies to demonstrate the efficacy of the proposed changes further. Code and pre-trained models are publicly available at https://github.com/jiahuei/sparse-image-captioning.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes