Alpha-Net: Architecture, Models, and Applications
Jishan Shaikh, Adya Sharma, Ankit Chouhan, Avinash Mahawar

TL;DR
Alpha-Net introduces a novel architecture reformulating layers as ResNet-like blocks with unique connection configurations, achieving improved accuracy on ImageNet and offering insights into layer design, loss functions, and input preprocessing.
Contribution
The paper proposes Alpha-Net, a new neural network architecture with custom blocks, novel loss and normalization functions, and comprehensive analysis of layer configurations and input preprocessing.
Findings
Alpha-Net v3 achieves 79.5% accuracy on ImageNet.
Alpha-Net v3 outperforms ResNet-50 by approximately 3%.
Different layer configurations and loss functions significantly impact performance.
Abstract
Deep learning network training is usually computationally expensive and intuitively complex. We present a novel network architecture for custom training and weight evaluations. We reformulate the layers as ResNet-similar blocks with certain inputs and outputs of their own, the blocks (called Alpha blocks) on their connection configuration form their own network, combined with our novel loss function and normalization function form the complete Alpha-Net architecture. We provided the empirical mathematical formulation of network loss function for more understanding of accuracy estimation and further optimizations. We implemented Alpha-Net with 4 different layer configurations to express the architecture behavior comprehensively. On a custom dataset based on ImageNet benchmark, we evaluate Alpha-Net v1, v2, v3, and v4 for image recognition to give the accuracy of 78.2%, 79.1%, 79.5%, and…
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 · Adversarial Robustness in Machine Learning · Domain Adaptation and Few-Shot Learning
Methods1x1 Convolution · Average Pooling · Residual Connection · Batch Normalization · Global Average Pooling · Bottleneck Residual Block · Max Pooling · *Communicated@Fast*How Do I Communicate to Expedia? · Convolution · Residual Block
