CN104679844A - Intermittent process batch data synchronizing method based on improved DTW (Dynamic Time Wrapping) algorithm - Google Patents

Intermittent process batch data synchronizing method based on improved DTW (Dynamic Time Wrapping) algorithm Download PDF

Info

Publication number
CN104679844A
CN104679844A CN201510076381.6A CN201510076381A CN104679844A CN 104679844 A CN104679844 A CN 104679844A CN 201510076381 A CN201510076381 A CN 201510076381A CN 104679844 A CN104679844 A CN 104679844A
Authority
CN
China
Prior art keywords
data
lot data
batch data
max
algorithm
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
CN201510076381.6A
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 CN201510076381.6A priority Critical patent/CN104679844A/en
Publication of CN104679844A publication Critical patent/CN104679844A/en
Pending legal-status Critical Current

Links

Landscapes

  • Management, Administration, Business Operations System, And Electronic Commerce (AREA)

Abstract

The invention discloses an intermittent process batch data synchronizing method based on an improved DTW (Dynamic Time Wrapping) algorithm. The method comprises the following steps: selecting a plurality of batches of data of the same sampling point number from the batch data of a normal intermittent process, clustering the batch data by adopting a clustering algorithm, and selecting batch data which is closest to a clustering center from each cluster for serving as reference batch data, totaling D reference batch data; performing equal-length synchronization processing on testing batch data needing to be synchronized by taking the D reference batch data as a reference track respectively with the improved DTW algorithm to obtain D synchronization data, and averaging the D synchronization data to obtain a synchronization result of the testing batch data. By adopting the improved DTW algorithm, the search area is limited, and the algorithm efficiency is increased; moreover, the plurality of reference batch data is taken as the reference track, so that partial synchronization caused by a single reference sample is avoided, and the stability of the synchronization result is enhanced.

Description

Based on the batch process lot data synchronous method improving DTW algorithm
Technical field
The invention belongs to batch process field of fault detection, more specifically say, relating to a kind of batch process lot data synchronous method based on improving DTW algorithm.
Background technology
Batch process is the topmost mode of production of modern process industry, due to the dirigibility of itself, is widely used in the production of multi items, high value added product.But, due to the complicacy of its process itself and the impact of other interference, make often there is larger difference between actual motion track and desired trajectory, and finally cause product quality significantly to decline.In addition, this type systematic, once break down, not only can cause personnel and property loss, and environmental pollution is also much serious than other accidents.Therefore, the malfunction monitoring of batch process and prediction of quality are one of focuses of process control field research always.
Traditional batch process fault detection method is as MPCA ((Multilinear Principal Component Analysis, polyteny principal component analysis (PCA)), an important prerequisite of carrying out batch process fault detect is that the data of different batches have identical length.And actual batch process has very strong complicacy, so just cause can not reaching desirable duplication of production between the different batches of same batch process, therefore the length of process data also can not be identical.In multistage batch process, data asynchronous problem performance quite complicated, data asynchrony phenomenon all likely occurs in some or certain several specific stage.For above problem, Lakshminarayanan etc. propose all batches of tracks to expand to the longest, and in namely choosing batch, the longest track is standard, and expand other lot data to standard trajectory length, people is for adding measured value.Certainly also having by the shortest track is standard, and more artificial data points of deleting random length lot data, realize different batches data isometric.These methods all have ignored the feature of local mode, namely just data are become isometric simply by force, probably amplify or lose the local characteristics of raw data.Dynamic time warping (Dynamic Time Wraping, DTW) be thought based on dynamic programming (DP), it is the method for the seasonal effect in time series similarity that a kind of measurement two length are different, be mainly used in template matches, such as speech recognition, gesture identification, data mining and information retrieval etc., thus the method by regular for each for batch process lot data to standard batch sequence, can realize each batch synchronously.
DTW is a kind of method for mode matching proposed based on the thoery of dynamic programming (DP), Time alignment and distance measure calculate and combine by this algorithm, undertaken compressing, expand or change some vector, to obtain the minor increment between two tracks by the similar features searched between two tracks.
For the present invention for batch process, if T (t × N) and R (r × N) is 2 polynary tracks, represent respectively with reference to batch and with reference to batch, wherein t and r is respectively the sampling number of two batches, namely sampling number, the variable number of N for gathering at every turn.DTW uses dynamic programming principle, and non-linearly misplace 2 tracks, homotaxy event, makes wherein each vector of a track and each vector of another track corresponding, to obtain the bee-line between two tracks.If i and j is respectively the coordinate about the time on R (r × N) and T (t × N) track, namely which time sampling is represented, span is respectively 1≤i≤r, 1≤j≤t, R (i × N) represents R (r × N) track i-th sampled data, and T (j × N) represents T (t × N) track jth sampled data.DTW sets up the F* sequence of K point in r × t grid:
F*={c(1),c(2),...,c(k),...,c(K)} (1)
Wherein max (t, r)≤K≤t+r, c (k)=[i (k), j (k)], for representing the every bit that i and j mates in grid.
In DTW algorithm, F* sequence can regard the optimal path be in r × t grid making gauged distance between two tracks the shortest as.If d (i, j) represents the Euclidean distance value of R (i × N) and T (j × N):
d ( i , j ) = Σ c = 1 N ( w c · ( R ( i , c ) - T ( j , c ) ) 2 ) - - - ( 2 )
Wherein, w cfor the weights of each variable, reflect the relative importance of each measured variable.R (i, c) represents the value of c variable in i-th sampling in R (r × N), and T (j, c) represents the value of c variable in jth time sampling in T (t × N).
Construct a similarity matrix D a(i.e. Cumulative Distance matrix), the diversity factor be used between description two tracks.D can be obtained by d (i, j) with the algorithm of dynamic programming a(i, j), the local restriction that application Itakura proposes can obtain following stepping type:
D A ( i , j ) = min D A ( i - 1 , j ) + d ( i , j ) D A ( i - 1 , j - 1 ) + d ( i , j ) D A ( i - 1 , j - 2 ) + d ( i , j ) - - - ( 3 )
D in formula a(1,1)=d (1,1).
DTW searches for optimal path in t × r rectangular node, and when rectangular area is larger, calculated amount is quite large, is difficult to reach calculate in real time and application on site.
Summary of the invention
The object of the invention is to overcome the deficiencies in the prior art, a kind of batch process lot data synchronous method based on improving DTW algorithm is provided, for multiple with reference to lot data, adopt improvement DTW algorithm to obtain synchrodata respectively, more on average obtain the synchronized result of test lot data.Improve efficiency of algorithm on the one hand, improve the stability of synchronized result on the other hand.
For achieving the above object, the present invention is based on the batch process lot data synchronous method improving DTW algorithm, comprise the following steps:
S1: the sampling number r of preset reference batch, some lot data that sampling number is r are chosen from the lot data of normal batch process, cluster is carried out to the lot data chosen, the number of clusters obtained is designated as D, from each cluster, select the lot data nearest with cluster centre as with reference to lot data, amount to D with reference to lot data;
S2: carry out synchronous test lot data for needing, D that obtains with step S1 respectively with reference to lot data for reference locus, adopt improvement DTW algorithm to carry out isometric synchronous process, obtaining D sampling number is the synchrodata of r, and the concrete grammar of isometric synchronous process comprises the following steps:
S2.1: calculate the distance matrix d between each sampled data in test lot data T (t × N) and reference lot data R (r × N), d (i, j) the Euclidean distance value of R (i × N) and T (j × N) is represented, R (i × N) represents with reference to lot data R (r × N) i-th sampled data, T (j × N) represents test lot data T (t × N) jth sampled data, the span of i and j is respectively 1≤i≤r, 1≤j≤t;
S2.2: initialization cumulant matrix D amiddle D a(1,1)=d (1,1), all the other elements are just infinite;
S2.3: make loop variable i=2;
S2.4: calculate this region of search [y min, y max], be divided into following three kinds of situations:
As i ∈ [1, X l], y min, y maxcomputing formula be:
y min=ai-a+1
y max=bi-b+1
As i ∈ [X l+ 1, X r], y min, y maxcomputing formula be:
y min=ai-a+1
y max=ai+(b-a)x l-b+1
As i ∈ [X r+ 1, r], y min, y maxcomputing formula be:
y min=bi-(b-a)x r-a+1
y max=ai+(b-a)x l-b+1
Wherein:
X l = t - ar + b - 1 b - a X r = br - t - a + 1 b - a
X land X rall get the integer the most close with result of calculation, a, b are the slope of default path restriction parallelogram adjacent two edges, wherein 0 < a < k, b > k, k=t/r;
S2.5: successively to the region of search [y min, y max] in each value j, calculate Cumulative Distance D a(i, j), computing formula is:
D A ( i , j ) = min D A ( i - 1 , j ) + d ( i , j ) D A ( i - 1 , j - 1 ) + d ( i , j ) D A ( i - 1 , j - 2 ) + d ( i , j )
S2.6: judge whether i < r, if so, make i=i+1, return step S2.4, otherwise enter step S2.7;
S2.7: backtracking obtains synchrodata S (r × N), and concrete steps comprise:
S2.7.1: make last data S (r × N)=T (t × N) in synchrodata S (r × N);
S2.7.2: initialization p=r-1, q=t;
S2.7.3: according to Cumulative Distance matrix D astraight line D a(p, q), D a(p, q-1) and D a(p, q-2), selects wherein minimum value, and the sampled point sequence number of the test lot data of its correspondence is designated as q ', makes S (p × N)=T (q ' × N);
S2.7.4: if p > 1, make p=p-1, q=q ', return step S2.7.3, otherwise terminate search, obtain synchrodata S (r × N);
S3: D the synchrodata obtained by step S2 is averaged, and obtains the synchronized result of these test lot data.
The present invention is based on the batch process lot data synchronous method improving DTW algorithm, first from the lot data of normal batch process, choose some lot data of identical sampling number, the lot data that employing clustering algorithm is selected after carrying out cluster to these lot data from each cluster and cluster centre is nearest, as with reference to lot data, amounts to D with reference to lot data; Synchronous test lot data are carried out for needing, respectively with D with reference to lot data for reference locus, adopt and improve DTW algorithm and carry out isometric synchronous process, obtain D synchrodata, again D synchrodata is averaged, obtains the synchronized result of these test lot data.
The present invention has following beneficial effect:
(1) adopt improvement DTW algorithm, restriction search area, thus reduce calculated amount, improve efficiency of algorithm;
(2) adopt multiple reference lot data as reference track, the mistake avoiding single reference sample to cause is partially synchronous, improves the stability of synchronized result.
Accompanying drawing explanation
Fig. 1 is DTW algorithm search path profile;
Fig. 2 is the process flow diagram that the present invention is based on the batch process lot data synchronous method improving DTW algorithm;
Fig. 3 improves the process flow diagram that DTW algorithm carries out isometric synchronous process;
Fig. 4 is synchrodata search routine figure;
Fig. 5 is the DTW path profiles of test lot data to 3 reference locus.
Embodiment
Below in conjunction with accompanying drawing, the specific embodiment of the present invention is described, so that those skilled in the art understands the present invention better.Requiring particular attention is that, in the following description, when perhaps the detailed description of known function and design can desalinate main contents of the present invention, these are described in and will be left in the basket here.
Embodiment
In order to better the present invention is described, first the DTW algorithm of improvement of the present invention is briefly described.
Improving DTW algorithm is on DTW algorithm basis, in order to reduce calculated amount, prevent from carrying out path overbend when DTW searches for, limits, thus improve the search speed in path to the direction of search.Fig. 1 is DTW algorithm search path profile.As shown in Figure 1, DTW algorithm carries out search optimal path in (r × t) grid rectangle, can search for along 3 directions according to any point in formula (3) known grid, be two net points directly over the neighbor mesh points of right, right neighbor mesh points respectively, in figure, namely the signal of black heavy line is optimal path along above-mentioned rule search.DTW algorithm carries out the search in above-mentioned three directions to each point in (r × t) grid rectangle and calculates Cumulative Distance matrix, and when r and t is larger, calculated amount can become very large, is unfavorable for practical application.Path is limited in the parallelogram shown in Fig. 1 dotted line by the improvement DTW algorithm that the present invention adopts, search area is significantly less than original rectangular search area, namely to the net point outside parallelogram, thinks that path is unreachable, not within computer capacity, thus greatly can reduce calculated amount.
In route matching process, the slope of bending is defined owing to improving DTW algorithm, many lattice points is actually and does not reach, therefore the frame matching distance that the lattice point outside parallelogram is corresponding is not calculative, also there is no need to preserve all frame matching distance matrixes and Cumulative Distance matrix, and the matching primitives on each row lattice point has only used three grids of previous column, make full use of these two features and can reduce calculated amount and save storage space.
As shown in Figure 1, the dynamic bending of reality is divided into 3 sections: [1, X l], [X l+ 1, X r], [X r+ 1, r].X l, X rvalue can obtain according to slope a, the b of parallelogram adjacent two edges preset, wherein 0 < a < k, b > k, k=t/r.X l, X rcomputing formula be:
X l = t - ar + b - 1 b - a X r = br - t - a + 1 b - a - - - ( 4 )
X land X rall get the integer the most close with result of calculation, round up by result, when Searching point is when parallelogram is not inner, thinks that difference of them is too large, cannot dynamic time warping be carried out.Above-mentioned condition makes searching route become by original rectangular area the parallelogram region that an area is less than rectangle.Because matching process follows the principle of shortest path, can think, shortest path too tilts scarcely, therefore, in order to reduce calculated amount and improve matching speed, can Constrain Searching path slope within the specific limits.The span arranging slope in the present embodiment is, if k < 1,0.2k≤a < is k, and k < b≤5k; If k > 1,0.5k≤a < is k, k < b≤2k.
Fig. 2 is the process flow diagram that the present invention is based on the batch process lot data synchronous method improving DTW algorithm.As shown in Figure 2, the present invention is based on the batch process lot data synchronous method improving DTW algorithm to comprise the following steps:
S201: obtain D with reference to lot data:
The sampling number r of preset reference batch, some lot data that sampling number is r are chosen from the lot data of normal batch process, cluster is carried out to the lot data chosen, the number of clusters obtained is designated as D, from each cluster, select the lot data nearest with cluster centre as with reference to lot data, amount to D with reference to lot data.
S202: order is with reference to lot data sequence number λ=1;
S203: improve DTW algorithm synchronously isometric:
Using λ reference lot data as with reference to track, adopting improvement DTW algorithm to carry out isometric synchronous process to needing to carry out synchronous test lot data, obtaining λ synchrodata.Fig. 3 improves the process flow diagram that DTW algorithm carries out isometric synchronous process.As shown in Figure 3, improving the concrete steps that DTW algorithm carries out isometric synchronous process is:
S301: calculate distance matrix d:
Distance matrix d is tried to achieve according to formula (2), distance matrix d is the matrix of r × t, t represents the sampling number of test lot data, d (i, j) the Euclidean distance value of R (i × N) and T (j × N) is represented, i and j span is respectively 1≤i≤r, 1≤j≤t.
S302: initialization Cumulative Distance matrix D a:
Initialization cumulant matrix D amiddle D a(1,1)=d (1,1), all the other elements are just infinite.
S303: make loop variable i=2;
S304: calculate this region of search [y min, y max]:
According to the explanation improving DTW algorithm, knownly can calculate the region of search corresponding to each i according to parallelogram four edges, its computing formula is divided into following three kinds of situations:
As i ∈ [1, X l], y min, y maxcomputing formula be:
y min=ai-a+1
(5)
y max=bi-b+1
As i ∈ [X l+ 1, X r], y min, y maxcomputing formula be:
y min=ai-a+1
(6)
y max=ai+(b-a)x l-b+1
As i ∈ [X r+ 1, r], y min, y maxcomputing formula be:
y min=b i-(b-a)x r-a+1
(7)
y max=ai+(b-a)xl-b+1
S305: make loop variable j=y min;
S306: calculate Cumulative Distance D a(i, j):
D A ( i , j ) = min D A ( i - 1 , j ) + d ( i , j ) D A ( i - 1 , j - 1 ) + d ( i , j ) D A ( i - 1 , j - 2 ) + d ( i , j ) - - - ( 8 )
S307: judge whether j < y max, if so, enter step S308, otherwise enter step S309.
S308: make j=j+1, returns step S306.
S309: judge whether i < r, if so, enter step S310, otherwise enter step S311.
S310: make i=i+1, returns step S304.
S311: backtracking obtains synchrodata S (r × N):
After Cumulative Distance matrix computations completes, now need back to search for from last element of matrix, obtain isometric synchrodata.Fig. 4 is synchrodata search routine figure.As shown in Figure 4, the concrete steps of synchrodata search comprise:
S401: make last data S (r × N)=T (t × N) in synchrodata S (r × N).
S402: initialization p=r-1, q=t.
S403: search obtains S (p × N):
Search procedure is, according to Cumulative Distance matrix D aalong three direction straight line D of formula (3) a(p, q), D a(p, q-1) and D a(p, q-2), selects wherein minimum value, and the sampled point sequence number (i.e. ordinate) of the test lot data of its correspondence is designated as q ', makes S (p × N)=T (q ' × N).
S404: judge whether p > 1, if so, enters step S405, otherwise terminates search.
S405: make p=p-1, q=q ', return step S403.
The synchrodata sequence S (r × N) of one and reference locus equal length can be generated from aforesaid operations, achieve the isometric synchronous process of lot data.
S204: judge whether λ < D, if so, enter step S205, otherwise enter step S206.
S205: make λ=λ+1, returns step S203.
S206: the D an obtained synchrodata is averaged, obtains the synchronized result of these test lot data.
In order to beneficial effect of the present invention is described, apply the present invention in the fault detect of typical TE chemical process.This TE process has 41 process variable, about each batch of duration be 1060 chronomeres.Select from the lot data of normal batch process sampling number be 1060 several lot data, 3 classes are divided into by clustering algorithm, from each cluster, select the lot data nearest with cluster centre as with reference to lot data, amount to 3 with reference to lot data.With the test lot data instance that length is 1080, carry out synchronously as with reference to track with reference to lot data with 3 respectively.Fig. 5 is the DTW path profiles of test lot data to 3 reference locus.As shown in Figure 5, a DTW path is respectively had for each reference locus, wherein two paths (two solid line) are close to and overlap, and Article 3 path (dotted line) differs larger with two other path, may make a world of difference in the DTW path of known same sample to different reference sample, thus add in the present invention to different ask the method for DTW synchronized result weighted fitting again to remove to a great extent respectively with reference to lot data mistake that single reference sample causes is partially synchronous, have good stability.
Although be described the illustrative embodiment of the present invention above; so that those skilled in the art understand the present invention; but should be clear; the invention is not restricted to the scope of embodiment; to those skilled in the art; as long as various change to limit and in the spirit and scope of the present invention determined, these changes are apparent, and all innovation and creation utilizing the present invention to conceive are all at the row of protection in appended claim.

Claims (3)

1., based on the batch process lot data synchronous method improving DTW algorithm, it is characterized in that, comprise the following steps:
S1: the sampling number r of preset reference batch, some lot data that sampling number is r are chosen from the lot data of normal batch process, cluster is carried out to the lot data chosen, the number of clusters obtained is designated as D, from each cluster, select the lot data nearest with cluster centre as with reference to lot data, amount to D with reference to lot data;
S2: carry out synchronous test lot batch secondary data for needing, D that obtains with step S1 respectively with reference to lot data for reference locus, improvement DTW algorithm is adopted to carry out isometric synchronous process, obtaining D sampling number is the synchrodata of r, and the concrete grammar of isometric synchronous process comprises the following steps:
S2.1: calculate the distance matrix d between each sampled data in test lot data T (t × N) and reference lot data R (r × N), d (i, j) the Euclidean distance value of R (i × N) and T (j × N) is represented, R (i × N) represents with reference to lot data R (r × N) i-th sampled data, T (j × N) represents test lot data T (t × N) jth sampled data, the span of i and j is respectively 1≤i≤r, 1≤j≤t;
S2.2: initialization cumulant matrix D amiddle D a(1,1)=d (1,1), all the other elements are just infinite;
S2.3: make loop variable i=2;
S2.4: calculate this region of search [y min, y max], be divided into following three kinds of situations:
As i ∈ [1, X l], y min, y maxcomputing formula be:
y min=ai-a+1
y max=bi-b+1
As i ∈ [X l+ 1, X r], y min, y maxcomputing formula be:
y min=ai-a+1
y max=ai+(b-a)x l-b+1
As i ∈ [X r+ 1, r], y min, y maxcomputing formula be:
y min=bi-(b-a)x r-a+1
y max=ai+(b-a)x l-b+1
Wherein:
X l = t - ar + b - 1 b - a X r = br - t - a + 1 b - a
X land X rall get the integer the most close with result of calculation, a, b are the slope of default path restriction parallelogram adjacent two edges, wherein 0 < a < k, b > k, k=t/r;
S2.5: successively to the region of search [y min, y max] in each value j, calculate Cumulative Distance D a(i, j), computing formula is:
D A ( i , j ) = min D A ( i - 1 , j ) + d ( i , j ) D A ( i - 1 , j - 1 ) + d ( i , j ) D A ( i - 1 , j - 2 ) + d ( i , j )
S2.6: judge whether i < r, if so, make i=i+1, return step S2.4, otherwise enter step S2.7;
S2.7: backtracking obtains synchrodata S (r × N), and concrete steps comprise:
S2.7.1: make last data S (r × N)=T (t × N) in synchrodata S (r × N);
S2.7.2: initialization p=r-1, q=t;
S2.7.3: according to Cumulative Distance matrix D astraight line D a(p, q), D a(p, q-1) and D a(p, q-2), selects wherein minimum value, and the sampled point sequence number of the test lot data of its correspondence is designated as q ', makes S (p × N)=T (q ' × N);
S2.7.4: if p > 1, make p=p-1, q=q ', return step S2.7.3, otherwise terminate search, obtain synchrodata S (r × N);
S3: D the synchrodata obtained by step S2 is averaged, and obtains the synchronized result of these test lot data.
2. batch process lot data synchronous method according to claim 1, is characterized in that, the clustering method in described step S1 is K means clustering method.
3. batch process lot data synchronous method according to claim 1, it is characterized in that, in described step S2.4, if k < 1, the span of slope a, b is respectively 0.2k≤a < k, k < b≤5k; If k > 1, the span of slope a, b is respectively 0.5k≤a < k, k < b≤2k.
CN201510076381.6A 2015-02-13 2015-02-13 Intermittent process batch data synchronizing method based on improved DTW (Dynamic Time Wrapping) algorithm Pending CN104679844A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201510076381.6A CN104679844A (en) 2015-02-13 2015-02-13 Intermittent process batch data synchronizing method based on improved DTW (Dynamic Time Wrapping) algorithm

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201510076381.6A CN104679844A (en) 2015-02-13 2015-02-13 Intermittent process batch data synchronizing method based on improved DTW (Dynamic Time Wrapping) algorithm

Publications (1)

Publication Number Publication Date
CN104679844A true CN104679844A (en) 2015-06-03

Family

ID=53314886

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201510076381.6A Pending CN104679844A (en) 2015-02-13 2015-02-13 Intermittent process batch data synchronizing method based on improved DTW (Dynamic Time Wrapping) algorithm

Country Status (1)

Country Link
CN (1) CN104679844A (en)

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN105955214A (en) * 2016-05-26 2016-09-21 华东理工大学 Batch process fault detection method based on sample timing sequence and neighborhood similarity information
CN106354889A (en) * 2016-11-07 2017-01-25 北京化工大学 Batch process unequal-length time period synchronization method based on LWPT-DTW (lifting wavelet package transform-dynamic time warping)
CN106547899A (en) * 2016-11-07 2017-03-29 北京化工大学 A kind of method of the batch process Time segments division changed based on multiple dimensioned time-varying cluster centre
CN108647701A (en) * 2018-04-13 2018-10-12 长安大学 A kind of quick Train number recognition method

Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20140195474A1 (en) * 2012-12-18 2014-07-10 Xavier Anguera Miró Method and system for improved pattern matching
CN103942444A (en) * 2014-04-29 2014-07-23 衣晓 Parity 1-norm unequal length sequence similarity metric algorithm based on DTW

Patent Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20140195474A1 (en) * 2012-12-18 2014-07-10 Xavier Anguera Miró Method and system for improved pattern matching
CN103942444A (en) * 2014-04-29 2014-07-23 衣晓 Parity 1-norm unequal length sequence similarity metric algorithm based on DTW

Non-Patent Citations (3)

* Cited by examiner, † Cited by third party
Title
姬鹏飞: "发酵过程多阶段统计监控方法的应用研究", 《中国优秀硕士学位论文全文数据库 信息科技辑》 *
胡金平 等: "语音识别中DTW 改进算法的研究", 《微型机与应用》 *
齐咏生 等: "GMM-DPLS间歇过程故障监测与质 量预报", 《计算机与应用化学》 *

Cited By (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN105955214A (en) * 2016-05-26 2016-09-21 华东理工大学 Batch process fault detection method based on sample timing sequence and neighborhood similarity information
CN105955214B (en) * 2016-05-26 2018-10-02 华东理工大学 Batch process fault detection method based on sample time-series and neighbour's affinity information
CN106354889A (en) * 2016-11-07 2017-01-25 北京化工大学 Batch process unequal-length time period synchronization method based on LWPT-DTW (lifting wavelet package transform-dynamic time warping)
CN106547899A (en) * 2016-11-07 2017-03-29 北京化工大学 A kind of method of the batch process Time segments division changed based on multiple dimensioned time-varying cluster centre
CN106354889B (en) * 2016-11-07 2020-01-21 北京化工大学 Intermittent process unequal-length time period synchronization method based on LWPT-DTW
CN106547899B (en) * 2016-11-07 2020-05-19 北京化工大学 Intermittent process time interval division method based on multi-scale time-varying clustering center change
CN108647701A (en) * 2018-04-13 2018-10-12 长安大学 A kind of quick Train number recognition method

Similar Documents

Publication Publication Date Title
CN104679844A (en) Intermittent process batch data synchronizing method based on improved DTW (Dynamic Time Wrapping) algorithm
CN104915434B (en) A kind of multidimensional time-series sorting technique based on mahalanobis distance DTW
CN104166731A (en) Discovering system for social network overlapped community and method thereof
CN107196953A (en) A kind of anomaly detection method based on user behavior analysis
CN104462184A (en) Large-scale data abnormity recognition method based on bidirectional sampling combination
CN103679185A (en) Convolutional neural network classifier system as well as training method, classifying method and application thereof
CN104093203A (en) Access point selection algorithm used for wireless indoor positioning
CN103455612B (en) Based on two-stage policy non-overlapped with overlapping network community detection method
CN105139031A (en) Data processing method based on subspace clustering
CN104933624A (en) Community discovery method of complex network and important node discovery method of community
US20220414144A1 (en) Multi-task deep hash learning-based retrieval method for massive logistics product images
CN104298778A (en) Method and system for predicting quality of rolled steel product based on association rule tree
CN107423762A (en) Semi-supervised fingerprinting localization algorithm based on manifold regularization
CN108170642A (en) Kinematic chain isomorphic products method based on number matrix
CN107341363A (en) A kind of Forecasting Methodology of proteantigen epitope
CN105607631A (en) Batch process weak fault model control limit establishment method and weak fault monitoring method
CN105844398A (en) PLM (product life-cycle management) database-based mining algorithm for DPIPP (distributed parameterized intelligent product platform) product families
CN106570104A (en) Multi-partition clustering preprocessing method of stream data
CN103310237B (en) Handwritten Numeral Recognition Method and system
CN105843907A (en) Method for establishing memory index structure-distance tree and similarity connection algorithm based on distance tree
Rogers et al. Clustering of power system data and its use in load pocket identification
CN113705715A (en) Time sequence classification method based on LSTM and multi-scale FCN
CN105205145A (en) Track modeling and searching method
CN103472343B (en) A kind of high voltage installation trend prediction method
CN104581734A (en) Network community dividing method and device

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: 20150603

RJ01 Rejection of invention patent application after publication