菜单

关于 🐙 GitHub
arXiv 提交日期: 2026-06-22
📄 Abstract - Transfer learning-based method for automated ewaste recycling in smart cities

Sorting a huge stream of waste accurately within a short period can be done with the support of digitalization, particularly Artificial Intelligence, instead of traditional methods. The overlap of Artificial Intelligence and Circular Economy can flourish many services in the environmental technology domain, in particular smart ewaste recycling, resulting in enabling circular smart cities. We analyse the growing need for automated ewaste recycling as an essential requirement to cope with the fast growing ewaste stream and we shed the light on the impact of Artificial Intelligence in supporting the recycling process through smart classification of devices, where the smartphone is our case study. Our study applies transfer learning as a special technique of Artificial Intelligence by finetuning the output layers of AlexNet as a pretrained model and perform the implementation on a small size dataset that contains 12 classes from 6 smartphone brands. We evaluate the performance of our model by tuning the learning rate, choosing the best optimizer, and augmenting the original dataset to avoid overfitting. We found that the optimizer of Stochastic Gradient Descent with Momentum and 3e-4 as a learning rate brings almost 98% model accuracy with generalization. Our study supports automated ewaste recycling in decreasing the error rate of ewaste sorting and investigates the advantages of applying transfer learning as the best scenario to overcome the rising challenges.

顶级标签: computer vision machine learning systems
详细标签: transfer learning ewaste recycling smart cities waste classification 或 搜索:

基于迁移学习的城市智能电子废弃物自动回收方法研究 / Transfer learning-based method for automated ewaste recycling in smart cities


1️⃣ 一句话总结

本研究利用迁移学习技术,通过对预训练模型AlexNet进行微调,在小型数据集上实现了对智能手机品牌及型号的高精度自动分类,从而为智慧城市中的电子废弃物智能回收提供了高效、低误差的解决方案。

源自 arXiv: 2606.23286