既存の画像キャプション方法は、コンテキスト画像間に存在するコンテキスト相関を調査することなく、単一の画像内のオブジェクトまたはインスタンス間の関係を理解することに焦点を合わせています。この論文では、画像キャプションのためのトランスフォーマーとカリキュラム学習を備えたデュアルグラフ畳み込みネットワーク(Dual-GCN)を提案します。特に、オブジェクトレベルのGCNを使用して、単一の画像内のオブジェクト間の空間関係をキャプチャするだけでなく、画像レベルのGCNを採用して、類似した画像によって提供される特徴情報をキャプチャします。適切に設計されたDual-GCNを使用すると、言語トランスフォーマーが単一の画像内の異なるオブジェクト間の関係をよりよく理解し、類似した画像を補助情報として最大限に活用して、単一の画像の適切なキャプションの説明を生成できます。一方、難易度を決定するために導入されたクロスレビュー戦略では、提案されたモデルの堅牢性と一般化を高めるためのトレーニング戦略としてカリキュラム学習を採用しています。大規模なMSCOCOデータセットに対して広範な実験を実施し、実験結果は、提案された方法が最近の最先端のアプローチよりも優れていることを強力に示しています。それは82.2のBLEU-1スコアと67.6のBLEU-2スコアを達成します。ソースコードはmagentahttps://github.com/Unbear430/DGCN-for-image-captioningで入手できます。
Existing image captioning methods just focus on understanding the relationship between objects or instances in a single image, without exploring the contextual correlation existed among contextual image. In this paper, we propose Dual Graph Convolutional Networks (Dual-GCN) with transformer and curriculum learning for image captioning. In particular, we not only use an object-level GCN to capture the object to object spatial relation within a single image, but also adopt an image-level GCN to capture the feature information provided by similar images. With the well-designed Dual-GCN, we can make the linguistic transformer better understand the relationship between different objects in a single image and make full use of similar images as auxiliary information to generate a reasonable caption description for a single image. Meanwhile, with a cross-review strategy introduced to determine difficulty levels, we adopt curriculum learning as the training strategy to increase the robustness and generalization of our proposed model. We conduct extensive experiments on the large-scale MS COCO dataset, and the experimental results powerfully demonstrate that our proposed method outperforms recent state-of-the-art approaches. It achieves a BLEU-1 score of 82.2 and a BLEU-2 score of 67.6. Our source code is available at magentahttps://github.com/Unbear430/DGCN-for-image-captioning.