GoogLe2Net: Going Transverse with Convolutions
Yuanpeng He

TL;DR
GoogLe2Net introduces a novel CNN architecture with residual feature-reutilization and transverse passages, enhancing multi-scale feature expression and improving image classification performance across multiple datasets.
Contribution
It proposes a new CNN design with residual feature-reutilization inceptions that facilitate feature flow and multi-scale representation, compatible with existing networks without migration.
Findings
Achieved 97.94% on CIFAR10
Achieved 85.91% on CIFAR100
Achieved 70.54% on Tiny Imagenet
Abstract
Capturing feature information effectively is of great importance in vision tasks. With the development of convolutional neural networks (CNNs), concepts like residual connection and multiple scales promote continual performance gains on diverse deep learning vision tasks. However, the existing methods do not organically combined advantages of these valid ideas. In this paper, we propose a novel CNN architecture called GoogLe2Net, it consists of residual feature-reutilization inceptions (ResFRI) or split residual feature-reutilization inceptions (Split-ResFRI) which create transverse passages between adjacent groups of convolutional layers to enable features flow to latter processing branches and possess residual connections to better process information. Our GoogLe2Net is able to reutilize information captured by foregoing groups of convolutional layers and express multi-scale features…
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 · Domain Adaptation and Few-Shot Learning · COVID-19 diagnosis using AI
MethodsResidual Connection
