CVOct 11, 2023

Relational Prior Knowledge Graphs for Detection and Instance Segmentation

arXiv:2310.07573v13 citationsh-index: 19
Originality Incremental advance
AI Analysis

This work addresses object detection and instance segmentation for computer vision applications, but it is incremental as it builds on existing baseline models.

The paper tackled object detection and instance segmentation by using relational priors in scene graphs to enhance object proposal features, resulting in improvements over the baseline model on COCO.

Humans have a remarkable ability to perceive and reason about the world around them by understanding the relationships between objects. In this paper, we investigate the effectiveness of using such relationships for object detection and instance segmentation. To this end, we propose a Relational Prior-based Feature Enhancement Model (RP-FEM), a graph transformer that enhances object proposal features using relational priors. The proposed architecture operates on top of scene graphs obtained from initial proposals and aims to concurrently learn relational context modeling for object detection and instance segmentation. Experimental evaluations on COCO show that the utilization of scene graphs, augmented with relational priors, offer benefits for object detection and instance segmentation. RP-FEM demonstrates its capacity to suppress improbable class predictions within the image while also preventing the model from generating duplicate predictions, leading to improvements over the baseline model on which it is built.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes