CVPR 2026 • Project website

Efficient Real-Time Raw-to-Raw Denoising for Extreme Low-Light Ultra HD Video on Mobile Devices

Charantej Reddy Pochimireddy, Subhasmita Sahoo, Apoorva Verma, Palavalli Shyam, Swapnil Malviya, Sarvesh, Raj Narayana Gadde

Samsung R & D Institute Bengaluru

Raw-to-raw denoising
Extreme low-light UHD video
Mobile ISP compatible
Real-time deployment

Abstract

Recent advancements in deep neural networks have significantly improved visual quality of camera captures under low-light conditions, yet extreme low-light video quality remains inadequate for real-time Ultra HD mobile capture. Existing models are often too expensive for strict latency and power budgets. This work presents a comprehensive framework for real-time raw-to-raw denoising of extreme low-light UHD videos, designed for seamless integration into existing ISP pipelines. The paper combines a diverse raw data creation methodology, a low-complexity architecture tailored to mobile compute elements, and deployment-focused optimizations including reparameterization, restructuring, and quantization.

Why this problem is hard

Mobile low-light video enhancement must satisfy quality, latency, power, and ISP compatibility at the same time.

Latency and power comparison chart
Latency and power efficiency comparison of raw to raw denoising networks.

Strict deployment budget

For 30 fps video, the pipeline must stay within real-time latency and tight current limits, which rules out many restoration models.

Extreme low-light degradation

At illumination below 1 lux, raw sensor noise increases sharply while scene details are heavily suppressed.

Data scarcity

Paired real raw video data is difficult to capture, especially for UHD, temporal consistency, and sensor-specific conditions.

Method overview

A practical research-to-product pipeline: dataset design, ISP-compatible architecture, and deployment optimization.

01

Ground-truth preparation

Controlled raw capture and multi-stage denoising are used to form stronger supervision for training under extreme low-light conditions.

02

Efficient base architecture

Space-to-Depth reduces spatial cost while mobile residual local feature blocks preserve restoration quality.

03

Deployment optimization

Distillation, structural reparameterization, spatial restructuring, and quantization bring the model into a product-ready operating range.

Ground truth preparation figure
[Ground truth preparation] Controlled low-light raw capture with tripod stabilization, followed by two-stage denoising: burst averaging + residual noise removal via synthetic-trained large mRLFB model.


Denoising base model architecture
[Base model architecture] Integrates Space-to-Depth (S2D) for spatial reduction, mobile-optimized Residual Local Feature Blocks (mRLFB), and residual learning to enable real-time UHD video processing on resource-constrained devices.


Re-parameterization figure
[Structural re-parameterization] A multi-branch block is used in place of 3×3 convolution in mRLFB for training which are fused together post-training.




Spatial resolution reduction restructuring figure
[Spatial resolution reduction] Restructured model with halved spatial resolution and doubled channel depth via weight reconfiguration, leveraging NPU latency equivalence for both scenarios.



Results

Visual comparison figure









BibTeX

@inproceedings{raw2rawcvpr26,
  title={Efficient Real-Time Raw-to-Raw Denoising for Extreme Low-Light Ultra HD Video on Mobile Devices},
  author={Charantej Reddy Pochimireddy, Subhasmita Sahoo, Apoorva Verma, Palavalli Shyam, Swapnil Malviya, Sarvesh, Raj Narayana Gadde},
  booktitle={Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR)},
  year={2026}
}