摘要
低秩稀疏分解方法因其好的检测性能在红外小目标检测领域受到广泛关注。然而,现有低秩稀疏分解方法在复杂场景中仍然面临检测性能不高、检测速度较慢等问题。虽然现有的低秩塔克分解方法在复杂场景下取得了令人满意的检测性能,但其需依赖经验预先定义秩:若秩估计过大或过小,会导致漏检或虚警。而且,不同场景中秩的大小不一样,限制了实际应用。为了解决这一问题,本文采用非凸秩接近范数约束低秩塔克分解的潜在因子,无需手动设置秩,从而显著提升了算法在不同场景中的鲁棒性。进一步地,设计了基于对称高斯-赛德尔的交替方向乘子法(symmetric GaussSeidel based alternating direction method of multipliers algorithm,sGSADMM)来求解所提模型。与现有基于交替方向乘子法相比,sGSADMM算法通过利用更多结构信息,实现了更高的求解精度。大量实验表明,所提方法在检测性能和背景抑制等方面均优于现有的先进算法。
红外小目标探测在国防预
现有的红外小目标检测方法可以分为基于滤波的方法、基于人类视觉对比机制的方法、基于低秩稀疏分解的方法和深度学习的方法这四大类。第一类是基于滤波的方法,基于滤波的方法主要通过不同的滤波器来评估背景,如顶帽变换 (top-hat transformation, Top-hat)算
第二类是基于人类视觉对比机制的方法,受人类视觉系统对比机制的启发,Chen
第三类是基于低秩稀疏分解的方法。近年来,低秩稀疏分解方法引入到红外小目标检测领域,Gao
为了充分地利用时域信息,Sun
第四类方法是基于深度学习的方法,近年来,基于数据驱动的深度学习方法逐渐成为红外小目标检测领域新的研究热点。Li
考虑到现有的低秩稀疏分解方法在复杂场景中计算复杂度高、检测速度慢的问题,虽然现有的基于低秩塔克分解的方法在复杂场景下已经取得了令人满意的检测性能,但现有的基于塔克分解的方法需要提前选择塔克秩,不同场景中秩的大小是不一样的,这不适用于实际场景和实际工程中的应用。针对秩选择问题,提出了基于非凸张量塔克分解的红外小目标检测方法。

图1 所提方法的整体流程图
Fig.1 The overall flow chart of the proposed method
(1) 本文采用非凸秩接近范数约束低秩塔克分解方法的潜在因子,避免了根据经验提前设置秩,有效提高算法的鲁棒性。同时,对因子矩阵施加低秩约束可以降低计算复杂度,提高计算效率。
(2) 设计基于对称高斯-赛德尔的交替方向乘子法来求解提出的模型。与直接使用交替方向乘子法相比,基于对称高斯-赛德尔的交替方向乘子法可以利用更多的结构信息,从而获得更高的检测精度。
(3) 为了证明NFTD-sGSADMM模型的有效性,在六种不同的红外场景下进行了实验。大量的实验结果表明,所提方法在检测精度和背景抑制这两个方面都具有优越的性能。
塔克分解的数学定义式表示如下:
, | (1) |
, | (2) |
其中,表示输入的张量,表示核范数,表示Frobenius范数,和是常数。
对于一个给定的红外图像,其数学模型表示如下:
, | (3) |
其中,、和分别表示输入红外图像、背景图像和目标图像。根据文献[
, | (4) |
其中,、、分别表示输入红外图像张量、背景张量和目标张量。
受到文献[
. | (5) |
基于此,新的基于因子先验的非凸张量塔克分解NFTD的定义式如下所示:
. | (6) |
综上所述,为了解决现有低秩塔克分解方法的秩选择问题,本文提出了基于因子先验的非凸张量塔克分解的红外小目标检测方法,模型表示如下:
, | (7) |
其中,和表示正的正则化参数。
通过引入辅助变量,
. | (8) |
然后,增广拉格朗日函数表示如下:
, | (9) |
其中,、、表示拉格朗日乘子,表示惩罚参数。

图2 ADMM算法和sGSADMM算法的比较:(a) ADMM算法;(b) sGSADMM算法
Fig. 2 Comparison of ADMM algorithm and sGSADMM algorithm: (a) ADMM algorithm; (b) sGSADMM algorithm
1)固定其他变量,更新:
. | (10) |
.. | (11) |
2) 固定其他变量,更新:
3) . | (12) |
根据文献[
. | (13) |
然后,的解的形式如下所示:
. | (14) |
其中,。
4)固定其他变量,更新
. | (15) |
, | (16) |
其中,。
5)固定其它变量,更新
. | (17) |
为了求解
. | (18) |
利用Kronecker积与的性质,结合最优性条件,更新的表示形式如下:
, | (19) |
其中,表示其将张量或矩阵的列叠加成单个列向量的操作。
6)固定其他变量,更新
(20) |
根据文献[
(21) |
其中,表示软阈值收缩算子。
7)固定其他变量,更新
(22) |
7)固定其他变量,更新
. | (23) |
这一章节主要讨论本文所提NFTD-sGSADMM算法的计算复杂度。假定输入红外张量为,更新需要的计算复杂度为。同理,更新的计算复杂度为。更新的计算复杂度为。更新需要进行张量矩阵乘积计算,需要的计算复杂度为,更新需要进行软阈值收缩计算,需要的计算复杂度为。
本文采用检测率(probability of detection, )和虚警率(false-alarm rate, ),3D受试者工作特征(3D receiver operating characteristic, 3D ROC) 曲线和AUC指标来评估检测性能和背景抑制能力,其中,3D ROC曲线由3个2D ROC曲线组成,分别是2D ROC曲线 ,和。三个2D ROC对应的AUC指标分别表示为、和。评价指标的定义和公式如下所示:
1) 检测率的计算公式如下:
, | (24) |
其中,和分别表示检测到的真实像素数和真值图中的真实像素数。
2) 虚警率的计算公式如下:
, | (25) |
其中,和分别表示检测到的错误像素数和检测到的总像素数。
3)的计算公式如下:
. | (26) |
4)的计算公式如下:
. | (27) |
为了验证本文方法和对比方法在复杂场景中的检测性能,我们的数据集包含6组地面场景。序列1~3的红外图像来自于文献[

图4 所提方法和8种对比方法在序列1~3上的定性实验结果(红色矩形框表示目标,蓝色椭圆表示背景杂波和虚警)
Fig. 4 The qualitative experimental results of the proposed method and eight compared methods on sequences 1-3 (red rectangular box represents targets, blue oval represents background clutters and false alarm)

图5 所提方法和8种对比方法在序列4~6上的定性实验结果(红色矩形框表示目标,蓝色椭圆表示背景杂波和虚警)
Fig. 5 The qualitative experimental results of the proposed method and eight compared methods on Sequences 4-6 (where red rectangular box represents targets, blue oval represents background clutters and false alarm)
这个章节主要讨论NFTD-sGSADMM方法中的两个重要参数L、H。在序列1上分析了不同参数L和H对检测性能的影响,实验结果如
L | H | |||||
---|---|---|---|---|---|---|
3 | 8 | 0.9916 | 0.9683 | 0.0020 | 1.9579 | 484.15 |
4 | 8 | 0.9999 | 0.9966 | 0.0020 | 1.9945 | 498.30 |
5 | 8 | 0.9999 | 0.9995 | 0.0020 | 1.9974 | 499.75 |
6 | 8 | 0.9999 | 0.8608 | 0.0022 | 1.8585 | 391.27 |
7 | 8 | 0.9999 | 0.7980 | 0.0037 | 1.7942 | 215.68 |
8 | 8 | 0.9999 | 0.7980 | 0.0052 | 1.7927 | 153.46 |
L | H | |||||
5 | 2 | 0.9999 | 0.8804 | 0.1133 | 1.7670 | 7.7705 |
5 | 4 | 0.9999 | 0.8529 | 0.0335 | 1.8193 | 25.460 |
5 | 6 | 0.9999 | 0.8176 | 0.0078 | 1.8097 | 104.82 |
5 | 8 | 0.9999 | 0.9995 | 0.0020 | 1.9974 | 499.75 |
5 | 10 | 0.9999 | 0.9974 | 0.0020 | 1.9953 | 498.70 |
1)帧数:为了测试不同L值对检测性能的影响,将L在[3-7]的范围内以1的步长变化。不同L值对应的AUC指标列在
2)权值参数:为了测试不同H值对检测性能的影响,将H在[2-10]的范围内以2的步长变化。不同H值对应的AUC指标列在
为评估本文所提方法在检测精度和背景抑制等方面的综合性能,与领域内现有的8种不同的检测方法进行比较,包括两个基于单帧的方法(Top-hat方法,NRAM方法)和6个基于序列的方法(ECASTT,MSLSTIPT,ASTTV-NTLA,IMNN-LWEC,SRSTT,4D-TT)。定量和定性结果分析显示,本文提出的NFTD-sGSADMM方法在不同的场景中都能取得好的检测性能和背景抑制性能。具体分析过程见3.3.1和3.3.2节。
为了验证本文方法的检测性能,本文在序列1~6上与8种不同的检测算法进行比较。图
接下来,采用3D ROC曲线和5个不同的AUC指标来定量评估不同方法在序列1~6上的检测性能。

图6 所提方法和对比方法在序列1~6上的3D ROC曲线,每一行从左到右分别表示3D ROC曲线、2D ROC曲线、 2D ROC曲线、2D ROC曲线
Fig. 6 3D ROC curves for the proposed method and compared methods on Sequences 1-6. Each row from left to right represents 3D ROC, 2D ROC , 2D ROC ,2D ROC
由于一些对比方法的ROC曲线重叠在一起,进一步采用AUC 指标来评估各个对比方法之间的性能,如
场景 | 指标 | Top-hat | NRAM | ECASTT | MSLSTIPT | ASTTV-NTLA | IMNN-LWEC | SRSTT | 4D-TT | NFTD-sGSADMM |
---|---|---|---|---|---|---|---|---|---|---|
![]() | 0.9999 | 0.9958 | 0.9999 | 0.9999 | 0.9999 | 0.9958 | 0.9999 | 0.9999 | 0.9999 | |
![]() | 0.9941 | 0.9835 | 0.9577 | 0.9000 | 0.9863 | 0.9936 | 0.7863 | 0.8059 | 0.9995 | |
序列1 |
![]() | 0.0512 | 0.0020 | 0.0082 | 0.0752 | 0.0300 | 0.0020 | 0.0020 | 0.0020 | 0.0020 |
![]() | 1.9428 | 1.9773 | 1.9494 | 1.8247 | 1.9562 | 1.9874 | 1.7842 | 1.8038 | 1.9974 | |
![]() | 19.416 | 491.75 | 116.79 | 11.968 | 32.877 | 496.80 | 393.15 | 402.95 | 499.75 | |
![]() | 0.9999 | 0.9999 | 0.9999 | 0.9999 | 0.9999 | 0.9999 | 0.9999 | 0.9999 | 0.9999 | |
![]() | 0.7902 | 0.7157 | 0.9682 | 0.9866 | 0.9431 | 0.8569 | 0.7667 | 0.8882 | 0.9830 | |
序列2 |
![]() | 0.0270 | 0.0020 | 0.0022 | 0.2867 | 0.0439 | 0.0020 | 0.0020 | 0.0020 | 0.0020 |
![]() | 1.7631 | 1.7136 | 1.9659 | 1.6998 | 1.8991 | 1.8548 | 1.7646 | 1.8861 | 1.9809 | |
![]() | 29.267 | 357.85 | 440.09 | 3.4412 | 21.483 | 428.45 | 383.35 | 444.10 | 491.50 | |
![]() | 0.9999 | 0.9999 | 0.9998 | 0.9999 | 0.9999 | 0.9915 | 0.9999 | 0.9999 | 0.9999 | |
![]() | 0.9617 | 0.9549 | 0.7065 | 0.8255 | 0.8176 | 0.9056 | 0.8216 | 0.8176 | 0.9667 | |
序列3 |
![]() | 0.0309 | 0.0020 | 0.0051 | 0.0643 | 0.0455 | 0.0022 | 0.0020 | 0.0020 | 0.0020 |
![]() | 1.9307 | 1.9528 | 1.7012 | 1.7611 | 1.7720 | 1.8949 | 1.8195 | 1.8155 | 1.9646 | |
![]() | 31.123 | 477.45 | 138.53 | 12.838 | 17.969 | 411.64 | 410.80 | 408.80 | 483.35 | |
![]() | 0.9999 | 0.9999 | 0.9999 | 0.9999 | 0.9999 | 0.9999 | 0.9999 | 0.9999 | 0.9999 | |
![]() | 0.9667 | 0.9353 | 0.9766 | 0.9471 | 0.9984 | 0.9863 | 0.9510 | 0.9392 | 0.9947 | |
序列4 |
![]() | 0.0247 | 0.0020 | 0.0034 | 0.0741 | 0.0204 | 0.0020 | 0.0020 | 0.0020 | 0.0020 |
![]() | 1.9419 | 1.9332 | 1.9731 | 1.8729 | 1.9779 | 1.9842 | 1.9489 | 1.9371 | 1.9926 | |
![]() | 39.138 | 467.65 | 287.24 | 12.781 | 48.941 | 493.15 | 475.50 | 469.60 | 497.35 | |
![]() | 0.9999 | 0.8999 | 0.9995 | 0.9999 | 0.9999 | 0.9916 | 0.9999 | 0.9999 | 0.9999 | |
![]() | 0.9878 | 0.7855 | 0.7130 | 0.9846 | 0.9976 | 0.9853 | 0.9667 | 0.9627 | 0.9911 | |
序列5 |
![]() | 0.0479 | 0.0022 | 0.0099 | 0.3427 | 0.1384 | 0.0020 | 0.0020 | 0.0020 | 0.0020 |
![]() | 1.9398 | 1.6832 | 1.7026 | 1.6418 | 1.8591 | 1.9749 | 1.9646 | 1.9606 | 1.9890 | |
![]() | 20.622 | 357.05 | 72.020 | 2.8731 | 7.2081 | 492.65 | 483.35 | 481.35 | 495.55 | |
![]() | 0.9999 | 0.9874 | 0.9999 | 0.9999 | 0.9999 | 0.9833 | 0.9999 | 0.9999 | 0.9999 | |
![]() | 1.0000 | 0.7614 | 0.8175 | 0.9000 | 0.9976 | 0.9290 | 0.8529 | 0.9392 | 0.9812 | |
序列6 |
![]() | 0.0521 | 0.0021 | 0.0075 | 0.1386 | 0.1776 | 0.0021 | 0.0020 | 0.0020 | 0.0020 |
![]() | 1.9478 | 1.7467 | 1.8099 | 1.7613 | 1.8199 | 1.9102 | 1.8508 | 1.9371 | 1.9791 | |
![]() | 19.194 | 362.57 | 109.00 | 6.4935 | 5.6171 | 442.38 | 426.45 | 469.60 | 490.60 |
在本文所提NFTD-sGSADMM方法中,基于因子先验的非凸张量塔克分解是为了避免根据经验选择提前设置秩和更准确地评估背景。为了证明NFTD正则项的有效性,引入了基于因子先验的塔克分解FTD正则项进行比较,
场景 | 指标 | FTD-ADMM | FTD-sGSADMM | NFTD-ADMM | NFTD-sGSADMM |
---|---|---|---|---|---|
![]() | 0.9833 | 0.9999 | 0.9999 | 0.9999 | |
![]() | 0.8888 | 0.9881 | 0.9865 | 0.9947 | |
序列4 |
![]() | 0.0020 | 0.0020 | 0.0020 | 0.0020 |
![]() | 1.8701 | 1.9860 | 1.9844 | 1.9926 | |
![]() | 444.40 | 494.05 | 493.25 | 497.35 | |
![]() | 0.9999 | 0.9958 | 0.9999 | 0.9999 | |
![]() | 0.9941 | 0.9751 | 0.9814 | 0.9911 | |
序列5 |
![]() | 0.0199 | 0.0020 | 0.0020 | 0.0020 |
![]() | 1.9741 | 1.9689 | 1.9793 | 1.9890 | |
![]() | 49.955 | 487.55 | 490.70 | 495.55 | |
![]() | 0.9999 | 0.9749 | 0.9916 | 0.9999 | |
![]() | 0.9314 | 0.9411 | 0.9600 | 0.9812 | |
序列6 |
![]() | 0.0217 | 0.0020 | 0.0020 | 0.0020 |
![]() | 1.9096 | 1.9140 | 1.9496 | 1.9791 | |
![]() | 42.922 | 470.55 | 480.00 | 490.60 |
为验证高斯-赛德尔的交替方向乘子法(sGSADMM)的有效性,引入了交替方向乘子法(ADMM)进行比较,
对于检测器来说,算法的计算效率是红外小目标检测研究的一个主要关注点。在这一章节中,分析了本文方法和对比方法在6组场景中的运行时间。
序列1 | 序列2 | 序列3 | 序列4 | 序列5 | 序列6 | |
---|---|---|---|---|---|---|
Top-hat | 0.0043 s | 0.0042 s | 0.0042 s | 0.0042 s | 0.0050 s | 0.0041 s |
NRAM | 1.3736 s | 0.9492 s | 1.3235 s | 1.4354 s | 1.2867 s | 1.3546 s |
ECASTT | 4.7305 s | 4.8508 s | 4.7872 s | 4.7385 s | 4.9369 s | 4.6887 s |
MSLSTIPT | 2.1905 s | 2.2949 s | 2.2691 s | 2.2357 s | 2.2702 s | 2.2541 s |
ASTTV-NTLA | 1.9818 s | 1.8454 s | 1.8661 s | 1.7746 s | 1.8840 s | 1.8520 s |
IMNN-LWEC | 2.5232 s | 2.5428 s | 2.5530 s | 2.6821 s | 2.5472 s | 2.7229 s |
SRSTT | 13.994 s | 12.236 s | 13.235 s | 14.389 s | 14.287 s | 14.566 s |
4D-TT | 0.9129 s | 0.9272 s | 0.9319 s | 0.9310 s | 0.9881 s | 0.9635 s |
NFTD-sGSADMM | 0.1807 s | 0.1795 s | 0.2418 s | 0.1778 s | 0.4583 s | 0.4309 s |
本文提出了一种基于因子先验的非凸张量塔克分解的红外小目标检测方法。具体结论如下:
(1) 针对现有低秩塔克分解方法需要根据经验提前设置秩、在不同场景中秩的大小不一样、工程适用性差的问题,本文采用非凸秩接近范数约束低秩塔克分解方法的潜在因子,避免了根据经验提前设置秩,有效提高了算法的鲁棒性。同时,对因子矩阵施加低秩约束降低了计算复杂度,提高了计算效率。
(2) 与现有低秩稀疏分解方法不同,本文提出一种基于对称高斯-赛德尔的交替方向乘子法来求解所提模型。相较于传统ADMM,sGSADMM通过利用模型潜在的结构信息,显著提升了检测精度。
综上所述,本文提出的NFTD-sGSADMM方法通过整合NFTD正则项和sGSADMM算法,有效解决了传统方法需要凭经验预先设定秩的问题,从而显著提升了算法在不同场景下的鲁棒性。定性和定量实验结果表明,本文提出的NFTD-sGSADMM算法在检测能力和背景抑制能力方面均优于对比方法。尽管该方法在复杂场景下仍能保持良好的检测性能和较快的检测速度,但由于依赖手动调节正则化参数,其在实际应用中的泛化能力仍存在不足。受深度展开方法的启发,未来工作将聚焦于低秩稀疏分解框架下的参数自学习研究,以进一步提升检测性能并增强方法在实际场景中的实用性。相关代码将于不久后公开在https://github.com/LiuTing20a.
References
Li B, Wang Y, Wang L, et al. Monte Carlo linear clustering with single-point supervision is enough for infrared small target detection [C]. Proceedings of the IEEE/CVF International Conference on Computer Vision, 2023: 1009-1019. [百度学术]
Liu T, Yang J, Li B, et al. Infrared small target detection via nonconvex tensor tucker decomposition with factor prior [J]. IEEE Transactions on Geoscience and Remote Sensing, 2023, 60: 1-17. [百度学术]
Lin Zai-Ping, Luo Yi-Hang, Li Bo-Yang, et al. Gradient-aware channel attention network for infrared small target image denoising before detection [J]. Journal of Infrared and Millimeter Waves, 2024, 43(02): 254-260. [百度学术]
林再平,罗伊杭,李博扬,等.基于梯度可感知通道注意力模块的红外小目标检测前去噪网络[J]. 红外与毫米波学报, 2024, 43(02): 254-260. [百度学术]
Li B, Wang L, Wang Y, et al. Mixed-precision network quantization for infrared small target segmentation [J]. IEEE Transactions on Geoscience and Remote Sensing, 2024, 62: 5000812. [百度学术]
Lin Zai-Ping, Li Bo-Yang, Li Miao, et al. Light-weight infrared small target detection combining cross-scale feature fusion with bottleneck attention modul [J]. Journal of Infrared and Millimeter Waves, 2022,41(6):1102-1112. [百度学术]
林再平,李博扬,李淼,等. 结合跨尺度特征融合与瓶颈注意力模块的轻量型红外小目标检测网络[J]. 红外与毫米波学报, 2022,41(6):1102-1112. [百度学术]
Tom V T, Peli T, Leung M, et al. Morphology-based algorithm for point target detection in infrared backgrounds [C]. Proceedings of the International Society for Optics and Photonics, SPIE, 1993, 1954: 2-11. [百度学术]
Deshpande S D, Meng H E, Ronda V, et al. Max-mean and max-median filters for detection of small-targets [C]. Proceedings of SPIE-The International Society for Optical Engineering, SPIE, 1999, 3809: 74-83. [百度学术]
Chen C L P, Li H, Wei Y T, et al. A local contrast method for small infrared target detection [J]. IEEE Transactions on Geoscience and Remote Sensing, 2013, 52(1): 574-581. [百度学术]
Gao C, Meng D, Yang Y, et al. Infrared patch-image model for small target detection in a single image[J]. IEEE Transactions on Image Processing, 2013, 22(12): 4996-5009. [百度学术]
Wang X, Peng Z, Kong D, et al. Infrared dim and small target detection based on stable multisubspace learning in heterogeneous scene [J]. IEEE Transactions on Geoscience and Remote Sensing, 2017, 55(10): 5481-5493. [百度学术]
Zhang L, Peng L, Zhang T, et al. Infrared small target detection via non-convex rank approximation minimization joint l2,1 norm [J]. Remote Sensing, 2018, 10(11):1821. [百度学术]
Dai Y, Wu Y. Reweighted infrared patch-tensor model with both nonlocal and local priors for single-frame small target detection [J]. IEEE Journal of Selected Topics in Applied Earth Observations and Remote Sensing, 2017, 10(8): 3752-3767. [百度学术]
Zhang L, Peng Z. Infrared small target detection based on partial sum of the tensor nuclear norm [J]. Remote Sensing, 2019, 11(4): 382. [百度学术]
Kong X, Yang C, Cao S, et al. Infrared small target detection via nonconvex tensor fibered rank approximation [J]. IEEE Transactions on Geoscience and Remote Sensing, 2021, 60: 1-21. [百度学术]
Liu T, Yin Q, Yang J, et al. Combining deep denoiser and low-rank priors for infrared small target detection [J]. Pattern Recognition, 2023, 135: 109184. [百度学术]
Zhao M, Li W, Li L, et al. Three-order tensor creation and tucker decomposition for infrared small-target detection [J]. IEEE Transactions on Geoscience and Remote Sensing, 2021, 60: 1-16. [百度学术]
Sun Y, Yang J, Li M, et al. Infrared small target detection via spatial–temporal infrared patch-tensor model and weighted schatten p-norm minimization [J]. Infrared Physics & Technology, 2019, 102: 103050. [百度学术]
Sun Y, Yang J, Long Y, et al. Infrared small target detection via spatial-temporal total variation regularization and weighted tensor nuclear norm [J]. IEEE Access, 2019, 7: 56667-56682. [百度学术]
Liu T, Yang J, Li B, et al. Nonconvex tensor low-rank approximation for infrared small target detection [J]. IEEE Transactions on Geoscience and Remote Sensing, 2021, 60: 1-18. [百度学术]
Zhang P, Zhan L, Wang X, et al. Edge and corner awareness-based spatial–temporal tensor model for infrared small-target detection [J]. IEEE TGRS, 2020, 59(12): 10708-10724. [百度学术]
Sun Y, Yang J, An W. Infrared dim and small target detection via multiple subspace learning and spatial-temporal patch-tensor model [J]. IEEE Transactions on Geoscience and Remote Sensing, 2020, 59(5): 3737-3752. [百度学术]
Liu H K, Zhang L, Huang H. Small target detection in infrared videos based on spatio-temporal tensor model [J]. IEEE Transactions on Geoscience and Remote Sensing, 2020, 58(12): 8689-8700. [百度学术]
Wang G, Tao B, Kong X, et al. Infrared small target detection using nonoverlapping patch spatial–temporal tensor factorization with capped nuclear norm regularization [J]. IEEE Transactions on Geoscience and Remote Sensing, 2021, 60: 1-17. [百度学术]
Luo Y, Li X, Chen S, et al. Imnn-lwec: A novel infrared small target detection based on spatial–temporal tensor model [J]. IEEE TGRS, 2022, 60: 1-22. [百度学术]
Liu T, Yang J, Li B, et al. Representative coefficient total variation for efficient infrared small target detection [J]. IEEE Transactions on Geoscience and Remote Sensing, 2023, 61: 1-18. [百度学术]
Liu T, Liu Y, Yang J, et al. Graph Laplacian regularization for fast infrared small target detection [J]. Pattern Recognition, 2025, 158: 111077. [百度学术]
Pang D, Shan T, Li W, et al. Facet derivative-based multidirectional edge awareness and spatial–temporal tensor model for infrared small target detection [J]. IEEE Transactions on Geoscience and Remote Sensing, 2021, 60: 1-15. [百度学术]
Li J, Zhang P, Zhang L, et al. Sparse regularization-based spatial–temporal twist tensor model for infrared small target detection [J]. IEEE Transactions on Geoscience and Remote Sensing, 2023, 61: 1-17. [百度学术]
Luo Y, Li X, Wang J, et al. Clustering and tracking-guided infrared spatial-temporal small target detection [J]. IEEE Transactions on Geoscience and Remote Sensing, 2024, 62: 5002520. [百度学术]
Wu F, Yu H, Liu A, et al. Infrared small target detection using spatiotemporal 4-D tensor train and ring unfolding [J]. IEEE Transactions on Geoscience and Remote Sensing, 2023, 61: 1-22. [百度学术]
Luo Y, Li X, Chen S, et al. 4DST-BTMD: An infrared small target detection method based on 4D data-sphered space [J]. IEEE Transactions on Geoscience and Remote Sensing, 2024, 62: 5000520. [百度学术]
Li B, Xiao C, Wang L, et al. Dense nested attention network for infrared small target detection [J]. IEEE Transactions on Image Processing, 2022, 32: 1745-1758. [百度学术]
Ying X, Liu L, Wang Y, et al. Mapping degeneration meets label evolution: Learning infrared small target detection with single point supervision [C]. Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition, 2023: 15528-15538. [百度学术]
Wu S, Xiao C, Wang L, et al. RepISD-Net: Learning efficient infrared small-target detection network via structural re-parameterization [J]. IEEE Transactions on Geoscience and Remote Sensing, 2023, 61: 5622712. [百度学术]
X. Tian, Xie K, Zhang H. A low-rank tensor decomposition model with factors prior and total variation for impulsive noise removal [J]. IEEE Transactions on Image Processing, 2022, 31: 4776-4789. [百度学术]
Kang Z, Peng C, Cheng Q. Robust PCA via nonconvex rank approximation [C]. IEEE Data Min. 2015: 211-220. [百度学术]
Xie Y, Gu S, Liu Y, et al. Weighted schatten p-norm minimization for image denoising and background subtraction [J]. IEEE Transactions on Image Processing, 2016, 25(10): 4842-4857. [百度学术]
Sun X, Guo L, Zhang W, et al. Small aerial target detection for airborne infrared detection systems using lightgbm and trajectory constraints [J]. IEEE Journal of Selected Topics in Applied Earth Observations and Remote Sensing, 2021, 14: 9959-9973. [百度学术]
Hui B, Song Z, Fan H, et al. A dataset for infrared image dim-small aircraft target detection and tracking under ground/air background [J]. Sci. Data Bank, 2019, 5(12): 4. [百度学术]