中文
相关论文

相关论文: How Convolutional Neural Networks Deal with Aliasi…

200 篇论文

Convolutional neural networks (CNNs) give state of the art performance in many pattern recognition problems but can be fooled by carefully crafted patterns of noise. We report that CNN face recognition systems also make surprising "errors".…

计算机视觉与模式识别 · 计算机科学 2020-06-24 P. J. B. Hancock , R. S. Somai , V. R. Mileva

Convolutional Neural Networks (CNNs) have become indispensable for solving machine learning tasks in speech recognition, computer vision, and other areas that involve high-dimensional data. A CNN filters the input feature using a network…

机器学习 · 计算机科学 2020-02-13 Jonathan Ephrath , Moshe Eliasof , Lars Ruthotto , Eldad Haber , Eran Treister

Deep Neural Networks (DNN) and especially Convolutional Neural Networks (CNN) are a de-facto standard for the analysis of large volumes of signals and images. Yet, their development and underlying principles have been largely performed in…

信息论 · 计算机科学 2022-03-24 Ljubisa Stankovic , Danilo Mandic

While initially devised for image categorization, convolutional neural networks (CNNs) are being increasingly used for the pixelwise semantic labeling of images. However, the proper nature of the most common CNN architectures makes them…

计算机视觉与模式识别 · 计算机科学 2017-04-24 Emmanuel Maggiori , Guillaume Charpiat , Yuliya Tarabalka , Pierre Alliez

Convolutional neural networks (CNNs) have shown outstanding performance on image denoising with the help of large-scale datasets. Earlier methods naively trained a single CNN with many pairs of clean-noisy images. However, the conditional…

图像与视频处理 · 电气工程与系统科学 2021-04-05 Jae Woong Soh , Nam Ik Cho

Extracting the architecture of layers of a given deep neural network (DNN) through hardware-based side channels allows adversaries to steal its intellectual property and even launch powerful adversarial attacks on the target system. In this…

密码学与安全 · 计算机科学 2023-03-14 Mahya Morid Ahmadi , Lilas Alrahis , Ozgur Sinanoglu , Muhammad Shafique

Recent studies have shown that a Deep Convolutional Neural Network (DCNN) pretrained on a large image dataset can be used as a universal image descriptor, and that doing so leads to impressive performance for a variety of image…

计算机视觉与模式识别 · 计算机科学 2016-12-23 Lingqiao Liu , Chunhua Shen , Anton van den Hengel

Neural Networks are prone to having lesser accuracy in the classification of images with noise perturbation. Convolutional Neural Networks, CNNs are known for their unparalleled accuracy in the classification of benign images. But our study…

计算机视觉与模式识别 · 计算机科学 2022-09-20 Durga Shree Nagabushanam , Steve Mathew , Chiranji Lal Chowdhary

We show that adversarial examples, i.e., the visually imperceptible perturbations that result in Convolutional Neural Networks (CNNs) fail, can be alleviated with a mechanism based on foveations---applying the CNN in different image…

机器学习 · 计算机科学 2016-01-20 Yan Luo , Xavier Boix , Gemma Roig , Tomaso Poggio , Qi Zhao

A basic operation in Convolutional Neural Networks (CNNs) is spatial resizing of feature maps. This is done either by strided convolution (donwscaling) or transposed convolution (upscaling). Such operations are limited to a fixed filter…

机器学习 · 计算机科学 2020-06-22 Assaf Shocher , Ben Feinstein , Niv Haim , Michal Irani

Convolutional Neural Networks (CNNs) currently achieve state-of-the-art accuracy in image classification. With a growing number of classes, the accuracy usually drops as the possibilities of confusion increase. Interestingly, the class…

计算机视觉与模式识别 · 计算机科学 2017-10-25 Bilal Alsallakh , Amin Jourabloo , Mao Ye , Xiaoming Liu , Liu Ren

Convolutional neural network (CNN) architectures utilize downsampling layers, which restrict the subsequent layers to learn spatially invariant features while reducing computational costs. However, such a downsampling operation makes it…

计算机视觉与模式识别 · 计算机科学 2018-04-02 Akito Takeki , Daiki Ikami , Go Irie , Kiyoharu Aizawa

Convolutional neural networks (CNNs) tend to become a standard approach to solve a wide array of computer vision problems. Besides important theoretical and practical advances in their design, their success is built on the existence of…

计算机视觉与模式识别 · 计算机科学 2015-12-08 Adrian Popescu , Etienne Gadeski , Hervé Le Borgne

Seam carving is a representative content-aware image retargeting approach to adjust the size of an image while preserving its visually prominent content. To maintain visually important content, seam-carving algorithms first calculate the…

多媒体 · 计算机科学 2021-07-20 Seung-Hun Nam , Wonhyuk Ahn , In-Jae Yu , Myung-Joon Kwon , Minseok Son , Heung-Kyu Lee

Is it possible to recover an image from its noisy version using convolutional neural networks? This is an interesting problem as convolutional layers are generally used as feature detectors for tasks like classification, segmentation and…

计算机视觉与模式识别 · 计算机科学 2017-08-02 Nithish Divakar , R. Venkatesh Babu

The success of convolution neural networks (CNN) has been revolutionising the way we approach and use intelligent machines in the Big Data era. Despite success, CNNs have been consistently put under scrutiny owing to their…

计算机视觉与模式识别 · 计算机科学 2022-10-18 Shengxi Li , Xinyi Zhao , Ljubisa Stankovic , Danilo Mandic

In parallel with the success of CNNs to solve vision problems, there is a growing interest in developing methodologies to understand and visualize the internal representations of these networks. How the responses of a trained CNN encode the…

计算机视觉与模式识别 · 计算机科学 2015-11-18 Ivet Rafegas , Maria Vanrell

During the last decade, Convolutional Neural Networks (CNNs) have become the de facto standard for various Computer Vision and Machine Learning operations. CNNs are feed-forward Artificial Neural Networks (ANNs) with alternating…

信号处理 · 电气工程与系统科学 2019-05-10 Serkan Kiranyaz , Onur Avci , Osama Abdeljaber , Turker Ince , Moncef Gabbouj , Daniel J. Inman

The layers of convolutional neural networks (CNNs) can be used to alter the resolution of their inputs, but the scaling factors are limited to integer values. However, in many image and video processing applications, the ability to resize…

图像与视频处理 · 电气工程与系统科学 2021-05-24 Li-Heng Chen , Christos G. Bampis , Zhi Li , Chao Chen , Alan C. Bovik

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