A TextGCN-Based Decoding Approach for Improving Remote Sensing Image Captioning
Swadhin Das, Raksha Sharma
TL;DR
This work tackles remote sensing image captioning by integrating TextGCN-derived word embeddings into a multi-layer LSTM encoder–decoder and a fairness-aware comparison-based beam search. TextGCN captures word relationships at sentence and corpus levels, using a PMI-based adjacency and a two-layer graph convolution with a precomputed, non-trainable embedding matrix. The model uses a ResNet-based image encoder with $2048$-dimensional features, an embedding size of $256$, and LSTM hidden sizes of $256$ and $512$, achieving superior performance on RSICD across seven metrics, including BLEU-$1$ to BLEU-$4$, METEOR, ROUGE-L, and CIDEr. The results demonstrate that addressing domain-specific vocabulary and search fairness yields clear gains in caption quality, with qualitative examples validating improved descriptions for RS imagery.
Abstract
Remote sensing images are highly valued for their ability to address complex real-world issues such as risk management, security, and meteorology. However, manually captioning these images is challenging and requires specialized knowledge across various domains. This letter presents an approach for automatically describing (captioning) remote sensing images. We propose a novel encoder-decoder setup that deploys a Text Graph Convolutional Network (TextGCN) and multi-layer LSTMs. The embeddings generated by TextGCN enhance the decoder's understanding by capturing the semantic relationships among words at both the sentence and corpus levels. Furthermore, we advance our approach with a comparison-based beam search method to ensure fairness in the search strategy for generating the final caption. We present an extensive evaluation of our approach against various other state-of-the-art encoder-decoder frameworks. We evaluated our method across three datasets using seven metrics: BLEU-1 to BLEU-4, METEOR, ROUGE-L, and CIDEr. The results demonstrate that our approach significantly outperforms other state-of-the-art encoder-decoder methods.
