Detailed Evaluation of Modern Machine Learning Approaches for Optic Plastics Sorting
Vaishali Maheshkar, Aadarsh Anantha Ramakrishnan, Charuvahan Adhivarahan, Karthik Dantu
TL;DR
The paper addresses the effectiveness of vision-based optical sorting for plastics in real-world recycling streams. It assembles a large, diverse image dataset and evaluates multiple ML models (e.g., Mask R-CNN, ResNet-34, Xception) with interpretability analyses (Grad-CAM, saliency maps) to understand what visual cues drive decisions. Findings show that, in real-world settings, these models often rely on superficial cues like color, shape, or packaging labels rather than intrinsic material properties, with activations frequently focusing on conveyors rather than plastics. The work argues for multi-modal sorting approaches—combining vision with spectroscopy or embedded identifiers—and provides a valuable, public dataset resource to advance robust plastic sorting research and practice.
Abstract
According to the EPA, only 25% of waste is recycled, and just 60% of U.S. municipalities offer curbside recycling. Plastics fare worse, with a recycling rate of only 8%; an additional 16% is incinerated, while the remaining 76% ends up in landfills. The low plastic recycling rate stems from contamination, poor economic incentives, and technical difficulties, making efficient recycling a challenge. To improve recovery, automated sorting plays a critical role. Companies like AMP Robotics and Greyparrot utilize optical systems for sorting, while Materials Recovery Facilities (MRFs) employ Near-Infrared (NIR) sensors to detect plastic types. Modern optical sorting uses advances in computer vision such as object recognition and instance segmentation, powered by machine learning. Two-stage detectors like Mask R-CNN use region proposals and classification with deep backbones like ResNet. Single-stage detectors like YOLO handle detection in one pass, trading some accuracy for speed. While such methods excel under ideal conditions with a large volume of labeled training data, challenges arise in realistic scenarios, emphasizing the need to further examine the efficacy of optic detection for automated sorting. In this study, we compiled novel datasets totaling 20,000+ images from varied sources. Using both public and custom machine learning pipelines, we assessed the capabilities and limitations of optical recognition for sorting. Grad-CAM, saliency maps, and confusion matrices were employed to interpret model behavior. We perform this analysis on our custom trained models from the compiled datasets. To conclude, our findings are that optic recognition methods have limited success in accurate sorting of real-world plastics at MRFs, primarily because they rely on physical properties such as color and shape.
