ICASSP 2025accepted0 citations

Semantic Graph Embedded Energy Minimization Learning for Scene Graph Generation

Jinghang Chen, Chi Zhang, Yuehu Liu, Le Wang

Abstract

The performance of current scene graph generation models is affected by training with cross-entropy loss, exacerbating the problem of prediction bias stemming from biased training data. Energy-based model adopts a learning method for joint image and scene graph to alleviate this challenge. However, this method only focuses on the visual features of images, neglecting the rich relation information contained in the semantic space. To address this issue, we innovatively employ powerful pre-trained large models to realize a simple yet effective semantic graph embedded energy minimization framework for the SGG task. Specifically, we use large models to generate image descriptions and extract relation triplets, which are then transformed into semantic graphs with entities as nodes and relations as edges. Moreover, by mapping these graphs into the same space using GNN to learn the minimal energy value, our approach enables SGG model to learn structural information in both semantic and visual spaces. We validate the effectiveness and efficiency of our method on the SGG benchmark Visual Genome dataset. Compared with prevailing models and EBM, we achieve a significant performance improvement of up to 2.99% and 2.24%, respectively.

BibTeX
@inproceedings{icassp2025_semanticgraphemb,
  title = {Semantic Graph Embedded Energy Minimization Learning for Scene Graph Generation},
  author = {Jinghang Chen and Chi Zhang and Yuehu Liu and Le Wang},
  booktitle = {ICASSP 2025},
  year = {2025}
}