YOLO in the Dark - Domain Adaptation Method for Merging Multiple Models -
Generating new visual tasks requires additional datasets, and it costs a considerable effort. We propose a new method of domain adaptation for merging multiple models with less effort than creating an additional dataset. This method merges pre-trained models in different domains using the glue layers and the generative model, which feeds latent features to train the glue layers without an additional dataset. We also propose the generative model created by knowledge distillation from pre-trained models. It also allows reusing the dataset to create latent features for training the glue layers. We apply this method to object detection in a low-light situation. The “YOLO in the Dark” contains two models, “Learning to See in the Dark” and YOLO. We report the new method and the result of domain adaptation that detect objects from raw short-exposure low-light images. The “YOLO in the Dark” costs fewer computing resources compared to the naive approach.
Code (0)
등록된 구현이 없습니다.
Tasks
Domain AdaptationKnowledge Distillationobject-detectionObject DetectionMethods 이 논문이 사용한 방법론
Similar Papers 제목 키워드 기반
Supervised Virtual-to-Real Domain Adaptation for Object Detection Task using YOLO
Deep neural network shows excellent use in a lot of real-world tasks. One of the deep learning tasks is object detection. Well-annotated datasets will affect deep neural network accuracy. More data learned by deep neural…
Domain AdaptationObjectobject-detectionObject DetectionMultiscale Domain Adaptive YOLO for Cross-Domain Object Detection
The area of domain adaptation has been instrumental in addressing the domain shift problem encountered by many applications. This problem arises due to the difference between the distributions of source data used for tra…
Autonomous DrivingDomain AdaptationObjectobject-detection+1Integrated Multiscale Domain Adaptive YOLO
The area of domain adaptation has been instrumental in addressing the domain shift problem encountered by many applications. This problem arises due to the difference between the distributions of source data used for tra…
Autonomous DrivingDomain AdaptationObjectobject-detection+1PE-YOLO: Pyramid Enhancement Network for Dark Object Detection
Current object detection models have achieved good results on many benchmark datasets, detecting objects in dark conditions remains a large challenge. To address this issue, we propose a pyramid enhanced network (PENet) …
Objectobject-detectionObject DetectionDomain Adaptive YOLO for One-Stage Cross-Domain Detection
Domain shift is a major challenge for object detectors to generalize well to real world applications. Emerging techniques of domain adaptation for two-stage detectors help to tackle this problem. However, two-stage detec…
Domain Adaptation