English

Image denoising via K-SVD with primal-dual active set algorithm

Computer Vision and Pattern Recognition 2020-01-22 v1 Machine Learning

Abstract

K-SVD algorithm has been successfully applied to image denoising tasks dozens of years but the big bottleneck in speed and accuracy still needs attention to break. For the sparse coding stage in K-SVD, which involves 0\ell_{0} constraint, prevailing methods usually seek approximate solutions greedily but are less effective once the noise level is high. The alternative 1\ell_{1} optimization is proved to be powerful than 0\ell_{0}, however, the time consumption prevents it from the implementation. In this paper, we propose a new K-SVD framework called K-SVDP_P by applying the Primal-dual active set (PDAS) algorithm to it. Different from the greedy algorithms based K-SVD, the K-SVDP_P algorithm develops a selection strategy motivated by KKT (Karush-Kuhn-Tucker) condition and yields to an efficient update in the sparse coding stage. Since the K-SVDP_P algorithm seeks for an equivalent solution to the dual problem iteratively with simple explicit expression in this denoising problem, speed and quality of denoising can be reached simultaneously. Experiments are carried out and demonstrate the comparable denoising performance of our K-SVDP_P with state-of-the-art methods.

Cite

@article{arxiv.2001.06780,
  title  = {Image denoising via K-SVD with primal-dual active set algorithm},
  author = {Quan Xiao and Canhong Wen and Zirui Yan},
  journal= {arXiv preprint arXiv:2001.06780},
  year   = {2020}
}

Comments

9 pages, 6 figures. The paper was accepted by IEEE. WACV 2020 and will placed in the IEEE Xplore

R2 v1 2026-06-23T13:14:55.111Z