paper-with-me

홈 › Papers

DropFilter: Dropout for Convolutions

2018-10-23 · Zhengsu Chen Jianwei Niu Qi Tian

Using a large number of parameters , deep neural networks have achieved remarkable performance on computer vison and natural language processing tasks. However the networks usually suffer from overfitting by using too much parameters. Dropout is a widely use method to deal with overfitting. Although dropout can significantly regularize densely connected layers in neural networks, it leads to suboptimal results when using for convolutional layers. To track this problem, we propose DropFilter, a new dropout method for convolutional layers. DropFilter randomly suppresses the outputs of some filters. Because it is observed that co-adaptions are more likely to occurs inter filters rather than intra filters in convolutional layers. Using DropFilter, we remarkably improve the performance of convolutional networks on CIFAR and ImageNet.

📄 PDF Abstract BibTeX arXiv:1810.09849

Code (0)

등록된 구현이 없습니다.

Methods 이 논문이 사용한 방법론

Dropout Dropout is a regularization technique for neural networks that drops a unit (along with connections) at training time with a specified probability $p$ (a common value is…

Similar Papers 제목 키워드 기반

DropFilter: A Novel Regularization Method for Learning Convolutional Neural Networks

2018-11-16 · Hengyue Pan, Hui Jiang, Xin Niu, Yong Dou

The past few years have witnessed the fast development of different regularization methods for deep learning models such as fully-connected deep neural networks (DNNs) and Convolutional Neural Networks (CNNs). Most of pr…

image-classificationImage Classification

Convolutions and More as Einsum: A Tensor Network Perspective with Advances for Second-Order Methods

2023-07-05 · Felix Dangel

Despite their simple intuition, convolutions are more tedious to analyze than dense layers, which complicates the transfer of theoretical and algorithmic ideas to convolutions. We simplify convolutions by viewing them as…

Second-order methodsTensor Networks

DR-Unet104 for Multimodal MRI brain tumor segmentation

2020-11-04 · Jordan Colman, Lei Zhang, Wenting Duan, Xujiong Ye

In this paper we propose a 2D deep residual Unet with 104 convolutional layers (DR-Unet104) for lesion segmentation in brain MRIs. We make multiple additions to the Unet architecture, including adding the 'bottleneck' re…

3D ArchitectureBrain Tumor SegmentationLesion SegmentationSegmentation+1

FedDrop: Trajectory-weighted Dropout for Efficient Federated Learning

2021-09-29 · Dongping Liao, Xitong Gao, Yiren Zhao, Hao Dai 외

Federated learning (FL) enables edge clients to train collaboratively while preserving individual's data privacy. As clients do not inherently share identical data distributions, they may disagree in the direction of pa…

Federated Learning

Towards Gene Expression Convolutions using Gene Interaction Graphs

2018-06-18 · Francis Dutil, Joseph Paul Cohen, Martin Weiss, Georgy Derevyanko 외

We study the challenges of applying deep learning to gene expression data. We find experimentally that there exists non-linear signal in the data, however is it not discovered automatically given the noise and low number…