CN105096345A - Target tracking method based on dynamic measurement matrix and target tracking system based on dynamic measurement matrix - Google Patents

Target tracking method based on dynamic measurement matrix and target tracking system based on dynamic measurement matrix Download PDF

Info

Publication number
CN105096345A
CN105096345A CN201510591575.XA CN201510591575A CN105096345A CN 105096345 A CN105096345 A CN 105096345A CN 201510591575 A CN201510591575 A CN 201510591575A CN 105096345 A CN105096345 A CN 105096345A
Authority
CN
China
Prior art keywords
measurement matrix
target
sample
kinetic measurement
compressive features
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.)
Granted
Application number
CN201510591575.XA
Other languages
Chinese (zh)
Other versions
CN105096345B (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.)
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 CN201510591575.XA priority Critical patent/CN105096345B/en
Publication of CN105096345A publication Critical patent/CN105096345A/en
Application granted granted Critical
Publication of CN105096345B publication Critical patent/CN105096345B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06TIMAGE DATA PROCESSING OR GENERATION, IN GENERAL
    • G06T2207/00Indexing scheme for image analysis or image enhancement
    • G06T2207/10Image acquisition modality
    • G06T2207/10016Video; Image sequence

Landscapes

  • Medicines Containing Antibodies Or Antigens For Use As Internal Diagnostic Agents (AREA)
  • Image Analysis (AREA)

Abstract

The invention discloses a target tracking method based on a dynamic measurement matrix and a target tracking system based on the dynamic measurement matrix. The method comprises the following steps of: 1, compressing high-dimension features of samples into low-dimension features, and initializing the dynamic measurement matrix; 2, collecting a plurality of positive sample sets and negative sample sets around a target position to perform classifier updating learning; 3, determining the position of a current frame target; and 4, updating the dynamic measurement matrix, and returning to the second step until the tracking is completed. The dynamic measurement matrix is used for extracting compression features of the target in the tracking process, i.e., in the tracking process, the measurement matrix is updated by utilizing the features of the tracked target and the features of a Naive Bayes classifier; the fixed form of the measurement matrix is improved; and the adaptability of the tracking method is high. Experimental results show that the tracking method has good robustness.

Description

A kind of method for tracking target based on kinetic measurement matrix and system
Technical field
The present invention relates to computer vision field, particularly relate to a kind of method for tracking target based on kinetic measurement matrix and system.
Background technology
Target following based on video or image sequence is one of hot issue of computer vision, there is contact closely with target detection, also have benefited from the lifting of efficiency and accuracy on test problems based on the tracking (tracking-by-detection) detected.Target Tracking Problem needs the difficulty of reply a lot, and such as illumination variation, target shape or attitudes vibration and complex scene etc. all have a great impact the effect of following the tracks of.
Tracking problem roughly can be divided into two classes.One class is the tracking based on generation model, the display model of this kind of method learning objective, when target location searched by rope, and searching and the region that modal distance is nearest or reconstructed error is minimum; Another kind of is tracking based on discrimination model, and these class methods, using the classification problem of tracking problem as two classes, using target and background as positive and negative two classes, learn the classification boundaries in two class sample characteristics spaces, take full advantage of contextual information.
What MIT tracking target adopted is in subrange, detect order calibration method, is a kind of typically based on the tracking detected.MIT algorithm uses onlineboosting method to select Haar-like to select feature interpretation target and background, trains a Bayes classifier to realize following the tracks of.But the fixed relationship of Haar-like feature on space structure also limit the descriptive power to target, although there is onlineboosting method to go to select feature, training process is loaded down with trivial details.CT track algorithm improves space constraint and the training process of Haar-like feature, namely adopts broad sense Haar-like feature interpretation target and simplifies training process greatly.But calculation matrix just no longer changes after initialization in CT algorithm, result in the solidification of feature mode, cause to follow the tracks of in some scenarios and drift about.Application number is CN201410660331.8, name is called that the patent of invention of " a kind of video target tracking method based on compressed sensing " just have employed CT algorithm, but this application whole tracing process all the time according to this matrix come realization character compression, that is in whole tracing process, keep sparse matrix constant, namely result in the solidification of feature mode, cause to follow the tracks of in some scenarios and drift about.
Summary of the invention
The object of the invention is to overcome the deficiencies in the prior art, a kind of method for tracking target based on kinetic measurement matrix and system are provided, in tracing process, improve the fixed form of calculation matrix, namely upgrade calculation matrix according to the compressive features of the target traced into and the characteristic of Naive Bayes Classifier, thus the method for tracking target that a kind of adaptivity is stronger is provided.
The object of the invention is to be achieved through the following technical solutions: a kind of method for tracking target based on kinetic measurement matrix, it comprises the following steps:
S1: by the low dimensional feature of high dimensional feature boil down to of sample, and initialization kinetic measurement matrix;
S2: gather multiple positive sample set and negative sample set around target location, carry out sorter renewal learning;
S3: determine the position in present frame target;
S4: upgrade kinetic measurement matrix, and return step S2, until followed the tracks of.
Step S1 comprises following sub-step:
S11: by sample high dimensional feature the low dimensional feature of boil down to that is:
v=R(t)x;
In formula, wherein m=(wh) 2, n < < m, it is kinetic measurement matrix;
S12: initialization kinetic measurement matrix R (t), namely generate R (0), the element in formula is:
In formula, s=m/4, the sparse degree of representing matrix; I, j are respectively the ranks mark of matrix R (0), r i,j(0) element of the capable j row of i is represented.
Step S2 comprises following sub-step:
S21: gather multiple positive sample respectively and multiple negative sample forms positive sample set Z around target αwith negative sample set Z β, wherein, α and β is the radius choosing positive and negative samples, 0 < α < β; And obtain positive sample set Z αwith negative sample set Z βcompressive features collection V αand V β;
S22: utilize Naive Bayes Classifier H (v), sets up probability model respectively to each dimension of compressive features v:
H ( v ) = log ( &Pi; i = 1 n p ( v i | y = 1 ) p ( y = 1 ) &Pi; i = 1 n p ( v i | y = 0 ) p ( y = 0 ) ) = &Sigma; i = 1 n log ( p ( v i | y = 1 ) p ( v i | y = 0 ) ) ;
In formula, compressive features v ∈ V α∪ V β, each element of compressive features v is independent distribution, and positive sample set Z αwith negative sample set Z βobedience is uniformly distributed i.e. p (y=1)=p (y=0); Y ∈ 0,1} representative sample label, y=0 represents negative sample, and y=1 represents positive sample;
S23: respectively Gauss model is set up to each dimension of compressive features v:
p ( v i | y = 0 ) ~ N ( &mu; i 0 , &sigma; i 0 ) ;
p ( v i | y = 1 ) ~ N ( &mu; i 1 , &sigma; i 1 ) ;
In formula, average and the variance of positive sample pattern i-th dimension, average and the variance of negative sample model i-th dimension; Target and sample pattern are by parameter represent;
S24: sorter learning process: calculate characteristic statistics value, iteration more the first month of the lunar year sample pattern:
&mu; i 1 &LeftArrow; &lambda;&mu; i 1 + ( 1 - &lambda; ) &mu; i 1 ; &sigma; i 1 &LeftArrow; &lambda; ( &sigma; i 1 ) 2 + ( 1 - &lambda; ) ( &sigma; 1 ) 2 + &lambda; ( 1 - &lambda; ) ( &mu; i 1 - &mu; 1 ) 2 ;
In formula, λ is learning rate, with add up according to the positive sample pattern of step S23 the average and variance that obtain.
Step S3 comprises following sub-step:
S31: collecting sample composition candidate samples set Z around previous frame target γ, by Z γmiddle sample does feature extraction and compression, obtains compressive features v';
S32: compressive features v' is input to Naive Bayes Classifier H (v), obtains the compressive features v that score is the highest *:
v * = arg m a x v &Element; V &gamma; H ( v ) ;
V *be categorized as the highest feature of positive sample degree of confidence, then this compressive features v *corresponding sample is target sample, then obtains the reposition of target.
Step S4 comprises following sub-step:
S41: use Naive Bayes Classifier H (v) to compressive features v *each dimensionality analysis:
h i ( v * ) = log ( p ( v * i | y = 1 ) p ( v * i | y = 0 ) ) ;
S42: definition error function:
error(v * i)=-h i( v *);
And adopt idx to represent the row vector needing the correspondence upgraded in kinetic measurement matrix, i.e. the i-th dx dimensional vector:
i d x = arg m a x 1 &le; i &le; n e r r o r ( v * i ) ;
S43: adopt random mode to produce new row vector row vector R *element be:
In formula, r 1, j *row vector R *a jth element; S=m/4, the sparse degree of representing matrix;
S44: the new row vector R obtained with step S43 *replace the i-th dx dimensional vector in kinetic measurement matrix, formula is as follows:
r i , j ( t ) = r i , j ( t - 1 ) , i &NotEqual; i d x r 1 , j * , i = i d x ,
In formula, t represents current frame number, namely at t frame;
S45: if target following completes, terminate, otherwise return step S2.
Based on a Target Tracking System for kinetic measurement matrix, it comprises kinetic measurement matrix initialisation module, training classifier module, search object module and kinetic measurement matrix update module; Described kinetic measurement matrix initialisation module is used for initialization kinetic measurement matrix; Described training classifier module is used for upgrading sorter according to the compressive features of positive negative sample; Described search object module is used for gathering candidate samples around the target of previous frame, and by the compressive features of candidate samples input sorter, sample corresponding to the compressive features that score is the highest is just regarded as the target sample of present frame; Described kinetic measurement matrix update module is utilized the characteristic of sorter and is upgraded kinetic measurement matrix by the target sample that search object module obtains.
Described sorter is Naive Bayes Classifier.
The invention has the beneficial effects as follows: the present invention proposes a kind of method for tracking target based on kinetic measurement matrix.The method adopts kinetic measurement matrix to extract the compressive features of target in tracing process, namely in tracing process, utilize the characteristic of clarification of objective and the Naive Bayes Classifier traced into upgrade calculation matrix, improve the fixed form of calculation matrix, the adaptability of this tracking is stronger.The results show, this tracking has good robustness.
Accompanying drawing explanation
Fig. 1 is the inventive method process flow diagram;
Fig. 2 is feature extraction of the present invention and compression process schematic diagram;
The renewal process schematic diagram of Fig. 3 position kinetic measurement matrix of the present invention.
Embodiment
Below in conjunction with accompanying drawing, technical scheme of the present invention is described in further detail: as shown in Figure 1, a kind of method for tracking target based on kinetic measurement matrix, it comprises the following steps:
S1: by the low dimensional feature of high dimensional feature boil down to of sample, and initialization kinetic measurement matrix;
S2: gather multiple positive sample set and negative sample set around target location, carry out sorter renewal learning;
S3: determine the position in present frame target;
S4: upgrade kinetic measurement matrix, and return step S2, until followed the tracks of.
Step S1 comprises following sub-step:
S11: by sample high dimensional feature the low dimensional feature of boil down to that is:
v=R(t)x;
In formula, wherein m=(wh) 2, n < < m, it is kinetic measurement matrix;
S12: initialization kinetic measurement matrix R (t), namely generate R (0), the element in formula is:
In formula, s=m/4, the sparse degree of representing matrix; I, j are respectively the ranks mark of matrix R (0), r i,j(0) element of the capable j row of i is represented.
Step S2 comprises following sub-step:
S21: as shown in Figure 2, gathers multiple positive sample respectively according to the formula in step S12 around target and multiple negative sample forms positive sample set Z αwith negative sample set Z β, wherein, α and β is the radius choosing positive and negative samples, 0 < α < β; And obtain positive sample set Z αwith negative sample set Z βcompressive features collection V αand V β;
S22: utilize Naive Bayes Classifier H (v), sets up probability model respectively to each dimension of compressive features v:
H ( v ) = log ( &Pi; i = 1 n p ( v i | y = 1 ) p ( y = 1 ) &Pi; i = 1 n p ( v i | y = 0 ) p ( y = 0 ) ) = &Sigma; i = 1 n log ( p ( v i | y = 1 ) p ( v i | y = 0 ) ) ;
In formula, compressive features v ∈ V α∪ V β, each element of compressive features v is independent distribution, and positive sample set Z αwith negative sample set Z βobedience is uniformly distributed i.e. p (y=1)=p (y=0); Y ∈ 0,1} representative sample label, y=0 represents negative sample, and y=1 represents positive sample;
S23: respectively Gauss model is set up to each dimension of compressive features v:
p ( v i | y = 0 ) ~ N ( &mu; i 0 , &sigma; i 0 ) ;
p ( v i | y = 1 ) ~ N ( &mu; i 1 , &sigma; i 1 ) ;
In formula, average and the variance of positive sample pattern i-th dimension, average and the variance of negative sample model i-th dimension; Target and sample pattern are by parameter represent;
S24: sorter learning process: calculate characteristic statistics value, iteration more the first month of the lunar year sample pattern:
&mu; i 1 &LeftArrow; &lambda;&mu; i 1 + ( 1 - &lambda; ) &mu; i 1 ; &sigma; i 1 &LeftArrow; &lambda; ( &sigma; i 1 ) 2 + ( 1 - &lambda; ) ( &sigma; 1 ) 2 + &lambda; ( 1 - &lambda; ) ( &mu; i 1 - &mu; 1 ) 2 ;
In formula, λ is learning rate, with add up according to the positive sample pattern of step S23 the average and variance that obtain.
Step S3 comprises following sub-step:
S31: collecting sample composition candidate samples set Z around previous frame target γ, by Z γmiddle sample does feature extraction and compression, obtains compressive features v', as shown in the formula in step S12;
S32: compressive features v' is input to Naive Bayes Classifier H (v), obtains the compressive features v that score is the highest *:
v * = arg m a x v &Element; V &gamma; H ( v ) ;
V *be categorized as the highest feature of positive sample degree of confidence, then this compressive features v *corresponding sample is target sample, then obtains the reposition of target.
Step S4 comprises following sub-step:
S41: use Naive Bayes Classifier H (v) to compressive features v *each dimensionality analysis:
h i ( v * ) = log ( p ( v * i | y = 1 ) p ( v * i | y = 0 ) ) ;
S42:v *in be classified as positive sample may a minimum dimension be that we are concerned about " bad feature ", it represents that this dimensional feature can not describe positive negative sample preferably, and aligning sample classification is that positive sample has the opposite effect; Still define error function:
error(v * i)=-h i(v *);
The dimension of the row vector that above-mentioned " bad feature " is corresponding in kinetic measurement matrix is represented, that is: with idx
i d x = arg m a x 1 &le; i &le; n e r r o r ( v * i ) ;
Like this, determine the row vector needing to change in kinetic measurement matrix, be the i-th dx dimensional vector;
S43: adopt random mode to produce new row vector row vector R *element be:
In formula, r 1, j *row vector R *a jth element; S=m/4, the sparse degree of representing matrix;
S44: the renewal process of kinetic measurement matrix as shown in Figure 3, the new row vector R obtained with step S43 *replace the i-th dx dimensional vector in kinetic measurement matrix, formula is as follows:
r i , j ( t ) = r i , j ( t - 1 ) , i &NotEqual; i d x r 1 , j * , i = i d x ,
In formula, t represents current frame number, namely at t frame;
S45: if target following completes, terminate, otherwise return step S2.
Based on a Target Tracking System for kinetic measurement matrix, it comprises kinetic measurement matrix initialisation module, training classifier module, search object module and kinetic measurement matrix update module; Described kinetic measurement matrix initialisation module is used for initialization kinetic measurement matrix; Described training classifier module is used for upgrading sorter according to the compressive features of positive negative sample; Described search object module is used for gathering candidate samples around the target of previous frame, and by the compressive features of candidate samples input sorter, sample corresponding to the compressive features that score is the highest is just regarded as the target sample of present frame; Described kinetic measurement matrix update module is utilized the characteristic of sorter and is upgraded kinetic measurement matrix by the target sample that search object module obtains.
Described sorter is Naive Bayes Classifier.

Claims (7)

1. based on a method for tracking target for kinetic measurement matrix, it is characterized in that: it comprises the following steps:
S1: by the low dimensional feature of high dimensional feature boil down to of sample, and initialization kinetic measurement matrix;
S2: gather multiple positive sample set and negative sample set around target location, carry out sorter renewal learning;
S3: determine the position in present frame target;
S4: upgrade kinetic measurement matrix, and return step S2, until followed the tracks of.
2. a kind of method for tracking target based on kinetic measurement matrix according to claim 1, is characterized in that: step S1 comprises following sub-step:
S11: by sample high dimensional feature the low dimensional feature of boil down to that is:
v=R(t)x;
In formula, wherein m=(wh) 2, n < < m, it is kinetic measurement matrix;
S12: initialization kinetic measurement matrix R (t), namely generate R (0), the element in formula is:
In formula, s=m/4, the sparse degree of representing matrix; I, j are respectively the ranks mark of matrix R (0), r i,j(0) element of the capable j row of i is represented.
3. a kind of method for tracking target based on kinetic measurement matrix according to claim 1, is characterized in that: step S2 comprises following sub-step:
S21: gather multiple positive sample respectively and multiple negative sample forms positive sample set Z around target αwith negative sample set Z β, wherein, α and β is the radius choosing positive and negative samples, 0 < α < β; And obtain positive sample set Z αwith negative sample set Z βcompressive features collection V αand V β;
S22: utilize Naive Bayes Classifier H (v), sets up probability model respectively to each dimension of compressive features v:
H ( v ) = l o g ( &Pi; i = 1 n p ( v i | y = 1 ) p ( y = 1 ) &Pi; i = 1 n p ( v i | y = 0 ) p ( y = 0 ) ) = &Sigma; i = 1 n l o g ( p ( v i | y = 1 ) p ( v i | y = 0 ) ) ;
In formula, compressive features v ∈ V α∪ V β, each element of compressive features v is independent distribution, and positive sample set Z αwith negative sample set Z βobedience is uniformly distributed i.e. p (y=1)=p (y=0); Y ∈ 0,1} representative sample label, y=0 represents negative sample, and y=1 represents positive sample;
S23: respectively Gauss model is set up to each dimension of compressive features v:
p ( v i | y = 0 ) ~ N ( &mu; i 0 , &sigma; i 0 ) ;
p ( v i | y = 1 ) ~ N ( &mu; i 1 , &sigma; i 1 ) ;
In formula, average and the variance of positive sample pattern i-th dimension, average and the variance of negative sample model i-th dimension; Target and sample pattern are by parameter represent;
S24: sorter learning process: calculate characteristic statistics value, iteration more the first month of the lunar year sample pattern:
&mu; i 1 &LeftArrow; &lambda;&mu; i 1 + ( 1 - &lambda; ) &mu; 1 ;
&sigma; i 1 &LeftArrow; &lambda; ( &sigma; i 1 ) 2 + ( 1 - &lambda; ) ( &sigma; 1 ) 2 + &lambda; ( 1 - &lambda; ) ( &mu; 1 i - &mu; 1 ) 2 ;
In formula, λ is learning rate, &mu; 1 = 1 n &Sigma; k | y = 1 v i ( k ) With &sigma; 1 = 1 n &Sigma; k | y = 1 ( v i ( k ) - &mu; 1 ) 2 Add up according to the positive sample pattern of step S23 the average and variance that obtain.
4. a kind of method for tracking target based on kinetic measurement matrix according to claim 1, is characterized in that: step S3 comprises following sub-step:
S31: collecting sample composition candidate samples set Z around previous frame target γ, by Z γmiddle sample does feature extraction and compression, obtains compressive features v';
S32: compressive features v' is input to Naive Bayes Classifier H (v), obtains the compressive features v that score is the highest *:
v * = arg m a x v &Element; V &gamma; H ( v ) ;
V *be categorized as the highest feature of positive sample degree of confidence, then this compressive features v *corresponding sample is target sample, then obtains the reposition of target.
5. a kind of method for tracking target based on kinetic measurement matrix according to claim 4, is characterized in that: step S4 comprises following sub-step:
S41: use Naive Bayes Classifier H (v) to compressive features v *each dimensionality analysis:
h i ( v * ) = l o g ( p ( v * i | y = 1 ) p ( v * i | y = 0 ) ) ;
S42: definition error function:
error(v * i)=-h i(v *);
And adopt idx to represent the row vector needing the correspondence upgraded in kinetic measurement matrix, i.e. the i-th dx dimensional vector:
i d x = arg m a x 1 &le; i &le; n e r r o r ( v * i ) ;
S43: adopt random mode to produce new row vector row vector R *element be:
In formula, r 1, j *row vector R *a jth element; S=m/4, the sparse degree of representing matrix;
S44: the new row vector R obtained with step S43 *replace the i-th dx dimensional vector in kinetic measurement matrix, formula is as follows:
r i , j ( t ) = r i , j ( t - 1 ) , i &NotEqual; i d x r 1 , j * , i = i d x ,
In formula, t represents current frame number, namely at t frame;
S45: if target following completes, terminate, otherwise return step S2.
6. based on a Target Tracking System for kinetic measurement matrix, it is characterized in that: it comprises kinetic measurement matrix initialisation module, training classifier module, search object module and kinetic measurement matrix update module; Described kinetic measurement matrix initialisation module is used for initialization kinetic measurement matrix; Described training classifier module is used for upgrading sorter according to the compressive features of positive negative sample; Described search object module is used for gathering candidate samples around the target of previous frame, and by the compressive features of candidate samples input sorter, sample corresponding to the compressive features that score is the highest is just regarded as the target sample of present frame; Described kinetic measurement matrix update module is utilized the characteristic of sorter and is upgraded kinetic measurement matrix by the target sample that search object module obtains.
7. a kind of Target Tracking System based on kinetic measurement matrix as claimed in claim 6, is characterized in that: described sorter is Naive Bayes Classifier.
CN201510591575.XA 2015-09-15 2015-09-15 A kind of method for tracking target and system based on dynamic calculation matrix Active CN105096345B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201510591575.XA CN105096345B (en) 2015-09-15 2015-09-15 A kind of method for tracking target and system based on dynamic calculation matrix

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201510591575.XA CN105096345B (en) 2015-09-15 2015-09-15 A kind of method for tracking target and system based on dynamic calculation matrix

Publications (2)

Publication Number Publication Date
CN105096345A true CN105096345A (en) 2015-11-25
CN105096345B CN105096345B (en) 2017-11-07

Family

ID=54576683

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201510591575.XA Active CN105096345B (en) 2015-09-15 2015-09-15 A kind of method for tracking target and system based on dynamic calculation matrix

Country Status (1)

Country Link
CN (1) CN105096345B (en)

Cited By (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN105976397A (en) * 2016-04-28 2016-09-28 西安电子科技大学 Target tracking method based on half nonnegative optimization integration learning
CN107066922A (en) * 2016-12-30 2017-08-18 西安天和防务技术股份有限公司 The target tracking method monitored for land resources
CN107122722A (en) * 2017-04-19 2017-09-01 大连理工大学 A kind of self-adapting compressing track algorithm based on multiple features
CN107977982A (en) * 2017-11-30 2018-05-01 云南大学 A kind of video target tracking method based on compression regularization block difference
CN110418137A (en) * 2019-07-31 2019-11-05 东华大学 A kind of rest block collection measured rate regulation method for intersecting subset guiding
CN111127514A (en) * 2019-12-13 2020-05-08 华南智能机器人创新研究院 Target tracking method and device by robot

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103632382A (en) * 2013-12-19 2014-03-12 中国矿业大学(北京) Compressive sensing-based real-time multi-scale target tracking method
CN104392467A (en) * 2014-11-18 2015-03-04 西北工业大学 Video target tracking method based on compressive sensing
CN104616302A (en) * 2015-02-04 2015-05-13 四川中科腾信科技有限公司 Real-time object identification method

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103632382A (en) * 2013-12-19 2014-03-12 中国矿业大学(北京) Compressive sensing-based real-time multi-scale target tracking method
CN104392467A (en) * 2014-11-18 2015-03-04 西北工业大学 Video target tracking method based on compressive sensing
CN104616302A (en) * 2015-02-04 2015-05-13 四川中科腾信科技有限公司 Real-time object identification method

Non-Patent Citations (2)

* Cited by examiner, † Cited by third party
Title
KAIHUA ZHANG 等: "Real-time Compressive Tracking", 《EUROPEAN CONFERENCE ON COMPUTER VISION》 *
TING CHEN等: "Dynamic Compressive tracking", 《THE 11TH INTERNATIONAL CONFERENCE ON ADVANCES IN MOBILE COMPUTING&MULTIMEDIA》 *

Cited By (10)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN105976397A (en) * 2016-04-28 2016-09-28 西安电子科技大学 Target tracking method based on half nonnegative optimization integration learning
CN105976397B (en) * 2016-04-28 2019-03-26 西安电子科技大学 A kind of method for tracking target
CN107066922A (en) * 2016-12-30 2017-08-18 西安天和防务技术股份有限公司 The target tracking method monitored for land resources
CN107066922B (en) * 2016-12-30 2021-05-07 西安天和防务技术股份有限公司 Target tracking method for monitoring homeland resources
CN107122722A (en) * 2017-04-19 2017-09-01 大连理工大学 A kind of self-adapting compressing track algorithm based on multiple features
CN107977982A (en) * 2017-11-30 2018-05-01 云南大学 A kind of video target tracking method based on compression regularization block difference
CN107977982B (en) * 2017-11-30 2021-11-02 云南大学 Video target tracking method based on compressed regularization block difference
CN110418137A (en) * 2019-07-31 2019-11-05 东华大学 A kind of rest block collection measured rate regulation method for intersecting subset guiding
CN111127514A (en) * 2019-12-13 2020-05-08 华南智能机器人创新研究院 Target tracking method and device by robot
CN111127514B (en) * 2019-12-13 2024-03-22 华南智能机器人创新研究院 Method and device for tracking target by robot

Also Published As

Publication number Publication date
CN105096345B (en) 2017-11-07

Similar Documents

Publication Publication Date Title
CN105096345A (en) Target tracking method based on dynamic measurement matrix and target tracking system based on dynamic measurement matrix
Zhang et al. Delving deep into label smoothing
CN104599292B (en) A kind of anti-noise moving object detection algorithm decomposed based on low-rank matrix
CN104574445B (en) A kind of method for tracking target
Sun et al. Robust co-training
CN109740676B (en) Object detection and migration method based on similar targets
CN102034096B (en) Video event recognition method based on top-down motion attention mechanism
CN104850865B (en) A kind of Real Time Compression tracking of multiple features transfer learning
CN105389583A (en) Image classifier generation method, and image classification method and device
US11257140B2 (en) Item recommendation method based on user intention in a conversation session
CN103793926B (en) Method for tracking target based on sample reselection procedure
CN102609735A (en) Method and apparatus for assessing standard fulfillment of character writing
CN102663454B (en) Method and device for evaluating character writing standard degree
CN104820997A (en) Target tracking method based on block sparse expression and HSV feature fusion
CN111369535B (en) Cell detection method
CN101833667A (en) Pattern recognition classification method expressed based on grouping sparsity
CN105469063A (en) Robust human face image principal component feature extraction method and identification apparatus
CN103268607A (en) Common object detection method on weak supervision condition
CN113239753A (en) Improved traffic sign detection and identification method based on YOLOv4
CN103310463B (en) Based on the online method for tracking target of Probabilistic Principal Component Analysis and compressed sensing
CN102708384A (en) Bootstrapping weak learning method based on random fern and classifier thereof
Du et al. Convolutional neural network-based data anomaly detection considering class imbalance with limited data
CN101477425A (en) Method and system for recognizing hand-written character input
CN109993188B (en) Data tag identification method, behavior identification method and device
CN106033546A (en) Behavior classification method based on top-down learning

Legal Events

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