paper-with-me

Papers

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

2022-04-15 · Punitha Jaikumar, Remy Vandaele, Varun Ojha

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.

📄 PDF Abstract BibTeX arXiv:2204.07437

Code (0)

등록된 구현이 없습니다.

Tasks

Instance SegmentationRegion ProposalSegmentationSemantic SegmentationTransfer Learning

Methods 이 논문이 사용한 방법론

RPN A Region Proposal Network, or RPN, is a fully convolutional network that simultaneously predicts object bounds and objectness scores at each position. The RPN is trained…
RoIAlign Region of Interest Align, or RoIAlign, is an operation for extracting a small feature map from each RoI in detection and segmentation based tasks. It removes the harsh…
BASE 설명 없음
Convolution A convolution is a type of matrix operation, consisting of a kernel, a small matrix of weights, that slides over input data performing element-wise multiplication with the…
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Mask R-CNN Mask R-CNN extends Faster R-CNN to solve instance segmentation tasks. It achieves this by adding a branch for predicting an…

Similar Papers 제목 키워드 기반

ETHSeg: An Amodel Instance Segmentation Network and a Real-World Dataset for X-Ray Waste Inspection

2022-01-01 · CVPR 2022 1 · Lingteng Qiu, Zhangyang Xiong, Xuhao Wang, Kenkun Liu 외

Waste inspection for packaged waste is an important step in the pipeline of waste disposal. Previous methods either rely on manual visual checking or RGB image-based inspection algorithm, requiring costly preparation…

Instance SegmentationSegmentationSemantic Segmentation

Fringe Projection Based Vision Pipeline for Autonomous Hard Drive Disassembly

2026-04-19 · Badrinath Balasubramaniam, Vignesh Suresh, Benjamin Metcalf, Beiwen Li arxiv

Unrecovered e-waste represents a significant economic loss. Hard disk drives (HDDs) comprise a valuable e-waste stream necessitating robotic disassembly. Automating the disassembly of HDDs requires holistic 3D sensing, s…

Real-time Instance SegmentationScene UnderstandingTransfer LearningDepth Completion

An Ensemble Learning Approach towards Waste Segmentation in Cluttered Environment

2026-02-14 · Maimoona Jafar, Syed Imran Ali, Ahsan Saadat, Muhammad Bilal 외 arxiv

Environmental pollution is a critical global issue, with recycling emerging as one of the most viable solutions. This study focuses on waste segregation, a crucial step in recycling processes to obtain raw material. Rece…

Ensemble Learning

AggMask: Exploring locally aggregated learning of mask representations for instance segmentation

2021-01-01 · Tao Wang, Jun Hao Liew, Yu Li, Yunpeng Chen 외

Recently proposed one-stage instance segmentation models (\emph{e.g.}, SOLO) learn to directly predict location-specific object mask with fully-convolutional networks. They perform comparably well as the traditional…

Instance SegmentationSegmentationSemantic Segmentation

Instance Segmentation With Mask-Supervised Polygonal Boundary Transformers

2022-01-01 · CVPR 2022 1 · Justin Lazarow, Weijian Xu, Zhuowen Tu

In this paper, we present an end-to-end instance segmentation method that regresses a polygonal boundary for each object instance. This sparse, vectorized boundary representation for objects, while attractive in many…

Instance SegmentationSegmentationSemantic Segmentation