CVMay 26

A Dynamic Programming Framework for Discovering Count and Values of Multilevel Image Thresholding

arXiv:2605.2728719.0
Predicted impact top 91% in CV · last 90 daysOriginality Synthesis-oriented
AI Analysis

An incremental improvement for computer vision preprocessing, offering automatic threshold count selection at the cost of reduced image quality.

The paper proposes a dynamic programming-based thresholding method (MET-DP) that automatically determines the number of thresholds for multilevel image thresholding, achieving faster runtime for high threshold counts but lower SSIM and PSNR compared to traditional methods that require the threshold count as input.

Multilevel Image thresholding is an important preprocessing algorithm in computer vision applications nowadays. Since most common thresholding methods take the desired count of thresholds as input by the user, thresholding methods that automatically determines a suitable count of thresholds from the input image itself are advantageous. In this article, a novel thresholding method based on a dynamic programming algorithm and a modification of Minimum Error Thresholding (MET) criterion is thoroughly presented. An empirical statistical study is performed to pinpoint why this proposed method is superior. Moreover, an extended comparison between this proposed method and other state-of-the-art methods is performed on a comprehensive set of natural, satellite and medical test images. The numerical results show that the proposed MET-DP method takes much less time than traditional dynamic programming thresholding methods when the number of thresholds is high. The proposed method can detect a suitable count of thresholds for most of tested images of different types. However, traditional methods that take the count of thresholds as input produce thresholded images of higher structural similarity index measure (SSIM) and peak signal-to-noise ratio (PSNR) values than MET-DP. Source code can be found on https://w3id.org/met-dp/article1-code

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes