SYNTOLOGY HomeExplorerAtlasCodeMethodologyAboutDevelopersFeedPricing
Paper · 2109.04760 · ICCV · 2021

ReconfigISP: Reconfigurable Camera Image Processing Pipeline

Ke Yu, Chen Loy, Jinwei Gu, Zexian Li, Yue Peng

arXiv · PDF · Open in the Atlas

Code that ran

We lifted 10 functions out of this paper's own repositories and ran 7 of them in a sandbox. "Ran" means the function executed on a synthesized input and returned a value. It is not a reproduction of the paper's results.

RepositoryRoleRan
yuke93/ReconfigISP — 7 of 10
FunctionStatusWhere it lives
Path14lBgr Ran yuke93/ReconfigISP/codes/models/modules/isp_universal.py
code served (permissive licence) · get_code("0e309997f90fd7fe")
PathRestore14lBayer Ran yuke93/ReconfigISP/codes/models/modules/isp_universal.py
code served (permissive licence) · get_code("f2ad395c2689cc69")
PathRestore14lBgr Ran yuke93/ReconfigISP/codes/models/modules/isp_universal.py
code served (permissive licence) · get_code("440ee15d5b46124d")
ProxyNet Ran yuke93/ReconfigISP/codes/models/modules/isp_universal.py
code served (permissive licence) · get_code("069696d5ad5ff723")
ResidualBlock Ran yuke93/ReconfigISP/codes/models/modules/isp_universal.py
code served (permissive licence) · get_code("992b2672d7532921")
SRCNNDemosaic Ran yuke93/ReconfigISP/codes/models/modules/isp_universal.py
code served (permissive licence) · get_code("7f56ba2e56c827ad")
SRCNNRes Ran yuke93/ReconfigISP/codes/models/modules/isp_universal.py
code served (permissive licence) · get_code("9e81490aea92a49b")
IspUniversal Not yet run yuke93/ReconfigISP/codes/models/modules/isp_universal.py
code served (permissive licence) · get_code("3e15ab1430d724a3")
Path14lBayer Not yet run yuke93/ReconfigISP/codes/models/modules/isp_universal.py
code served (permissive licence) · get_code("9825fff4e3946642")
ProxyDemosaicNet Not yet run yuke93/ReconfigISP/codes/models/modules/isp_universal.py
code served (permissive licence) · get_code("1969dff67238f23e")

Repositories linked to this paper

Some links come from the archived Papers with Code dataset (CC BY-SA 4.0): attribution and licence.

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 (Re-configISP) 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 1 .

For agents

The same record, over MCP at https://syntology.ai/mcp:

get_harvested_code_for_paper("2109.04760")
get_code_for_paper("2109.04760")
have("2109.04760")

Connect an agent — have() is free.