Agent-Based Optimal Control for Image Processing
Alessio Oliviero, Simone Cacace, Giuseppe Visconti
TL;DR
The paper addresses image segmentation and colour quantization by recasting them as an optimal control problem for a fixed-grid multi-agent color-dynamics model. It first analyzes a quadratic color-gradient cost solved by a direct-adjoint looping (DAL) method, then develops a robust total-variation (ROF) based formulation solved via ADMM to preserve edges. The authors provide well-posedness results, describe numerical schemes, and demonstrate through CUDA-accelerated experiments that the TV-regularised approach yields sharper edges and more uniform clusters across both high-contrast and complex natural images. The work advances scalable, data-adaptive image processing by coupling agent-based dynamics with variational regularisation, offering practical potential for high-dimensional data and further extensions to colour images and stochastic settings.
Abstract
We investigate the use of multi-agent systems to solve classical image processing tasks, such as colour quantization and segmentation. We frame the task as an optimal control problem, where the objective is to steer the multi-agent dynamics to obtain colour clusters that segment the image. To do so, we balance the total variation of the colour field and fidelity to the original image. The solution is obtained resorting to primal-dual splitting and the method of multipliers. Numerical experiments, implemented in parallel with CUDA, demonstrate the efficacy of the approach and its potential for high-dimensional data.
