Enabling ISP-less Low-Power Computer Vision
Gourav Datta, Zeyu Liu, Zihan Yin, Linyu Sun, Akhilesh R. Jaiswal,, Peter A. Beerel

TL;DR
This paper introduces methods to enable training and deploying computer vision models directly on raw sensor data without relying on traditional image signal processing, improving accuracy and efficiency on low-power devices.
Contribution
It proposes an invertible ISP pipeline to convert RGB datasets to raw images for training, and introduces an energy-efficient analog in-pixel demosaicing method for ISP-less vision systems.
Findings
Training on raw images increases accuracy by 7.1% on VWW dataset.
Analog in-pixel demosaicing improves mAP by 8.1% on PASCALRAW.
Few-shot learning further boosts mAP by 20.5% on PASCALRAW.
Abstract
In order to deploy current computer vision (CV) models on resource-constrained low-power devices, recent works have proposed in-sensor and in-pixel computing approaches that try to partly/fully bypass the image signal processor (ISP) and yield significant bandwidth reduction between the image sensor and the CV processing unit by downsampling the activation maps in the initial convolutional neural network (CNN) layers. However, direct inference on the raw images degrades the test accuracy due to the difference in covariance of the raw images captured by the image sensors compared to the ISP-processed images used for training. Moreover, it is difficult to train deep CV models on raw images, because most (if not all) large-scale open-source datasets consist of RGB images. To mitigate this concern, we propose to invert the ISP pipeline, which can convert the RGB images of any dataset to its…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
Enabling ISPless Low-Power Computer Vision· youtube
Taxonomy
TopicsCCD and CMOS Imaging Sensors · Advanced Memory and Neural Computing · Advanced Neural Network Applications
MethodsTest
