SOTAVerified

Semi-Supervised Domain Generalization for Object Detection via Language-Guided Feature Alignment

2023-09-24BMVC 2023Code Available0· sign in to hype

Sina Malakouti, Adriana Kovashka

Code Available — Be the first to reproduce this paper.

Reproduce

Code

Abstract

Existing domain adaptation (DA) and generalization (DG) methods in object detection enforce feature alignment in the visual space but face challenges like object appearance variability and scene complexity, which make it difficult to distinguish between objects and achieve accurate detection. In this paper, we are the first to address the problem of semi-supervised domain generalization by exploring vision-language pre-training and enforcing feature alignment through the language space. We employ a novel Cross-Domain Descriptive Multi-Scale Learning (CDDMSL) aiming to maximize the agreement between descriptions of an image presented with different domain-specific characteristics in the embedding space. CDDMSL significantly outperforms existing methods, achieving 11.7% and 7.5% improvement in DG and DA settings, respectively. Comprehensive analysis and ablation studies confirm the effectiveness of our method, positioning CDDMSL as a promising approach for domain generalization in object detection tasks.

Tasks

Benchmark Results

DatasetModelMetricClaimedVerifiedStatus
BDD100KCDDMSLMAP27.1Unverified
Cityscapes-to-Foggy CityscapesCDDMSLmAP54.3Unverified
Clipart1kCDDMSLMAP39.8Unverified
Comic2kCDDMSLmAP45.9Unverified
Pascal VOC to Clipart1KCDDMSLmAP40.4Unverified
PASCAL VOC to Comic2kCDDMSLmAP46.3Unverified
PASCAL VOC to Watercolor2kCDDMSLmAp49.7Unverified
Watercolor2kCDDMSLMAP49.8Unverified

Reproductions