Papers › AOG-LSTM: An adaptive attention neural network for visual storytelling

AOG-LSTM: An adaptive attention neural network for visual storytelling

26 Jun 2023Neurocomputing 2023 6archive 2025-07-28

Hanqing Liu, Jiacheng Yang, Chia-Hao Chang, Wei Wang, Hai-Tao Zheng, Yong Jiang, Hui Wang, Rui Xie, and Wei Wu

Visual storytelling is the task of generating a related story for a given image sequence, which has received significant attention. However, using general RNNs (such as LSTM and GRU) as the decoder limit the performance of the models in this task. This is because they can not differentiate different types of information representations. In addition, optimizing the probabilities of subsequent words conditioned on the previous ground-truth sequences can cause error accumulation during inference. Moreover, the existing method of alleviating error accumulation based on replacing reference words does not take into account the different effects of each word. To address the above problems, we propose a modified neural network named AOG-LSTM and a modified training strategy named ARS, respectively. AOG-LSTM can adaptatively pay appropriate attention to different information representations within it when predicting different words. During training, ARS replaces some words in the reference sentences with model predictions similar to the existing method. However, we utilize the selection network and selection strategy to select more appropriate words for the replacement to better improve the model. Experiments on the VIST Dataset demonstrate that our model outperforms several strong baselines on the most commonly used metrics.

PaperPDF

Code

No code repository is listed for this paper in the archive or in Syntology's graph.

Code Syntology ran Syntology

Not run by Syntology. Nothing on this page verifies that the listed code works.

Tasks

DecoderVisual Storytelling

Results from the paper archive 2025-07-28

TaskDatasetModelMetricValueRank at snapshotLeaderboardReport
Visual Storytelling VIST AOG + ARS BLEU-1 69 #20 of 33 Archive leaderboard report
Visual Storytelling VIST AOG + ARS BLEU-2 44 #20 of 33 Archive leaderboard report
Visual Storytelling VIST AOG + ARS BLEU-3 23.9 #20 of 33 Archive leaderboard report
Visual Storytelling VIST AOG + ARS BLEU-4 12.9 #20 of 33 Archive leaderboard report
Visual Storytelling VIST AOG + ARS CIDEr 12.0 #20 of 33 Archive leaderboard report
Visual Storytelling VIST AOG + ARS METEOR 36.0 #20 of 33 Archive leaderboard report
Visual Storytelling VIST AOG + ARS ROUGE-L 30.1 #20 of 33 Archive leaderboard report

Ranks are positions in the archive's leaderboards as they stood at the 2025-07-28 snapshot. Results published since then are not among these rows, so a rank here is not a current standing.

Methods

LSTMSigmoid ActivationTanh Activation

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections