中文
相关论文

相关论文: Binarized Low-light Raw Video Enhancement

200 篇论文

Video denoising aims to recover high-quality frames from the noisy video. While most existing approaches adopt convolutional neural networks~(CNNs) to separate the noise from the original visual content, however, CNNs focus on local…

计算机视觉与模式识别 · 计算机科学 2023-01-18 Wulian Yun , Mengshi Qi , Chuanming Wang , Huiyuan Fu , Huadong Ma

Video tokenizers are essential for latent video diffusion models, converting raw video data into spatiotemporally compressed latent spaces for efficient training. However, extending state-of-the-art video tokenizers to achieve a temporal…

计算机视觉与模式识别 · 计算机科学 2025-08-05 Aniruddha Mahapatra , Long Mai , David Bourgin , Yitian Zhang , Feng Liu

On-device learning remains a formidable challenge, especially when dealing with resource-constrained devices that have limited computational capabilities. This challenge is primarily rooted in two key issues: first, the memory available on…

机器学习 · 计算机科学 2024-01-19 Lorenzo Vorabbi , Davide Maltoni , Guido Borghi , Stefano Santi

Light field (LF) images containing information for multiple views have numerous applications, which can be severely affected by low-light imaging. Recent learning-based methods for low-light enhancement have some disadvantages, such as a…

计算机视觉与模式识别 · 计算机科学 2023-08-16 Shansi Zhang , Nan Meng , Edmund Y. Lam

Binary neural networks (BNNs) have demonstrated their ability to solve complex tasks with comparable accuracy as full-precision deep neural networks (DNNs), while also reducing computational power and storage requirements and increasing the…

机器学习 · 计算机科学 2022-07-12 Riccardo Schiavone , Maria A. Zuluaga

Deep convolutional neural networks (CNNs) have shown appealing performance on various computer vision tasks in recent years. This motivates people to deploy CNNs to realworld applications. However, most of state-of-art CNNs require large…

计算机视觉与模式识别 · 计算机科学 2018-02-09 Qinghao Hu , Peisong Wang , Jian Cheng

This paper shows how to train binary networks to within a few percent points ($\sim 3-5 \%$) of the full precision counterpart. We first show how to build a strong baseline, which already achieves state-of-the-art accuracy, by combining…

计算机视觉与模式识别 · 计算机科学 2020-03-26 Brais Martinez , Jing Yang , Adrian Bulat , Georgios Tzimiropoulos

In low-light conditions, capturing videos with frame-based cameras often requires long exposure times, resulting in motion blur and reduced visibility. While frame-based motion deblurring and low-light enhancement have been studied, they…

计算机视觉与模式识别 · 计算机科学 2024-08-28 Taewoo Kim , Jaeseok Jeong , Hoonhee Cho , Yuhwan Jeong , Kuk-Jin Yoon

As deep convolutional neural networks (DNNs) are widely used in various fields of computer vision, leveraging the overfitting ability of the DNN to achieve video resolution upscaling has become a new trend in the modern video delivery…

计算机视觉与模式识别 · 计算机科学 2023-06-21 Gen Li , Jie Ji , Minghai Qin , Wei Niu , Bin Ren , Fatemeh Afghah , Linke Guo , Xiaolong Ma

Low-light imaging on mobile devices is typically challenging due to insufficient incident light coming through the relatively small aperture, resulting in a low signal-to-noise ratio. Most of the previous works on low-light image processing…

图像与视频处理 · 电气工程与系统科学 2022-09-05 Yucheng Lu , Seung-Won Jung

Based on the assumption that there exists a neural network that efficiently represents a set of Boolean functions between all binary inputs and outputs, we propose a process for developing and deploying neural networks whose weight…

机器学习 · 计算机科学 2020-02-25 Minje Kim , Paris Smaragdis

Binary Neural Networks (BNNs) rely on a real-valued auxiliary variable W to help binary training. However, pioneering binary works only use W to accumulate gradient updates during backward propagation, which can not fully exploit its power…

计算机视觉与模式识别 · 计算机科学 2021-10-13 Weixiang Xu , Qiang Chen , Xiangyu He , Peisong Wang , Jian Cheng

We propose ViDeNN: a CNN for Video Denoising without prior knowledge on the noise distribution (blind denoising). The CNN architecture uses a combination of spatial and temporal filtering, learning to spatially denoise the frames first and…

计算机视觉与模式识别 · 计算机科学 2019-04-25 Michele Claus , Jan van Gemert

Low-light image enhancement is challenging in that it needs to consider not only brightness recovery but also complex issues like color distortion and noise, which usually hide in the dark. Simply adjusting the brightness of a low-light…

图像与视频处理 · 电气工程与系统科学 2020-03-17 Feifan Lv , Yu Li , Feng Lu

Self-supervised video denoising aims to remove noise from videos without relying on ground truth data, leveraging the video itself to recover clean frames. Existing methods often rely on simplistic feature stacking or apply optical flow…

计算机视觉与模式识别 · 计算机科学 2024-12-17 Zikang Chen , Tao Jiang , Xiaowan Hu , Wang Zhang , Huaqiu Li , Haoqian Wang

Developing lightweight Deep Convolutional Neural Networks (DCNNs) and Vision Transformers (ViTs) has become one of the focuses in vision research since the low computational cost is essential for deploying vision models on edge devices.…

图像与视频处理 · 电气工程与系统科学 2022-11-11 Jiehua Zhang , Xueyang Zhang , Zhuo Su , Zitong Yu , Yanghe Feng , Xin Lu , Matti Pietikäinen , Li Liu

We introduce a novel scheme to train binary convolutional neural networks (CNNs) -- CNNs with weights and activations constrained to {-1,+1} at run-time. It has been known that using binary weights and activations drastically reduce memory…

机器学习 · 计算机科学 2017-12-01 Xiaofan Lin , Cong Zhao , Wei Pan

In this paper, we study 1-bit convolutional neural networks (CNNs), of which both the weights and activations are binary. While efficient, the lacking of representational capability and the training difficulty impede 1-bit CNNs from…

计算机视觉与模式识别 · 计算机科学 2019-09-05 Zechun Liu , Wenhan Luo , Baoyuan Wu , Xin Yang , Wei Liu , Kwang-Ting Cheng

Recently vision transformers have been shown to be competitive with convolution-based methods (CNNs) broadly across multiple vision tasks. The less restrictive inductive bias of transformers endows greater representational capacity in…

计算机视觉与模式识别 · 计算机科学 2022-10-27 Farrukh Rahman , Ömer Mubarek , Zsolt Kira

Low-light raw denoising is an important and valuable task in computational photography where learning-based methods trained with paired real data are mainstream. However, the limited data volume and complicated noise distribution have…

计算机视觉与模式识别 · 计算机科学 2022-08-19 Hansen Feng , Lizhi Wang , Yuzhi Wang , Hua Huang