中文
相关论文

相关论文: Detail-Preserving Pooling in Deep Networks

200 篇论文

Pooling is an important component in convolutional neural networks (CNNs) for aggregating features and reducing computational burden. Compared with other components such as convolutional layers and fully connected layers which are…

计算机视觉与模式识别 · 计算机科学 2017-06-19 Shuai Li , Wanqing Li , Chris Cook , Ce Zhu , Yanbo Gao

Depth prediction plays a key role in understanding a 3D scene. Several techniques have been developed throughout the years, among which Convolutional Neural Network has recently achieved state-of-the-art performance on estimating depth from…

计算机视觉与模式识别 · 计算机科学 2021-03-16 Binghan Li , Yindong Hua , Yifeng Liu , Mi Lu

Convolutional networks almost always incorporate some form of spatial pooling, and very often it is alpha times alpha max-pooling with alpha=2. Max-pooling act on the hidden layers of the network, reducing their size by an integer…

计算机视觉与模式识别 · 计算机科学 2015-05-13 Benjamin Graham

Most modern convolutional neural networks (CNNs) used for object recognition are built using the same principles: Alternating convolution and max-pooling layers followed by a small number of fully connected layers. We re-evaluate the state…

机器学习 · 计算机科学 2015-04-14 Jost Tobias Springenberg , Alexey Dosovitskiy , Thomas Brox , Martin Riedmiller

The process of pooling vertices involves the creation of a new vertex, which becomes adjacent to all the vertices that were originally adjacent to the endpoints of the vertices being pooled. After this, the endpoints of these vertices and…

机器学习 · 计算机科学 2025-09-23 Shanookha Ali , Nitha Niralda , Sunil Mathew

The inception network has been shown to provide good performance on image classification problems, but there are not much evidences that it is also effective for the image restoration or pixel-wise labeling problems. For image restoration…

计算机视觉与模式识别 · 计算机科学 2017-01-24 Yoonsik Kim , Insung Hwang , Nam Ik Cho

Pooling operations, which can be calculated at low cost and serve as a linear or nonlinear transfer function for data reduction, are found in almost every modern neural network. Countless modern approaches have already tackled replacing the…

计算机视觉与模式识别 · 计算机科学 2021-01-19 Wolfgang Fuhl , Enkelejda Kasneci

Several recent approaches showed how the representations learned by Convolutional Neural Networks can be repurposed for novel tasks. Most commonly it has been shown that the activation features of the last fully connected layers (fc7 or…

计算机视觉与模式识别 · 计算机科学 2015-09-22 Arsalan Mousavian , Jana Kosecka

Deep convolutional neural networks (DCNNs) have shown remarkable performance in image classification tasks in recent years. Generally, deep neural network architectures are stacks consisting of a large number of convolutional layers, and…

计算机视觉与模式识别 · 计算机科学 2017-09-07 Dongyoon Han , Jiwhan Kim , Junmo Kim

In this paper, we present a novel deep learning-based approach for still image super-resolution, that unlike the mainstream models does not rely solely on the input low resolution image for high quality upsampling, and takes advantage of a…

计算机视觉与模式识别 · 计算机科学 2018-12-17 Farzad Toutounchi , Ebroul Izquierdo

Efficient custom pooling techniques that can aggressively trim the dimensions of a feature map and thereby reduce inference compute and memory footprint for resource-constrained computer vision applications have recently gained significant…

计算机视觉与模式识别 · 计算机科学 2023-01-02 Fang Chen , Gourav Datta , Souvik Kundu , Peter Beerel

In this paper we present a deep neural network topology that incorporates a simple to implement transformation invariant pooling operator (TI-POOLING). This operator is able to efficiently handle prior knowledge on nuisance variations in…

计算机视觉与模式识别 · 计算机科学 2016-09-23 Dmitry Laptev , Nikolay Savinov , Joachim M. Buhmann , Marc Pollefeys

We introduce a simple and effective method for regularizing large convolutional neural networks. We replace the conventional deterministic pooling operations with a stochastic procedure, randomly picking the activation within each pooling…

机器学习 · 计算机科学 2013-01-17 Matthew D. Zeiler , Rob Fergus

Recently, Deepfake has drawn considerable public attention due to security and privacy concerns in social media digital forensics. As the wildly spreading Deepfake videos on the Internet become more realistic, traditional detection…

计算机视觉与模式识别 · 计算机科学 2023-03-30 Tianyi Wang , Harry Cheng , Kam Pui Chow , Liqiang Nie

The size and shape of the receptive field determine how the network aggregates local information and affect the overall performance of a model considerably. Many components in a neural network, such as kernel sizes and strides for…

计算机视觉与模式识别 · 计算机科学 2022-07-01 Dong-Hwan Jang , Sanghyeok Chu , Joonhyuk Kim , Bohyung Han

Images captured nowadays are of varying dimensions with smartphones and DSLR's allowing users to choose from a list of available image resolutions. It is therefore imperative for forensic algorithms such as resampling detection to scale…

计算机视觉与模式识别 · 计算机科学 2020-04-29 Mohit Lamba , Kaushik Mitra

Employing part-level features for pedestrian image description offers fine-grained information and has been verified as beneficial for person retrieval in very recent literature. A prerequisite of part discovery is that each part should be…

计算机视觉与模式识别 · 计算机科学 2018-01-10 Yifan Sun , Liang Zheng , Yi Yang , Qi Tian , Shengjin Wang

Many convolutional neural networks (CNNs) rely on progressive downsampling of their feature maps to increase the network's receptive field and decrease computational cost. However, this comes at the price of losing granularity in the…

计算机视觉与模式识别 · 计算机科学 2023-05-17 Robin Hesse , Simone Schaub-Meyer , Stefan Roth

Retinal vessels are important biomarkers for many ophthalmological and cardiovascular diseases. Hence, it is of great significance to develop automatic models for computer-aided diagnosis. Existing methods, such as U-Net follow the…

图像与视频处理 · 电气工程与系统科学 2021-08-31 Song Guo

Discrete Fourier transforms provide a significant speedup in the computation of convolutions in deep learning. In this work, we demonstrate that, beyond its advantages for efficient computation, the spectral domain also provides a powerful…

机器学习 · 统计学 2015-06-12 Oren Rippel , Jasper Snoek , Ryan P. Adams