CVLGApr 15, 2022

Transfer Learning for Instance Segmentation of Waste Bottles using Mask R-CNN Algorithm

arXiv:2204.07437v19 citationsh-index: 9
Originality Synthesis-oriented
AI Analysis

This work addresses plastic pollution by enabling automated bottle identification for recycling, but it is incremental as it applies an existing method to a new dataset.

The paper tackled automated detection and instance segmentation of plastic waste bottles to aid recycling by fine-tuning a Mask R-CNN model pre-trained on COCO on a custom dataset of 192 images, achieving a mean average precision (mAP) of 59.4.

This paper proposes a methodological approach with a transfer learning scheme for plastic waste bottle detection and instance segmentation using the \textit{mask region proposal convolutional neural network} (Mask R-CNN). Plastic bottles constitute one of the major pollutants posing a serious threat to the environment both in oceans and on land. The automated identification and segregation of bottles can facilitate plastic waste recycling. We prepare a custom-made dataset of 192 bottle images with pixel-by pixel-polygon annotation for the automatic segmentation task. The proposed transfer learning scheme makes use of a Mask R-CNN model pre-trained on the Microsoft COCO dataset. We present a comprehensive scheme for fine-tuning the base pre-trained Mask-RCNN model on our custom dataset. Our final fine-tuned model has achieved 59.4 \textit{mean average precision} (mAP), which corresponds to the MS COCO metric. The results indicate a promising application of deep learning for detecting waste bottles.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes