CONet: Channel Optimization for Convolutional Neural Networks

Abstract

Neural Architecture Search (NAS) has shifted network design from using human intuition to leveraging search algorithms guided by evaluation metrics. We study channel size optimization in convolutional neural networks (CNN) and identify the role it plays in model accuracy and complexity. Current channel size selection methods are generally limited by discrete sample spaces while suffering from manual iteration and simple heuristics. To solve this, we introduce an efficient dynamic scaling algorithm – CONet – that automatically optimizes channel sizes across network layers for a given CNN. Two metrics – "Rank" and "Rank Average Slope" – are introduced to identify the information accumulated in training. The algorithm dynamically scales channel sizes up or down over a fixed searching phase. We conduct experiments on CIFAR10/100 and ImageNet datasets and show that CONet can find efficient and accurate architectures searched in ResNet, DARTS, and DARTS+ spaces that outperform their baseline models.

Cite

Text

Hosseini et al. "CONet: Channel Optimization for Convolutional Neural Networks." IEEE/CVF International Conference on Computer Vision Workshops, 2021. doi:10.1109/ICCVW54120.2021.00041

Markdown

[Hosseini et al. "CONet: Channel Optimization for Convolutional Neural Networks." IEEE/CVF International Conference on Computer Vision Workshops, 2021.](https://mlanthology.org/iccvw/2021/hosseini2021iccvw-conet/) doi:10.1109/ICCVW54120.2021.00041

BibTeX

@inproceedings{hosseini2021iccvw-conet,
  title     = {{CONet: Channel Optimization for Convolutional Neural Networks}},
  author    = {Hosseini, Mahdi S. and Zhang, Jia Shu and Liu, Zhe and Fu, Andre and Su, Jingxuan and Tuli, Mathieu and Plataniotis, Konstantinos N.},
  booktitle = {IEEE/CVF International Conference on Computer Vision Workshops},
  year      = {2021},
  pages     = {326-335},
  doi       = {10.1109/ICCVW54120.2021.00041},
  url       = {https://mlanthology.org/iccvw/2021/hosseini2021iccvw-conet/}
}