Flip-Rotate-Pooling Convolution and Split Dropout on Convolution Neural Networks for Image Classification
Fa Wu, Peijun Hu, and Dexing Kong

TL;DR
This paper introduces Split Dropout and rotational convolution techniques, RPC and FRPC, to improve CNN performance and robustness for image classification, achieving higher accuracy and faster convergence without extra parameters.
Contribution
The paper proposes novel sDropout and rotational convolution methods that enhance CNN accuracy, robustness, and training efficiency for image classification tasks.
Findings
sDropout improves CNN accuracy and convergence speed.
RPC and FRPC increase rotation robustness of CNNs.
Achieved 1.18% accuracy gain on ImageNet 2012 classification.
Abstract
This paper presents a new version of Dropout called Split Dropout (sDropout) and rotational convolution techniques to improve CNNs' performance on image classification. The widely used standard Dropout has advantage of preventing deep neural networks from overfitting by randomly dropping units during training. Our sDropout randomly splits the data into two subsets and keeps both rather than discards one subset. We also introduce two rotational convolution techniques, i.e. rotate-pooling convolution (RPC) and flip-rotate-pooling convolution (FRPC) to boost CNNs' performance on the robustness for rotation transformation. These two techniques encode rotation invariance into the network without adding extra parameters. Experimental evaluations on ImageNet2012 classification task demonstrate that sDropout not only enhances the performance but also converges faster. Additionally, RPC and FRPC…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdvanced Neural Network Applications · Image Processing Techniques and Applications · Anomaly Detection Techniques and Applications
MethodsConvolution · Dropout
