ReconfigISP: Reconfigurable Camera Image Processing Pipeline

Abstract

Image Signal Processor (ISP) is a crucial component in digital cameras that transforms sensor signals into images for us to perceive and understand. Existing ISP designs always adopt a fixed architecture, e.g., several sequential modules connected in a rigid order. Such a fixed ISP architecture may be suboptimal for real-world applications, where camera sensors, scenes and tasks are diverse. In this study, we propose a novel Reconfigurable ISP (ReconfigISP) whose architecture and parameters can be automatically tailored to specific data and tasks. In particular, we implement several ISP modules, and enable backpropagation for each module by training a differentiable proxy, hence allowing us to leverage the popular differentiable neural architecture search and effectively search for the optimal ISP architecture. A proxy tuning mechanism is adopted to maintain the accuracy of proxy networks in all cases. Extensive experiments conducted on image restoration and object detection, with different sensors, light conditions and efficiency constraints, validate the effectiveness of ReconfigISP. Only hundreds of parameters need tuning for every task.

Cite

Text

Yu et al. "ReconfigISP: Reconfigurable Camera Image Processing Pipeline." International Conference on Computer Vision, 2021. doi:10.1109/ICCV48922.2021.00421

Markdown

[Yu et al. "ReconfigISP: Reconfigurable Camera Image Processing Pipeline." International Conference on Computer Vision, 2021.](https://mlanthology.org/iccv/2021/yu2021iccv-reconfigisp/) doi:10.1109/ICCV48922.2021.00421

BibTeX

@inproceedings{yu2021iccv-reconfigisp,
  title     = {{ReconfigISP: Reconfigurable Camera Image Processing Pipeline}},
  author    = {Yu, Ke and Li, Zexian and Peng, Yue and Loy, Chen Change and Gu, Jinwei},
  booktitle = {International Conference on Computer Vision},
  year      = {2021},
  pages     = {4248-4257},
  doi       = {10.1109/ICCV48922.2021.00421},
  url       = {https://mlanthology.org/iccv/2021/yu2021iccv-reconfigisp/}
}