Q-Seg: Quantum Annealing-Based Unsupervised Image Segmentation
Supreeth Mysore Venkatesh, Antonio Macaluso, Marlon Nuske, Matthias Klusch, Andreas Dengel
TL;DR
Q-Seg addresses unsupervised image segmentation under limited labeled data by casting the task as a minimum-cut on a grid graph and solving the resulting QUBO with quantum annealing on a D-Wave device. The approach efficiently maps a binary cut problem to the hardware topology, yielding a scalable, hardware-friendly solution with a solution space of $2^n$ for $n$ pixels. Empirical results on synthetic data and earth-observation datasets (Forest Cover, Flood Mapping) show significant runtime advantages over a classical optimizer ($\text{Gurobi}$) while maintaining competitive segmentation quality, even under noisy ground truth; comparisons with SAM illustrate robustness in challenging real-world scenarios. The work demonstrates practical quantum-enabled segmentation for real tasks and discusses future directions, including multi-cut partitions and learning edge weights, to broaden applicability and performance on near-term quantum hardware.
Abstract
We present Q-Seg, a novel unsupervised image segmentation method based on quantum annealing, tailored for existing quantum hardware. We formulate the pixel-wise segmentation problem, which assimilates spectral and spatial information of the image, as a graph-cut optimization task. Our method efficiently leverages the interconnected qubit topology of the D-Wave Advantage device, offering superior scalability over existing quantum approaches and outperforming several tested state-of-the-art classical methods. Empirical evaluations on synthetic datasets have shown that Q-Seg has better runtime performance than the state-of-the-art classical optimizer Gurobi. The method has also been tested on earth observation image segmentation, a critical area with noisy and unreliable annotations. In the era of noisy intermediate-scale quantum, Q-Seg emerges as a reliable contender for real-world applications in comparison to advanced techniques like Segment Anything. Consequently, Q-Seg offers a promising solution using available quantum hardware, especially in situations constrained by limited labeled data and the need for efficient computational runtime.
