English

Instance Segmentation by Jointly Optimizing Spatial Embeddings and Clustering Bandwidth

Computer Vision and Pattern Recognition 2019-08-05 v2

Abstract

Current state-of-the-art instance segmentation methods are not suited for real-time applications like autonomous driving, which require fast execution times at high accuracy. Although the currently dominant proposal-based methods have high accuracy, they are slow and generate masks at a fixed and low resolution. Proposal-free methods, by contrast, can generate masks at high resolution and are often faster, but fail to reach the same accuracy as the proposal-based methods. In this work we propose a new clustering loss function for proposal-free instance segmentation. The loss function pulls the spatial embeddings of pixels belonging to the same instance together and jointly learns an instance-specific clustering bandwidth, maximizing the intersection-over-union of the resulting instance mask. When combined with a fast architecture, the network can perform instance segmentation in real-time while maintaining a high accuracy. We evaluate our method on the challenging Cityscapes benchmark and achieve top results (5\% improvement over Mask R-CNN) at more than 10 fps on 2MP images. Code will be available at https://github.com/davyneven/SpatialEmbeddings .

Keywords

Cite

@article{arxiv.1906.11109,
  title  = {Instance Segmentation by Jointly Optimizing Spatial Embeddings and Clustering Bandwidth},
  author = {Davy Neven and Bert De Brabandere and Marc Proesmans and Luc Van Gool},
  journal= {arXiv preprint arXiv:1906.11109},
  year   = {2019}
}

Comments

added references

R2 v1 2026-06-23T10:04:17.663Z