中文
相关论文

相关论文: Adaptive Denoising via GainTuning

200 篇论文

Transfer learning enables solving a specific task having limited data by using the pre-trained deep networks trained on large-scale datasets. Typically, while transferring the learned knowledge from source task to the target task, the last…

计算机视觉与模式识别 · 计算机科学 2020-12-04 S. H. Shabbeer Basha , Sravan Kumar Vinakota , Viswanath Pulabaigari , Snehasis Mukherjee , Shiv Ram Dubey

Due to memory constraints on current hardware, most convolution neural networks (CNN) are trained on sub-megapixel images. For example, most popular datasets in computer vision contain images much less than a megapixel in size (0.09MP for…

计算机视觉与模式识别 · 计算机科学 2020-10-23 Hans Pinckaers , Bram van Ginneken , Geert Litjens

Deep neural networks (DNNs) with noisy weights, which we refer to as noisy neural networks (NoisyNNs), arise from the training and inference of DNNs in the presence of noise. NoisyNNs emerge in many new applications, including the wireless…

机器学习 · 计算机科学 2023-07-26 Yulin Shao , Soung Chang Liew , Deniz Gunduz

Deep Convolutional Neural Networks (CNN) have exhibited superior performance in many visual recognition tasks including image classification, object detection, and scene label- ing, due to their large learning capacity and resistance to…

计算机视觉与模式识别 · 计算机科学 2016-10-12 Miao Sun , Tony X. Han , Xun Xu , Ming-Chang Liu , Ahmad Khodayari-Rostamabad

Hyperspectral image (HSI) denoising is a crucial preprocessing procedure to improve the performance of the subsequent HSI interpretation and applications. In this paper, a novel deep learning-based method for this task is proposed, by…

计算机视觉与模式识别 · 计算机科学 2018-08-14 Qiangqiang Yuan , Qiang Zhang , Jie Li , Huanfeng Shen , Liangpei Zhang

Most of the Deep Neural Networks (DNNs) based CT image denoising literature shows that DNNs outperform traditional iterative methods in terms of metrics such as the RMSE, the PSNR and the SSIM. In many instances, using the same metrics, the…

计算机视觉与模式识别 · 计算机科学 2021-11-19 Prabhat KC , Rongping Zeng , M. Mehdi Farhangi , Kyle J. Myers

Non-local self-similarity is well-known to be an effective prior for the image denoising problem. However, little work has been done to incorporate it in convolutional neural networks, which surpass non-local model-based methods despite…

图像与视频处理 · 电气工程与系统科学 2023-07-19 Diego Valsesia , Giulia Fracastoro , Enrico Magli

Deep Belief Networks which are hierarchical generative models are effective tools for feature representation and extraction. Furthermore, DBNs can be used in numerous aspects of Machine Learning such as image denoising. In this paper, we…

机器学习 · 计算机科学 2014-01-03 Mohammad Ali Keyvanrad , Mohammad Pezeshki , Mohammad Ali Homayounpour

Since convolutional neural networks (CNNs) perform well at learning generalizable image priors from large-scale data, these models have been extensively applied to image restoration and related tasks. Recently, another class of neural…

计算机视觉与模式识别 · 计算机科学 2022-03-14 Syed Waqas Zamir , Aditya Arora , Salman Khan , Munawar Hayat , Fahad Shahbaz Khan , Ming-Hsuan Yang

2D Convolutional neural network (CNN) has arguably become the de facto standard for computer vision tasks. Recent findings, however, suggest that CNN may not be the best option for 1D pattern recognition, especially for datasets with over 1…

计算机视觉与模式识别 · 计算机科学 2021-03-23 Yimin Yang , Wandong Zhang , Jonathan Wu , Will Zhao , Ao Chen

We investigate the task of learning blind image denoising networks from an unpaired set of clean and noisy images. Such problem setting generally is practical and valuable considering that it is feasible to collect unpaired noisy and clean…

图像与视频处理 · 电气工程与系统科学 2020-09-01 Xiaohe Wu , Ming Liu , Yue Cao , Dongwei Ren , Wangmeng Zuo

Over the past decade, Deep Convolutional Neural Networks (DCNNs) have shown remarkable performance in most computer vision tasks. These tasks traditionally use a fixed dataset, and the model, once trained, is deployed as is. Adding new…

计算机视觉与模式识别 · 计算机科学 2019-09-10 Deboleena Roy , Priyadarshini Panda , Kaushik Roy

Noise in image sensors led to the development of a whole range of denoising filters. A noisy image can become hard to recognize and often require several types of post-processing compensation circuits. This paper proposes an adaptive…

图像与视频处理 · 电气工程与系统科学 2022-09-27 O. Krestinskaya , K. N. Salama , A. P. James

One popular strategy for image denoising is to design a generalized regularization term that is capable of exploring the implicit prior underlying data observation. Convolutional neural networks (CNN) have shown the powerful capability to…

图像与视频处理 · 电气工程与系统科学 2019-10-22 Peng Liu , Xiaoxiao Zhou , Junyiyang Li , El Basha Mohammad D , Ruogu Fang

Remarkable progress has been made in image recognition, primarily due to the availability of large-scale annotated datasets and the revival of deep CNN. CNNs enable learning data-driven, highly representative, layered hierarchical image…

计算机视觉与模式识别 · 计算机科学 2016-02-11 Hoo-Chang Shin , Holger R. Roth , Mingchen Gao , Le Lu , Ziyue Xu , Isabella Nogues , Jianhua Yao , Daniel Mollura , Ronald M. Summers

Scaling CNN training is necessary to keep up with growing datasets and reduce training time. We also see an emerging need to handle datasets with very large samples, where memory requirements for training are large. Existing training…

分布式、并行与集群计算 · 计算机科学 2019-03-18 Nikoli Dryden , Naoya Maruyama , Tom Benson , Tim Moon , Marc Snir , Brian Van Essen

Deep Neural Networks have been successfully applied in hyperspectral image classification. However, most of prior works adopt general deep architectures while ignore the intrinsic structure of the hyperspectral image, such as the physical…

计算机视觉与模式识别 · 计算机科学 2023-01-04 Zhiqiang Gong , Ping Zhong , Jiahao Qi , Panhe Hu

Transmission electron microscope (TEM) images are often corrupted by noise, hindering their interpretation. To address this issue, we propose a deep learning-based approach using simulated images. Using density functional theory…

材料科学 · 物理学 2025-01-22 Jinwoong Chae , Sungwook Hong , Sungkyu Kim , Sungroh Yoon , Gunn Kim

The deployment of deep convolutional neural networks (CNNs) in many real world applications is largely hindered by their high computational cost. In this paper, we propose a novel learning scheme for CNNs to simultaneously 1) reduce the…

计算机视觉与模式识别 · 计算机科学 2017-08-23 Zhuang Liu , Jianguo Li , Zhiqiang Shen , Gao Huang , Shoumeng Yan , Changshui Zhang

Large amount of image denoising literature focuses on single channel images and often experimentally validates the proposed methods on tens of images at most. In this paper, we investigate the interaction between denoising and…

计算机视觉与模式识别 · 计算机科学 2017-04-06 Jiqing Wu , Radu Timofte , Zhiwu Huang , Luc Van Gool