A Bottom-up Approach to Class-Agnostic Image Segmentation

Abstract

Class-agnostic image segmentation is a crucial component in automating image editing workflows, especially in contexts where object selection traditionally involves interactive tools. Existing methods in the literature often adhere to top-down formulations, following the paradigm of class-based approaches, where object detection precedes per-object segmentation. In this work, we present a novel bottom-up formulation for addressing the class-agnostic segmentation problem. We supervise our network directly on the projective sphere of its feature space, employing losses inspired by metric learning literature as well as losses defined in a novel segmentation-space representation. The segmentation results are obtained through a straightforward mean-shift clustering of the estimated features. Our bottom-up formulation exhibits exceptional generalization capability, even when trained on datasets designed for class-based segmentation. We further showcase the effectiveness of our generic approach by addressing the challenging task of cell and nucleus segmentation. We believe that our bottom-up formulation will offer valuable insights into diverse segmentation challenges in the literature.

Cite

Text

Dille et al. "A Bottom-up Approach to Class-Agnostic Image Segmentation." European Conference on Computer Vision Workshops, 2024. doi:10.1007/978-3-031-91585-7_21

Markdown

[Dille et al. "A Bottom-up Approach to Class-Agnostic Image Segmentation." European Conference on Computer Vision Workshops, 2024.](https://mlanthology.org/eccvw/2024/dille2024eccvw-bottomup/) doi:10.1007/978-3-031-91585-7_21

BibTeX

@inproceedings{dille2024eccvw-bottomup,
  title     = {{A Bottom-up Approach to Class-Agnostic Image Segmentation}},
  author    = {Dille, Sebastian and Blondal, Ari and Paris, Sylvain and Aksoy, Yagiz},
  booktitle = {European Conference on Computer Vision Workshops},
  year      = {2024},
  pages     = {345-362},
  doi       = {10.1007/978-3-031-91585-7_21},
  url       = {https://mlanthology.org/eccvw/2024/dille2024eccvw-bottomup/}
}