This repository is for Non-convex Optimization with Lp-norm Constraint (NOLC) introduced in the following paper and is built in Matlab R2014a.
Zhang T, Wu H, Liu Y, et al. Infrared small target detection based on non-convex optimization with Lp-norm constraint[J]. Remote Sensing, 2019, 11(5): 559.
For more information about me, you can visit my persional website.
The infrared search and track (IRST) system has been widely used, and the field of infrared small target detection has also received much attention. Based on this background, this paper proposes a novel infrared small target detection method based on non-convex optimization with Lp-norm constraint (NOLC). The NOLC method strengthens the sparse item constraint with Lp-norm while appropriately scaling the constraints on low-rank item, so the NP-hard problem is transformed into a non-convex optimization problem. First, the infrared image is converted into a patch image and is secondly solved by the alternating direction method of multipliers (ADMM). In this paper, an efficient solver is given by improving the convergence strategy. The experiment shows that NOLC can accurately detect the target and greatly suppress the background, and the advantages of the NOLC method in detection efficiency and computational efficiency are verified.
The iterative process of the NOLC model is given in the following table.
-
Download the code and test images in
./TestCode/
. -
Modify the image path and
$p$ value in thedemo.m
, and run the file.
In order to better display the target information, the target region in this Figure is enlarged and placed in the corner of the image.
To better compare the AUC of each of the curves in Figure 7, their specific values are listed in the following table, where the maximum value of each sequence AUC is indicated in red and the second largest value is indicated in purple.
For more information, please refer to our paper
If you find the code helpful in your resarch or work, please cite the following papers.
@article{zhang2019infrared,
title={Infrared small target detection based on non-convex optimization with Lp-norm constraint},
author={Zhang, Tianfang and Wu, Hao and Liu, Yuhan and Peng, Lingbing and Yang, Chunping and Peng, Zhenming},
journal={Remote Sensing},
volume={11},
number={5},
pages={559},
year={2019},
publisher={Multidisciplinary Digital Publishing Institute}
}