CN108898625B - Intelligent mixed group optimization filtering tracking method - Google Patents

Intelligent mixed group optimization filtering tracking method Download PDF

Info

Publication number
CN108898625B
CN108898625B CN201810670576.7A CN201810670576A CN108898625B CN 108898625 B CN108898625 B CN 108898625B CN 201810670576 A CN201810670576 A CN 201810670576A CN 108898625 B CN108898625 B CN 108898625B
Authority
CN
China
Prior art keywords
particles
particle
weight
state
psi
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
CN201810670576.7A
Other languages
Chinese (zh)
Other versions
CN108898625A (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.)
Changan University
Original Assignee
Changan University
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 Changan University filed Critical Changan University
Priority to CN201810670576.7A priority Critical patent/CN108898625B/en
Publication of CN108898625A publication Critical patent/CN108898625A/en
Application granted granted Critical
Publication of CN108898625B publication Critical patent/CN108898625B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06TIMAGE DATA PROCESSING OR GENERATION, IN GENERAL
    • G06T7/00Image analysis
    • G06T7/20Analysis of motion
    • G06T7/277Analysis of motion involving stochastic approaches, e.g. using Kalman filters
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06TIMAGE DATA PROCESSING OR GENERATION, IN GENERAL
    • G06T2207/00Indexing scheme for image analysis or image enhancement
    • G06T2207/20Special algorithmic details
    • G06T2207/20076Probabilistic image processing

Landscapes

  • Engineering & Computer Science (AREA)
  • Multimedia (AREA)
  • Computer Vision & Pattern Recognition (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Theoretical Computer Science (AREA)
  • Analysing Materials By The Use Of Radiation (AREA)
  • Image Analysis (AREA)

Abstract

The invention discloses an intelligent mixed population optimization filtering method, which comprises the steps of layering particles according to weights; then according to the number of the particles in different layers, correspondingly selecting different motion modes for the particles in different layers; then estimating the particle state, and taking the condition mean value or the state with the maximum posterior probability density as the estimated value of the system state; then updating the particle state to generate proper suggested distribution, thereby accurately estimating the position of the target at the current moment; and finally, predicting the state of the particles, wherein the purpose of prediction is to more accurately estimate the state of the target at the next moment, namely to design a proper prior distribution function. The method can more accurately estimate the posterior state in the nonlinear system, and shows higher tracking accuracy in a complex and changeable scene environment.

Description

Intelligent mixed group optimization filtering tracking method
Technical Field
The invention belongs to the field of computer vision, relates to state estimation in target tracking, and particularly relates to an intelligent mixed population optimization filtering tracking method.
Background
The method used to estimate the most hot of the a posteriori state in target tracking is the particle filter algorithm (PF). The PF algorithm uses a sequential monte carlo method (SMC) to approximate the posterior distribution of a nonlinear system using a set of samples (i.e., particles), which is then used to estimate the state of the system. Compared with other algorithms, the PF algorithm is more suitable for a nonlinear system, has a wider application range and has a better actual effect. In the current mainstream visual tracking algorithms, such as CNT algorithm and IOPNMF algorithm, all use particle filter as the framework of tracking algorithm. However, the particle filter algorithm cannot avoid the particle degradation phenomenon because the variance of the particle weight value gradually increases with the accumulation of time. To solve the particle degradation phenomenon, a method of increasing the number of particles or resampling is generally adopted. However, increasing the number of particles leads to an increase in the number of calculations, which doubles the running time and makes the algorithm appear to be real-time. The resampling method is to take out the particles with smaller weight and copy only the particles with larger weight, but as the resampling is carried out, the particles with larger weight are continuously copied, and finally the types of the particles are sharply reduced, which leads to the problem of sample depletion.
Another problem to be solved by the particle filter algorithm is that in the state transition process of the particles, the particles after transition can appear at all possible positions of the target, otherwise, the tracking may gradually get away from the tracking target, and finally the tracking target is lost. Increasing the number of particles can also solve this problem, but obviously increasing the number of particles will lead to an increase in the amount of computation, multiplying the running time, and making the algorithm real-time.
Disclosure of Invention
The invention aims to provide an intelligent mixed population optimization filtering tracking method, which overcomes the defects in the prior art, can more accurately estimate the posterior state in a nonlinear system, and shows higher tracking accuracy in a complex and changeable scene environment.
In order to achieve the purpose, the invention adopts the following technical scheme:
an intelligent mixed population optimization filtering tracking method comprises the following steps:
step 1: particle delamination:
by a set threshold τh,τlDividing the particles in the particle sample into a high weight particle set, a medium weight particle set and a low weight particle set according to the weight, and updating the positions of the particles according to the number of the particles in different layers;
step 2: status update
Finding out the most possible state of the target by using the position and weight information of the particles at the current moment, namely generating proper suggested distribution, thereby accurately estimating the position of the target at the current moment, and selecting whether to carry out cohesive motion on the particles of the high weight particle set, the medium weight particle set and the low weight particle set according to the number of the particles of different layers;
and step 3: state estimation
Performing state estimation according to a minimum mean square error criterion or a maximum posterior criterion, taking a condition mean value or a state with a maximum posterior probability density as an estimated value of a system state, namely recalculating the particles after the aggregation motion, correcting the state, and updating the estimated position of a target, and outputting the position as a real position of the target;
and 4, step 4: state prediction
And designing a prior distribution function, and predicting the state of an estimation target at the next moment, namely performing arrangement motion or separation motion on particles according to the number of the particles in different layers.
Further, the layering of the particles in step 1 is achieved as follows:
Figure BDA0001708948890000021
wherein the content of the first and second substances,
Figure BDA0001708948890000022
is the weight, τ, of the ith particle in the particle sample at time kh,τlUpper and lower thresholds, psi, for particle stratification respectivelyh,ψm,ψlRespectively, the high weight particle set, the medium weight particle set and the low weight particle set.
Further, the cohesive movement of the particles in step 2 and the alignment movement and the separation movement of the particles in step 4 are as follows:
(1) cohesive movement
According to the weight of the existing particles, the particles with lower weight value are moved to the area with higher weight value, and the moving method of the particles is as follows:
coh(xk):xk=xk-1+(a+(b-a)*rand)*(xk-1-xc)
wherein xkIs the position state of the particle at time k, xk-1Position state, x, at the previous momentcThe average central position is, rand is a random number from 0 to 1, a and b are preset constants, wherein a is not less than 1 and not more than b, the smaller the value of b-a, the faster the cohesion speed but the poorer the particle diversity, and conversely, the larger the value of b-a, the slower the cohesion speed but the better the particle diversity;
(2) separate movement
When the target position cannot be accurately determined at the current moment, all the particles are subjected to separation motion, and the particle moving method comprises the following steps:
spa(xk):xk=xk-1+λ*rand(xc-xk-1)
wherein xkIs the position of the particle at time k, xk-1Position state, x, at the previous momentcIs the position of the center of the average,
Figure BDA0001708948890000031
taking the average displacement of the target, rand is a random number from 0 to 1, lambda is a preset constant, lambda is not more than 1, the larger the lambda value is, the larger the separation degree is, and the global situation isThe stronger the search capability is, but the weaker the local search capability is, on the contrary, the smaller the lambda is, the smaller the separation degree is, the poorer the global search capability is, but the stronger the local search capability is;
(3) array movement
In order to predict the target position at the next moment under the condition that the target position can be accurately estimated at the current moment, a uniform motion model is adopted and expressed as follows:
Figure BDA0001708948890000041
further, the state update in step 3 follows the following 4 criteria:
criterion 3.1: when high weight particle set psihThe larger number of medium particles, i.e. length (psi)h) If the position state of the target is determined to be an ideal tracking effect, the central position is calculated according to the global minimum mean square error criterion, and when the suggested distribution is generated, the position states of high-weight particles and medium-weight particles are reserved in consideration of particle diversity, and only the low-weight particle set psi is subjected tolThe particles in (a) are subjected to cohesive motion;
criterion 3.2: when high weight particle set psihIs less than a threshold value, i.e., threshold > length (psi)h) Mpts, the threshold mpts > 0, and a medium weight particle set ψmHas a large number of particles, i.e., length (ψ)m) If threshold, it shows that the tracking effect is good in the current state, but the surrounding of the high-weight particles has higher weight, then according to the local minimum mean square error criterion, the high-weight particle set psihThe particles in the distribution are locally weighted, the central position is calculated, when the suggested distribution is generated, the position state of the particles with the middle weight is kept, and only the low weight particle set psi is usedlThe particles in (a) are subjected to cohesive motion;
criterion 3.3: when high weight particle set psihHas a smaller number of particles but is larger than a threshold value, i.e., threshold > length (psi)h) Mpts, the threshold mpts > 0, and medium weight particlesIntegrated psimThe number of particles in (1) is small, i.e. threshold > length (psi)m) According to the local minimum mean square error criterion, locally weighting the particles in the high weight particle set, calculating the central position, and when generating the proposed distribution, centering the weight particle set psimAnd a low weight particle set psilThe particles in (a) simultaneously perform cohesive motion;
criterion 3.4: when high weight particle set psihThe number of particles in (2) is very small, i.e., mpts > length (psi)h) And the medium weight particle set ψmHas a large number of particles, i.e., length (ψ)m) If the tracking effect is normal at this time, but the position state of the target can still be approximately represented by a larger number of medium weight particles, the medium weight particle set psi is centered according to the local minimum mean square error criterionmThe particles therein are locally weighted, the center position is calculated, and only the low weight particle set psi is used when generating the proposed distributionlThe particles in (a) move cohesively.
Further, the calculation formula of the maximum posterior criterion in step 3 is as follows:
Figure BDA0001708948890000051
wherein wk(xk) For each particle in the set of particles, xkIs the sample of the particles at time k,
Figure BDA0001708948890000052
to satisfy maxwk(xk) All x of the conditionskA set of constructs.
Further, the minimum mean square error criterion in step 3 is divided into the following two categories:
(1) local minimum mean square error criterion
The particle number M in R is counted by setting a range R, and when the target posterior state is estimated, only the particle samples in R are summed according to the weight, and the calculation formula is as follows:
Figure BDA0001708948890000053
wherein
Figure BDA0001708948890000054
As a result of weight normalization of the ith particle in the particle sample at time k,
Figure BDA0001708948890000055
the ith particle in the particle sample at the time k;
(2) global minimum mean square error criterion
And carrying out overall weighted summation on all particles in the particle set with the total number of N, wherein the calculation formula is as follows:
Figure BDA0001708948890000056
wherein
Figure BDA0001708948890000057
As a result of weight normalization of the ith particle in the particle sample at time k,
Figure BDA0001708948890000058
is the ith particle in the sample of particles at time k.
Further, the state prediction in step 4 follows the following 2 criteria:
criterion 5.1: if the current time meets the condition of the updating criterion, the current time can judge the position state of the target, the posterior state of the target is estimated according to the global minimum mean square error criterion, and then the particle set is subjected to permutation motion to predict the prior state of the next time;
criterion 5.2: if the current time does not satisfy any condition in the updating criteria, the high-weight particle set psihVery few particles in (i.e., mpts > length (ψ)h) And the number of the medium weight particles is also less, namely, threshold > length (psi)m) Then estimating the posterior state of the target according to the maximum posterior criterionAnd determining the central position according to the maximum posterior criterion, and then performing separation motion on all particles to predict the prior state at the next moment.
Compared with the prior art, the invention has the following beneficial technical effects:
according to the method, on the basis of Bayes filtering, three motion models optimized by an intelligent group are used for estimating the posterior state of the target, wherein cohesive motion increases the weight of a sample under the condition of keeping particle diversity, the prior state of the target at the next moment can be more accurately predicted by coordinating separation motion and arrangement motion, and experimental results show that compared with standard particle filtering, the posterior state in a nonlinear system can be more accurately estimated, and higher tracking accuracy is shown in a complex and changeable scene environment.
Drawings
FIG. 1 is a schematic flow diagram of the present invention;
FIG. 2 is a graph comparing the performance of a Sampling Importance Resampling Particle Filter (PF-SIR) algorithm with the SIF algorithm proposed by the present invention; the method comprises the following steps of (a) function distribution of a state function and an observation function, (b) a result curve graph of an algorithm and PF-SIR state estimation provided by the invention, (c) (d) (e) (f) a partial key frame screenshot of a tracking result of a Basketball video sequence using the tracking algorithm provided by the invention, (c) partial occlusion, (d) large-amplitude occlusion, (e) rapid movement and (f) target deformation.
Detailed Description
The invention is described in further detail below with reference to the accompanying drawings:
referring to fig. 1 and fig. 2, the invention provides an intelligent mixed population optimization filtering tracking method, which estimates the posterior state of a target by using three motion models optimized by an intelligent population on the basis of bayesian filtering. The method combines the thought of an intelligent group, correspondingly moves the particles according to specific conditions, and well avoids the problem of particle degradation under the condition of ensuring that the number of the particles is not increased, wherein the weight of a sample is increased under the condition that the diversity of the particles is kept by cohesive motion, the prior state of a target at the next moment can be more accurately predicted by coordinating separation motion and arrangement motion, the posterior state in a nonlinear system can be more accurately estimated compared with the traditional particle filtering, and higher tracking accuracy is shown in a complex and variable scene environment.
The method comprises the following specific steps:
step 1, passing a set threshold value tauh,τlAnd layering the particles in the particle sample according to the weight value, so that the positions of the particles can be updated according to the number of the particles in different layers. Can be expressed as:
Figure BDA0001708948890000071
wherein the content of the first and second substances,
Figure BDA0001708948890000072
is the weight, τ, of the ith particle in the particle sample at time kh,τlUpper and lower thresholds, psi, for particle stratification respectivelyh,ψm,ψlRespectively, the high weight particle set, the medium weight particle set and the low weight particle set.
Step 2, finding out the most possible state of the target by using the position and weight information of the particles at the current moment, namely generating proper suggested distribution, thereby accurately estimating the position of the target at the current moment, selecting whether to carry out cohesive motion on the middle-layer particles according to the number of the particles in different layers, and finally carrying out cohesive motion on the particles in the lower layer; in the SIF algorithm, the following 4 criteria are followed:
criterion 1
When high weight particle set psihLarge number of middle particles (length (psi)h) > threshold), indicating that the particle collection can sufficiently confirm the position state of the target at the current moment, and the tracking effect is ideal. The center position is calculated according to the GMMSE criterion.
When generating the proposed distribution, the position states of the high-weight particles and the medium-weight particles are kept in consideration of the diversity of the particles, and only the low-weight particle set psi is usedlThe particles in (a) move cohesively.
Criterion 2
When high weight particle set psihHas a small number of particles but is larger than a threshold value (mpts > 0, threshold > length (psi)h) Mps), and a subset of intermediate weight particles ψmHas a large number of particles (length (psi)m) > threshold). It shows that in the current state, the tracking effect is good, but the periphery of the high-weight particle may have higher weight. Then the high weight particle set psi is processed according to the LMMSE criterionhThe particles therein are locally weighted, and the central position is calculated. The reason why the threshold mpts is larger than 0 is to prevent the extracted Feature (Feature Extractor) from not sufficiently representing the state of the target, i.e. the extreme particles may not represent the state of the target position, but the weight calculated according to the observation model is larger.
When generating the proposed distribution, the position state of the medium-weight particles is kept, and only the low-weight particle set psilThe particles in (a) move cohesively.
Criterion 3
When high weight particle set psihThe number of particles in (B) is less than a certain threshold value (mpts > 0, threshold > length (psi)h) Mps), and a subset of intermediate weight particles ψmHas a small number of particles (threshold > length (psi)m)). And according to the LMMSE criterion, locally weighting the particles in the high-weight particle set to calculate the central position.
Centering weight particle subset psi in generating a proposed distributionmAnd a low weight particle set psilThe particles in (a) simultaneously undergo cohesive motion.
Criterion 4
When high weight particle set psihThe number of particles in (mpts > length (psi))h) And the set of medium weight particles ψ)mHas a large number of particles (length (psi)m) > threshold). Watch (A)Obviously, the tracking effect is general, but the position state of the target can still be approximately represented by a large number of medium weight particles. Centering the weight particle set psi according to the LMMSE criterionmThe particles therein are locally weighted and the center position is calculated.
In generating the proposed distribution, psi is applied only to the low-weight particle setlThe particles in (a) move cohesively.
And step 3: state estimation
Generally, state estimation can be performed according to a Minimum Mean Square Error (MMSE) criterion or a Maximum A Posteriori (MAP) criterion, and a condition mean value or a state with a maximum a posteriori probability density is used as an estimated value of a system state, that is, the position of a target for updating and estimating a correction state is recalculated for particles after the aggregation motion and is used as a real position of the target for output;
the MAP criterion calculation formula is:
Figure BDA0001708948890000091
wherein wk(xk) For each particle in the set of particles, xkIs the sample of the particles at time k,
Figure BDA0001708948890000092
to satisfy maxwk(xk) All x of the conditionskA set of constructs. The MMSE criterion is subdivided into the following two categories:
the Local Minimum Mean Square Error (LMMSE) criterion is used to count the number of particles M in R by setting a range R. When the target posterior state is estimated, only the particle samples in R are summed according to the weight, and the calculation formula is as follows:
Figure BDA0001708948890000093
wherein
Figure BDA0001708948890000094
As a result of weight normalization of the ith particle in the particle sample at time k,
Figure BDA0001708948890000095
is the ith particle in the sample of particles at time k.
The Global Minimum Mean Square Error (GMMSE) criterion is used for weighting and summing the whole particles in the particle set with the total number of N, and the calculation formula is as follows:
Figure BDA0001708948890000096
wherein
Figure BDA0001708948890000097
As a result of weight normalization of the ith particle in the particle sample at time k,
Figure BDA0001708948890000098
is the ith particle in the sample of particles at time k.
And 4, step 4: state prediction
And designing a prior distribution function, and predicting the state of an estimation target at the next moment, namely performing arrangement motion or separation motion on the particles according to the number of the particles in different layers. In the method of the invention (SIF algorithm), the following 2 criteria are followed:
criterion 5
And if the current time meets the condition of the updating criterion, the current time can judge the position state of the target. And estimating the posterior state of the target according to the GMMSE criterion, and predicting the prior state of the next moment by the permutation motion of the particle set.
Criterion 6
If the current time does not satisfy any condition in the updating criteria, the high-weight particle set psihVery few particles in (mpts > length (psi)h) And the number of medium weight particles is also small (threshold > length (ψ)m)). Estimating the posterior state of the target according to the maximum posterior criterion, determining the central position according to the MAP criterion, and predicting the next moment by the separation motion of all the particlesA priori.
The three movement modes are as follows:
(1) cohesive movement
According to the weight values of the existing particles, the particles with lower weight values are moved to the region with higher weight values, so that a more reliable importance density function is generated. In order to improve robustness, the method of moving the particles is as follows:
coh(xk):xk=xk-1+(a+(b-a)*rand)*(xk-1-xc)
wherein xkIs the position state of the particle at time k, xk-1Position state, x, at the previous momentcThe average center position is determined by the corresponding updating criterion. rand is a random number from 0 to 1, a and b are preset constants, wherein a is less than or equal to 1 and less than or equal to b, the smaller the value of b-a, the faster the cohesion speed, but the poorer the particle diversity, and conversely, the larger the value of b-a, the slower the cohesion speed, but the better the particle diversity.
(2) Separate movement
When the target position cannot be accurately determined at the current moment, all the particles are subjected to separation motion, so that the possible states of the target can be covered as much as possible at the next moment. The movement method of the particles is as follows:
spa(xk):xk=xk-1+λ*rand(xc-xk-1)
wherein xkIs the position of the particle at time k, xk-1Position state, x, at the previous momentcThe average center position is determined by the corresponding updating criterion.
Figure BDA0001708948890000111
And for the average displacement of the target, rand is a random number from 0 to 1, wherein lambda is a preset constant, lambda is not more than 1, the larger the lambda value is, the larger the separation degree is, the stronger the global search capability is, but the weaker the local search capability is, and conversely, the smaller lambda is, the smaller the separation degree is, the poorer the global search capability is, but the stronger the local search capability is.
(3) Array movement
The purpose of the permutation movement is to predict the target position at the next time under the condition that the target position can be accurately estimated at the current time. We use the state transition probability density as a motion model for ranking motions, i.e.:
xk~p(xk|xk-1)
in practical application to target tracking, there are many physical motion models for system state transition, such as variable acceleration motion, variable deceleration motion, acceleration motion, and the like. For computational convenience, a uniform motion model is used in the algorithm of the present invention.
Figure BDA0001708948890000112
Fig. 2 (a) shows a function distribution of the state function and the observation function. It can be known from the figure that, at time 5 to time 20, the peak value of the observation model z of the target overlaps with the peak value of the state transition model x, and at this time, the likelihood function is at the tail of the prior distribution, and the measurement accuracy is high, so the weight values of the particles are concentrated in a few particles, and the weight values of a majority of the particles tend to zero, and thus the particle filter has a serious particle degradation phenomenon. Although the PF-SIR algorithm can reduce the degradation phenomenon by resampling, the particle diversity is correspondingly reduced, and the tracking effect is obviously reduced as can be seen from (b) in fig. 2. The SIF algorithm of the invention fully utilizes the observation information at the current moment, moves the particles with lower weight to the region with higher weight through cohesive motion, and has better particle diversity while increasing the weight of the particles, so the state estimation effect is obviously better than that of the PF-SIR algorithm. Fig. 2 (c) (d) (e) (f) lists the intelligent population optimization algorithm in the basitball video set experimental results section frame screenshots. In a Basketball video sequence, partial occlusion of a target occurs in 12 frames; in 16 frames, the target is greatly shielded, and the SIF carries out local weighting on the particles in the high-weight particle set through the criterion 3, so that the shielding problem is effectively processed. Around 107 frames, the target appears to move rapidly; after 186 frames, the target rotates outside the large-scale plane, the target is not lost by the SIF algorithm, and the target tracking speed is about 10 frames per second.

Claims (7)

1. An intelligent mixed group optimization filtering tracking method is used for tracking the action track of an athlete in a sports game rebroadcast image, and comprises the following steps:
step 1: particle delamination:
by a set threshold τh,τlDividing the particles in the particle sample into three layers according to the weight, wherein the three layers are respectively a high weight particle set, a medium weight particle set and a low weight particle set, and updating the positions of the particles according to the number of the particles in different layers;
the particles are pixel points in the sports competition rebroadcast image;
step 2: status update
Finding out the most possible state of the target by using the position and weight information of the particles at the current moment, namely generating proper suggested distribution, thereby accurately estimating the position of the target at the current moment, and selecting whether to carry out cohesive motion on the particles of the high weight particle set, the medium weight particle set and the low weight particle set according to the number of the particles of different layers;
and step 3: state estimation
Performing state estimation according to a minimum mean square error criterion or a maximum posterior criterion, taking a condition mean value or a state with a maximum posterior probability density as an estimated value of a system state, namely recalculating the particles after the aggregation motion, correcting the state, and updating the estimated position of a target, and outputting the position as a real position of the target;
and 4, step 4: state prediction
And designing a prior distribution function, and predicting the state of an estimation target at the next moment, namely performing arrangement motion or separation motion on particles according to the number of the particles in different layers.
2. The intelligent mixed population optimization filtering tracking method according to claim 1, wherein the particle hierarchy in step 1 is implemented as follows:
Figure FDA0002674106030000011
wherein the content of the first and second substances,
Figure FDA0002674106030000021
is the weight, τ, of the ith particle in the particle sample at time kh,τlUpper and lower thresholds, psi, for particle stratification respectivelyh,ψm,ψlRespectively, the high weight particle set, the medium weight particle set and the low weight particle set.
3. The intelligent mixed population optimization filter tracking method according to claim 1, wherein the cohesive motion of the particles in step 2 and the arrangement motion and the separation motion of the particles in step 4 are as follows:
(1) cohesive movement
According to the weight of the existing particles, the particles with lower weight value are moved to the area with higher weight value, and the moving method of the particles is as follows:
coh(xk):xk=xk-1+(a+(b-a)*rand)*(xk-1-xc)
wherein xkIs the position state of the particle at time k, xk-1Position state, x, at the previous momentcThe average central position is, rand is a random number from 0 to 1, a and b are preset constants, wherein a is not less than 1 and not more than b, the smaller the value of b-a, the faster the cohesion speed but the poorer the particle diversity, and conversely, the larger the value of b-a, the slower the cohesion speed but the better the particle diversity;
(2) separate movement
When the target position cannot be accurately determined at the current moment, all the particles are subjected to separation motion, and the particle moving method comprises the following steps:
spa(xk):xk=xk-1+λ*rand(xc-xk-1)
wherein xkIs the position of the particle at time k, xk-1Position state, x, at the previous momentcIs the position of the center of the average,
Figure FDA0002674106030000022
taking the average displacement of the target, rand is a random number from 0 to 1, wherein lambda is a preset constant, lambda is not more than 1, the larger the lambda value is, the larger the separation degree is, the stronger the global search capability is, but the weaker the local search capability is, and conversely, the smaller the lambda is, the smaller the separation degree is, the poorer the global search capability is, but the stronger the local search capability is;
(3) array movement
In order to predict the target position at the next moment under the condition that the target position can be accurately estimated at the current moment, a uniform motion model is adopted and expressed as follows:
Figure FDA0002674106030000031
4. the intelligent mixed population optimization filter tracking method according to claim 1, wherein the state update in step 2 follows the following 4 criteria:
criterion 3.1: when high weight particle set psihThe larger number of medium particles, i.e. length (psi)h) If the position state of the target is determined to be an ideal tracking effect, the central position is calculated according to the global minimum mean square error criterion, and when the suggested distribution is generated, the position states of high-weight particles and medium-weight particles are reserved in consideration of particle diversity, and only the low-weight particle set psi is subjected tolThe particles in (a) are subjected to cohesive motion;
criterion 3.2: when high weight particle set psihIs less than a threshold value, i.e., threshold > length (psi)h) Mpts, the threshold mpts > 0, and a medium weight particle set ψmHas a large number of particles, i.e., length (ψ)m) If threshold, it shows that the tracking effect is good in the current state, but the surrounding of the high-weight particles has higher weight, then according to the local minimum mean square error criterion, the high-weight particle set psihLocal weighting of particles in the interior, calculatingThe position of the heart, when generating the proposed distribution, keeps the position state of the middle weight particles, and only the low weight particle set psilThe particles in (a) are subjected to cohesive motion;
criterion 3.3: when high weight particle set psihHas a smaller number of particles but is larger than a threshold value, i.e., threshold > length (psi)h) Mpts, the threshold mpts > 0, and a medium weight particle set ψmThe number of particles in (1) is small, i.e. threshold > length (psi)m) According to the local minimum mean square error criterion, locally weighting the particles in the high weight particle set, calculating the central position, and when generating the proposed distribution, centering the weight particle set psimAnd a low weight particle set psilThe particles in (a) simultaneously perform cohesive motion;
criterion 3.4: when high weight particle set psihThe number of particles in (2) is very small, i.e., mpts > length (psi)h) And the medium weight particle set ψmHas a large number of particles, i.e., length (ψ)m) If the tracking effect is normal at this time, but the position state of the target can still be approximately represented by a larger number of medium weight particles, the medium weight particle set psi is centered according to the local minimum mean square error criterionmThe particles therein are locally weighted, the center position is calculated, and only the low weight particle set psi is used when generating the proposed distributionlThe particles in (a) move cohesively.
5. The intelligent mixed population optimization filtering tracking method according to claim 1, wherein the calculation formula of the maximum a posteriori criterion in the step 3 is as follows:
Figure FDA0002674106030000041
wherein wk(xk) For each particle in the set of particles, xkIs the sample of the particles at time k,
Figure FDA0002674106030000042
to satisfy maxwk(xk) All x of the conditionskA set of constructs.
6. The intelligent mixed population optimization filtering tracking method according to claim 1, wherein the minimum mean square error criterion in step 3 is divided into the following two types:
(1) local minimum mean square error criterion
The particle number M in R is counted by setting a range R, and when the target posterior state is estimated, only the particle samples in R are summed according to the weight, and the calculation formula is as follows:
Figure FDA0002674106030000043
wherein
Figure FDA0002674106030000044
As a result of weight normalization of the ith particle in the particle sample at time k,
Figure FDA0002674106030000045
the ith particle in the particle sample at the time k;
(2) global minimum mean square error criterion
And carrying out overall weighted summation on all particles in the particle set with the total number of N, wherein the calculation formula is as follows:
Figure FDA0002674106030000046
wherein
Figure FDA0002674106030000047
As a result of weight normalization of the ith particle in the particle sample at time k,
Figure FDA0002674106030000048
in a particle sample at time kThe ith particle.
7. The intelligent mixed population optimization filter tracking method according to claim 1, wherein the state prediction in step 4 follows the following 2 criteria:
criterion 5.1: if the current time meets the condition of the updating criterion, the current time can judge the position state of the target, the posterior state of the target is estimated according to the global minimum mean square error criterion, and then the particle set is subjected to permutation motion to predict the prior state of the next time;
criterion 5.2: if the current time does not satisfy any condition in the updating criteria, the high-weight particle set psihVery few particles in (i.e., mpts > length (ψ)h) And the number of the medium weight particles is also less, namely, threshold > length (psi)m) Then, the posterior state of the target is estimated according to the maximum posterior criterion, the central position is determined according to the maximum posterior criterion, and then the prior state of the next moment is predicted by separating motion of all particles.
CN201810670576.7A 2018-06-26 2018-06-26 Intelligent mixed group optimization filtering tracking method Active CN108898625B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201810670576.7A CN108898625B (en) 2018-06-26 2018-06-26 Intelligent mixed group optimization filtering tracking method

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201810670576.7A CN108898625B (en) 2018-06-26 2018-06-26 Intelligent mixed group optimization filtering tracking method

Publications (2)

Publication Number Publication Date
CN108898625A CN108898625A (en) 2018-11-27
CN108898625B true CN108898625B (en) 2021-01-08

Family

ID=64346299

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201810670576.7A Active CN108898625B (en) 2018-06-26 2018-06-26 Intelligent mixed group optimization filtering tracking method

Country Status (1)

Country Link
CN (1) CN108898625B (en)

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101344970A (en) * 2008-08-20 2009-01-14 浙江大学 Group dynamic tracing specific design method based on kalman filtering
CN102169346A (en) * 2011-02-18 2011-08-31 杭州电子科技大学 Intelligent control method for coordinating multiple-robot system
CN103152014A (en) * 2013-01-30 2013-06-12 中国人民解放军理工大学 Implementation method of Metropolis-Hastings variation particle swarm resampling particle filter
CN107909008A (en) * 2017-10-29 2018-04-13 北京工业大学 Video target tracking method based on multichannel convolutive neutral net and particle filter

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101344970A (en) * 2008-08-20 2009-01-14 浙江大学 Group dynamic tracing specific design method based on kalman filtering
CN102169346A (en) * 2011-02-18 2011-08-31 杭州电子科技大学 Intelligent control method for coordinating multiple-robot system
CN103152014A (en) * 2013-01-30 2013-06-12 中国人民解放军理工大学 Implementation method of Metropolis-Hastings variation particle swarm resampling particle filter
CN107909008A (en) * 2017-10-29 2018-04-13 北京工业大学 Video target tracking method based on multichannel convolutive neutral net and particle filter

Non-Patent Citations (2)

* Cited by examiner, † Cited by third party
Title
《一种改进的粒子滤波算法》;王瑞 等;;《农村经济与科技》;20160430;第27卷(第8期);第211-213页; *
《基于粒子滤波的智能移动机器人定位研究》;王瑞;《研究生学位论文》;20141231;第1-87页; *

Also Published As

Publication number Publication date
CN108898625A (en) 2018-11-27

Similar Documents

Publication Publication Date Title
CN109271933B (en) Method for estimating three-dimensional human body posture based on video stream
CN110427839B (en) Video target detection method based on multi-layer feature fusion
CN111861925B (en) Image rain removing method based on attention mechanism and door control circulation unit
JP4964159B2 (en) Computer-implemented method for tracking an object in a sequence of video frames
CN111460912B (en) Dense crowd counting algorithm based on cascade high-resolution convolution neural network
CN107633226B (en) Human body motion tracking feature processing method
CN108288282B (en) Adaptive feature selection target tracking method based on convolutional neural network
CN107703496B (en) Interactive multimode Bernoulli filtering maneuvering weak target tracking-before-detection method
CN111127523B (en) Multi-sensor GMPHD self-adaptive fusion method based on measurement iteration update
CN110852267A (en) Crowd density estimation method and device based on optical flow fusion type deep neural network
CN108364305B (en) Vehicle-mounted camera video target tracking method based on improved DSST
CN111901532B (en) Video stabilization method based on recurrent neural network iteration strategy
CN113239904B (en) High-resolution dense target counting method based on convolutional neural network
CN112580545B (en) Crowd counting method and system based on multi-scale self-adaptive context network
Wang et al. Low-altitude infrared small target detection based on fully convolutional regression network and graph matching
CN108615241A (en) A kind of quick estimation method of human posture based on light stream
CN114677602A (en) Front-view sonar image target detection method and system based on YOLOv5
CN116563146A (en) Image enhancement method and system based on leachable curvature map
CN106296727A (en) A kind of resampling particle filter algorithm based on Gauss disturbance
CN108898625B (en) Intelligent mixed group optimization filtering tracking method
CN103985139B (en) Particle filter target tracking method based on color model and prediction vector cluster model information fusion
CN104091352A (en) Visual tracking method based on structural similarity
CN110598614B (en) Related filtering target tracking method combined with particle filtering
CN101923716B (en) Method for improving particle filter tracking effect
Roopchand et al. Bat detection and tracking toward batsman stroke recognition

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
GR01 Patent grant
GR01 Patent grant
EE01 Entry into force of recordation of patent licensing contract
EE01 Entry into force of recordation of patent licensing contract

Application publication date: 20181127

Assignee: Xi'an Suhang Communication Technology Co.,Ltd.

Assignor: CHANG'AN University

Contract record no.: X2022980008386

Denomination of invention: An intelligent hybrid group optimization filter tracking method

Granted publication date: 20210108

License type: Common License

Record date: 20220621

EC01 Cancellation of recordation of patent licensing contract
EC01 Cancellation of recordation of patent licensing contract

Assignee: Xi'an Suhang Communication Technology Co.,Ltd.

Assignor: CHANG'AN University

Contract record no.: X2022980008386

Date of cancellation: 20230918