Learning to Cluster for Proposal-Free Instance Segmentation
Yen-Chang Hsu, Zheng Xu, Zsolt Kira, Jiawei Huang

TL;DR
This paper introduces a novel end-to-end deep learning approach for proposal-free instance segmentation by training a neural network to perform pixel clustering based on pairwise pixel relationships, achieving strong results on Cityscapes.
Contribution
It presents a new learning objective for pixel clustering in instance segmentation, incorporating graph coloring ideas to handle unlimited instances, and demonstrates competitive performance.
Findings
Achieved strong performance on Cityscapes dataset.
Won second place in 2017 CVPR Autonomous Driving Challenge lane detection.
Top performer without external data.
Abstract
This work proposed a novel learning objective to train a deep neural network to perform end-to-end image pixel clustering. We applied the approach to instance segmentation, which is at the intersection of image semantic segmentation and object detection. We utilize the most fundamental property of instance labeling -- the pairwise relationship between pixels -- as the supervision to formulate the learning objective, then apply it to train a fully convolutional network (FCN) for learning to perform pixel-wise clustering. The resulting clusters can be used as the instance labeling directly. To support labeling of an unlimited number of instance, we further formulate ideas from graph coloring theory into the proposed learning objective. The evaluation on the Cityscapes dataset demonstrates strong performance and therefore proof of the concept. Moreover, our approach won the second place in…
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
TopicsAdvanced Neural Network Applications · Automated Road and Building Extraction · Remote Sensing and LiDAR Applications
