paper-with-me

Papers

DenoiseGS: Gaussian Reconstruction Model for Burst Denoising

2025-11-28 · Yongsen Cheng, Yuanhao Cai, Yulun Zhang arxiv

Burst denoising methods are crucial for enhancing images captured on handheld devices, but they often struggle with large motion or suffer from prohibitive computational costs. In this paper, we propose DenoiseGS, the first framework to leverage the efficiency of 3D Gaussian Splatting for burst denoising. Our approach addresses two key challenges when applying feedforward Gaussian reconsturction model to noisy inputs: the degradation of Gaussian point clouds and the loss of fine details. To this end, we propose a Gaussian self-consistency (GSC) loss, which regularizes the geometry predicted from noisy inputs with high-quality Gaussian point clouds. These point clouds are generated from clean inputs by the same model that we are training, thereby alleviating potential bias or domain gaps. Additionally, we introduce a log-weighted frequency (LWF) loss to strengthen supervision within the spectral domain, effectively preserving fine-grained details. The LWF loss adaptively weights frequency discrepancies in a logarithmic manner, emphasizing challenging high-frequency details. Extensive experiments demonstrate that DenoiseGS significantly exceeds the state-of-the-art NeRF-based methods on both burst denoising and novel view synthesis under noisy conditions, while achieving 250$\times$ faster inference speed. Code and models are released at https://github.com/yscheng04/DenoiseGS.

📄 PDF Abstract BibTeX arXiv:2511.22939

Code (0)

등록된 구현이 없습니다.

Tasks

Novel View SynthesisPoint Clouds

Similar Papers 제목 키워드 기반

Multi-Kernel Prediction Networks for Denoising of Burst Images

2019-02-05 · Talmaj Marinč, Vignesh Srinivasan, Serhan Gül, Cornelius Hellge 외

In low light or short-exposure photography the image is often corrupted by noise. While longer exposure helps reduce the noise, it can produce blurry results due to the object and camera motion. The reconstruction of a n…

Computational EfficiencyDenoisingImage DenoisingPrediction

Iterative Residual CNNs for Burst Photography Applications

2018-11-29 · CVPR 2019 6 · Filippos Kokkinos, Stamatios Lefkimmiatis

Modern inexpensive imaging sensors suffer from inherent hardware constraints which often result in captured images of poor quality. Among the most common ways to deal with such limitations is to rely on burst photography…

DemosaickingDenoisingImage Restoration

Drift-Aware RL-based Wavelet Denoising for Network-Traffic Anomaly Detection

2026-07-22 · Priyalakshmi Sheela, Indrakshi Dey arxiv

Traffic-utilisation measurements for network monitoring are corrupted by additive noise and statistical drift: time-dependent change in the signal's mean, variance, distributional shape, or tail behaviour. Static wavelet…

Anomaly Detection

A Decoupled Learning Scheme for Real-world Burst Denoising from Raw Images

2020-08-01 · ECCV 2020 8 · Zhetong Liang, Shi Guo, Hong Gu, Huaqi Zhang 외

The recently developed burst denoising approach, which reduces noise by using multiple frames captured in a short time, has demonstrated much better denoising performance than its single-frame counterparts. However, exis…

Denoising

CANDID: Correspondence AligNment for Deep-burst Image Denoising

2023-06-16 · Arijit Mallick, Raphael Braun, Hendrik PA Lensch

With the advent of mobile phone photography and point-and-shoot cameras, deep-burst imaging is widely used for a number of photographic effects such as depth of field, super-resolution, motion deblurring, and image denoi…

AllDeblurringDenoisingImage Denoising+2