paper-with-me

홈 › Papers

YOLO in the Dark - Domain Adaptation Method for Merging Multiple Models -

2020-08-01 · ECCV 2020 8 · Yukihiro Sasagawa, Hajime Nagahara

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.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

Domain AdaptationKnowledge Distillationobject-detectionObject Detection

Methods 이 논문이 사용한 방법론

YOLO 설명 없음
Knowledge Distillation A very simple way to improve the performance of almost any machine learning algorithm is to train many different models on the same data and then to average their predictions.…

Similar Papers 제목 키워드 기반

Supervised Virtual-to-Real Domain Adaptation for Object Detection Task using YOLO

2023-02-27 · Akbar Satya Nugraha, Yudistira Novanto, Bayu Rahayudi

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 Detection

Multiscale Domain Adaptive YOLO for Cross-Domain Object Detection

2021-06-02 · Mazin Hnewa, Hayder Radha

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+1

Integrated Multiscale Domain Adaptive YOLO

2022-02-07 · Mazin Hnewa, Hayder Radha

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+1

PE-YOLO: Pyramid Enhancement Network for Dark Object Detection

2023-07-20 · Xiangchen Yin, Zhenda Yu, Zetao Fei, Wenjun Lv 외

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 Detection

Domain Adaptive YOLO for One-Stage Cross-Domain Detection

2021-06-26 · Shizhao Zhang, Hongya Tuo, Jian Hu, Zhongliang Jing

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