English

Channel Scaling: A Scale-and-Select Approach for Transfer Learning

Computer Vision and Pattern Recognition 2021-03-24 v1

Abstract

Transfer learning with pre-trained neural networks is a common strategy for training classifiers in medical image analysis. Without proper channel selections, this often results in unnecessarily large models that hinder deployment and explainability. In this paper, we propose a novel approach to efficiently build small and well performing networks by introducing the channel-scaling layers. A channel-scaling layer is attached to each frozen convolutional layer, with the trainable scaling weights inferring the importance of the corresponding feature channels. Unlike the fine-tuning approaches, we maintain the weights of the original channels and large datasets are not required. By imposing L1 regularization and thresholding on the scaling weights, this framework iteratively removes unnecessary feature channels from a pre-trained model. Using an ImageNet pre-trained VGG16 model, we demonstrate the capabilities of the proposed framework on classifying opacity from chest X-ray images. The results show that we can reduce the number of parameters by 95% while delivering a superior performance.

Keywords

Cite

@article{arxiv.2103.12228,
  title  = {Channel Scaling: A Scale-and-Select Approach for Transfer Learning},
  author = {Ken C. L. Wong and Satyananda Kashyap and Mehdi Moradi},
  journal= {arXiv preprint arXiv:2103.12228},
  year   = {2021}
}

Comments

This paper was accepted by the IEEE International Symposium on Biomedical Imaging (ISBI) 2021

R2 v1 2026-06-24T00:27:05.728Z