Deep Competitive Pathway Networks
Jia-Ren Chang, Yong-Sheng Chen

TL;DR
CoPaNet introduces a novel deep neural network architecture with competitive pathway units that enhance feature learning through parallel subnetworks and pathway encoding, achieving state-of-the-art results on multiple benchmarks.
Contribution
This work proposes the Competitive Pathway Network (CoPaNet), a new architecture that uses parallel residual subnetworks with max operation for improved feature diversity and routing.
Findings
Achieved state-of-the-art results on CIFAR-10 and CIFAR-100.
Performed comparably on SVHN and ImageNet datasets.
Demonstrated the effectiveness of pathway encoding and feature reuse.
Abstract
In the design of deep neural architectures, recent studies have demonstrated the benefits of grouping subnetworks into a larger network. For examples, the Inception architecture integrates multi-scale subnetworks and the residual network can be regarded that a residual unit combines a residual subnetwork with an identity shortcut. In this work, we embrace this observation and propose the Competitive Pathway Network (CoPaNet). The CoPaNet comprises a stack of competitive pathway units and each unit contains multiple parallel residual-type subnetworks followed by a max operation for feature competition. This mechanism enhances the model capability by learning a variety of features in subnetworks. The proposed strategy explicitly shows that the features propagate through pathways in various routing patterns, which is referred to as pathway encoding of category information. Moreover, the…
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.
Code & Models
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
