English

Raw Instinct: Trust Your Classifiers and Skip the Conversion

Computer Vision and Pattern Recognition 2024-03-22 v1

Abstract

Using RAW-images in computer vision problems is surprisingly underexplored considering that converting from RAW to RGB does not introduce any new capture information. In this paper, we show that a sufficiently advanced classifier can yield equivalent results on RAW input compared to RGB and present a new public dataset consisting of RAW images and the corresponding converted RGB images. Classifying images directly from RAW is attractive, as it allows for skipping the conversion to RGB, lowering computation time significantly. Two CNN classifiers are used to classify the images in both formats, confirming that classification performance can indeed be preserved. We furthermore show that the total computation time from RAW image data to classification results for RAW images can be up to 8.46 times faster than RGB. These results contribute to the evidence found in related works, that using RAW images as direct input to computer vision algorithms looks very promising.

Cite

@article{arxiv.2403.14439,
  title  = {Raw Instinct: Trust Your Classifiers and Skip the Conversion},
  author = {Christos Kantas and Bjørk Antoniussen and Mathias V. Andersen and Rasmus Munksø and Shobhit Kotnala and Simon B. Jensen and Andreas Møgelmose and Lau Nørgaard and Thomas B. Moeslund},
  journal= {arXiv preprint arXiv:2403.14439},
  year   = {2024}
}

Comments

https://www.kaggle.com/datasets/mathiasviborg/raw-instinct

R2 v1 2026-06-28T15:28:41.856Z