WO2020150897A1 - 视频目标的多目标跟踪方法、装置及存储介质 - Google Patents
视频目标的多目标跟踪方法、装置及存储介质 Download PDFInfo
- Publication number
- WO2020150897A1 WO2020150897A1 PCT/CN2019/072683 CN2019072683W WO2020150897A1 WO 2020150897 A1 WO2020150897 A1 WO 2020150897A1 CN 2019072683 W CN2019072683 W CN 2019072683W WO 2020150897 A1 WO2020150897 A1 WO 2020150897A1
- Authority
- WO
- WIPO (PCT)
- Prior art keywords
- feature
- target
- target object
- similarity
- observation
- 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.)
- Ceased
Links
Images
Classifications
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06T—IMAGE DATA PROCESSING OR GENERATION, IN GENERAL
- G06T7/00—Image analysis
- G06T7/20—Analysis of motion
- G06T7/246—Analysis of motion using feature-based methods, e.g. the tracking of corners or segments
Definitions
- This application relates to the field of electronic technology, and in particular to a method, device and storage medium for multi-target tracking of video targets.
- Video multi-target tracking is one of the important research contents of machine vision, which mainly obtains basic motion information such as the position, posture, and trajectory of the moving target in the video.
- video multi-target tracking has opened many research fields and application fields, involving intelligent video surveillance, virtual reality, human-computer interaction, autonomous driving, traffic control, oceanography, intelligent robots, remote sensing , Biomedicine and other fields have attracted more and more scholar and researchers to actively participate and have achieved a lot of research results.
- the key problem of the detection-based multi-target tracking method is the data association between the online detection result received by the detector and the existing target.
- scholars and researchers at home and abroad have proposed many types of data association methods in the past 30 years.
- most tracking algorithms can be divided into the following two categories: generative methods and discriminative methods.
- the tracking algorithm based on the generative method uses the appearance and movement of the target to construct a target model, and considers the similarity between the target and the observation during the tracking process for tracking association.
- Ross et al. gradually learn the low-dimensional subspace feature representation of the target, which can effectively adapt to the changes in the appearance of the target.
- Babu et al. proposed tracking based on the reliable feature points of the target.
- Azab et al. used fuzzy integration to fuse multiple features in the particle filter framework.
- Zhang et al. used a particle filter-based sparse representation of the target model to select the candidate template association with the smallest reconstruction error of the target model.
- Zhang and Liu et al. used two-layer convolutional neural networks to train robust features for association. But based on generative association methods, they sometimes cannot distinguish the target from the background well, because the background pixels and other target pixels in the bounding box of the target are inevitably regarded as part of the target, thus making the target appearance model The presence of inaccurate information prevents it from correctly distinguishing the object from the background, which may lead to tracking failures.
- the discriminant method is designed to better separate the target from the background. For example, Jang et al.
- fuzzy set theory in multi-target tracking has become more and more widespread, it is pointed out that using fuzzy mathematics to model uncertain information in the tracking system can help improve tracking performance.
- association algorithms based on intuitionistic fuzzy set theory are also More and more.
- fuzzy orthogonal particle filter Such as fuzzy orthogonal particle filter, intuitionistic fuzzy joint probability data association filter, fuzzy Kalman filter and fuzzy coding histogram.
- the literature proposes an object tracking algorithm based on active contours for modeling neural fuzzy networks.
- the contour-based model is used to extract the feature vector of the object.
- the self-built neuro-fuzzy inference network is used, and the human contour histogram in the horizontal and vertical projections is subjected to the Discrete Fourier Transform (DFT). ) Transformation.
- DFT Discrete Fourier Transform
- Li et al. proposed an online video multi-target tracking algorithm based on intuitionistic fuzzy sets, which uses the obtained intuitionistic fuzzy membership to replace the correlation between the target and the observation to achieve the goal and For the correlation between observations, Zhao et al. proposed a reasoning algorithm based on intuition logic, and Revathi et al. proposed a histogram fuzzy logic block matching algorithm to track multiple targets in video.
- N is an integer greater than 1;
- the target object is related to the observation object, and if so, the target model is updated; if not, the target trajectory management is performed on the target object.
- the solution of this application obtains N sets of feature similarity results by calculating the similarity of the image features between the target object and the observation object; then the N sets of feature similarity results are screened, and the screened results are merged to obtain the feature fusion result ; Based on the maximum entropy intuitionistic fuzzy clustering, the correlation cost matrix calculation is performed according to the feature fusion result, and the correlation cost matrix calculation result is obtained; finally, according to the correlation cost matrix calculation result, it is determined whether the target object is related to the observation object
- the above scheme has the following advantages: First, the feature attributes of the video target are diverse, and the importance of the target feature is not the same for different times and locations.
- the proposed scheme of this application uses the neighborhood rough set to select features and eliminate Features with low discrimination can improve the accuracy of feature similarity; second, introduce the local information of the target, and use (OSPA, Optimal Sub-patten Assignment) distance to define the local information distance measure to further improve the target The accuracy of distance measurement; third, using the principle of maximum entropy, a new maximum entropy intuitionistic fuzzy clustering method is proposed, which uses intuitionistic fuzzy membership to replace the correlation probability, avoids the constraints of traditional probability and statistics methods, and realizes the rapid correlation probability Accurate calculation.
- OSPA Optimal Sub-patten Assignment
- Fig. 1-a is a schematic diagram of an implementation process of a method for multi-target tracking of video targets provided by an embodiment of the application;
- Fig. 1-b is a schematic diagram of occlusion between a target object and a target object provided by an embodiment of this application;
- Fig. 1-c is a schematic diagram of the occlusion between the target object A and the target object B according to an embodiment of the application;
- FIG. 2 is a schematic diagram of the structure of an electronic device provided by an embodiment of the application.
- FIG. 3 is a schematic diagram of the hardware structure of an electronic device provided by another embodiment of the application.
- the embodiments of the present application provide a method, device and storage medium for multi-target tracking of video targets, which are used for data association of video multi-target tracking.
- the multi-target tracking method of the video target mainly includes the following steps:
- the target object is the target object tracked in the video for target tracking.
- the first image feature is an image feature corresponding to the target object.
- the observation object is an environmental object other than the target object in the video for target tracking, and is used for comparison and analysis with the target object.
- the second image feature is the image feature corresponding to the observation object.
- observation objects there may be multiple observation objects. For example, it is defined that there are j observation objects, where j is an integer greater than 1.
- N feature categories are used to comprehensively define the feature similarity between the target object and the observation object.
- the feature category can be features of different dimensions such as distance, color, and shape.
- N can be specifically equal to 7, and the seven feature categories are: distance, color, edge, texture, shape, movement direction, and overlap area.
- the N groups of feature similarity results are screened based on the feature similarity of the rough set, and the screened results are fused to obtain a feature fusion result.
- neighborhood rough set is a model proposed to solve the problem that the classic rough set cannot handle continuous data.
- the neighborhood of the model is defined according to the maximum distance from the center of the neighborhood to the boundary in a certain metric, and the attributes are reduced based on the dependence of decision attributes on conditional attributes.
- the interference between adjacent targets is one of the factors that affect the correct association of the targets, because these adjacent targets are very close in position, they will also have relatively similar appearance characteristics due to factors such as occlusion, and errors occur during the association process. The possibility of matching is greater. Therefore, how to select features that can better distinguish between targets and targets, targets and false observations is the key to video multi-target tracking.
- the neighborhood rough set will be used to select and merge features.
- N feature similarities are selected to measure the similarity relationship between the target and the observation. If these features are only linearly accumulated during fusion, the reliability of the fusion result will be affected. Because not all features are well distinguished, the target can be mapped to the observation one by one. In fact, some features will also affect the accuracy of the association. For example, when the target is occluded by each other, the visual characteristics of the target are affected, but the characteristics such as the movement direction and overlap area are more robust. The linear fusion of features may result in wrong association results. In this regard, we will use the attribute reduction ability of the neighborhood rough set to select the target feature, reduce the number of features according to the dependence of the decision attribute on the universe, and realize the selection of useful features.
- the correlation cost matrix calculation is performed according to the feature fusion result, and the correlation cost matrix calculation result is obtained.
- the local information is the local information of the target object.
- the embodiment of the present application uses the OSPA distance to define the local information distance measure, which further improves the accuracy of the target distance measure.
- OSPA is a consistency measurement method for the overall performance evaluation of the target tracking system.
- a measurement distance is defined in the system state space, which can be used to measure the error between the true track and the estimated track.
- fuzzy clustering used in the embodiments of the present application confirms the degree of uncertainty of the sample to be classified into each category, and expresses the fuzzy concept that the sample category is one and the other.
- the set obtained by fuzzy clustering is the intuitionistic fuzzy set, and the intuitionistic fuzzy entropy is used to express the degree of uncertainty of the intuitionistic fuzzy set.
- the principle of maximum entropy used in the embodiments of this application is a criterion for selecting the statistical characteristics of random variables that best meets the objective situation.
- the probability distribution of random variables is difficult to determine. Generally, only various means (such as mathematical expectations, Variance, etc.) or known values under certain limited conditions (such as peak value, number of values, etc.), the distributions that conform to the measured values can be multiple or even infinite, usually, one of the distributions has the largest entropy . Choosing the distribution with the maximum entropy as the distribution of the random variable is an effective treatment method and criterion.
- a new maximum entropy intuitionistic fuzzy clustering method is proposed by using the principle of maximum entropy. Intuitionistic fuzzy membership is used instead of the associated probability.
- the intuitionistic fuzzy membership in the method proposed in the embodiments of this application can be effective Instead of the degree of relevance, it can associate the target with the observation and improve the accuracy of the association.
- the target object is related to the observation object, and if so, the target model is updated; if not, the target trajectory management is performed on the target object.
- the target model is a tracking model corresponding to the target object, which records the tracking status of the target object in real time.
- the target model can be updated to maintain information such as the position, color, and texture characteristics of the target object.
- the observation object if the observation object is not associated with the target object, initialize a temporary target trajectory, and when the number of occurrences of the temporary target trajectory is greater than or equal to ⁇ init times, then The temporary target trajectory becomes a stable target trajectory; when the number of occurrences of the temporary target trajectory is less than ⁇ init times, the temporary target trajectory is deleted; the ⁇ init is the target starting threshold;
- the target object For an unassociated target object, if the target object is not associated with the observation object, determine whether the centroid coordinates of the target object's trajectory are at the boundary, when the distance between the centroid coordinates and the video boundary is less than 3 When the pixel coordinate distance is determined, it is determined that the target object has left in the video. Otherwise, the Kalman filter is used to predict the state of the target object. When the target object is not associated with the observed object for ⁇ term consecutive times, the It is deleted from the current target trajectory, and the ⁇ term is the target termination threshold.
- the solution of this application obtains N sets of feature similarity results by calculating the similarity of image features between the target object and the observed object; then the N sets of feature similarity results are screened, and the screened results are merged, Obtain the feature fusion result; then based on the maximum entropy intuitionistic fuzzy clustering, perform the correlation cost matrix calculation according to the feature fusion result to obtain the correlation cost matrix calculation result; finally, judge the target object and the said target object according to the correlation cost matrix calculation result Whether the observation object is related or not; the above scheme has the following advantages: First, the feature attributes of the video target are diverse, and the importance of the target feature is not the same for different locations at different times.
- the solution of this application proposes to use the neighborhood rough set to pair the features Make selections to eliminate features with low discrimination and improve the accuracy of feature similarity; second, introduce the local information of the target, and OSPA distance defines the local information distance measure to further improve the accuracy of the target distance measure; third, use the maximum entropy Principle, a new maximum entropy intuitionistic fuzzy clustering method is proposed, which replaces the associated probability with intuitionistic fuzzy membership, avoids the constraints of traditional probability statistical methods, and realizes the fast and accurate calculation of the associated probability.
- the embodiment of this application introduces a method for multi-target tracking of video targets through specific formulas and algorithm flows, which specifically include:
- the neighborhood rough set is a model proposed to solve the problem that the classic rough set cannot handle continuous data.
- the neighborhood of the model is defined according to the maximum distance from the center of the neighborhood to the boundary in a certain metric, and the attributes are reduced based on the dependence of decision attributes on conditional attributes.
- ⁇ (x, x i ) is the distance function.
- the distance function in this paper is selected as the infinite norm distance, which is defined as:
- the decision attribute D divides the universe into D U , then the upper and lower approximations of D U are defined as:
- the similarity between the target object o i and the observation object z k is comprehensively calculated through 7 features such as distance, color, edge, texture, shape, movement direction, and overlap area, and the 7 feature similarity
- 7 features such as distance, color, edge, texture, shape, movement direction, and overlap area
- f 1 (o i , z k ) is the spatial distance feature similarity measurement function
- f 2 (o i , z k ) is the geometric dimension feature similarity measurement function
- f 3 (o i , z k ) is the direction of motion Feature similarity measurement function
- f 4 (o i ,z k ) is the color feature similarity measurement function
- f 5 (o i ,z k ) is the gradient direction feature similarity measurement function
- f 6 (o i ,z k ) Is the similarity measurement function of cultural and scientific features
- f 7 (o i , z k ) is the similarity measurement function of the overlapping area
- (x o , y o ) is the center coordinates of the target object o i
- Figure 1-b is a schematic diagram of the occlusion between the prediction results of different target objects in the present invention.
- the shapes of the tracking icons of prediction result A and prediction result B are rectangles, and there is overlap between the two
- the parameter expression of prediction result A is: [x,y ,w,d]
- x,y represent the coordinates of the rectangular frame
- w represents the width of the rectangular frame
- d represents the height of the rectangular frame
- the parameters of the prediction result B are expressed as: [x',y',w',h ′], where x′, y′ represent the coordinates of the rectangular frame
- w′ represents the width of the rectangular frame
- h′ represents the height of the rectangular frame
- the shaded part between the prediction result A and the prediction result B is expressed as: [x o ,y o ,w o ,h o ]
- its overlapping part is expressed as:
- the area of the overlap between the prediction result A and the prediction result B is expressed as w o *h o . If the above w o and ho do not satisfy w o >0 or h o >0, no overlapping rectangle is formed between the two tracking rectangles, that is, the area of the overlapping rectangle is 0.
- the occlusion degree between the two is defined as:
- s( ⁇ ) represents the area of the area, and the occlusion degree satisfies 0 ⁇ w(A,B) ⁇ 1.
- w(A,B) is greater than 0, it means that there is an occlusion between the prediction result A and the prediction result B.
- y A and y B at the bottom of the two tracking rectangles representing the prediction result A and the prediction result B respectively that if y A > y B , it means that the prediction result B is blocked by the prediction result A, otherwise, It means that the prediction result A is blocked by the prediction result B.
- the embodiment of the present invention uses the attribute reduction ability of the neighborhood rough set to select the image feature of the target object, reduces the number of features according to the dependence of the decision attribute on the universe, and realizes the selection of useful features.
- the feature is an effective feature and can be fused later.
- the threshold ⁇ cf and ⁇ are set to 0.7 and 0.1 respectively through experiments.
- the objective function of the proposed maximum entropy intuitionistic fuzzy clustering method with local information is as follows:
- ⁇ ik represents the observation object And cluster centers
- the fuzzy membership between Represents the observation object And cluster centers the distance between.
- ⁇ ik is the weight of the local information.
- the objective optimization function is:
- ⁇ k ⁇ [0.40.6] is usually called the difference factor.
- the fuzzy membership degree ⁇ ik can be obtained by optimization as:
- the membership function is extended from the traditional fuzzy set to the intuitionistic fuzzy set, and the membership function is modified by introducing the intuition index, which is defined as a new intuitionistic fuzzy membership:
- ⁇ is a normal number.
- the value range is [0.40.8].
- our main problem is to solve the distance And local information distance measure Calculation.
- the distance between the target object and the observed object is measured by the similarity of feature fusion.
- Observed object at time t And cluster centers the distance between Can be defined as:
- the reference topology set takes the neighboring target objects that are occluded with the target object o i as a query, and retrieves the neighboring target objects that meet a certain degree of occlusion to form a reference topology set of the target object.
- the reference topology set of the observation object z k can be defined:
- the OSPA distance can be used to calculate the distance between the target object and the reference topology set of the observed object
- the OSPA distance considers both the number of sets and the distance between sets.
- the OSPA distance for the reference topology set of the target object o i and the observation object z k is as follows:
- c is the penalty for unmatched
- q h represents the number of successful pairings between the reference set of the target object and the reference topology set, which is defined as:
- h kl is defined as:
- the reference topology set of target object 1 is target object 2.
- target object 1 is severely occluded by target object 2, causing it to lose most of its appearance information, but its reference topology
- the information of the set is relatively complete, so the distance between the target object and the reference topology set of the observation object can be used Make an association.
- ⁇ ik Considering the influence of neighboring targets on the local information weight ⁇ ik of the target object o i , ⁇ ik is defined as:
- N i indicates the number of objects close to the target audience
- the audience its meaning is i o of occlusion greater than a prescribed threshold value w (i, j)> ⁇ 1 near the target object o of the number j
- N i (j) Indicates the influence factor of the neighboring target object of target object i, defined as:
- w(i,j) represents the degree of occlusion between the target object and other target objects.
- the corresponding tracking method needs to automatically initialize the target track.
- the corresponding track needs to be automatically terminated. Therefore, in order to better manage the target trajectory, the following two target trajectory management rules are formulated:
- the observations that are not associated with the target are initialized as a temporary target trajectory.
- the temporary target trajectory continuously appears ⁇ init the temporary target becomes a stable target trajectory, otherwise the temporary trajectory is deleted.
- the target After the target is associated, there is no target trajectory associated with the observation. Determine whether the centroid coordinate of the target trajectory is at the boundary. When the distance from the video boundary is less than 3 pixel coordinate distance, it is determined that the target has left in the video, otherwise The Kalman filter is used to predict the state of the target. When the target is not associated with continuous ⁇ term frames, it is deleted from the current target trajectory.
- Step 1 Use the hybrid Gaussian detection method to detect the t-th frame image
- Step 2 Obtain the image features of the target object and the observed object in the t-th frame of image, and perform screening based on the rough set of the neighborhood;
- the feature f n is an effective feature and can be fused later.
- Step 3 Perform multi-feature fusion distance calculation on the selected features
- Step 4 Calculate the reference topological set distance between the target object and the observation object
- Step 5 Calculate the intuitionistic fuzzy membership of the target object and the observed object
- Step 6 According to the intuitionistic fuzzy membership of the target object and the observed object, construct an association cost matrix to associate the target object.
- the correlation cost matrix is constructed.
- Step 7 The status of the target object is updated.
- the associated observation ⁇ (o i ,z k ) ⁇ is used to update the target model, and the Kalman filtering method is used to predict and update the state of the target at the next moment.
- the observation object For unrelated observation objects, if the observation object is not associated with the target object, initialize a temporary target trajectory. When the number of occurrences of the temporary target trajectory is greater than or equal to ⁇ init times, the temporary target trajectory Become a stable target trajectory; when the number of occurrences of the temporary target trajectory is less than ⁇ init times, delete the temporary target trajectory; the ⁇ init is the target starting threshold;
- the target object For an unassociated target object, if the target object is not associated with the observation object, determine whether the centroid coordinates of the target object's trajectory are at the boundary, when the distance between the centroid coordinates and the video boundary is less than 3 When the pixel coordinate distance is determined, it is determined that the target object has left in the video. Otherwise, the Kalman filter is used to predict the state of the target object. When the target object is not associated with the observed object for ⁇ term consecutive times, the It is deleted from the current target trajectory, and the ⁇ term is the target termination threshold.
- FIG. 2 provides an electronic device according to an embodiment of the application.
- the electronic device can be used to implement the multi-target tracking method for video targets provided in the embodiment shown in FIG. 1-a.
- the electronic device mainly includes:
- the acquiring unit 210 is configured to acquire the first image feature of the target object and the second image feature of the observation object respectively;
- the similarity calculation unit 220 is configured to perform feature similarity calculations of N feature categories on the first image feature and the second image feature to obtain N sets of feature similarity results, where N is an integer greater than 1;
- the feature fusion unit 230 is configured to screen the N groups of feature similarity results based on the feature similarity of the rough set, and fuse the screened results to obtain a feature fusion result;
- the correlation calculation unit 240 is configured to perform correlation cost matrix calculation based on the maximum entropy intuitionistic fuzzy clustering according to the feature fusion result to obtain the correlation cost matrix calculation result; judge the target object and the correlation cost matrix calculation result according to the correlation cost matrix calculation result. Whether the observation object is related, if so, update the target model; if not, perform target trajectory management on the target object.
- each functional module is only an example. In actual applications, the configuration requirements of the corresponding hardware or the convenience of the implementation of the software can be considered according to needs.
- the above-mentioned function allocation is completed by different functional modules, that is, the internal structure of the electronic device is divided into different functional modules to complete all or part of the functions described above.
- the corresponding functional modules in this embodiment may be implemented by corresponding hardware, or may be implemented by corresponding hardware executing corresponding software.
- the various embodiments provided in this specification can all apply the above description principles, which will not be repeated hereafter.
- An embodiment of the present application provides an electronic device. Please refer to FIG. 3.
- the electronic device includes:
- the processor 302 executes the computer program, it realizes multiple video targets described in the embodiment shown in FIG. 1-a. Target tracking method.
- the electronic device further includes:
- At least one input device 303 and at least one output device 304 At least one input device 303 and at least one output device 304.
- the aforementioned memory 301, processor 302, input device 303, and output device 304 are connected via a bus 305.
- the input device 303 may specifically be a camera, a touch panel, a physical button or a mouse, etc.
- the output device 304 may specifically be a display screen.
- the memory 301 may be a high-speed random access memory (RAM, Random Access Memory) memory, or a non-volatile memory (non-volatile memory), such as a magnetic disk memory.
- RAM Random Access Memory
- non-volatile memory non-volatile memory
- the memory 301 is used to store a set of executable program codes, and the processor 302 is coupled with the memory 301.
- the embodiments of the present application also provide a computer-readable storage medium.
- the computer-readable storage medium may be provided in the electronic device in each of the foregoing embodiments, and the computer-readable storage medium may be the one shown in FIG. 3 above. Shows the memory in the embodiment.
- a computer program is stored on the computer-readable storage medium, and when the program is executed by a processor, the method for multi-target tracking of video targets described in the embodiment shown in FIG. 1-a is realized.
- the computer storage medium may also be a U disk, a mobile hard disk, a read-only memory (ROM, Read-Only Memory), a RAM, a magnetic disk, or an optical disk, etc., which can store program codes.
Landscapes
- Engineering & Computer Science (AREA)
- Multimedia (AREA)
- Computer Vision & Pattern Recognition (AREA)
- Physics & Mathematics (AREA)
- General Physics & Mathematics (AREA)
- Theoretical Computer Science (AREA)
- Image Analysis (AREA)
Abstract
Description
Claims (11)
- 一种视频目标的多目标跟踪方法,其特征在于,包括:获取分别目标对象的第一图像特征和观测对象的第二图像特征;对所述第一图像特征和所述第二图像特征进行N种特征类别的特征相似度计算,得到N组特征相似度结果,所述N为大于1的整数;基于粗糙集的特征相似度对所述N组特征相似度结果进行筛选,并将筛选后的结果进行融合,得到特征融合结果;基于最大熵直觉模糊聚类,根据所述特征融合结果进行关联代价矩阵计算,得到关联代价矩阵计算结果;根据所述关联代价矩阵计算结果判断所述目标对象与所述观测对象是否关联,若是,则更新目标模型;若否,则对所述目标对象进行目标轨迹管理。
- 根据权利要求1所述的方法,其特征在于,所述观测对象有j个,所述j为大于1的整数;所述对所述第一图像特征和所述第二图像特征进行N种特征类别的特征相似度计算,包括:计算所述第一图像特征分别与j个所述第二图像特征的特征相似度。
- 根据权利要求1所述的方法,其特征在于,所述N等于7,7种特征类别分别为:距离、颜色、边缘、文理、形状、运动方向和重叠面积。
- 根据权利要求3所述的方法,其特征在于,所述7种特征类别对应的相似性度量函数,包括:其中,f 1(o i,z k)为空间距离特征相似性度量函数,f 2(o i,z k)为几何 尺寸特征相似性度量函数,f 3(o i,z k)为运动方向特征相似性度量函数,f 4(o i,z k)为颜色特征相似性度量函数,f 5(o i,z k)为梯度方向特征相似性度量函数,f 6(o i,z k)为文理特征相似性度量函数,f 7(o i,z k)为重叠面积相似性度量函数;(x o,y o)为目标对象o i的中心坐标,(x z,y z)为观测对象z k的中心坐标,h o为目标对象o i的图像高度, 为空间距离方差常量,h z为观测对象z k的图像高度, 为几何尺寸方差常量,(x' o,y' o)为上一时刻目标对象o i的中心坐标, 为上一时刻目标对象o i的速度在图像坐标轴上的投影, 为运动方向方差常量,ρ(·)表示求巴氏系数,H r(·)表示颜色直方图, 为颜色直方图方差常量,H g(·)表示分块梯度方向直方图特征, 为梯度方向方差常量,H l(·)表示文理特征直方图, 为纹理特征方差常量,w(o i,z k)表示目标对象o i与观测对象z k之间的遮挡度, 为重叠面积方差常量。
- 根据权利要求6所述的方法,其特征在于,所述基于最大熵直觉模糊聚类,根据所述特征融合结果进行关联代价矩阵计算,得到关联代价矩阵计算结果,包括:根据所述特征融合结果,计算目标对象和观测对象之间的参考拓 扑集距离;根据所述目标对象和观测对象之间的参考拓扑集距离,计算目标对象与观测对象的直觉模糊隶属度;根据所述目标对象与观测对象的直觉模糊隶属度,构建关联代价矩阵对目标对象进行关联,得到关联代价矩阵计算结果。
- 根据权利要求6所述的方法,其特征在于,所述对所述目标对象进行目标轨迹管理,包括:对于未关联上的观测对象,若所述观测对象没有与所述目标对象关联,则初始化一个临时目标轨迹,当所述临时目标轨迹出现的次数大于或等于τ init次时,所述临时目标轨迹变成稳定目标轨迹;当所述临时目标轨迹出现的次数小于τ init次时,删除所述临时目标轨迹;所述τ init为目标起始阈值;对于未关联上的目标对象,若所述目标对象没有与所述观测对象关联,则判断所述目标对象的轨迹的质心坐标是否在边界处,当所示质心坐标与视频边界的距离小于3个像素坐标距离时,判定所述目标对象已经在视频中离开,否则利用卡尔曼滤波器对所述目标对象状态进行预测,当所述目标对象连续τ term次没有与所述观测对象关联时,将其从当前目标轨迹中删除,所述τ term为目标终止阈值。
- 一种电子装置,其特征在于,包括:获取单元,用于获取分别目标对象的第一图像特征和观测对象的第二图像特征;相似度计算单元,用于对所述第一图像特征和所述第二图像特征进行N种特征类别的特征相似度计算,得到N组特征相似度结果,所述N为大于1的整数;特征融合单元,用于基于粗糙集的特征相似度对所述N组特征相似度结果进行筛选,并将筛选后的结果进行融合,得到特征融合结果;关联计算单元,用于基于最大熵直觉模糊聚类,根据所述特征融合结果进行关联代价矩阵计算,得到关联代价矩阵计算结果;根据所述关联代价矩阵计算结果判断所述目标对象与所述观测对象是否关联,若是,则更新目标模型;若否,则对所述目标对象进行目标轨迹管理。
- 一种电子装置,其特征在于,包括:存储器、处理器及存储在所述存储器上并可在所述处理器上运行的计算机程序,其特征在于,所述处理器执行所述计算机程序时,实现权利要求1至8中的任意一项所述方法。
- 一种计算机可读存储介质,其上存储有计算机程序,其特征在于,所述计算机程序被处理器执行时,实现权利要求1至8中的任意一项所述方法。
Priority Applications (1)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| PCT/CN2019/072683 WO2020150897A1 (zh) | 2019-01-22 | 2019-01-22 | 视频目标的多目标跟踪方法、装置及存储介质 |
Applications Claiming Priority (1)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| PCT/CN2019/072683 WO2020150897A1 (zh) | 2019-01-22 | 2019-01-22 | 视频目标的多目标跟踪方法、装置及存储介质 |
Publications (1)
| Publication Number | Publication Date |
|---|---|
| WO2020150897A1 true WO2020150897A1 (zh) | 2020-07-30 |
Family
ID=71736475
Family Applications (1)
| Application Number | Title | Priority Date | Filing Date |
|---|---|---|---|
| PCT/CN2019/072683 Ceased WO2020150897A1 (zh) | 2019-01-22 | 2019-01-22 | 视频目标的多目标跟踪方法、装置及存储介质 |
Country Status (1)
| Country | Link |
|---|---|
| WO (1) | WO2020150897A1 (zh) |
Cited By (2)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| CN120876914A (zh) * | 2025-07-28 | 2025-10-31 | 杭州万兆科技有限公司 | 基于深度学习的视频监控智能预警与通讯方法及系统 |
| CN121117621A (zh) * | 2025-11-12 | 2025-12-12 | 苏州昆仑重型装备制造有限公司 | 一种基于数据处理的模锻齿轮力学性能检测方法 |
Citations (4)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| US6658399B1 (en) * | 1999-09-10 | 2003-12-02 | Intel Corporation | Fuzzy based thresholding technique for image segmentation |
| CN107516321A (zh) * | 2017-07-04 | 2017-12-26 | 深圳大学 | 一种视频多目标跟踪方法及装置 |
| CN107545582A (zh) * | 2017-07-04 | 2018-01-05 | 深圳大学 | 基于模糊逻辑的视频多目标跟踪方法及装置 |
| CN108564111A (zh) * | 2018-03-26 | 2018-09-21 | 太原理工大学 | 一种基于邻域粗糙集特征选择的图像分类方法 |
-
2019
- 2019-01-22 WO PCT/CN2019/072683 patent/WO2020150897A1/zh not_active Ceased
Patent Citations (4)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| US6658399B1 (en) * | 1999-09-10 | 2003-12-02 | Intel Corporation | Fuzzy based thresholding technique for image segmentation |
| CN107516321A (zh) * | 2017-07-04 | 2017-12-26 | 深圳大学 | 一种视频多目标跟踪方法及装置 |
| CN107545582A (zh) * | 2017-07-04 | 2018-01-05 | 深圳大学 | 基于模糊逻辑的视频多目标跟踪方法及装置 |
| CN108564111A (zh) * | 2018-03-26 | 2018-09-21 | 太原理工大学 | 一种基于邻域粗糙集特征选择的图像分类方法 |
Cited By (2)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| CN120876914A (zh) * | 2025-07-28 | 2025-10-31 | 杭州万兆科技有限公司 | 基于深度学习的视频监控智能预警与通讯方法及系统 |
| CN121117621A (zh) * | 2025-11-12 | 2025-12-12 | 苏州昆仑重型装备制造有限公司 | 一种基于数据处理的模锻齿轮力学性能检测方法 |
Similar Documents
| Publication | Publication Date | Title |
|---|---|---|
| CN109859245B (zh) | 视频目标的多目标跟踪方法、装置及存储介质 | |
| WO2020150896A1 (zh) | 视频目标的数据关联方法、装置及存储介质 | |
| CN114972418B (zh) | 基于核自适应滤波与yolox检测结合的机动多目标跟踪方法 | |
| CN119648536B (zh) | 基于多尺度点云特征的三维点云数据分割方法及系统 | |
| CN108304798B (zh) | 基于深度学习及运动一致性的街面秩序事件视频检测方法 | |
| CN117949942B (zh) | 基于雷达数据和视频数据融合的目标跟踪方法及系统 | |
| Hu et al. | Single and multiple object tracking using log-Euclidean Riemannian subspace and block-division appearance model | |
| CN101800890B (zh) | 一种高速公路监控场景下多车辆视频跟踪方法 | |
| CN112052802B (zh) | 一种基于机器视觉的前方车辆行为识别方法 | |
| CN107423686B (zh) | 视频多目标模糊数据关联方法及装置 | |
| CN109829405A (zh) | 视频目标的数据关联方法、装置及存储介质 | |
| CN110569782A (zh) | 一种基于深度学习目标检测方法 | |
| WO2018227491A1 (zh) | 视频多目标模糊数据关联方法及装置 | |
| CN109146925B (zh) | 一种动态场景下显著性目标检测方法 | |
| CN119580985A (zh) | 基于多模态图像分析的机器人辅助伤口治疗方法及系统 | |
| Ming et al. | Monocular depth-ordering reasoning with occlusion edge detection and couple layers inference | |
| CN107833239B (zh) | 一种基于加权模型约束的寻优匹配目标跟踪方法 | |
| Huang et al. | Automatic building change image quality assessment in high resolution remote sensing based on deep learning | |
| CN106709938B (zh) | 基于改进tld的多目标追踪方法 | |
| Chan et al. | A 3-D-point-cloud system for human-pose estimation | |
| CN119516161A (zh) | 一种基于目标识别检测的人员状态识别方法及系统 | |
| CN120195652A (zh) | 基于毫米波雷达的轻量化ai人员感知方法及系统 | |
| WO2025060970A1 (zh) | 一种遥感影像变化检测方法 | |
| CN110349188A (zh) | 基于tsk模糊模型的多目标跟踪方法、装置及存储介质 | |
| CN118795878A (zh) | 用于双臂机器人的自主导航方法、装置及电子设备 |
Legal Events
| Date | Code | Title | Description |
|---|---|---|---|
| 121 | Ep: the epo has been informed by wipo that ep was designated in this application |
Ref document number: 19911131 Country of ref document: EP Kind code of ref document: A1 |
|
| NENP | Non-entry into the national phase |
Ref country code: DE |
|
| 122 | Ep: pct application non-entry in european phase |
Ref document number: 19911131 Country of ref document: EP Kind code of ref document: A1 |
|
| 32PN | Ep: public notification in the ep bulletin as address of the adressee cannot be established |
Free format text: NOTING OF LOSS OF RIGHTS PURSUANT TO RULE 112(1) EPC (EPO FORM 1205A DATED 09.11.2021) |
|
| 122 | Ep: pct application non-entry in european phase |
Ref document number: 19911131 Country of ref document: EP Kind code of ref document: A1 |
























