DeepCut: Unsupervised Segmentation using Graph Neural Networks Clustering
Amit Aflalo, Shai Bagon, Tamar Kashti, Yonina Eldar

TL;DR
This paper introduces DeepCut, a graph neural network-based method for unsupervised image segmentation that directly optimizes clustering objectives, enabling semantic segmentation without post-processing and outperforming existing methods.
Contribution
The study proposes a novel GNN approach that incorporates raw features and affinity information to perform clustering directly, eliminating the need for traditional post-processing steps.
Findings
Outperforms state-of-the-art on multiple benchmarks
Enables k-less clustering with correlation-clustering objective
Achieves part semantic segmentation without additional steps
Abstract
Image segmentation is a fundamental task in computer vision. Data annotation for training supervised methods can be labor-intensive, motivating unsupervised methods. Current approaches often rely on extracting deep features from pre-trained networks to construct a graph, and classical clustering methods like k-means and normalized-cuts are then applied as a post-processing step. However, this approach reduces the high-dimensional information encoded in the features to pair-wise scalar affinities. To address this limitation, this study introduces a lightweight Graph Neural Network (GNN) to replace classical clustering methods while optimizing for the same clustering objective function. Unlike existing methods, our GNN takes both the pair-wise affinities between local image features and the raw features as input. This direct connection between the raw features and the clustering objective…
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 Graph Neural Networks · Advanced Neural Network Applications · Brain Tumor Detection and Classification
MethodsGraph Neural Network
