Dancing under the stars: video denoising in starlight

Monakhova K, Richter S R, Waller L, et al. Dancing under the stars: video denoising in starlightC//Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition. 2022: 16241-16251.


Introduction

  • hawkmoths and carpenter bees: navigate on the darkest moonless nights by the light of the stars
  • CMOS camera generally needs at least 3/4 moon illumination (>0.1 lux)
  • The reason for Challenge: the minuscule amounts of light in the environment

some tips

  • using long exposure times for photographers to collect enough light from the scene
  • working well for still images, but limiting temporal resolution and precluding imaging of moving objects
  • increasing the gain for camera--each pixel more sensitive to light
  • shorter exposures, but increasing the noise present in each frame

Method

classic methods

  • from classic methods to deep learning-based approaches:
  • extract the signal from the noise
  • based on assumptions about the statistical distributions of the image and noise
  • noise model (Gaussian or Poisson-Gaussian noise)
  • the understanding of the structure of the noise

deep learning-based approaches

  • from classic methods to deep learning-based approaches:
  • train a denoiser using clean/noisy image pairs
  • some issues:
  • thousands of training image pairs
  • noise is highly camera-specific
  • for non-moving objects

Method

  • a good camera
  • a physics-inspired noise generator
  • train a video denoiser
  • physics-inspired noise generator
  • shot noise, read noise, row noise, temporal row noise, quantization noise, fixed pattern, and periodic noise

Datasets

  • there are more detectable photons in near infrared (NIR) than at RGB wavelengths at night
  • Canon LI3030SAI Sensor
  • paired clean/noisy static scenes
  • clean videos of moving objects
  • noisy videos of moving objects
  • 10 clips--2558 noisy images
  • 67 clean/noisy image pairs --16 noisy bursts
  • 10 video sequences:166 video clips for training, 10 for testing
  • 329 video clips from MOT video1

Video denoising

  • white-balancing, histogram equalization, gamma correction

Experiments

  • low-light noise model (ELD)
  • CA-GAN
  • Noise Flow

  • single-image denoising
  • video denoising

1Leal-Taixé L, Milan A, Reid I, et al. Motchallenge 2015: Towards a benchmark for multi-target trackingJ. arXiv preprint arXiv:1504.01942, 2015.


相关推荐
雪隐2 分钟前
AI股票小助手01-量化交易基础概念
人工智能·后端·python
芝麻开门GEO6 分钟前
2026年Q2济南企业如何选择可靠的GEO服务商
大数据·人工智能·python
AI砖家6 分钟前
Claude Code 跳过确认完全指南:让 AI 自己完成开发任务
前端·人工智能·python·ai编程·代码规范
Dxy12393102168 分钟前
Python 操作 MySQL 事务:从入门到避坑
android·python·mysql
硅谷秋水25 分钟前
世界动作模型:具身智能的下一前沿
大数据·人工智能·深度学习·计算机视觉·语言模型·机器人
川石课堂软件测试36 分钟前
使用mock进行接口测试教程
数据库·python·功能测试·测试工具·华为·单元测试·appium
江南十四行1 小时前
并发编程(四)
开发语言·python
weixin_468466851 小时前
图像滤波算法新手实战指南
图像处理·人工智能·算法·计算机视觉·ai·机器视觉·滤波
Ulyanov1 小时前
深入QML-Python通信 构建响应式交互界面的桥梁设计:QML+PySide6现代开发入门(五)
开发语言·python·算法·交互·qml·系统仿真
浩瀚之水_csdn1 小时前
Python 推导式详解:从入门到精通
python