1st Place Solution for ECCV 2022 OOD-CV Challenge Object Detection Track
OOD-CV challenge is an out-of-distribution generalization task. To solve this problem in object detection track, we propose a simple yet effective Generalize-then-Adapt (G&A) framework, which is composed of a two-stage domain generalization part and a one-stage domain adaptation part. The domain generalization part is implemented by a Supervised Model Pretraining stage using source data for model warm-up and a Weakly Semi-Supervised Model Pretraining stage using both source data with box-level label and auxiliary data (ImageNet-1K) with image-level label for performance boosting. The domain adaptation part is implemented as a Source-Free Domain Adaptation paradigm, which only uses the pre-trained model and the unlabeled target data to further optimize in a self-supervised training manner. The proposed G&A framework help us achieve the first place on the object detection leaderboard of the OOD-CV challenge. Code will be released in https://github.com/hikvision-research/OOD-CV.
Code (0)
등록된 구현이 없습니다.
Tasks
Domain AdaptationDomain Generalizationobject-detectionObject DetectionOut-of-Distribution GeneralizationSource-Free Domain AdaptationSimilar Papers 제목 키워드 기반
2nd Place Solution to ECCV 2020 VIPriors Object Detection Challenge
In this report, we descibe our approach to the ECCV 2020 VIPriors Object Detection Challenge which took place from March to July in 2020. We show that by using state-of-the-art data augmentation strategies, model designs…
Data Augmentationobject-detectionObject DetectionTransfer LearningThe 1st-place Solution for ECCV 2022 Multiple People Tracking in Group Dance Challenge
We present our 1st place solution to the Group Dance Multiple People Tracking Challenge. Based on MOTR: End-to-End Multiple-Object Tracking with Transformer, we explore: 1) detect queries as anchors, 2) tracking as query…
Multi-Object TrackingMultiple Object TrackingMultiple Object Tracking with TransformerMultiple People TrackingFirst Place Solution to the ECCV 2024 ROAD++ Challenge @ ROAD++ Spatiotemporal Agent Detection 2024
This report presents our team's solutions for the Track 1 of the 2024 ECCV ROAD++ Challenge. The task of Track 1 is spatiotemporal agent detection, which aims to construct an "agent tube" for road agents in consecutive v…
Data Augmentationobject-detectionObject Detection1st Place Solution to ECCV-TAO-2020: Detect and Represent Any Object for Tracking
We extend the classical tracking-by-detection paradigm to this tracking-any-object task. Solid detection results are first extracted from TAO dataset. Some state-of-the-art techniques like \textbf{BA}lanced-\textbf{G}rou…
Multi-Object TrackingObjectThe Second-place Solution for ECCV 2022 Multiple People Tracking in Group Dance Challenge
This is our 2nd-place solution for the ECCV 2022 Multiple People Tracking in Group Dance Challenge. Our method mainly includes two steps: online short-term tracking using our Cascaded Buffer-IoU (C-BIoU) Tracker, and, of…
Motion EstimationMultiple People Tracking