CVNov 24, 2024

Towards RAW Object Detection in Diverse Conditions

arXiv:2411.15678v111 citationsh-index: 5Has CodeCVPR
Originality Incremental advance
AI Analysis

This work addresses the domain gap in object detection for computer vision applications, particularly in challenging environments, but is incremental as it builds on existing detection methods with a new dataset and training approach.

The paper tackles the problem of object detection using RAW image data instead of compressed sRGB, which loses information in complex conditions, and achieves substantial improvements under diverse and adverse conditions by introducing a new dataset and a pre-training method with knowledge distillation.

Existing object detection methods often consider sRGB input, which was compressed from RAW data using ISP originally designed for visualization. However, such compression might lose crucial information for detection, especially under complex light and weather conditions. We introduce the AODRaw dataset, which offers 7,785 high-resolution real RAW images with 135,601 annotated instances spanning 62 categories, capturing a broad range of indoor and outdoor scenes under 9 distinct light and weather conditions. Based on AODRaw that supports RAW and sRGB object detection, we provide a comprehensive benchmark for evaluating current detection methods. We find that sRGB pre-training constrains the potential of RAW object detection due to the domain gap between sRGB and RAW, prompting us to directly pre-train on the RAW domain. However, it is harder for RAW pre-training to learn rich representations than sRGB pre-training due to the camera noise. To assist RAW pre-training, we distill the knowledge from an off-the-shelf model pre-trained on the sRGB domain. As a result, we achieve substantial improvements under diverse and adverse conditions without relying on extra pre-processing modules. Code and dataset are available at https://github.com/lzyhha/AODRaw.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes