paper-with-me

홈 › Papers

Towards Unseen Triples: Effective Text-Image-joint Learning for Scene Graph Generation

2023-06-23 · Qianji Di, Wenxi Ma, Zhongang Qi, Tianxiang Hou, Ying Shan, Hanzi Wang

Scene Graph Generation (SGG) aims to structurally and comprehensively represent objects and their connections in images, it can significantly benefit scene understanding and other related downstream tasks. Existing SGG models often struggle to solve the long-tailed problem caused by biased datasets. However, even if these models can fit specific datasets better, it may be hard for them to resolve the unseen triples which are not included in the training set. Most methods tend to feed a whole triple and learn the overall features based on statistical machine learning. Such models have difficulty predicting unseen triples because the objects and predicates in the training set are combined differently as novel triples in the test set. In this work, we propose a Text-Image-joint Scene Graph Generation (TISGG) model to resolve the unseen triples and improve the generalisation capability of the SGG models. We propose a Joint Fearture Learning (JFL) module and a Factual Knowledge based Refinement (FKR) module to learn object and predicate categories separately at the feature level and align them with corresponding visual features so that the model is no longer limited to triples matching. Besides, since we observe the long-tailed problem also affects the generalization ability, we design a novel balanced learning strategy, including a Charater Guided Sampling (CGS) and an Informative Re-weighting (IR) module, to provide tailor-made learning methods for each predicate according to their characters. Extensive experiments show that our model achieves state-of-the-art performance. In more detail, TISGG boosts the performances by 11.7% of zR@20(zero-shot recall) on the PredCls sub-task on the Visual Genome dataset.

📄 PDF Abstract BibTeX arXiv:2306.13420

Code (0)

등록된 구현이 없습니다.

Tasks

Graph GenerationScene Graph GenerationScene Understanding

Methods 이 논문이 사용한 방법론

ALIGN In the ALIGN method, visual and language representations are jointly trained from noisy image alt-text data. The image and text encoders are learned via contrastive loss…

Similar Papers 제목 키워드 기반

Stop just recalling memorized relations: Extracting Unseen Relational Triples from the context

2021-09-29 · Juhyuk Lee, Min-Joong Lee, June Yong Yang, Eunho Yang

The ability to extract entities and their relations from unstructured text is essential for automated maintenance of large-scale knowledge graphs. To keep a knowledge graph up-to-date, it is required of an extractor to p…

Knowledge GraphsMemorization

Does it Really Generalize Well on Unseen Data? Systematic Evaluation of Relational Triple Extraction Methods

2022-07-01 · NAACL 2022 7 · Juhyuk Lee, Min-Joong Lee, June Yong Yang, Eunho Yang

The ability to extract entities and their relations from unstructured text is essential for the automated maintenance of large-scale knowledge graphs. To keep a knowledge graph up-to-date, an extractor needs not only the…

Knowledge GraphsMemorization

KGMEL: Knowledge Graph-Enhanced Multimodal Entity Linking

2025-04-21 · Juyeon Kim, Geon Lee, Taeuk Kim, Kijung Shin

Entity linking (EL) aligns textual mentions with their corresponding entities in a knowledge base, facilitating various applications such as semantic search and question answering. Recent advances in multimodal entity li…

Entity LinkingKnowledge GraphsReranking

A Bidirectional Tree Tagging Scheme for Joint Medical Relation Extraction

2020-08-31 · Xukun Luo, Weijie Liu, Meng Ma, Ping Wang

Joint medical relation extraction refers to extracting triples, composed of entities and relations, from the medical text with a single model. One of the solutions is to convert this task into a sequential tagging task. …

Medical Relation ExtractionRelationRelation Extraction

CoBA: Counterbias Text Augmentation for Mitigating Various Spurious Correlations via Semantic Triples

2025-08-26 · Kyohoon Jin, Juhwan Choi, Jungmin Yun, Junho Lee 외 arxiv

Deep learning models often learn and exploit spurious correlations in training data, using these non-target features to inform their predictions. Such reliance leads to performance degradation and poor generalization on …

Data Augmentation