← Search

Constantin Pape

5 accepted papers

2025

Tiling artifacts and trade-offs of feature normalization in the segmentation of large biological images

ICCV 2025poster

Segmentation of very large images is a common problem in microscopy, medical imaging or remote sensing. The problem is usually addressed by sliding window inference, which can theoretically lead to seamlessly stitched predictions. However, in practice many of the popular pipelines still suffer from…

2022

GASP, a Generalized Framework for Agglomerative Clustering of Signed Graphs and Its Application to Instance Segmentation

CVPR 2022poster

We propose a theoretical framework that generalizes simple and fast algorithms for hierarchical agglomerative clustering to weighted graphs with both attractive and repulsive interactions between the nodes. This framework defines GASP, a Generalized Algorithm for Signed graph Partitioning, and allow…

Cited by 17PDFcodeScholar
2022

Sparse Object-Level Supervision for Instance Segmentation With Pixel Embeddings

CVPR 2022poster

Most state-of-the-art instance segmentation methods have to be trained on densely annotated images. While difficult in general, this requirement is especially daunting for biomedical images, where domain expertise is often required for annotation and no large public data collections are available fo…

Cited by 23PDFcodeScholar
2020

Joint Semantic Instance Segmentation on Graphs with the Semantic Mutex Watershed

ECCV 2020poster

Semantic instance segmentation is the task of simultaneously partitioning an image into distinct segments while associating each pixel with a class label. In commonly used pipelines, segmentation and label assignment are solved separately since joint optimization is computationally expensive. We pro…

2018

The Mutex Watershed: Efficient, Parameter-Free Image Partitioning

ECCV 2018poster

Image partitioning, or segmentation without semantics, is the task of decomposing an image into distinct segments; or equivalently, the task of detecting closed contours in an image. Most prior work either requires seeds, one per segment; or a threshold; or formulates the task as an NP-hard signed g…