中文
相关论文

相关论文: Flip-Rotate-Pooling Convolution and Split Dropout …

200 篇论文

The computer-aided diagnosis (CAD) system can provide a reference basis for the clinical diagnosis of skin diseases. Convolutional neural networks (CNNs) can not only extract visual elements such as colors and shapes but also semantic…

计算机视觉与模式识别 · 计算机科学 2022-11-03 Yilan Zhang , Fengying Xie , Xuedong Song , Hangning Zhou , Yiguang Yang , Haopeng Zhang , Jie Liu

The conventional spatial convolution layers in the Convolutional Neural Networks (CNNs) are computationally expensive at the point where the training time could take days unless the number of layers, the number of training images or the…

计算机视觉与模式识别 · 计算机科学 2021-06-25 Ee Fey Goh , ZhiYuan Chen , Wei Xiang Lim

In order to develop complex relationships between their inputs and outputs, deep neural networks train and adjust large number of parameters. To make these networks work at high accuracy, vast amounts of data are needed. Sometimes, however,…

机器学习 · 计算机科学 2022-01-19 Joshua Shunk

Dropout as a regularization technique is widely used in fully connected layers while is less effective in convolutional layers. Therefore more structured forms of dropout have been proposed to regularize convolutional networks. The…

计算机视觉与模式识别 · 计算机科学 2023-07-31 Liqi Wang , Qiya Hu

Pooling is a critical operation in convolutional neural networks for increasing receptive fields and improving robustness to input variations. Most existing pooling operations downsample the feature maps, which is a lossy process. Moreover,…

计算机视觉与模式识别 · 计算机科学 2021-04-05 Jiaojiao Zhao , Cees G. M. Snoek

Recurrent neural networks (RNNs) are important class of architectures among neural networks useful for language modeling and sequential prediction. However, optimizing RNNs is known to be harder compared to feed-forward neural networks. A…

机器学习 · 统计学 2018-03-29 Konrad Zolna , Devansh Arpit , Dendi Suhubdy , Yoshua Bengio

Convolutional Neural Networks (CNNs) have demonstrated state-of-the-art performance on many visual recognition tasks. However, the combination of convolution and pooling operations only shows invariance to small local location changes in…

计算机视觉与模式识别 · 计算机科学 2019-12-02 Xu Shen , Xinmei Tian , Shaoyan Sun , Dacheng Tao

Convolutional neural networks (CNNs) are among the most widely used machine learning models for computer vision tasks, such as image classification. To improve the efficiency of CNNs, many CNNs compressing approaches have been developed.…

计算机视觉与模式识别 · 计算机科学 2024-08-06 Mateusz Gabor , Rafał Zdunek

Regularization techniques help prevent overfitting and therefore improve the ability of convolutional neural networks (CNNs) to generalize. One reason for overfitting is the complex co-adaptations among different parts of the network, which…

计算机视觉与模式识别 · 计算机科学 2024-09-30 Rinor Cakaj , Jens Mehnert , Bin Yang

Dropout has been witnessed with great success in training deep neural networks by independently zeroing out the outputs of neurons at random. It has also received a surge of interest for shallow learning, e.g., logistic regression. However,…

机器学习 · 计算机科学 2016-12-06 Zhe Li , Boqing Gong , Tianbao Yang

We reduce training time in convolutional networks (CNNs) with a method that, for some of the mini-batches: a) scales down the resolution of input images via downsampling, and b) reduces the forward pass operations via pooling on the…

机器学习 · 计算机科学 2019-10-16 Zissis Poulos , Ali Nouri , Andreas Moshovos

Performance of neural networks can be significantly improved by encoding known invariance for particular tasks. Many image classification tasks, such as those related to cellular imaging, exhibit invariance to rotation. We present a novel…

机器学习 · 统计学 2018-06-01 Benjamin Chidester , Minh N. Do , Jian Ma

We introduce dropout compaction, a novel method for training feed-forward neural networks which realizes the performance gains of training a large model with dropout regularization, yet extracts a compact neural network for run-time…

机器学习 · 统计学 2017-05-25 Yotaro Kubo , George Tucker , Simon Wiesler

Image augmentation is a widely used technique to improve the performance of convolutional neural networks (CNNs). In common image shifting, cropping, flipping, shearing and rotating are used for augmentation. But there are more advanced…

计算机视觉与模式识别 · 计算机科学 2019-09-24 Philip May

Convolution operations dominate the overall execution time of Convolutional Neural Networks (CNNs). This paper proposes an easy yet efficient technique for both Convolutional Neural Network training and testing. The conventional convolution…

计算机视觉与模式识别 · 计算机科学 2018-06-06 Jianzhong Sheng , Chuanbo Chen , Chenchen Fu , Chun Jason Xue

CNNs achieve remarkable performance by leveraging deep, over-parametrized architectures, trained on large datasets. However, they have limited generalization ability to data outside the training domain, and a lack of robustness to noise and…

Model compression and acceleration are attracting increasing attentions due to the demand for embedded devices and mobile applications. Research on efficient convolutional neural networks (CNNs) aims at removing feature redundancy by…

机器学习 · 计算机科学 2020-08-21 Jinhua Liang , Tao Zhang , Guoqing Feng

This paper presents a novel approach to exploit the distinctive invariant features in convolutional neural network. The proposed CNN model uses Scale Invariant Feature Transform (SIFT) descriptor instead of the max-pooling layer.…

计算机视觉与模式识别 · 计算机科学 2019-04-02 Abhay Kumar , Nishant Jain , Chirag Singh , Suraj Tripathi

Convolutional neural networks (CNNs) have achieved state-of-the-art results on many visual recognition tasks. However, current CNN models still exhibit a poor ability to be invariant to spatial transformations of images. Intuitively, with…

计算机视觉与模式识别 · 计算机科学 2019-12-04 Xu Shen , Xinmei Tian , Anfeng He , Shaoyan Sun , Dacheng Tao

Dropout is designed to relieve the overfitting problem in high-level vision tasks but is rarely applied in low-level vision tasks, like image super-resolution (SR). As a classic regression problem, SR exhibits a different behaviour as…

计算机视觉与模式识别 · 计算机科学 2022-04-21 Xiangtao Kong , Xina Liu , Jinjin Gu , Yu Qiao , Chao Dong