English

Scene Graph Generation Strategy with Co-occurrence Knowledge and Learnable Term Frequency

Computer Vision and Pattern Recognition 2024-05-22 v1 Artificial Intelligence

Abstract

Scene graph generation (SGG) is an important task in image understanding because it represents the relationships between objects in an image as a graph structure, making it possible to understand the semantic relationships between objects intuitively. Previous SGG studies used a message-passing neural networks (MPNN) to update features, which can effectively reflect information about surrounding objects. However, these studies have failed to reflect the co-occurrence of objects during SGG generation. In addition, they only addressed the long-tail problem of the training dataset from the perspectives of sampling and learning methods. To address these two problems, we propose CooK, which reflects the Co-occurrence Knowledge between objects, and the learnable term frequency-inverse document frequency (TF-l-IDF) to solve the long-tail problem. We applied the proposed model to the SGG benchmark dataset, and the results showed a performance improvement of up to 3.8% compared with existing state-of-the-art models in SGGen subtask. The proposed method exhibits generalization ability from the results obtained, showing uniform performance improvement for all MPNN models.

Keywords

Cite

@article{arxiv.2405.12648,
  title  = {Scene Graph Generation Strategy with Co-occurrence Knowledge and Learnable Term Frequency},
  author = {Hyeongjin Kim and Sangwon Kim and Dasom Ahn and Jong Taek Lee and Byoung Chul Ko},
  journal= {arXiv preprint arXiv:2405.12648},
  year   = {2024}
}

Comments

Accepted by ICML2024

R2 v1 2026-06-28T16:34:05.448Z