English

Class Based Thresholding in Early Exit Semantic Segmentation Networks

Computer Vision and Pattern Recognition 2022-10-28 v1 Machine Learning

Abstract

We propose Class Based Thresholding (CBT) to reduce the computational cost of early exit semantic segmentation models while preserving the mean intersection over union (mIoU) performance. A key idea of CBT is to exploit the naturally-occurring neural collapse phenomenon. Specifically, by calculating the mean prediction probabilities of each class in the training set, CBT assigns different masking threshold values to each class, so that the computation can be terminated sooner for pixels belonging to easy-to-predict classes. We show the effectiveness of CBT on Cityscapes and ADE20K datasets. CBT can reduce the computational cost by 23%23\% compared to the previous state-of-the-art early exit models.

Keywords

Cite

@article{arxiv.2210.15621,
  title  = {Class Based Thresholding in Early Exit Semantic Segmentation Networks},
  author = {Alperen Görmez and Erdem Koyuncu},
  journal= {arXiv preprint arXiv:2210.15621},
  year   = {2022}
}

Comments

5 pages, 3 figures, 2 tables

R2 v1 2026-06-28T04:39:48.623Z