English

Resource Constrained Semantic Segmentation for Waste Sorting

Computer Vision and Pattern Recognition 2023-10-31 v1 Artificial Intelligence Machine Learning

Abstract

This work addresses the need for efficient waste sorting strategies in Materials Recovery Facilities to minimize the environmental impact of rising waste. We propose resource-constrained semantic segmentation models for segmenting recyclable waste in industrial settings. Our goal is to develop models that fit within a 10MB memory constraint, suitable for edge applications with limited processing capacity. We perform the experiments on three networks: ICNet, BiSeNet (Xception39 backbone), and ENet. Given the aforementioned limitation, we implement quantization and pruning techniques on the broader nets, achieving positive results while marginally impacting the Mean IoU metric. Furthermore, we propose a combination of Focal and Lov\'asz loss that addresses the implicit class imbalance resulting in better performance compared with the Cross-entropy loss function.

Keywords

Cite

@article{arxiv.2310.19407,
  title  = {Resource Constrained Semantic Segmentation for Waste Sorting},
  author = {Elisa Cascina and Andrea Pellegrino and Lorenzo Tozzi},
  journal= {arXiv preprint arXiv:2310.19407},
  year   = {2023}
}

Comments

8 pages, 5 figures

R2 v1 2026-06-28T13:05:41.860Z