Robo-SGG: Exploiting Layout-Oriented Normalization and Restitution for Robust Scene Graph Generation
In this paper, we introduce a novel method named Robo-SGG, i.e., Layout-Oriented Normalization and Restitution for Robust Scene Graph Generation. Compared to the existing SGG setting, the robust scene graph generation aims to perform inference on a diverse range of corrupted images, with the core challenge being the domain shift between the clean and corrupted images. Existing SGG methods suffer from degraded performance due to compromised visual features e.g., corruption interference or occlusions. To obtain robust visual features, we exploit the layout information, which is domain-invariant, to enhance the efficacy of existing SGG methods on corrupted images. Specifically, we employ Instance Normalization(IN) to filter out the domain-specific feature and recover the unchangeable structural features, i.e., the positional and semantic relationships among objects by the proposed Layout-Oriented Restitution. Additionally, we propose a Layout-Embedded Encoder (LEE) that augments the existing object and predicate encoders within the SGG framework, enriching the robust positional and semantic features of objects and predicates. Note that our proposed Robo-SGG module is designed as a plug-and-play component, which can be easily integrated into any baseline SGG model. Extensive experiments demonstrate that by integrating the state-of-the-art method into our proposed Robo-SGG, we achieve relative improvements of 5.6%, 8.0%, and 6.5% in mR@50 for PredCls, SGCls, and SGDet tasks on the VG-C dataset, respectively, and achieve new state-of-the-art performance in corruption scene graph generation benchmark (VG-C and GQA-C). We will release our source code and model.
Code (0)
등록된 구현이 없습니다.
Tasks
Graph GenerationScene Graph GenerationSimilar Papers 제목 키워드 기반
Style Normalization and Restitution for Domain Generalization and Adaptation
For many practical computer vision applications, the learned models usually have high performance on the datasets used for training but suffer from significant performance degradation when deployed in new environments, w…
DisentanglementDomain AdaptationDomain Generalizationobject-detection+3Style Normalization and Restitution for Generalizable Person Re-identification
Existing fully-supervised person re-identification (ReID) methods usually suffer from poor generalization capability caused by domain gaps. The key to solving this problem lies in filtering out identity-irrelevant interf…
DisentanglementDomain AdaptationDomain GeneralizationGeneralizable Person Re-identification+2MemREIN: Rein the Domain Shift for Cross-Domain Few-Shot Learning
Few-shot learning aims to enable models generalize to new categories (query instances) with only limited labeled samples (support instances) from each category. Metric-based mechanism is a promising direction which compa…
Contrastive LearningCross-Domain Few-Shotcross-domain few-shot learningFew-Shot LearningMRCN: A Novel Modality Restitution and Compensation Network for Visible-Infrared Person Re-identification
Visible-infrared person re-identification (VI-ReID), which aims to search identities across different spectra, is a challenging task due to large cross-modality discrepancy between visible and infrared images. The key to…
Person Re-IdentificationPQ-Transformer: Jointly Parsing 3D Objects and Layouts from Point Clouds
3D scene understanding from point clouds plays a vital role for various robotic applications. Unfortunately, current state-of-the-art methods use separate neural networks for different tasks like object detection or room…
object-detectionObject DetectionRoom Layout EstimationScene Understanding