Dense Optimizer : An Information Entropy-Guided Structural Search Method for Dense-like Neural Network Design
Liu Tianyuan, Hou Libin, Wang Linyuan, Song Xiyu, Yan Bin

TL;DR
The paper introduces Dense Optimizer, an automatic architecture search method guided by information entropy, which efficiently designs dense-like neural networks with improved accuracy on vision benchmarks.
Contribution
It proposes a novel entropy-guided search framework and a branch-and-bound algorithm for automatic dense network design, reducing manual effort and improving performance.
Findings
Achieved 84.3% top-1 accuracy on CIFAR-100, outperforming the original DenseNet.
Completed high-quality architecture search in only 4 hours on a single CPU.
Validated the method's effectiveness across multiple computer vision datasets.
Abstract
Dense Convolutional Network has been continuously refined to adopt a highly efficient and compact architecture, owing to its lightweight and efficient structure. However, the current Dense-like architectures are mainly designed manually, it becomes increasingly difficult to adjust the channels and reuse level based on past experience. As such, we propose an architecture search method called Dense Optimizer that can search high-performance dense-like network automatically. In Dense Optimizer, we view the dense network as a hierarchical information system, maximize the network's information entropy while constraining the distribution of the entropy across each stage via a power law, thereby constructing an optimization problem. We also propose a branch-and-bound optimization algorithm, tightly integrates power-law principle with search space scaling to solve the optimization problem…
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
TopicsNeural Networks and Applications
