The reviewed record of science sign in
Pith

arxiv: 2305.02177 · v4 · pith:DDNP4GZ6 · submitted 2023-05-03 · cs.CV

Transforming Visual Scene Graphs to Image Captions

Reviewed by Pith T0 review T1 audit T2 compute T3 formal T4 kernel pith:DDNP4GZ6record.jsonopen to challenge →

classification cs.CV
keywords differentdecoderembeddinggraphgraphsscenetrainingapply
0
0 comments X
read the original abstract

We propose to Transform Scene Graphs (TSG) into more descriptive captions. In TSG, we apply multi-head attention (MHA) to design the Graph Neural Network (GNN) for embedding scene graphs. After embedding, different graph embeddings contain diverse specific knowledge for generating the words with different part-of-speech, e.g., object/attribute embedding is good for generating nouns/adjectives. Motivated by this, we design a Mixture-of-Expert (MOE)-based decoder, where each expert is built on MHA, for discriminating the graph embeddings to generate different kinds of words. Since both the encoder and decoder are built based on the MHA, as a result, we construct a homogeneous encoder-decoder unlike the previous heterogeneous ones which usually apply Fully-Connected-based GNN and LSTM-based decoder. The homogeneous architecture enables us to unify the training configuration of the whole model instead of specifying different training strategies for diverse sub-networks as in the heterogeneous pipeline, which releases the training difficulty. Extensive experiments on the MS-COCO captioning benchmark validate the effectiveness of our TSG. The code is in: https://github.com/GaryJiajia/TSG.

This paper has not been read by Pith yet.

discussion (0)

Sign in with ORCID, Apple, or X to comment. Anyone can read and Pith papers without signing in.

Forward citations

Cited by 1 Pith paper

Reviewed papers in the Pith corpus that reference this work. Sorted by Pith novelty score.

  1. VeriGraph: Scene Graphs for Execution Verifiable Robot Planning

    cs.RO 2024-11 unverdicted novelty 5.0

    VeriGraph integrates VLMs with scene-graph verification to raise robot task success rates by 30-58% over baselines in manipulation scenarios.