CN105117537A - Weight comparison based resampling method for particle filter system - Google Patents

Weight comparison based resampling method for particle filter system Download PDF

Info

Publication number
CN105117537A
CN105117537A CN201510493464.5A CN201510493464A CN105117537A CN 105117537 A CN105117537 A CN 105117537A CN 201510493464 A CN201510493464 A CN 201510493464A CN 105117537 A CN105117537 A CN 105117537A
Authority
CN
China
Prior art keywords
particle
resampling
copying
weights
filter system
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.)
Pending
Application number
CN201510493464.5A
Other languages
Chinese (zh)
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.)
University of Electronic Science and Technology of China
Original Assignee
University of Electronic Science and Technology of China
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 University of Electronic Science and Technology of China filed Critical University of Electronic Science and Technology of China
Priority to CN201510493464.5A priority Critical patent/CN105117537A/en
Publication of CN105117537A publication Critical patent/CN105117537A/en
Pending legal-status Critical Current

Links

Landscapes

  • Complex Calculations (AREA)

Abstract

The present invention discloses a weight comparison based resampling method for a particle filter system, and relates to the fields of communications and signal processing. The method comprises: generating N random numbers in the range of [0, 1]; recording the number of random numbers that fall in a weight threshold as a number X of copies of a subsequent particle; comparing the particle with the threshold; if the particle is bigger than the threshold, copying the particle for X times; if the particle is smaller than the threshold, comparing the size of the particle with that of a previous particle, and copying the bigger particle for X times; and finally discarding particles with the number of copying times being 0 and copying particles with the number of copying times being greater than or equal to 1 to a new particle. Therefore, according to the method provided by the present invention, particles close to a true distribution can be kept and copied accurately and particles far from the true distribution are discarded, so that an obtained estimation is more accurate.

Description

A kind of particle filter system method for resampling compared based on weights
Technical field
The present invention relates to field of audio processing, through melting field and robot controlling field, being used in particular for communication and signal transacting field.
Background technology
At present, the development comparative maturity of particle filter technology, present most of target following location, the technology such as recognition of face all adopt particle filter technology.Resampling methods is the most crucial step of particle filter, it solves the problem of particle degeneracy.The thought of resampling methods is exactly the probability density function resampling by representing particle and corresponding power, increases the population that weights are larger, abandons the less particle departing from true distribution of weights.Resampling process is exactly will be updated to system resampling is that interval [0,1] is divided into N layer, and sample is identical in the position of each level.The similarity of every one deck is the highest, and need not produce separate random number.But its algorithm has intrinsic defect, namely less particle can not be abandoned completely.Such as (0,1] be divided into N number of interval:
U={(0,1/N],(1/N,2/N],...,(k/N,k+1/N],...,(N-1/N,1]}
And particle weights are by cumulative, if stride across an interval just retain this particle, just need to copy m-1 time if stride across m interval.Run counter to the object of resampling methods like this, should manage to avoid.
Summary of the invention
The present invention is directed to particle in resampling and accept or reject problem, in order to overcome the defect of system resampling, the present invention proposes a kind of particle filter system method for resampling compared based on weights, avoiding to a great extent and abandon larger particle and remain small-particle; If there is continuously multiple comparatively small-particle, the particle that it is larger can be retained.
Summary of the invention of the present invention is a kind of particle filter system method for resampling compared based on weights, and the method comprises:
Step 1: produce N number of random number according to following formula:
u i = ( i - 1 ) + r N , i = 1 , 2 , ... , N
Wherein r is an equally distributed random number r ~ U [0,1] in [0,1] interval;
Step 2: pair-density function carries out first time sampling, and to its weights of each calculating particles that first time sampling obtains represent the weights of m particle;
Step 3: judge obtain qualified u inumber, then this number is the initial replication number of times of m particle;
Step 4: judge whether set up, wherein w thfor the weight threshold set according to actual conditions; If be false and then m-1 particle number of copy times is added 1; Otherwise m particle number of copy times adds 1, obtain the number of copy times of each particle;
Step 5: the particle being 0 number of copy times is abandoned, is then copied to new particle the particle that number of copy times is greater than 1 and completes resampling.
The invention has the beneficial effects as follows, can retain more accurately and copy the particle close to true distribution, abandon and depart from true distribution particle far away, make the estimation that obtains more accurate.
Accompanying drawing explanation
Fig. 1 is the particle filter system resampling methods figure compared based on weights;
Fig. 2 is three kinds of resampling simulation status results and real curve comparison diagram.
Embodiment
(1) N number of random number is produced according to following formula:
u i = ( i - 1 ) + r N , i = 1 , 2 , ... , N
Wherein r is an equally distributed random number r ~ U [0,1] in [0,1] interval;
(2) if then judge if be false, and establishment is then replicated number of times m-1 particle and adds 1.Otherwise m particle is replicated number of times and adds 1, initial replication number of times is all 0, can obtain m particle x like this mthe frequency n um be replicated m;
(3) particle being 0 number of copy times is abandoned, and then the particle that number of copy times is greater than 1 is copied to new particle.
In simulations in order to embody contrast, all importance sampling density functions all should be consistent, embodies in general emulation and all adopt standard particle filtering.In experiment simulation, the resampling methods adopted in resampling process is the innovatory algorithm (PF-systematicR_new) of polynomial expression resampling (PF-multinomialR), these two kinds of basic resampling methods of system resampling (PF-systematicR) and system resampling proposed above respectively.Adopt identical experiment parameter as follows in experiment: measurement noise adopts normal distribution u k~ N (0,0.001), process noise v kthen adopt and be distributed as Gamma distribution, its parameter is particle of sampling in computing is counted and is got N=1000.Each operation time gets T=30, i.e. iteration 30 times, is equivalent to 30 time elementary cells.And adopt following system equation and observation equation:
x k=0.1+sin(0.04πt)-0.25sin(x k-1)+0.5x k-1+v k-1
y k=0.2x k 2+0.5x k+0.2sin(x k)-2+u k
The emulation of various resampling methods carries out simulation result once as shown in Figure 2.By 100 emulation, then obtaining root-mean-square error is:
Table 1 is four kinds of basic resampling methods and to the average of the root-mean-square error that the particle filter system resampling methods post-simulation compared based on weights obtains and mean value, and the averaging time of simulation run.
1. particle filter system resampling weights comparison algorithm fundamentally solves particle in resampling and accepts or rejects problem.Can retain more accurately and copy the particle close to true distribution, abandoning and depart from true distribution particle far away, making the estimation that obtains more accurate.
2., from the simulation result of Fig. 2 and can show that from the contrast of table 1 mean value of root-mean-square error of the particle filter system resampling methods (PF-systematicR_new) compared based on weights is lower by 15.8% than the root-mean-square error value of legacy system resampling methods (PF-systematicR), variance reduces 3.7%; Lower than the mean value of polynomial expression resampling (PF-multinomialR) root-mean-square error by 650%, variance is low 840%, and reduces the 130%. particle filter system resampling methods therefore compared based on weights working time and had than other traditional algorithm estimated performance and improve greatly.
Table 1 is each resampling methods square error and operation time

Claims (1)

1., based on the particle filter system method for resampling that weights compare, the method comprises:
Step 1: produce N number of random number according to following formula:
u i = ( i - 1 ) + r N , i = 1 , 2 , ... , N
Wherein r is an equally distributed random number r ~ U [0,1] in [0,1] interval;
Step 2: pair-density function carries out first time sampling, and to its weights of each calculating particles that first time sampling obtains represent the weights of m particle;
Step 3: judge obtain qualified u inumber, then this number is the initial replication number of times of m particle;
Step 4: judge whether set up, wherein w thfor the weight threshold set according to actual conditions; If be false and then m-1 particle number of copy times is added 1; Otherwise m particle number of copy times adds 1, obtain the number of copy times of each particle;
Step 5: the particle being 0 number of copy times is abandoned, is then copied to new particle the particle that number of copy times is greater than 1 and completes sampling.
CN201510493464.5A 2015-08-13 2015-08-13 Weight comparison based resampling method for particle filter system Pending CN105117537A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201510493464.5A CN105117537A (en) 2015-08-13 2015-08-13 Weight comparison based resampling method for particle filter system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201510493464.5A CN105117537A (en) 2015-08-13 2015-08-13 Weight comparison based resampling method for particle filter system

Publications (1)

Publication Number Publication Date
CN105117537A true CN105117537A (en) 2015-12-02

Family

ID=54665525

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201510493464.5A Pending CN105117537A (en) 2015-08-13 2015-08-13 Weight comparison based resampling method for particle filter system

Country Status (1)

Country Link
CN (1) CN105117537A (en)

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN105938623A (en) * 2016-04-13 2016-09-14 南京维睛视空信息科技有限公司 Bidirectional-feedback-particle-filter-algorithm-based real-time two-dimensional target tracking method
CN106296727A (en) * 2016-07-26 2017-01-04 华北电力大学 A kind of resampling particle filter algorithm based on Gauss disturbance
CN112009488A (en) * 2020-09-11 2020-12-01 重庆大学 Vehicle state estimation method based on particle filter algorithm
CN115798502A (en) * 2023-01-29 2023-03-14 深圳市深羽电子科技有限公司 Audio denoising method for Bluetooth headset

Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20050049830A1 (en) * 2003-06-25 2005-03-03 Kouritzin Michael A. Selectively resampling particle filter
CN102339270A (en) * 2011-06-20 2012-02-01 哈尔滨工程大学 Adaptive resampling particle filter algorithm

Patent Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20050049830A1 (en) * 2003-06-25 2005-03-03 Kouritzin Michael A. Selectively resampling particle filter
CN102339270A (en) * 2011-06-20 2012-02-01 哈尔滨工程大学 Adaptive resampling particle filter algorithm

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
骆荣剑等: ""一种改进的自适应重采样粒子滤波算法"", 《光电工程》 *

Cited By (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN105938623A (en) * 2016-04-13 2016-09-14 南京维睛视空信息科技有限公司 Bidirectional-feedback-particle-filter-algorithm-based real-time two-dimensional target tracking method
CN105938623B (en) * 2016-04-13 2018-06-01 南京维睛视空信息科技有限公司 A kind of Real-time Two-dimensional method for tracking target based on Two-way Feedback particle filter algorithm
CN106296727A (en) * 2016-07-26 2017-01-04 华北电力大学 A kind of resampling particle filter algorithm based on Gauss disturbance
CN112009488A (en) * 2020-09-11 2020-12-01 重庆大学 Vehicle state estimation method based on particle filter algorithm
CN112009488B (en) * 2020-09-11 2021-10-08 重庆大学 Vehicle state estimation method based on particle filter algorithm
CN115798502A (en) * 2023-01-29 2023-03-14 深圳市深羽电子科技有限公司 Audio denoising method for Bluetooth headset
CN115798502B (en) * 2023-01-29 2023-04-25 深圳市深羽电子科技有限公司 Audio denoising method for Bluetooth headset

Similar Documents

Publication Publication Date Title
CN105117537A (en) Weight comparison based resampling method for particle filter system
CN112508243A (en) Training method and device for multi-fault prediction network model of power information system
CN114595732B (en) Radar radiation source sorting method based on depth clustering
CN114580260B (en) Landslide interval prediction method based on machine learning and probability theory
CN115051929B (en) Network fault prediction method and device based on self-supervision target perception neural network
CN113537788A (en) Urban traffic jam recognition method based on virus propagation theory
CN103824285A (en) Image segmentation method based on bat optimal fuzzy clustering
CN104572633A (en) Method for determining meanings of polysemous word
CN112463564B (en) Method and device for determining associated index influencing host state
CN111669410B (en) Industrial control network negative sample data generation method, device, server and medium
CN115842636A (en) Network abnormal behavior monitoring method and device based on time sequence characteristics
CN111159956B (en) Feature-based flow field discontinuity capturing method
CN108665002A (en) A kind of two classification task label noises tolerance grader learning method
CN111143425A (en) XGboost-based high-dimensional data set adaptive feature selection method
CN113177078B (en) Approximate query processing algorithm based on condition generation model
CN107784015B (en) Data reduction method based on online historical data of power system
Mazas et al. Questioning MLE for the estimation of environmental extreme distributions
CN115169184A (en) Finite element model correction method adopting improved differential evolution Markov chain
CN103714385A (en) Analogue circuit fault diagnosis method based on improved type clone selection algorithm
Sinadskiy et al. Formal Model and Algorithm for Zero Knowledge Complex Network Traffic Analysis
Tang et al. A rolling bearing signal model based on a correlation probability box
CN106547981B (en) Flood frequency analysis method and system based on Halphen A distribution
CN110636053A (en) Network attack detection method based on local mean decomposition and support vector machine
CN109284320A (en) Automatic returning diagnostic method in big data platform
Aik et al. An Improved K-Means Algorithm Based on Min-Max Distance and BWP Metrics

Legal Events

Date Code Title Description
C06 Publication
PB01 Publication
C10 Entry into substantive examination
SE01 Entry into force of request for substantive examination
RJ01 Rejection of invention patent application after publication

Application publication date: 20151202

RJ01 Rejection of invention patent application after publication