TL;DR
This paper introduces a fast object segmentation method for robotics that uses a kernel-based approach with a pre-trained Mask R-CNN, significantly reducing training time while maintaining or surpassing state-of-the-art performance.
Contribution
The authors propose a novel, efficient architecture that replaces certain layers of Mask R-CNN with classifiers and regressors trained via a kernel-based method, enabling rapid training for robotic applications.
Findings
Achieves comparable or better performance than state-of-the-art methods.
Reduces training time by approximately 6 times.
Validated on the YCB-Video dataset with publicly available code.
Abstract
Object segmentation is a key component in the visual system of a robot that performs tasks like grasping and object manipulation, especially in presence of occlusions. Like many other computer vision tasks, the adoption of deep architectures has made available algorithms that perform this task with remarkable performance. However, adoption of such algorithms in robotics is hampered by the fact that training requires large amount of computing time and it cannot be performed on-line. In this work, we propose a novel architecture for object segmentation, that overcomes this problem and provides comparable performance in a fraction of the time required by the state-of-the-art methods. Our approach is based on a pre-trained Mask R-CNN, in which various layers have been replaced with a set of classifiers and regressors that are re-trained for a new task. We employ an efficient Kernel-based…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
MethodsRegion Proposal Network · Convolution · RoIAlign · Softmax · Mask R-CNN
