Caption TLSTMs: Combining Transformer with LSTMs for Image Captioning

Yan Jie,Xie Yuxiang,Luan Xidao,Guo Yanming,Gong Quanzhi,Feng Suru
DOI: https://doi.org/10.1007/s13735-022-00228-7
2022-01-01
International Journal of Multimedia Information Retrieval
Abstract:Image to captions has attracted widespread attention over the years. Recurrent neural networks (RNN) and their corresponding variants have been the mainstream when it comes to dealing with image captioning task for a long time. However, transformer-based models have shown powerful and promising performance on visual tasks contrary to classic neural networks. In order to extract richer and more robust multimodal intersection feature representation, we improve the original abstract scene graph to caption model and propose the Caption TLSTMs which is made up of two LSTMs with Transformer blocks in the middle of them in this paper. Compared with the model before improvement, the architecture of our Caption TLSTMs enables the entire network to make the most of the long-term dependencies and feature representation ability of the LSTM, while encoding the multimodal textual, visual and graphic information with the transformer blocks as well. Finally, experiments on VisualGenome and MSCOCO datasets have shown good performance in improving the general image caption generation quality, demonstrating the effectiveness of the Caption TLSTMs model.
What problem does this paper attempt to address?