CVAIJan 25, 2021

ISP Distillation

arXiv:2101.10203v311 citations
Originality Incremental advance
AI Analysis

This addresses the inefficiency of ISP processing for machine vision in autonomous systems, offering a practical solution to reduce compute overhead without performance loss.

The paper tackles the performance drop when training vision models directly on RAW images instead of ISP-processed RGB images by using knowledge distillation with unlabeled RAW-RGB pairs, achieving significantly better results than models trained on labeled RAW data and matching pre-trained RGB model performance while saving ISP compute time.

Nowadays, many of the images captured are `observed' by machines only and not by humans, e.g., in autonomous systems. High-level machine vision models, such as object recognition or semantic segmentation, assume images are transformed into some canonical image space by the camera \ans{Image Signal Processor (ISP)}. However, the camera ISP is optimized for producing visually pleasing images for human observers and not for machines. Therefore, one may spare the ISP compute time and apply vision models directly to RAW images. Yet, it has been shown that training such models directly on RAW images results in a performance drop. To mitigate this drop, we use a RAW and RGB image pairs dataset, which can be easily acquired with no human labeling. We then train a model that is applied directly to the RAW data by using knowledge distillation such that the model predictions for RAW images will be aligned with the predictions of an off-the-shelf pre-trained model for processed RGB images. Our experiments show that our performance on RAW images for object classification and semantic segmentation is significantly better than models trained on labeled RAW images. It also reasonably matches the predictions of a pre-trained model on processed RGB images, while saving the ISP compute overhead.

Foundations

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

Your Notes