Abstract
Automatic captioning of images is a task that combines the challenges of image analysis and text generation. One important aspect of captioning is the notion of attention: how to decide what to describe and in which order. Inspired by the successes in text analysis and translation, previous works have proposed the transformer architecture for image captioning. However, the structure between the semantic units in images (usually the detected regions from object detection model) and sentences (each single word) is different. Limited work has been done to adapt the transformer’s internal architecture to images. In this work, we introduce the image transformer, which consists of a modified encoding transformer and an implicit decoding transformer, motivated by the relative spatial relationship between image regions. Our design widens the original transformer layer’s inner architecture to adapt to the structure of images. With only regions feature as inputs, our model achieves new state-of-the-art performance on both MSCOCO offline and online testing benchmarks. The code is available at https://github.com/wtliao/ImageTransformer.
Original language | English |
---|---|
Title of host publication | Computer Vision – ACCV 2020 |
Subtitle of host publication | 15th Asian Conference on Computer Vision, 2020, Revised Selected Papers |
Editors | Hiroshi Ishikawa, Cheng-Lin Liu, Tomas Pajdla, Jianbo Shi |
Publisher | Springer |
Pages | 153-169 |
Number of pages | 17 |
ISBN (Electronic) | 978-3-030-69538-5 |
ISBN (Print) | 978-3-030-69537-8 |
DOIs | |
Publication status | Published - 25 Feb 2021 |
Event | 15th Asian Conference on Computer Vision, ACCV 2020 - Virtual, Online Duration: 30 Nov 2020 → 4 Dec 2020 Conference number: 15 |
Publication series
Name | Lecture Notes in Computer Science |
---|---|
Publisher | Springer |
Volume | 12625 |
ISSN (Print) | 0302-9743 |
ISSN (Electronic) | 1611-3349 |
Conference
Conference | 15th Asian Conference on Computer Vision, ACCV 2020 |
---|---|
Abbreviated title | ACCV 2020 |
City | Virtual, Online |
Period | 30/11/20 → 4/12/20 |
Keywords
- 2021 OA procedure