paper-with-me

Papers

Replacing Mobile Camera ISP with a Single Deep Learning Model

2020-02-13 · Andrey Ignatov, Luc van Gool, Radu Timofte

As the popularity of mobile photography is growing constantly, lots of efforts are being invested now into building complex hand-crafted camera ISP solutions. In this work, we demonstrate that even the most sophisticated ISP pipelines can be replaced with a single end-to-end deep learning model trained without any prior knowledge about the sensor and optics used in a particular device. For this, we present PyNET, a novel pyramidal CNN architecture designed for fine-grained image restoration that implicitly learns to perform all ISP steps such as image demosaicing, denoising, white balancing, color and contrast correction, demoireing, etc. The model is trained to convert RAW Bayer data obtained directly from mobile camera sensor into photos captured with a professional high-end DSLR camera, making the solution independent of any particular mobile ISP implementation. To validate the proposed approach on the real data, we collected a large-scale dataset consisting of 10 thousand full-resolution RAW-RGB image pairs captured in the wild with the Huawei P20 cameraphone (12.3 MP Sony Exmor IMX380 sensor) and Canon 5D Mark IV DSLR. The experiments demonstrate that the proposed solution can easily get to the level of the embedded P20's ISP pipeline that, unlike our approach, is combining the data from two (RGB + B/W) camera sensors. The dataset, pre-trained models and codes used in this paper are available on the project website.

📄 PDF Abstract BibTeX arXiv:2002.05509

Code (3)

aiff22/pynet 공식 구현 tf
aiff22/PyNET-PyTorch pytorch
gmalivenko/pynet-v2 tf

Tasks

Deep LearningDemosaickingDenoisingImage Restoration

Similar Papers 제목 키워드 기반

3M-TI: High-Quality Mobile Thermal Imaging via Calibration-free Multi-Camera Cross-Modal Diffusion

2025-11-24 · Minchong Chen, Xiaoyun Yuan, Junzhe Wan, Jianing Zhang 외 arxiv

The miniaturization of thermal sensors for mobile platforms inherently limits their spatial resolution and textural fidelity, leading to blurry and less informative images. Existing thermal super-resolution (SR) methods …

Object Detection

Learned Smartphone ISP on Mobile GPUs with Deep Learning, Mobile AI & AIM 2022 Challenge: Report

2022-11-07 · Andrey Ignatov, Radu Timofte, Shuai Liu, Chaoyu Feng 외

The role of mobile cameras increased dramatically over the past few years, leading to more and more research in automatic image quality enhancement and RAW photo processing. In this Mobile AI challenge, the target was to…

GPU

Synthetic Depth-of-Field with a Single-Camera Mobile Phone

2018-06-11 · Neal Wadhwa, Rahul Garg, David E. Jacobs, Bryan E. Feldman 외

Shallow depth-of-field is commonly used by photographers to isolate a subject from a distracting background. However, standard cell phone cameras cannot produce such images optically, as their short focal lengths and sma…

A Single RGB Camera Based Gait Analysis with a Mobile Tele-Robot for Healthcare

2020-02-11 · Ziyang Wang

With the increasing awareness of high-quality life, there is a growing need for health monitoring devices running robust algorithms in home environment. Health monitoring technologies enable real-time analysis of users' …

CPUPose Estimation

Faster Segment Anything: Towards Lightweight SAM for Mobile Applications

2023-06-25 · Chaoning Zhang, Dongshen Han, Yu Qiao, Jung Uk Kim 외

Segment Anything Model (SAM) has attracted significant attention due to its impressive zero-shot transfer performance and high versatility for numerous vision applications (like image editing with fine-grained control). …

CPUDecoderGPUImage Segmentation+3