BatSort: Enhanced Battery Classification with Transfer Learning for Battery Sorting and Recycling
Yunyi Zhao, Wei Zhang, Erhai Hu, Qingyu Yan, Cheng Xiang, King Jet Tseng, Dusit Niyato
TL;DR
This work addresses the costly, largely manual sorting of used batteries and the data scarcity hindering ML applications in industrial recycling. It introduces BatSort, a transfer-learning framework that repurposes a ResNet-50V2 backbone by replacing its final layers to classify 9 battery types using a modest, in-house dataset (~500 images). Experimental results show an average accuracy of 92.1% with peaks at 96.2%, and a 2.03x improvement over a no-knowledge baseline. The approach enables fast, automated battery sorting with reduced labeling requirements and is extensible to other domains with limited data.
Abstract
Battery recycling is a critical process for minimizing environmental harm and resource waste for used batteries. However, it is challenging, largely because sorting batteries is costly and hardly automated to group batteries based on battery types. In this paper, we introduce a machine learning-based approach for battery-type classification and address the daunting problem of data scarcity for the application. We propose BatSort which applies transfer learning to utilize the existing knowledge optimized with large-scale datasets and customizes ResNet to be specialized for classifying battery types. We collected our in-house battery-type dataset of small-scale to guide the knowledge transfer as a case study and evaluate the system performance. We conducted an experimental study and the results show that BatSort can achieve outstanding accuracy of 92.1% on average and up to 96.2% and the performance is stable for battery-type classification. Our solution helps realize fast and automated battery sorting with minimized cost and can be transferred to related industry applications with insufficient data.
