1. Introduction
Reliable instance segmentation in real-world waste-sorting environments remains a challenging computer vision problem. Plastic waste exhibits substantial intra-class and inter-class variability, while objects may be deformable, partially overlapped, visually contaminated, or embedded in cluttered backgrounds under changing illumination. These scene characteristics motivate robust instance-level segmentation in deployment-oriented waste analysis settings. Improving perception quality in such settings also has practical importance. Plastics impose a substantial climate burden across extraction, manufacturing, use, and end-of-life management, and reliable instance-level recognition is an important prerequisite for automated sorting systems that support downstream material recovery and circular-economy objectives [
1,
2]. Beyond visual recognition, automated sorting also benefits from class-resolved material estimates that can support downstream recovery decisions. Prior work on plastic valorization highlights both recycling and energy-recovery pathways as relevant end-of-life options for plastic waste [
3,
4]. This motivates vision systems that move beyond label-level recognition toward physically grounded, class-aware quantification of detected waste objects.
Recent advances in computer vision have improved the detection and segmentation of waste materials, yet most studies in waste sorting still emphasize vision-level performance indicators such as precision, recall, and mean average precision (mAP), without translating segmentation outputs into physical quantities that can support downstream process engineering and environmental accounting [
5,
6]. This limitation is particularly important in industrial environments, where cluttered scenes, object overlap, specular reflections, dirt, and variable illumination can increase visual complexity and complicate deployment without careful data curation and adaptation [
5,
7]. In parallel, waste-image classification research continues to expand the range of materials and operational settings that can be recognized reliably at the visual level [
8]. However, visual recognition alone is often insufficient when downstream decisions depend on class-resolved material quantities rather than only labels, masks, or object counts. Uncertainty must also be addressed explicitly, since deploying data-driven models under distribution shift requires calibrated confidence estimates and transparent propagation of perception error into downstream decisions [
9].
Plastic waste monitoring has been approached through several technical paradigms in the computer vision literature. Vision-only recognition pipelines [
5,
6,
7,
10], visual mass-estimation methods [
11,
12], and hardware-dependent gravimetric sensing each offer useful capabilities, but they are often studied in isolation. As a result, visual perception, mass estimation, and downstream impact analysis remain weakly connected within a single reproducible pipeline for deployment-oriented waste-scene understanding.
A second limitation concerns experimental rigor in applied segmentation pipelines. In small and medium-sized domain datasets, model rankings can shift under different initialization seeds, transfer learning schedules, post-processing thresholds, and other implementation choices. As a result, performance claims become difficult to interpret when model selection, tuning, and final evaluation are not clearly separated. For deployment-oriented computer vision systems, this makes strict split isolation, validation-driven model selection, seed-aware robustness analysis, and locked test-set evaluation important methodological requirements rather than optional reporting details.
In this study, we propose an end-to-end deep learning framework for instance segmentation, physics-informed mass estimation, and downstream environmental analysis in mixed plastic waste streams. The framework is built on a high-throughput YOLOv11-based instance segmentation pipeline and developed under a multi-stage optimization protocol that includes controlled architecture screening, hyperparameter refinement, transfer learning ablation through freeze–unfreeze schedules, random-seed robustness analysis, and validation-driven non-maximum suppression (NMS) selection. All model development decisions are made on the training and validation splits only, while the held-out test set remains locked until the final evaluation. This multi-stage structure is motivated by the fact that downstream quantification in heterogeneous mixed-plastic waste scenes depends directly on stable instance-level mask delineation under substantial variation in object scale, deformation, overlap, contamination, and imaging conditions; therefore, robust segmentation and controlled model selection are necessary prerequisites for meaningful mass estimation rather than optional pipeline complexity. To move beyond vision-only assessment, the framework incorporates a physics-informed post-segmentation mass-inference module that converts predicted masks into class-specific indicative mass estimates through geometric area calibration and material-specific density and thickness priors. These estimates are then used to support downstream hydrogen and environmental impact calculations while preserving a perception-centered formulation and explicitly accounting for uncertainty across stages. We further position the optimized YOLOv11 pipeline through controlled comparison with representative segmentation baselines, including YOLOv8s-seg, Mask R-CNN, and RF-DETR-Seg, under matched data splits and evaluation conditions. In this way, the proposed system frames instance segmentation not only as a recognition task, but also as a computational foundation for intelligent, data-driven decision support in smart material recovery settings. The contribution of this study, therefore, lies not in proposing a new segmentation architecture or treating standard optimization steps as methodological novelty in isolation but in establishing and evaluating a reproducible framework that links robust instance segmentation with physics-informed class-resolved mass inference and uncertainty-aware downstream analysis for mixed plastic waste scenes.
The main contributions of this work are as follows:
Reproducible multi-stage model development protocol: We present a structured model development pipeline in which architecture screening, hyperparameter refinement, transfer learning ablation, random-seed robustness analysis, and validation-driven NMS calibration are applied within a single reproducible and validation-driven protocol, rather than as isolated tuning steps, to support transparent model selection for mixed plastic waste instance segmentation.
Deployment-oriented YOLOv11-based segmentation pipeline: We develop and evaluate an instance segmentation pipeline for heterogeneous mixed-plastic waste scenes based on the official Ultralytics YOLOv11s-seg implementation, selected through controlled architecture screening within the YOLOv11 family under matched experimental conditions and strict split isolation.
Facility-representative benchmark and controlled evaluation: We introduce a manually curated, instance-annotated dataset comprising 4561 object instances across eight plastic waste classes, together with strict train/validation/test split isolation and a locked test set for unbiased final evaluation.
Physics-informed class-resolved mass inference: We extend visual perception with a post-segmentation analytical module that estimates class-resolved mass from predicted masks using geometric area calibration together with material-specific density and thickness priors.
Uncertainty-aware downstream analysis: We propagate the estimated material quantities into scenario-based analysis of theoretical hydrogen (H2) potential and greenhouse-gas (CO2e) avoidance, with transparent study-level uncertainty ranges reported for the principal derived outputs.
4. Results and Discussion
4.1. Experimental Setup and Computational Environment
All experiments were conducted in the Google Colaboratory Pro environment (Google LLC, Mountain View, CA, USA) using an NVIDIA A100 Tensor Core GPU under a CUDA-enabled runtime. The software environment included Python 3.12 (Python Software Foundation, Wilmington, DE, USA), PyTorch 2.9.0+cu126, Torchvision 0.24.0+cu126, the Ultralytics framework (version 8.4.14), OpenCV 4.13.0, NumPy 2.0.2, Pandas 2.2.2, and pycocotools for COCO-style evaluation. The YOLOv11 experiments were implemented using the official Ultralytics instance segmentation framework configuration, with no custom architectural changes introduced to the backbone, neck, or segmentation head. To support reproducibility, the software environment was fixed at the beginning of the experimental campaign. A uniform preprocessing pipeline was applied across all dataset splits using Roboflow’s automated tools, including EXIF-based orientation correction and resizing to pixels using a fixed stretch-based setting. Although this choice may introduce aspect-ratio distortion for some objects, it was applied consistently across all dataset splits and compared models to preserve a controlled and reproducible evaluation protocol.
4.2. Phase II: Multi-Stage Optimization Results
4.2.1. Stage 1 Results: Architecture Screening and Efficiency
Stage 1 evaluated six training configurations by pairing three YOLOv11-seg variants (nano, small, and medium) with two batch sizes (8 and 16). All runs used the same baseline protocol (image size 640, SGD with momentum 0.9, initial learning rate 0.01, weight decay 0.0005, seed 42) and were trained for up to 30 epochs with early stopping (patience = 10), providing a low-cost screening stage before deeper tuning. The full comparison is reported in
Table 4.
Table 4 shows that increasing batch size from 8 to 16 produced consistent gains in validation mask mAP@50:95 for the nano and small variants, while the medium variant changed only marginally (nano:
; small:
; medium:
in absolute mAP). These results indicate that batch size influenced convergence under a fixed training budget, although the effect was architecture-dependent. Model size also did not translate monotonically into better accuracy: despite its larger capacity, YOLOv11m-seg did not outperform the small variant under the same protocol. Based on the primary selection criterion, YOLOv11s-seg with batch size 16 was selected, achieving validation mask mAP@50:95 = 0.9205 with 10.11M parameters, 38.58 MB weights, and 150.86 ms/image under single-image inference on an NVIDIA A100 GPU.
4.2.2. Stage 2 Results: Hyperparameter Search
Table 5 reports the results of the
grid over
and
for the selected YOLOv11s-seg configuration (batch size 16). Validation performance was assessed primarily using mask mAP@50:95.
Across the evaluated settings, the learning rate had the largest effect. The best-performing configuration at achieved 0.9324, compared with 0.9229 for the best configuration at , corresponding to an absolute improvement of in mask mAP@50:95. Weight decay showed a regime-dependent effect: at , adding improved performance from 0.9162 to 0.9229 (), whereas at , it reduced performance from 0.9324 to 0.9290 (). The selected Stage 2 configuration was therefore and .
4.2.3. Stage 3A Results: Transfer Learning Schedule Ablation
Table 6 summarizes validation results for the three freezing strategies under identical training settings (seed = 42, up to 75 epochs, patience = 10). The freeze-12-then-unfreeze training schedule achieved the best validation performance (mask mAP@50:95 = 0.9395; F1-score = 0.9371) and was selected for subsequent stages.
Relative to the no-freeze baseline (0.9337), the selected schedule produced an absolute gain of in mask mAP@50:95. In contrast, the freeze-10 then unfreeze setting showed no meaningful change (0.9335 vs. 0.9337; ). These results indicate that stronger initial freezing provided a modest but consistent validation benefit under the same architecture and hyperparameter setting.
4.2.4. Stage 3B Results: Random Seed Robustness
To verify that performance was not dependent on a favorable initialization, the optimized configuration (YOLOv11s-seg,
,
, freeze-12 schedule) was retrained with three independent seeds (42, 43, and 44). As shown in
Table 7, validation mask mAP@50:95 remained stable across runs (0.9365, 0.9322, and 0.9304), yielding a mean of 0.9330 with a low coefficient of variation (
). In contrast, the F1-score showed slightly higher sensitivity (
), ranging from 0.9156 to 0.9335.
These results show that, although the precision–recall balance varied slightly across initializations, mask quality remained consistently stable. This supports the robustness of the training procedure to stochastic initialization. For consistency with earlier stages, seed 42 was retained for final evaluation and subsequent analyses.
4.2.5. Stage 4 Results: NMS Calibration
With the training configuration fixed through Stages 1–3B, Stage 4 optimized inference-time NMS parameters. The Stage 3B model (seed 42) was evaluated on the validation set using three NMS settings without retraining: A (conf = 0.25, IoU = 0.50), B (conf = 0.25, IoU = 0.70), and C (conf = 0.50, IoU = 0.50). The results are reported in
Table 8.
Configuration A achieved the highest mask mAP@50:95 (0.9354), marginally exceeding B (0.9352) and outperforming C (0.9322). The near-identical performance of A and B indicates that stricter IoU filtering had little effect on segmentation quality under this setting. Configuration C produced the highest precision (0.9495) and F1-score (0.9353), but lower mask mAP@50:95. This indicates that raising the confidence threshold improved point metrics by filtering borderline detections, while slightly reducing performance across the multiple IoU thresholds used by mAP. Because the primary selection criterion was COCO-style mask mAP@50:95, Configuration A (conf = 0.25, IoU = 0.50) was selected and locked for test-set evaluation.
4.3. Phase III: Test-Set Evaluation and Downstream Inference
After completion of the four-stage optimization pipeline in Phase II, the final YOLOv11s-seg model was deployed on the held-out test set, comprising 868 images with 1211 manually annotated plastic waste objects. The test set was accessed only after all training, validation, and hyperparameter decisions had been finalized, ensuring an unbiased assessment of generalization to unseen data.
The architectural labels reported in
Table 9 (one-stage, two-stage, and transformer-based) are included to clarify the model families being compared. In particular, Mask R-CNN is listed as a two-stage detector because it first generates region proposals and then performs classification, box refinement, and mask prediction, whereas YOLOv8s-seg and YOLOv11s-seg perform these predictions within a one-stage pipeline. The comparison is therefore cross-family by design, with fairness maintained through matched data splits and a common test-set evaluation protocol rather than architectural uniformity.
4.3.1. Overall Test-Set Performance
Table 9 summarizes the test-set results under the COCO-style evaluation protocol. The optimized YOLOv11s-seg model achieved mask mAP@50:95 = 0.9337, indicating strong generalization to unseen images. Bounding-box performance reached mAP@50:95 = 0.9336 under the same multi-threshold evaluation range. Precision and recall were 0.9411 and 0.8939, respectively. The corresponding F1-score was computed as the harmonic mean of precision (
P) and recall (
R),
, giving a final F1-score of 0.9169.
4.3.2. Class-Wise Predictive Behavior
To examine class-wise behavior, a column-normalized confusion matrix was computed on the held-out test set (
Figure 7), where columns represent ground truth classes and rows represent predicted labels. Diagonal entries indicate class-wise recall. The highest recall values were observed for HDPE_Bottle and LDPE_Garbage (0.98 each), followed by HDPE_Tshirt_Bag and PET_Bottle (0.96 each). Lower recall was observed for PET_Container (0.87), PET_Cup (0.88), and especially PP_Bottle_Container (0.81), while PS_Cup_Container remained comparatively stable (0.93). Most errors were associated with object–background ambiguity rather than strong cross-class confusion. In particular, PP_Bottle_Container showed the largest missed-detection and spurious-detection rates involving background. Despite these localized errors, the model maintained strong overall segmentation quality (mask mAP@50:95
), supporting reliable aggregate-level downstream estimation.
4.3.3. Per-Class Precision–Recall Dynamics
The class-wise precision–recall curves in
Figure 8 show clear variation across polymer categories. The polyethylene classes, especially LDPE_Garbage and both HDPE categories, maintained the strongest curves, indicating high precision and stable recall. PET showed more mixed behavior: PET_Bottle remained strong, whereas PET_Cup and PET_Container degraded earlier, consistent with the effects of transparency and specular reflections. PS_Cup_Container maintained high precision with some recall loss, suggesting relatively conservative predictions. PP_Bottle_Container showed the weakest overall curve, likely due to broader within-class variability. Overall, performance degradation was driven mainly by recall loss in visually ambiguous plastics, while precision remained relatively high across classes. Although the dataset shows moderate variation in class frequencies, class-level performance differences are not explained by sample count alone. Deformation, occlusion, clutter, and inter-class visual similarity also affect segmentation difficulty. Weighted mAP and per-class threshold optimization were not included in the present uniform COCO-style evaluation and remain directions for future work. These class-wise results should also be interpreted in light of the evaluation protocol used in this study. Specifically, all model development decisions were made using the training and validation splits only, while the held-out test set remained locked until the final evaluation. The final generalization results therefore reflect performance on unseen test images that were not used for architecture screening, hyperparameter refinement, training strategy ablation, seed analysis, or NMS selection. In addition, the final model was not selected from a single favorable run, but was supported by the independent seed-robustness analysis reported in Stage 3B. At the same time, because multiple model selection stages were conducted using the same validation split, a residual risk of validation over-tuning cannot be fully excluded. Taken together, the locked test-set protocol and multi-seed robustness analysis reduce the likelihood that the reported test performance is driven by test-informed model selection or a single favorable initialization, although they do not eliminate all possible sources of residual dataset bias or validation-specific tuning effects.
4.4. State-of-the-Art Comparison
To contextualize the performance of the optimized YOLOv11s-seg model, we conducted a two-level evaluation: first, a controlled baseline comparison against alternative architectures trained on identical data, and second, a literature-based comparison with recent waste-segmentation studies. This isolates the contribution of architectural choice from dataset effects and clarifies the position of the proposed approach within the current research landscape.
4.4.1. Direct Baseline Comparison
The optimized YOLOv11s-seg model [
37] was compared with YOLOv8s-seg [
38], Mask R-CNN with a ResNet-50-FPN backbone [
14,
39,
40], and the more recent transformer-based RF-DETR-Seg (Small) [
41,
42] using the same fixed train/validation/test split and the same held-out test set (
Table 9). All models were evaluated under the COCO segmentation protocol, and framework-appropriate training settings were used to maintain a practically fair and reproducible comparison.
Comparison with YOLOv8s-Seg
YOLOv11s-seg achieved higher mask mAP@50:95 than YOLOv8s-seg (0.9337 vs. 0.9203; ), corresponding to an approximately 16.8% relative reduction in segmentation error. It also improved precision (0.9411 vs. 0.9049) and F1-score (0.9169 vs. 0.9010), while using fewer parameters (10.11M vs. 11.82M). Recall was slightly lower (0.8939 vs. 0.8971).
Comparison with Mask R-CNN
Compared with Mask R-CNN, YOLOv11s-seg improved mask mAP@50:95 from 0.8754 to 0.9337 (), corresponding to an approximately 46.8% relative reduction in segmentation error. It also increased precision (0.9411 vs. 0.8315) and F1-score (0.9169 vs. 0.8794), while using far fewer parameters (10.11M vs. 43.96M), although Mask R-CNN achieved higher recall (0.9331 vs. 0.8939).
Comparison with RF-DETR-Seg (Small)
RF-DETR-Seg (Small) provided a stronger modern baseline and achieved a competitive mask mAP@50:95 of 0.9222. Nevertheless, YOLOv11s-seg still achieved the best performance on the primary segmentation metric used in this study, improving mask mAP@50:95 by +0.0115 (0.9337 vs. 0.9222), which corresponds to an approximately 14.8% relative reduction in segmentation error. YOLOv11s-seg also achieved higher precision (0.9411 vs. 0.9309) while using substantially fewer parameters (10.11M vs. 33.7M). However, RF-DETR-Seg (Small) obtained slightly higher recall (0.9232 vs. 0.8939) and F1-score (0.9268 vs. 0.9169). These results indicate that the proposed YOLOv11s-seg model remained the strongest method in terms of mask mAP@50:95, while RF-DETR-Seg (Small) served as a strong competitive transformer-based baseline.
4.4.2. Literature Comparison
To position the proposed model within the broader literature, we reviewed recent deep learning-based waste analysis methods that used instance segmentation, object detection, or related quantification pipelines.
Table 10 summarizes the main characteristics of these studies alongside the proposed approach.
The Mass Estimation Bottleneck
Díaz-Romero et al. [
12] represent the main prior example linking vision to mass estimation (
for metals), but three constraints limit its transferability to plastic waste: (1) rigid metal models do not reflect deformable polymer geometry; (2) reliance on RGB-D sensing increases hardware cost and maintenance complexity; and (3) single-object processing is incompatible with cluttered, continuous waste streams. In contrast, the present physics-informed approach operates on standard RGB imagery and estimates mass through material-specific density and thickness priors rather than purely data-driven regression.
Synthesis: From Detection to Valorization
Current literature can be grouped into three maturity tiers:
Tier 1: Detection Centric [
5,
10,
59,
60].These studies optimize visual segmentation or detection accuracy but do not extend to physical quantification or downstream facility analysis.
Tier 2: Partial Quantification [
12]. These works demonstrate mass-estimation feasibility, but remain limited to single objects and rigid materials such as scrap metals.
Tier 3: Integrated Valorization (This Work). The proposed framework links instance segmentation, mask-based mass estimation, and environmental impact assessment, while incorporating study-level scenario-based uncertainty ranges (±7–12%, depending on the derived output) and multi-seed robustness ( across validation mAP@50:95). This extends waste-scene perception toward actionable facility-level analysis.
4.5. Qualitative Visual Evidence
Opaque Film (LDPE,
Figure 9): This example illustrates a clear success case for opaque materials. The predicted mask is compact and contiguous, tightly matching the object silhouette with high confidence (∼0.955) and minimal background leakage. This supports reliable downstream mask-to-mass conversion.
Transparent Rigid Packaging (PET,
Figure 10): This example highlights the optical complexity of PET. Although the object is correctly segmented with very high confidence (∼0.969), transparent edges and specular contours remain the main source of boundary ambiguity. This supports the conclusion that PET errors are driven primarily by object–background separability, often producing conservative masks rather than strong class confusion.
To complement the quantitative evaluation,
Figure 11 provides a qualitative example for the
PP_Bottle_Container class, which recorded the lowest recall among the evaluated categories. The figure illustrates the predicted segmentation behavior in a challenging mixed-waste scene and highlights how object shape, orientation, and scene composition can affect mask delineation quality. In particular, the dominant presence of
PS_Cup_Container instances in close spatial proximity increases scene complexity and therefore offers qualitative context for the relatively lower recall observed for this class in the quantitative evaluation.
4.6. Environmental Impact and Valorization Analysis
To translate segmentation outputs into facility-level quantitative indicators, predicted instance masks were coupled with the physics-informed density/thickness model described in Phase III. Because no gravimetric ground truth mass measurements were available for the held-out test images, the resulting quantities are reported as indicative, assumption-based stream-level estimates rather than directly validated physical measurements. Environmental value is reported under an operational counting scenario based on model detections (post-filtering) on the held-out test split, which is intentionally distinct from the ground truth count used for performance evaluation.
Material-Level Mass Quantification
The system produced an indicative total plastic mass estimate of 15.48 kg (±1.08 kg) from 1253 post-filtered detections across 868 test images. As shown in
Table 11, PS contributed the largest mass share (5.43 kg, ∼35%) and nearly 46% of the total potential CO
2 avoidance (15.83 kg), even though PET was the most frequent class (∼36% of detections). This indicates that environmental value is not proportional to object count and highlights the importance of accurate class-level mass estimation for impact-oriented analysis.
The values reported in
Table 11 are prediction-based estimates derived from the proposed segmentation-to-mass pipeline and class-specific conversion assumptions. Because no direct measured ground truth mass was available for the analyzed stream, these results should be interpreted as indicative stream-level estimates rather than experimentally validated physical measurements.
4.7. Limitations and Future Scope
The proposed framework has important limitations. First, mass estimation is based on a sheet-equivalent approximation from 2D mask area and a fixed nominal scale factor ( cm/pixel) applied uniformly across all images. Because the dataset aggregates images from heterogeneous sources with varying acquisition distances, the reported uncertainty ranges should be interpreted as scenario-based bounds rather than formal metrological confidence intervals. Accordingly, absolute mass values carry systematic uncertainty beyond the reported bounds and should be treated as order-of-magnitude stream-level estimates rather than direct physical measurements. This approximation may additionally be less reliable for heavily deformed or crushed items. Moreover, no direct gravimetric ground truth comparison was available for the estimated masses in the present dataset, so the absolute accuracy of the mask-to-mass module could not be experimentally established within the current study. In addition, the benchmark was curated to preserve the empirical class frequencies observed after dataset assembly, without artificial resampling or class-balancing interventions, so that the evaluation reflects naturally occurring category prevalence within the assembled multi-source setting. However, because the benchmark combines multiple external sources, residual source-specific dataset bias cannot be fully excluded without a dedicated source-stratified analysis. Moreover, because the staged model selection procedure was performed repeatedly on the same validation split, some residual risk of validation-specific over-tuning remains, even though the held-out test set was kept fully locked until the final evaluation. Second, the use of nominal material properties does not capture real-world contamination, such as residual contents or adhering debris. Third, the current evaluation is based on static imagery and does not fully reflect live conveyor-belt conditions, including motion blur, occlusion, and variable illumination. A systematic comparison of augmentation strategies, including a no-augmentation baseline and alternative transformation sets, is left for future investigation, as the present study prioritized controlled ablation of architecture, training configuration, and validation-driven model selection over augmentation-policy search. Future work will focus on integrating depth sensing for improved volumetric estimation and per-image geometric calibration, validating the system under real industrial conditions, including direct comparison against measured object-level and stream-level mass values under controlled acquisition settings, and extending the framework to broader waste categories, including glass, metal, and composite packaging materials, which introduce additional appearance and material heterogeneity beyond the present plastic-focused setting.
5. Conclusions
This study presents a multi-stage YOLOv11-based framework for robust instance segmentation and material quantification of mixed plastic waste. The proposed pipeline integrates validation-driven model optimization, a controlled evaluation protocol, and post-segmentation mass estimation within a unified system designed for reliable performance under heterogeneous waste-scene conditions.
Experimental results on the held-out test set demonstrate the effectiveness of the optimized YOLOv11s-seg model, which achieved a mask mAP@50:95 of 0.9337, a precision of 0.9411, and an F1-score of 0.9169. These results support reliable mask-based estimation beyond conventional recognition-only reporting. Applied to the held-out test stream ( detected objects), the framework estimated an indicative total plastic mass of 15.48 ± 1.08 kg, corresponding to a theoretical potential of 0.41 ± 0.04 kg H2 and 34.57 ± 4.15 kg CO2e avoidance under alternative valorization pathways.
A key insight of this work is that downstream value is not directly proportional to detection frequency. While polystyrene (PS) was not the most frequent category, it accounted for approximately 46% of the total CO2e avoidance (15.83 kg), highlighting the importance of composition-aware quantification in recovery-oriented decision support.
Overall, the proposed framework extends waste-scene understanding beyond vision-level assessment toward physically grounded, data-driven support for material-aware recovery systems. Future research will focus on RGB-D integration for enhanced volumetric estimation, temporal modeling to handle dynamic conveyor-belt conditions, and the extension of the framework to include a broader range of multi-material waste streams.