[go: up one dir, main page]

CN104408401B - A kind of In-flight measurement method of time critical target - Google Patents

A kind of In-flight measurement method of time critical target Download PDF

Info

Publication number
CN104408401B
CN104408401B CN201410589172.7A CN201410589172A CN104408401B CN 104408401 B CN104408401 B CN 104408401B CN 201410589172 A CN201410589172 A CN 201410589172A CN 104408401 B CN104408401 B CN 104408401B
Authority
CN
China
Prior art keywords
time
target
sensitive
orbit
suspicious
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Active
Application number
CN201410589172.7A
Other languages
Chinese (zh)
Other versions
CN104408401A (en
Inventor
霍春雷
潘春洪
周志鑫
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Institute of Automation of Chinese Academy of Science
Original Assignee
Institute of Automation of Chinese Academy of Science
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Institute of Automation of Chinese Academy of Science filed Critical Institute of Automation of Chinese Academy of Science
Priority to CN201410589172.7A priority Critical patent/CN104408401B/en
Publication of CN104408401A publication Critical patent/CN104408401A/en
Application granted granted Critical
Publication of CN104408401B publication Critical patent/CN104408401B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Classifications

    • GPHYSICS
    • G06COMPUTING OR CALCULATING; COUNTING
    • G06VIMAGE OR VIDEO RECOGNITION OR UNDERSTANDING
    • G06V10/00Arrangements for image or video recognition or understanding
    • G06V10/20Image preprocessing
    • G06V10/255Detecting or recognising potential candidate objects based on visual cues, e.g. shapes
    • GPHYSICS
    • G06COMPUTING OR CALCULATING; COUNTING
    • G06VIMAGE OR VIDEO RECOGNITION OR UNDERSTANDING
    • G06V10/00Arrangements for image or video recognition or understanding
    • G06V10/40Extraction of image or video features
    • G06V10/46Descriptors for shape, contour or point-related descriptors, e.g. scale invariant feature transform [SIFT] or bags of words [BoW]; Salient regional features
    • G06V10/462Salient features, e.g. scale invariant feature transforms [SIFT]

Landscapes

  • Engineering & Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Multimedia (AREA)
  • Theoretical Computer Science (AREA)
  • Computer Vision & Pattern Recognition (AREA)
  • Image Analysis (AREA)

Abstract

本发明是一种时敏目标的在轨检测方法,该方法包括:步骤S1:在历史图像上选取各种时敏目标训练区域,每幅训练图像的每个像素处提取高维的多尺度同心圆环簇方向梯度特征,离线学习各类时敏目标的结构字典;步骤S2:在当前在轨每一时相的图像上的每个像素处提取高维的多尺度同心圆环簇方向梯度特征,利用结构字典求解敏目标类型指示向量,根据时敏目标类型指示向量结构稀疏特性识别可疑目标的位置和可疑目标的类型,提取可疑目标区域;步骤S3:对在不同时相的在轨图像上检测的可疑目标区域的轨迹进行分析,根据运动轨迹的奇异性在轨识别出时敏目标;步骤S4:将在轨时敏目标的图像作为结构字典在轨增量更新的训练图像,返回步骤S1。

The present invention is an on-orbit detection method of a time-sensitive target. The method includes: step S1: selecting various time-sensitive target training areas on historical images, and extracting high-dimensional multi-scale concentricity from each pixel of each training image. Circular cluster direction gradient features, offline learning of the structure dictionary of various time-sensitive targets; Step S2: Extract high-dimensional multi-scale concentric circular cluster directional gradient features at each pixel on the image of each time phase currently in orbit, Use the structure dictionary to solve the sensitive target type indicator vector, identify the position and type of the suspicious target according to the structural sparseness of the time-sensitive target type indicator vector, and extract the suspicious target area; Step S3: Detect on the on-orbit images in different time phases The trajectory of the suspicious target area is analyzed, and the time-sensitive target is identified on-orbit according to the singularity of the motion trajectory; Step S4: The image of the on-orbit time-sensitive target is used as the training image for the on-orbit incremental update of the structure dictionary, and returns to step S1.

Description

一种时敏目标的在轨检测方法A method for on-orbit detection of time-sensitive targets

技术领域technical field

本发明涉及在轨图像处理、目标检测、目标识别、目标监控等技术领域,特别是一种时敏目标的在轨检测方法。The invention relates to the technical fields of on-orbit image processing, target detection, target recognition, target monitoring, etc., in particular to an on-orbit detection method of a time-sensitive target.

背景技术Background technique

与普通的目标相比,时敏目标具有很强的时效性,时敏目标必须在有限的时间窗口内识别,稍纵即逝。同时,时敏目标往往都是非常重要的目标,一旦失去识别的机会,将造成重大损失。因此,时敏目标的检测和识别具有重要的研究意义,但同时更具挑战性。Compared with ordinary targets, time-sensitive targets have strong timeliness, and time-sensitive targets must be identified within a limited time window, which is fleeting. At the same time, time-sensitive targets are often very important targets, once the opportunity of identification is lost, it will cause heavy losses. Therefore, the detection and recognition of time-sensitive targets has important research significance, but at the same time it is more challenging.

随着高空间分辨率、高时间分辨率遥感卫星的发展,利用卫星图像在轨检测和识别时敏目标成为可能。与其他的数据获取手段相比,卫星图像范围大,有利于对时敏目标进行准确、长时间的跟踪。With the development of high spatial resolution and high temporal resolution remote sensing satellites, it becomes possible to detect and identify time-sensitive targets using satellite images in orbit. Compared with other means of data acquisition, satellite images have a large range, which is conducive to accurate and long-term tracking of time-sensitive targets.

时敏目标检测的难点主要在于时敏目标的复杂性,时敏目标只有在某个时间点发生状态改变或轨迹突变时才呈现时敏目标的特征,而这个关键的时间点很难被捕捉到。对于时敏目标的在轨检测,可以利用的先验知识和数据很少,如何利用最新数据自动调整离线状态训练的目标模型是时敏目标检测的关键。但上述关键技术目前很不成熟,限制了时敏目标在线检测的实际应用。The difficulty of time-sensitive target detection mainly lies in the complexity of the time-sensitive target. The time-sensitive target only presents the characteristics of the time-sensitive target when the state changes or the trajectory changes at a certain point in time, and this key time point is difficult to be captured. . For the on-orbit detection of time-sensitive targets, there are few prior knowledge and data that can be used. How to use the latest data to automatically adjust the target model trained in the offline state is the key to time-sensitive target detection. However, the key technologies mentioned above are very immature at present, which limits the practical application of online detection of time-sensitive targets.

发明内容Contents of the invention

本发明的目的是针对在轨处理的特点和实际应用的需求,提供一种有效的时敏目标的在轨检测方法。The purpose of the present invention is to provide an effective on-orbit detection method for time-sensitive targets in view of the characteristics of on-orbit processing and the requirements of practical applications.

为了实现上述目的,本发明的时敏目标的在轨检测方法,该方法包括步骤如下:In order to achieve the above object, the on-orbit detection method of the time-sensitive target of the present invention, the method comprises steps as follows:

步骤S1:在历史图像上选取各种时敏目标训练区域,在每种类型的时敏目标的每幅训练图像的每个像素处提取高维的多尺度同心圆环簇方向梯度特征,离线学习各类时敏目标的结构字典;Step S1: Select various time-sensitive target training areas on historical images, extract high-dimensional multi-scale multi-scale concentric circular cluster direction gradient features from each pixel of each training image for each type of time-sensitive target, and learn offline A structure dictionary for various time-sensitive objects;

步骤S2:在当前在轨每一时相的图像上的每个像素处提取高维的多尺度同心圆环簇方向梯度特征,利用结构字典求解多尺度同心圆环簇方向梯度特征的投影系数即时敏目标类型指示向量,根据时敏目标类型指示向量的结构稀疏特性识别可疑目标的位置和可疑目标的类型,根据时敏目标类型指示向量的相似性提取可疑目标区域;Step S2: Extract the high-dimensional multi-scale directional gradient features of concentric circular clusters from each pixel of the current on-orbit image at each time phase, and use the structure dictionary to solve the projection coefficients of the multi-scale concentric circular cluster directional gradient features. Target type indicator vector, identifying the position and type of the suspicious target according to the structural sparseness of the time-sensitive target type indicator vector, and extracting the suspicious target area according to the similarity of the time-sensitive target type indicator vector;

步骤S3:对在不同时相的在轨图像上检测的可疑目标区域的轨迹进行分析,根据运动轨迹的奇异性在轨识别出时敏目标;Step S3: Analyze the trajectory of the suspicious target area detected on the on-orbit images of different time phases, and identify the time-sensitive target on-orbit according to the singularity of the motion trajectory;

步骤S4:将在轨时敏目标的图像作为结构字典在轨增量更新的训练图像,返回步骤S1。Step S4: Use the image of the on-orbit time-sensitive target as the training image for the on-orbit incremental update of the structure dictionary, and return to step S1.

本发明所述方法对于提高时敏目标在轨检测的普适性、自动化程度具有重要的意义,其主要优点如下:The method of the present invention has important significance for improving the universality and automation degree of time-sensitive target on-orbit detection, and its main advantages are as follows:

本发明将历史训练数据和当前最新数据相结合,将时敏目标的先验约束通过历史训练数据体现出来,保障了在无人干预的在轨处理环境中能够将需求和数据特点很好的结合起来;将历史数据包含的时敏目标的特征以及当前图像的新特点结合起来,通过字典在轨增量更新提高了字典的表征能力并大大节约了计算量。The present invention combines the historical training data with the latest current data, embodies the prior constraints of the time-sensitive target through the historical training data, and ensures that the requirements and data characteristics can be well combined in the on-orbit processing environment without human intervention Combine the features of the time-sensitive target contained in the historical data and the new features of the current image, and improve the representation ability of the dictionary and greatly save the amount of calculation through the incremental update of the dictionary on orbit.

本发明在目标检测阶段利用时敏目标类型指示向量表示像素所属的目标类型,克服了标量表示方法的不确定性;根据像素间时敏目标类型指示向量的相似性提取目标区域,提高了对噪声及遮挡的鲁棒性。In the target detection stage, the present invention uses the time-sensitive target type indicator vector to indicate the target type to which the pixel belongs, which overcomes the uncertainty of the scalar representation method; extracts the target area according to the similarity of the time-sensitive target type indicator vectors between pixels, and improves the noise immunity. and occlusion robustness.

本发明在运动状态异常检测阶段利用目标区域的基于协方差矩阵的广义特征值的距离度量对视角变化具有很好的鲁棒性,减少了时敏目标识别的虚警率;在时空轨迹异常检测阶段将时空轨迹变化曲线转换到极坐标空间,有效地刻画了时敏目标的运动奇异性,提高了时敏目标识别的准确率。The present invention utilizes the distance metric based on the generalized eigenvalue of the covariance matrix of the target area in the abnormal detection stage of the motion state, which has good robustness to the change of the viewing angle, and reduces the false alarm rate of time-sensitive target recognition; In the first stage, the space-time trajectory change curve is converted to polar coordinate space, which effectively depicts the motion singularity of time-sensitive targets and improves the accuracy of time-sensitive target recognition.

得益于上述优点,本发明使时敏目标的在轨检测成为可能,极大地提高了时敏目标检测、识别的时效性、鲁棒性和自动化程度,可广泛应用于时敏目标发现与监测、目标监控等系统中。Benefiting from the above advantages, the present invention makes the on-orbit detection of time-sensitive targets possible, greatly improves the timeliness, robustness and automation of time-sensitive target detection and identification, and can be widely used in time-sensitive target discovery and monitoring , Target monitoring and other systems.

附图说明Description of drawings

图1是本发明一种时敏目标的在轨检测方法流程图。Fig. 1 is a flowchart of an on-orbit detection method for a time-sensitive target according to the present invention.

图2是时空轨迹异常检测图。Figure 2 is an anomaly detection diagram of spatio-temporal trajectories.

具体实施方式detailed description

下面结合附图说明本发明技术方案中所涉及的技术问题。应指出的是,所描述的实施方式仅旨在便于对本发明的理解,而对其不起任何限定作用。The technical problems involved in the technical solution of the present invention will be described below in conjunction with the accompanying drawings. It should be pointed out that the described embodiments are only intended to facilitate the understanding of the present invention, rather than limiting it in any way.

如图1示出本发明提出一种时敏目标的在轨检测方法实现步骤如下:As shown in Figure 1, the present invention proposes an on-orbit detection method of a time-sensitive target. The implementation steps are as follows:

步骤S1:在历史图像上选取各种时敏目标训练区域,在每种类型的时敏目标的每幅训练图像的每个像素处提取高维的多尺度同心圆环簇方向梯度特征,离线学习各类时敏目标的结构字典。Step S1: Select various time-sensitive target training areas on historical images, extract high-dimensional multi-scale multi-scale concentric circular cluster direction gradient features from each pixel of each training image for each type of time-sensitive target, and learn offline A dictionary of structures for various types of time-sensitive objects.

所述多尺度同心圆环簇方向梯度特征以采样点为中心、以采样尺度为半径的图像块上取样并构造3个不同半径的同心圆环形结构,相应的取样点位于上述不同半径的同心圆环上,每个同心圆环上按45°等角度间隔提取8个取样点,同一半径上的取样点具有相同的高斯尺度值,不同半径上的取样点高斯尺度值不同。所述多尺度同心圆环簇方向梯度特征提取的具体过程如下:The multi-scale concentric ring cluster direction gradient feature takes the sampling point as the center and samples the image block with the sampling scale as the radius, and constructs three concentric ring structures with different radii, and the corresponding sampling points are located at the concentric On the ring, 8 sampling points are extracted at equal angular intervals of 45° on each concentric ring. The sampling points on the same radius have the same Gauss scale value, and the Gauss scale values of the sampling points on different radii are different. The specific process of the multi-scale concentric circular cluster direction gradient feature extraction is as follows:

步骤S01:计算以采样点为中心、以采样尺度∑为半径的图像块的每个像素(u,v)的8个方向梯度,然后,用高斯核卷积得到(u,v)处的方向梯度特征向量h(u,v)如下表示:Step S01: Calculate the 8 direction gradients of each pixel (u, v) of the image block with the sampling point as the center and the sampling scale Σ as the radius, and then use Gaussian kernel convolution to obtain the direction at (u, v) The gradient feature vector h (u, v) is expressed as follows:

u和v分别为像素的行号和列号,T表示向量的转置,表示第m个方向梯度用高斯核卷积得到的梯度向量,m为方向编号,m=1,2,…,8。u and v are the row number and column number of the pixel respectively, and T represents the transposition of the vector, Indicates the gradient vector obtained by convolution of the m-th directional gradient with a Gaussian kernel, m is the direction number, m=1, 2,...,8.

步骤S02:多尺度同心圆环簇方向梯度特征D(u,v)是描述取样点(u,v)局部支撑区域中每个位置的一系列相关向量的并集,D(u,v)的表示形式如下:Step S02: The multi-scale concentric circular cluster direction gradient feature D(u, v) is the union of a series of related vectors describing each position in the local support area of the sampling point (u, v), and D(u, v) The representation is as follows:

其中,lm2(u,v,Rn2)表示像素点(u,v)的第n2个同心圆环上第m2个取样点的坐标,表示像素点(u,v)的第n2个同心圆环上第m2个取样点的局部方向梯度直方图,n为采样尺度序号,n2为同心圆环序号,m2为取样点序号。Wherein, l m2 (u, v, R n2 ) represents the coordinates of the m2 sampling point on the n2 concentric ring of the pixel point (u, v), Represents the local orientation gradient histogram of the m2th sampling point on the n2th concentric ring of the pixel point (u, v), n is the sampling scale number, n2 is the concentric ring number, and m2 is the sampling point number.

所述结构字典学习是从高维的多尺度同心圆环簇方向梯度特征向量集合及对应的目标类型编号中学习低维的、可分性好的字典。设图像为目标类型j的第i幅训练图像,的像素个数为Ni,则从图像可以提取到Ni个多尺度同心圆环簇方向梯度特征向量,这Ni个特征向量的并集作为目标类型j的特征。为方便叙述,将第j类目标的训练特征集合记为Xj={xk={j,fk}|1≤k≤Aj},Xk={j,fk}表示其中的第k个训练样本,j为目标类型编号,fk为第k个训练样本对应的多尺度同心圆环簇方向梯度特征向量,Aj表示第j类目标训练特征集合中元素个数。本发明的结构字典学习模型如下:The structure dictionary learning is to learn a low-dimensional and divisible dictionary from the high-dimensional multi-scale concentric circular cluster direction gradient feature vector set and the corresponding target type number. set image is the i-th training image of target type j, The number of pixels is N i , then from the image N i multi-scale concentric ring cluster direction gradient feature vectors can be extracted, and the union of these N i feature vectors is used as the feature of the target type j. For the convenience of description, the training feature set of the jth type of target is recorded as X j ={x k ={j, f k }|1≤k≤A j }, and X k ={j, f k } represents the k training samples, j is the number of the target type, f k is the multi-scale concentric circular cluster direction gradient feature vector corresponding to the kth training sample, and A j is the number of elements in the jth class target training feature set. The structure dictionary learning model of the present invention is as follows:

其中,矩阵X为所有的训练图像得到的多尺度同心圆环簇方向梯度特征向量集合,矩阵X的维数是M行N列,M为多尺度同心圆环簇方向梯度特征向量的维数,N为所有的训练样本的个数。矩阵D为结构字典,结构字典D的维数为M行K列,结构字典D的每一列称为一个字典原子,K为结构字典原子个数。矩阵Z=[z1 T;z2 T;…;za T;…;zN T]T为矩阵X利用结构字典求得的投影系数矩阵,T表示向量或矩阵的转置。K维向量za表示矩阵Z的第a列,1≤a≤N。||·||F、||·||1和||·||2表示矩阵的Frobenius范数、1范数和2范数,λ1和λ2为正则化系数,分别控制投影系数的稀疏度和可分性。Wi1,i2表示训练样本zi1和zi2的相似权重,若zi1和zi2为同一类型目标的训练样本的投影系数,则Wi1,i2=1,若zi1和zi2为不同一类型目标的训练样本的投影系数,则wi1,i2=0。Among them, matrix X is the set of multi-scale concentric circular cluster direction gradient feature vectors obtained from all training images, the dimension of matrix X is M rows and N columns, and M is the dimension of multi-scale concentric circular cluster direction gradient feature vectors, N is the number of all training samples. The matrix D is a structure dictionary, and the dimension of the structure dictionary D is M rows and K columns. Each column of the structure dictionary D is called a dictionary atom, and K is the number of structure dictionary atoms. Matrix Z=[z 1 T ; z 2 T ; ...; z a T ; ...; z N T ] T is the projection coefficient matrix obtained by using the structure dictionary of matrix X, and T represents the transposition of vector or matrix. The K-dimensional vector z a represents the ath column of the matrix Z, 1≤a≤N. ||·|| F , ||·|| 1 and ||·|| 2 represent the Frobenius norm, 1 norm and 2 norm of the matrix, and λ 1 and λ 2 are regularization coefficients, respectively controlling the projection coefficient Sparsity and separability. W i1, i2 represent similar weights of training samples z i1 and z i2 , if z i1 and z i2 are the projection coefficients of training samples of the same type of target, then W i1, i2 = 1, if z i1 and z i2 are different The projection coefficient of the training sample of the type target, then w i1, i2 =0.

所述结构字典学习模型求解具体过程如下:The specific process of solving the structure dictionary learning model is as follows:

步骤S11初始值设定。设定正则化系数λ1和λ2,木发明中λ1=λ2=0.01。对每种类型的目标的多尺度同心圆环簇方向梯度特征集合进行主成分分析求得与显著特征值对应的特征向量,不同类型的目标的特征向量的并集作为结构字典D的初始值D(0),投影系数Z的初始值Z(0)=([D(0)]TD(0))-1[D(0)]TX。显著特征值是指对特征值进行降序排列后超过所有特征值能量90%的前L个特征值。所有的显著特征值个数即为字典原子个数K。Step S11 initial value setting. Set the regularization coefficients λ 1 and λ 2 , where λ 12 =0.01 in the present invention. Perform principal component analysis on the multi-scale concentric circular cluster direction gradient feature set of each type of target to obtain the eigenvector corresponding to the significant eigenvalue, and the union of the eigenvectors of different types of targets is used as the initial value D of the structure dictionary D (0) , the initial value Z (0) of the projection coefficient Z =([D (0) ] T D (0) ) -1 [D (0) ] T X. Significant eigenvalues refer to the first L eigenvalues that exceed 90% of the energy of all eigenvalues after the eigenvalues are arranged in descending order. The number of all significant eigenvalues is the number K of dictionary atoms.

步骤S12结构字典和投影系数矩阵的交替迭代更新。令D(t)和Z(t)为结构字典D和投影系数矩阵Z第t次达代时的解,按照如下公式对结构字典和投影系数矩阵进行交替迭代更新:Step S12 Alternate iterative updating of the structure dictionary and the projection coefficient matrix. Let D (t) and Z (t) be the solutions of the structure dictionary D and the projection coefficient matrix Z at the tth generation, and alternately iteratively update the structure dictionary and the projection coefficient matrix according to the following formula:

其中,S为对角阵,对角线上的元素矩阵W的第b行第l列的值为wb,1,1≤b≤N,1≤1≤N。Dr,c (t+1)和Dr,c (t)分别表示结构字典的第(t+1)次和第t次迭代时的解的第r行第c列的值;Zr,c (t)表示Z(t)的第r行第c列的值,r和c为矩阵的行号和列号,1≤r≤M,1≤c≤K。[Z(t)]T表示矩阵Z(t)的转置。交替迭代更新停止的准则为t<100或mse(D(t+1)Z(t+1),D(t)Z(t))<ε,mse(D(t+1)Z(t+1),D(t)Z(t))表示相邻两次迭代的均方误差,ε为一阈值,本发明中ε=0.1。Among them, S is a diagonal matrix, and the elements on the diagonal The value of row b and column l of matrix W is w b,1 , 1≤b≤N, 1≤1≤N. D r, c (t+1) and D r, c (t) respectively represent the value of the rth row and the cth column of the solution at the (t+1)th and tth iteration of the structure dictionary; Z r, c (t) represents the value of row r and column c of Z (t) , r and c are the row number and column number of the matrix, 1≤r≤M, 1≤c≤K. [Z (t) ] T represents the transpose of the matrix Z (t) . The criterion for the update stop of alternating iterations is t<100 or mse(D (t+1) Z (t+1) , D (t) Z (t) )<ε, mse(D (t+1 )Z (t+ 1 ), D (t) Z (t) ) represents the mean square error of two adjacent iterations, ε is a threshold, and ε=0.1 in the present invention.

步骤S2:在当前在轨每一时相的图像上的每个像素处提取高维的多尺度同心圆环簇方向梯度特征,利用结构字典求解多尺度同心圆环簇方向梯度特征的投影系数即时敏目标类型指示向量,根据时敏目标类型指示向量的结构稀疏特性识别可疑目标的位置和可疑目标的类型,根据时敏目标类型指示向量的相似性提取可疑目标区域,具体过程如下:Step S2: Extract the high-dimensional multi-scale directional gradient features of concentric circular clusters from each pixel of the current on-orbit image at each time phase, and use the structure dictionary to solve the projection coefficients of the multi-scale concentric circular cluster directional gradient features. The target type indicator vector identifies the position and type of the suspicious target according to the structural sparseness of the time-sensitive target type indicator vector, and extracts the suspicious target area according to the similarity of the time-sensitive target type indicator vector. The specific process is as follows:

步骤S21根据结构字典构建新的投影矩阵,将当前在轨每一时相的图像的每个像素的多尺度同心圆环簇方向梯度特征向量进行投影,得到每个像素的时敏目标类型指示向量,具体过程如下:Step S21 constructs a new projection matrix according to the structure dictionary, and projects the multi-scale concentric circular cluster direction gradient feature vector of each pixel of the image currently on orbit at each time phase to obtain the time-sensitive target type indicator vector of each pixel, The specific process is as follows:

设Fr2,c2为当前图像上第r2行第c2列的多尺度同心圆环簇方向梯度特征向量,则Fr2,c2对应的时敏目标类型目标类型指示向量为CEr2,c2=PFr2,c2,CEr2,c2为K维向量。其中P=(DTD+λI)-1DT,λ为修正系数,本发明λ=0.1。I为单位矩阵。Let F r2, c2 be the multi-scale concentric circular cluster direction gradient feature vector of row r2 and column c2 on the current image, then the time-sensitive target type target type indicator vector corresponding to F r2, c2 is CE r2, c2 = PF r2 , c2 , CE r2, c2 is a K-dimensional vector. Where P=(D T D+λI) -1 D T , λ is a correction coefficient, and λ=0.1 in the present invention. I is the identity matrix.

步骤S22根据体现像素所属的目标的类型信息的时敏目标类型指示向量的结构稀疏性确定可疑目标,具体过程如下:Step S22 determines the suspicious target according to the structural sparsity of the time-sensitive target type indicator vector reflecting the type information of the target to which the pixel belongs. The specific process is as follows:

设第j种类型目标的显著特征个数为Kj,则在得到的字典中对应的Kj个字典原子代表的是第j种类型目标的特征。相应地,时敏目标类型指示向量CEr2,c2中包含了目标的类型信息。具体的,向量CEr2,c2中的对应的第Kj段分量的能量和稀疏度反映了该目标属于第j种类型目标的概率。如果CEr2,c2的第Kj段分量的能量最大而其它段的分量很稀疏,则表示当前图像上第r2行第c2列像素为第j种类型目标的一部分。如果各段分量的能量和稀疏度相差不大,则表示该像素为背景区域。与传统的标量式目标类型表示方法相比,这种向量式的目标类型表示方法更加鲁棒。Assuming that the number of salient features of the j-th type of target is K j , then the corresponding K j dictionary atoms in the obtained dictionary represent the features of the j-th type of target. Correspondingly, the time-sensitive target type indication vector CE r2, c2 contains the type information of the target. Specifically, the energy and sparseness of the corresponding K j -th segment components in the vector CE r2,c2 reflect the probability that the target belongs to the j-th type of target. If CE r2, c2 has the largest energy of the K jth segment component and the other segment components are very sparse, it means that the r2th row and c2th column pixel on the current image is a part of the jth type of target. If the energy and sparseness of each segment component are not much different, it means that the pixel is a background area. Compared with the traditional scalar object type representation method, this vector object type representation method is more robust.

步骤S23根据位于同一区域的像素具有相似的目标类型指示向量对在轨每一时相的图像进行分割,提取可疑目标区域。本发明的图像分割是基于图论的分割算法。为此,首先构建无向图G=(V;E),图像中的每个像素点pi与V中的一个顶点vi对应,V为无向图G的顶点集合,E为无向图G的边的集合;边(vi,vj)的权值d((vi,vj))为像素pi和pj的时敏目标类型指示向量之间的的差异。目标区域提取就是对无向图G进行合并和分裂的具体过程的步骤如下:Step S23 is to segment the image of each time phase on the track according to the similar target type indicator vectors of the pixels located in the same area, and extract the suspicious target area. The image segmentation of the present invention is a segmentation algorithm based on graph theory. To this end, first construct an undirected graph G=(V; E), each pixel point pi in the image corresponds to a vertex vi in V, V is the vertex set of the undirected graph G, and E is the vertex of the undirected graph G A collection of edges; the weight d((vi, vj)) of edge (vi, vj) is the difference between the time-sensitive target type indicator vectors of pixels pi and pj. Target area extraction is the specific process of merging and splitting the undirected graph G. The steps are as follows:

S231:初始化。将E按权值进行升序排列,得到有序的边集合π=(o1,…,om3),边o1的权重最小,边om3的权重最大;计算初始分割S0,每个区域只包含一个顶点vi,m3为所述无向图G的边的集合E中边的个数。S231: Initialize. Arrange E in ascending order according to the weight, and get an ordered set of edges π=(o 1 ,..., o m3 ), the weight of edge o 1 is the smallest, and the weight of edge o m3 is the largest; calculate the initial segmentation S 0 , each region Contains only one vertex vi, m3 is the number of edges in the edge set E of the undirected graph G.

S232:令Sq-1和Sq分别表示包含q-1个边和q个边的分割结果,q表示有序的边集合π中边的序号,1≤q≤m3。对q(1≤q≤m3),执行如下操作:给定Sq-1和连接其第q条边的顶点vi、vj,令分别为Sq-1中包含vi和vj的区域集合,按如下步骤构造Sq:如果区域且权值则合并区域和区域如果区域或权值则Sq=Sq-1;其中:表示的最小值,函数控制区域集合的整体相似性,木发明中表示区域中像素的个数,tt=vi或tt=vj。α的取值反映了观测尺度,本发明中α=200。表示区域的基于最小生成树最大权重表示的内部相异性,即 表示区域的基于最小生成树,d(e)表示最小生成树上边的权重。S232: Let S q-1 and S q represent the segmentation results including q-1 edges and q edges respectively, q represents the sequence number of the edges in the ordered edge set π, 1≤q≤m3. For q (1≤q≤m3), perform the following operations: Given S q-1 and the vertices vi and vj connected to its qth edge, let with are respectively the set of regions containing vi and vj in S q-1 , construct S q as follows: if the region and the weight merge regions and area if area or weight Then S q =S q-1 ; where: express with The minimum value of the function collection of control areas The overall similarity of wood inventions in Indicates the area The number of pixels in , tt=vi or tt=vj. The value of α reflects the observation scale, and α=200 in the present invention. Indicates the area The internal dissimilarity based on the maximum weight representation of the minimum spanning tree, that is Indicates the area Based on the minimum spanning tree, d(e) represents the weight of the edge on the minimum spanning tree.

S233最终的分割结果为S=Sm3S233 The final segmentation result is S=S m3 .

步骤S3:对在不同时相的在轨图像上检测的可疑目标区域的轨迹进行分析,根据运动轨迹的奇异性在轨识别出时敏目标。运动轨迹的奇异性主要表现在如下两种情况:运动状态异常(可疑目标的突然出现或消失、外观的剧烈改变)、时空轨迹的异常。本发明根据这两种奇异性对时敏目标进行识别。所述时敏目标的在轨识别具体过程如下:Step S3: Analyze the trajectory of the suspicious target area detected on the on-orbit images of different time phases, and identify the time-sensitive target on-orbit according to the singularity of the motion trajectory. The singularity of the motion trajectory is mainly manifested in the following two situations: abnormal motion state (sudden appearance or disappearance of suspicious objects, drastic changes in appearance), and abnormal space-time trajectory. The present invention recognizes time-sensitive targets according to these two singularities. The specific process of on-orbit identification of the time-sensitive target is as follows:

步骤S31:利用可疑目标区域的时敏目标类型指示向量集合的协方差矩阵的距离差异为每一可疑目标寻找在临近时刻的最近邻,如果最近邻区域之间的多尺度同心圆环簇方向梯度特征向量集合之间的协方差矩阵仍为最近邻,则表示该目标的运动状态未发生异常即为非时敏目标;如果最近邻区域之间的多尺度同心圆环簇方向梯度特征向量集合之间的协方差矩阵不为最近邻,则该目标的运动状态发生异常即为时敏目标,具体过程如下:Step S31: Use the distance difference of the covariance matrix of the time-sensitive target type indicator vector set of the suspicious target area to find the nearest neighbor at the approaching moment for each suspicious target, if the direction gradient of the multi-scale concentric circle cluster between the nearest neighbor areas The covariance matrix between the eigenvector sets is still the nearest neighbor, which means that the target’s motion state is not abnormal, that is, it is a time-insensitive target; If the covariance matrix between is not the nearest neighbor, then the abnormal motion state of the target is a time-sensitive target. The specific process is as follows:

设在两相邻时刻t1和t2的图像上检测到的第j种类型目标的个数分别为 分别表示tc(c=1,2)时刻第j种类型的第β个目标的多尺度同心圆环簇方向梯度特征特征向量集合和时敏目标类型指示向量集合的协方差矩阵,设时敏目标类型指示向量协方差矩阵在协方差矩阵集合中的最近邻和次紧邻分别为则表示表示的目标状态或外观已发生改变,该可疑目标被判为时敏目标;若则表示表示的目标为非时敏目标。本发明中,τ1=0.9,τ2=0.6。对于两个协方差矩阵A和B,表示矩阵A和B的第η个广义特征值,μ表示协方差矩阵A和B的广义特征值的个数。Assume that the number of j-th type targets detected on the images of two adjacent moments t 1 and t 2 are respectively with with Respectively represent the covariance matrix of the multi-scale concentric ring cluster direction gradient feature vector set and the time-sensitive target type indicator vector set of the j-th type of β-th target at time tc (c=1, 2), let the time-sensitive Target type indicator vector covariance matrix In the set of covariance matrices The nearest and next neighbors in are respectively with like then means The status or appearance of the target indicated has changed, and the suspicious target is judged as a time-sensitive target; if then means Indicates a target that is not time-sensitive. In the present invention, τ 1 =0.9 and τ 2 =0.6. For two covariance matrices A and B, Indicates the nth generalized eigenvalue of matrices A and B, and μ represents the number of generalized eigenvalues of covariance matrices A and B.

步骤S32:将不同时相非时敏目标的时空轨迹变化曲线投影到极坐标下,根据极坐标中相邻时空轨迹的方向变化识别时敏目标。具体过程如下:Step S32: Project the time-space trajectory change curves of non-time-sensitive targets in different phases into polar coordinates, and identify time-sensitive targets according to the direction changes of adjacent time-space trajectories in polar coordinates. The specific process is as follows:

设根据步骤S31在当前在轨多时相图像上得到的非时敏目标的个数为N1,其中的第γ个目标在第g时刻的质心坐标为ζ为当前在轨多时相图像的个数,则其时空轨迹变化曲线表示为:Assume that the number of non-time-sensitive targets obtained on the current on-orbit multi-temporal image according to step S31 is N1, and the coordinates of the center of mass of the gamma-th target at time g are ζ is the number of multi-temporal images currently in orbit, and its spatio-temporal trajectory change curve is expressed as:

时空轨迹异常通常表现为运动方向突变,为此木发明将其时空轨迹变化曲线转化为极坐标的形式{(ρ2,θ2),(ρ3,θ3),…,(ρζ,θζ)},其中表示2≤k1≤ζ时刻时空轨迹变化的速度,表示kl时刻时空轨迹变化的方向。The abnormality of the space-time trajectory usually manifests as a sudden change in the direction of motion. For this reason, Mu invented to convert its space-time trajectory change curve into the form of polar coordinates {(ρ 2 , θ 2 ), (ρ 3 , θ 3 ),…, (ρ ζ , θ ζ )}, where Indicates the speed of the space-time trajectory change at time 2≤k1≤ζ, Indicates the direction of the change of the space-time trajectory at time kl.

如果θk1>π/2,表明该可疑目标在第k1时刻的运动方向是原运动方向的反方向,时空轨迹异常,该可疑目标为时敏目标。图2是时空轨迹异常检测图,其中,变化轨迹a对应的目标为正常目标,变化轨迹b对应的目标为时敏目标。If θ k1 >π/2, it indicates that the moving direction of the suspicious target at time k1 is opposite to the original moving direction, and the space-time trajectory is abnormal, and the suspicious target is a time-sensitive target. Fig. 2 is an anomaly detection diagram of spatio-temporal trajectories, in which the target corresponding to the change track a is a normal target, and the target corresponding to the change track b is a time-sensitive target.

步骤S4:将在轨时敏目标的图像作为结构字典在轨增量更新的训练图像,返回步骤S1。具体过程如下:Step S4: Use the image of the on-orbit time-sensitive target as the training image for the on-orbit incremental update of the structure dictionary, and return to step S1. The specific process is as follows:

步骤S41:当训练样本较多时,为满足在轨处理的时效性要求,将已检测到的在轨时敏目标及可疑目标的多尺度同心圆环簇方向梯度特征作为新的训练样本。Step S41: When there are many training samples, in order to meet the timeliness requirements of on-orbit processing, the multi-scale concentric circular cluster direction gradient features of detected on-orbit time-sensitive targets and suspicious targets are used as new training samples.

步骤S42:根据当前图像、当前时敏目标获得的结构字典在轨增量更新的训练图像,利用新的训练样本,对前一时刻的结构字典在轨增量更新。结构字典在轨增量更新方法与步骤S1的字典学习方法类似,差别在于初始字典的设定。步骤S11初始字典来自于主成分分析方法的基向量,而本步骤的初始字典来自已有的字典。更新后的字典结合了最新图像特征和时敏目标特征,具有更强的表征能力。Step S42: According to the current image and the training image of the on-orbit incremental update of the structure dictionary obtained by the current time-sensitive target, use the new training sample to update the on-orbit incremental update of the structure dictionary at the previous moment. The on-orbit incremental update method of the structural dictionary is similar to the dictionary learning method in step S1, the difference lies in the setting of the initial dictionary. The initial dictionary in step S11 comes from the basis vector of the principal component analysis method, and the initial dictionary in this step comes from an existing dictionary. The updated dictionary combines state-of-the-art image features and time-sensitive object features with stronger representation capabilities.

以上所述,仅为本发明中的具体实施方式,但本发明的保护范围并不局限于此,任何熟悉该技术的人在本发明所揭露的技术范围内,可理解想到的变换或替换,都应涵盖在本发明的保护范围之内,因此,木发明的保护范围应该以权利要求书的保护范围为准。The above is only a specific implementation mode in the present invention, but the scope of protection of the present invention is not limited thereto. Anyone familiar with the technology can understand the conceivable transformation or replacement within the technical scope disclosed in the present invention. All should be covered within the protection scope of the present invention, therefore, the protection scope of wood invention should be as the criterion with the protection scope of claims.

Claims (10)

1.一种时敏目标的在轨检测方法,该方法包括步骤如下:1. An on-orbit detection method of a time-sensitive target, the method comprising steps as follows: 步骤S1:在历史图像上选取各种时敏目标训练区域,在每种类型的时敏目标的每幅训练图像的每个像素处提取高维的多尺度同心圆环簇方向梯度特征,离线学习各类时敏目标的结构字典;Step S1: Select various time-sensitive target training areas on historical images, extract high-dimensional multi-scale multi-scale concentric circular cluster direction gradient features from each pixel of each training image for each type of time-sensitive target, and learn offline A structure dictionary for various time-sensitive objects; 步骤S2:在当前在轨每一时相的图像上的每个像素处提取高维的多尺度同心圆环簇方向梯度特征,利用结构字典求解多尺度同心圆环簇方向梯度特征的投影系数即时敏目标类型指示向量,根据时敏目标类型指示向量的结构稀疏特性识别可疑目标的位置和可疑目标的类型,根据时敏目标类型指示向量的相似性提取可疑目标区域;Step S2: Extract the high-dimensional multi-scale directional gradient features of concentric circular clusters from each pixel of the current on-orbit image at each time phase, and use the structure dictionary to solve the projection coefficients of the multi-scale concentric circular cluster directional gradient features. Target type indicator vector, identifying the position and type of the suspicious target according to the structural sparseness of the time-sensitive target type indicator vector, and extracting the suspicious target area according to the similarity of the time-sensitive target type indicator vector; 步骤S3:对在不同时相的在轨图像上检测的可疑目标区域的轨迹进行分析,根据运动轨迹的奇异性在轨识别出时敏目标;Step S3: Analyze the trajectory of the suspicious target area detected on the on-orbit images of different time phases, and identify the time-sensitive target on-orbit according to the singularity of the motion trajectory; 步骤S4:将在轨时敏目标的图像作为结构字典在轨增量更新的训练图像,返回步骤S1。Step S4: Use the image of the on-orbit time-sensitive target as the training image for the on-orbit incremental update of the structure dictionary, and return to step S1. 2.根据权利要求1所述的方法,其特征在于,所述结构字典是从高维的多尺度同心圆环簇方向梯度特征向量集合以及对应的时敏目标类型编号中学习得到的低维的多尺度同心圆环簇方向梯度特征。2. The method according to claim 1, wherein the structure dictionary is a low-dimensional one learned from a set of high-dimensional multi-scale concentric ring cluster direction gradient feature vectors and corresponding time-sensitive target type numbers Orientation gradient features of multiscale concentric ring clusters. 3.根据权利要求2所述的方法,其特征在于,根据时敏目标类型指示向量的稀疏性和不同像素处时敏目标类型指示向量之间的相似性构建结构字典的学习模型。3. The method according to claim 2, wherein, according to the sparsity of the time-sensitive target type indicator vector and the similarity between the time-sensitive target type indicator vectors at different pixels, the learning model of the structure dictionary is constructed. 4.根据权利要求2所述的方法,其特征在于,对各类型时敏目标的多尺度同心圆环簇方向梯度特征集合进行主成分分析,得到并将与显著特征值对应的特征向量的并集作为初始字典,再交替迭代更新初始字典和投影系数,获得结构字典。4. method according to claim 2, it is characterized in that, carry out principal component analysis to the multi-scale concentric ring cluster direction gradient feature set of each type of time-sensitive target, obtain and will be combined with the characteristic vector corresponding to significant eigenvalue Set as the initial dictionary, and then iteratively update the initial dictionary and projection coefficients alternately to obtain the structure dictionary. 5.根据权利要求1所述的方法,其特征在于,所述提取可疑目标区域的步骤包括如下:5. The method according to claim 1, wherein the step of extracting the suspicious target area comprises the following steps: 步骤S21:根据结构字典构建新的投影矩阵,将当前在轨每一时相的图像的每个像素的多尺度同心圆环簇方向梯度特征向量进行投影,得到每个像素的时敏目标类型指示向量;Step S21: Construct a new projection matrix according to the structure dictionary, and project the multi-scale concentric circular cluster direction gradient feature vector of each pixel of the image currently on orbit at each time phase to obtain the time-sensitive target type indicator vector of each pixel ; 步骤S22:根据体现像素所属的目标的类型信息的时敏目标类型指示向量的结构稀疏性确定可疑目标;Step S22: Determine the suspicious target according to the structural sparsity of the time-sensitive target type indicator vector reflecting the type information of the target to which the pixel belongs; 步骤S23:根据位于同一区域的像素具有相似的目标类型指示向量对在轨每一时相的图像进行分割,提取可疑目标区域。Step S23: According to the similar target type indicator vectors of the pixels located in the same area, the image of each time phase on the track is segmented, and the suspicious target area is extracted. 6.根据权利要求1所述的方法,其特征在于,所述在轨识别出时敏目标步骤包括如下:6. The method according to claim 1, wherein the step of identifying a time-sensitive target on the track comprises the following steps: 步骤S31:利用可疑目标区域的时敏目标类型指示向量集合的协方差矩阵的距离差异为每一可疑目标寻找在临近时刻的最近邻,如果最近邻区域之间的多尺度同心圆环簇方向梯度特征向量集合之间的协方差矩阵仍为最近邻,则表示该目标的运动状态未发生异常即为非时敏目标;如果最近邻区域之间的多尺度同心圆环簇方向梯度特征向量集合之间的协方差矩阵不为最近邻,则该目标的运动状态发生异常即为时敏目标;Step S31: Use the distance difference of the covariance matrix of the time-sensitive target type indicator vector set of the suspicious target area to find the nearest neighbor at the approaching moment for each suspicious target, if the direction gradient of the multi-scale concentric circle cluster between the nearest neighbor areas The covariance matrix between the eigenvector sets is still the nearest neighbor, which means that the target’s motion state is not abnormal, that is, it is a time-insensitive target; If the covariance matrix between is not the nearest neighbor, then the abnormality of the motion state of the target is a time-sensitive target; 步骤S32:将不同时相非时敏目标的时空轨迹变化曲线投影到极坐标下,根据极坐标中相邻时空轨迹的方向变化识别时敏目标。Step S32: Project the time-space trajectory change curves of non-time-sensitive targets in different phases into polar coordinates, and identify time-sensitive targets according to the direction changes of adjacent time-space trajectories in polar coordinates. 7.根据权利要求6所述的方法,其特征在于,所述可疑目标区域之间具有的距离差异,利用可疑目标区域的时敏目标类型指示向量集合的协方差矩阵之间的差异来度量距离差异;利用协方差矩阵的广义特征值的平方和来度量所述协方差矩阵之间的距离差异。7. The method according to claim 6, wherein the distance difference between the suspicious target areas is measured by the difference between the covariance matrices of the time-sensitive target type indicator vector sets of the suspicious target areas Difference; uses the sum of squares of the generalized eigenvalues of the covariance matrices to measure the distance difference between the covariance matrices. 8.根据权利要求6所述的方法,其特征在于,所述可疑目标区域之间具有的距离差异,利用可疑目标区域的多尺度同心圆环簇方向梯度特征向量集合的协方差矩阵之间的差异来度量距离差异;利用协方差矩阵的广义特征值的平方和来度量所述协方差矩阵之间的距离差异。8. The method according to claim 6, characterized in that, the distance difference between the suspicious target areas is the difference between the covariance matrices of the multi-scale concentric ring cluster direction gradient eigenvector sets of the suspicious target areas. The difference is used to measure the distance difference; the sum of squares of the generalized eigenvalues of the covariance matrix is used to measure the distance difference between the covariance matrices. 9.根据权利要求6所述的方法,其特征在于,所述在轨识别时敏目标是将时空轨迹变化曲线投影到极坐标下,将不同时相非时敏目标的速度变化与方向变化相分离,得到时空轨迹方向变化的曲线,用于更好的描述时空轨迹的异常性。9. The method according to claim 6, wherein the on-orbit identification of the time-sensitive target is to project the space-time trajectory change curve under polar coordinates, and compare the speed changes and direction changes of non-time-sensitive targets in different phases. Separated to obtain the curve of the direction change of the space-time trajectory, which is used to better describe the anomaly of the space-time trajectory. 10.根据权利要求1所述的方法,其特征在于,所述结构字典在轨增量更新训练图像的步骤包括如下:10. The method according to claim 1, wherein the step of incrementally updating the training image on the track of the structure dictionary comprises the following steps: 步骤S41:当训练样本较多时,为满足在轨处理的时效性要求,将已检测到的在轨时敏目标及可疑目标的多尺度同心圆环簇方向梯度特征作为新的训练样本;Step S41: When there are many training samples, in order to meet the timeliness requirements of on-orbit processing, the detected on-orbit time-sensitive targets and multi-scale concentric circular cluster direction gradient features of suspicious targets are used as new training samples; 步骤S42:根据当前图像、当前时敏目标获得的结构字典在轨增量更新的训练图像,利用新的训练样本,对前一时刻的结构字典在轨增量更新。Step S42: According to the current image and the training image of the on-orbit incremental update of the structure dictionary obtained by the current time-sensitive target, use the new training sample to update the on-orbit incremental update of the structure dictionary at the previous moment.
CN201410589172.7A 2014-10-28 2014-10-28 A kind of In-flight measurement method of time critical target Active CN104408401B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201410589172.7A CN104408401B (en) 2014-10-28 2014-10-28 A kind of In-flight measurement method of time critical target

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201410589172.7A CN104408401B (en) 2014-10-28 2014-10-28 A kind of In-flight measurement method of time critical target

Publications (2)

Publication Number Publication Date
CN104408401A CN104408401A (en) 2015-03-11
CN104408401B true CN104408401B (en) 2017-08-15

Family

ID=52646032

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201410589172.7A Active CN104408401B (en) 2014-10-28 2014-10-28 A kind of In-flight measurement method of time critical target

Country Status (1)

Country Link
CN (1) CN104408401B (en)

Families Citing this family (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104820967B (en) * 2015-05-26 2018-05-11 中国科学院自动化研究所 In-orbit calculating imaging method
CN105893621B (en) * 2016-04-29 2019-11-05 中国人民解放军海军航空大学 Goal behavior law mining method based on multidimensional track cluster
CN115599875A (en) * 2022-10-24 2023-01-13 西北工业大学(Cn) A trajectory abnormality detection method, system and product

Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103456027A (en) * 2013-08-01 2013-12-18 华中科技大学 Time sensitivity target detection positioning method under airport space relation constraint
CN103729648A (en) * 2014-01-07 2014-04-16 中国科学院计算技术研究所 Domain adaptive mode identifying method and system

Family Cites Families (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7298867B2 (en) * 2004-02-20 2007-11-20 Lockheed Martin Corporation Component association tracker system and method

Patent Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103456027A (en) * 2013-08-01 2013-12-18 华中科技大学 Time sensitivity target detection positioning method under airport space relation constraint
CN103729648A (en) * 2014-01-07 2014-04-16 中国科学院计算技术研究所 Domain adaptive mode identifying method and system

Also Published As

Publication number Publication date
CN104408401A (en) 2015-03-11

Similar Documents

Publication Publication Date Title
Li et al. Structure tensors for general purpose LIDAR feature extraction
CN105930790B (en) Human behavior recognition method based on kernel sparse coding
CN104200495B (en) A kind of multi-object tracking method in video monitoring
CN107271965B (en) Method for extracting true and false target one-dimensional range profile features in cluster subspace
CN106919952A (en) EO-1 hyperion Anomaly target detection method based on structure rarefaction representation and internal cluster filter
CN109214430B (en) A Pedestrian Re-identification Method Based on Feature Space Topological Distribution
CN107194936A (en) The high spectrum image object detection method represented based on super-pixel joint sparse
Guiming et al. Multi-scale Harris corner detection algorithm based on canny edge-detection
CN106886785A (en) A kind of Aerial Images Fast Match Algorithm based on multi-feature Hash study
CN104408401B (en) A kind of In-flight measurement method of time critical target
CN103854290A (en) Extended target tracking method combining skeleton characteristic points and distribution field descriptors
WO2023273337A1 (en) Representative feature-based method for detecting dense targets in remote sensing image
CN110222756B (en) Hyperspectral complex background-oriented iterative clustering anomaly detection method
CN105893945B (en) A Target Recognition Method in Remote Sensing Image
CN102819838B (en) Hyperspectral remote sensing image change detection method based on multisource target characteristic support
CN108985161A (en) A kind of low-rank sparse characterization image feature learning method based on Laplace regularization
Oh et al. Local selective vision transformer for depth estimation using a compound eye camera
CN106951873B (en) Remote sensing image target identification method
CN106199544A (en) The Recognition of Radar Target Using Range Profiles method of local tangent space alignment is differentiated based on core
CN105869165B (en) A kind of multi-source Multitemporal Remote Sensing Images object variations monitoring method
CN112085117A (en) Robot motion monitoring visual information fusion method based on MTLBP-Li-KAZE-R-RANSAC
CN111368914A (en) Polarimetric synthetic aperture radar change detection method based on total probability collaborative segmentation
CN105719272B (en) Image feature point matching method for keeping space structure
Al-Azzawy Eigenface and SIFT for gender classification
CN109117850A (en) The recognition methods of corresponding infrared target image is carried out using visible light target image

Legal Events

Date Code Title Description
C06 Publication
PB01 Publication
C10 Entry into substantive examination
SE01 Entry into force of request for substantive examination
GR01 Patent grant
GR01 Patent grant