KR20220080520A - 시계열 데이터의 유사도 측정을 위한 고속으로 제한적인 동적 시간 워핑 방법, 이를 실행하는 프로그램을 읽을 수 있는 기록매체 및 이를 포함하는 연산장치 - Google Patents
시계열 데이터의 유사도 측정을 위한 고속으로 제한적인 동적 시간 워핑 방법, 이를 실행하는 프로그램을 읽을 수 있는 기록매체 및 이를 포함하는 연산장치 Download PDFInfo
- Publication number
- KR20220080520A KR20220080520A KR1020200169723A KR20200169723A KR20220080520A KR 20220080520 A KR20220080520 A KR 20220080520A KR 1020200169723 A KR1020200169723 A KR 1020200169723A KR 20200169723 A KR20200169723 A KR 20200169723A KR 20220080520 A KR20220080520 A KR 20220080520A
- Authority
- KR
- South Korea
- Prior art keywords
- dtw
- resolution
- fast
- data
- warping
- Prior art date
Links
- 238000000034 method Methods 0.000 title claims abstract description 115
- 238000011524 similarity measure Methods 0.000 title 1
- 238000012545 processing Methods 0.000 claims description 10
- 238000005259 measurement Methods 0.000 claims description 8
- 238000013461 design Methods 0.000 claims description 6
- 230000002093 peripheral effect Effects 0.000 claims description 4
- 238000004422 calculation algorithm Methods 0.000 description 43
- 239000011159 matrix material Substances 0.000 description 20
- 238000010586 diagram Methods 0.000 description 13
- 230000001575 pathological effect Effects 0.000 description 12
- 238000004364 calculation method Methods 0.000 description 9
- 230000014509 gene expression Effects 0.000 description 8
- 238000002474 experimental method Methods 0.000 description 7
- 230000001186 cumulative effect Effects 0.000 description 6
- 238000004458 analytical method Methods 0.000 description 5
- 238000012360 testing method Methods 0.000 description 5
- 230000015572 biosynthetic process Effects 0.000 description 2
- 238000001514 detection method Methods 0.000 description 2
- 238000000691 measurement method Methods 0.000 description 2
- 238000012986 modification Methods 0.000 description 2
- 230000004048 modification Effects 0.000 description 2
- 238000005070 sampling Methods 0.000 description 2
- 230000036962 time dependent Effects 0.000 description 2
- 238000012549 training Methods 0.000 description 2
- 238000012935 Averaging Methods 0.000 description 1
- 238000009825 accumulation Methods 0.000 description 1
- 238000007792 addition Methods 0.000 description 1
- 238000013459 approach Methods 0.000 description 1
- 238000007418 data mining Methods 0.000 description 1
- 238000013500 data storage Methods 0.000 description 1
- 238000003745 diagnosis Methods 0.000 description 1
- 238000005516 engineering process Methods 0.000 description 1
- 238000007726 management method Methods 0.000 description 1
- 230000003287 optical effect Effects 0.000 description 1
- 238000003909 pattern recognition Methods 0.000 description 1
- 238000006467 substitution reaction Methods 0.000 description 1
Images
Classifications
-
- G06K9/0055—
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F18/00—Pattern recognition
- G06F18/20—Analysing
- G06F18/24—Classification techniques
-
- G06K9/6267—
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F2218/00—Aspects of pattern recognition specially adapted for signal processing
- G06F2218/12—Classification; Matching
- G06F2218/16—Classification; Matching by matching signal segments
Landscapes
- Engineering & Computer Science (AREA)
- Data Mining & Analysis (AREA)
- Theoretical Computer Science (AREA)
- Computer Vision & Pattern Recognition (AREA)
- Bioinformatics & Cheminformatics (AREA)
- Bioinformatics & Computational Biology (AREA)
- Artificial Intelligence (AREA)
- Evolutionary Biology (AREA)
- Evolutionary Computation (AREA)
- Physics & Mathematics (AREA)
- General Engineering & Computer Science (AREA)
- General Physics & Mathematics (AREA)
- Life Sciences & Earth Sciences (AREA)
- Image Analysis (AREA)
Abstract
Description
도 2는 두 데이터 시퀀스의 정렬(화살표는 정렬된 포인트들을 나타낸다) 과정을 나타낸 도로서, (a)는 Euclidean distance, (b) DTW distance.
도 3은 코스트 매트릭스(cost matrix)를 나타낸 도이다.
도 4는 선택적 워핑 경로를 갖는 누적 코스트 매트릭스를 나타낸 도이다.
도 5는 (a) 유클리디언 거리와 (b) DTW 거리의 복잡도를 비교한 도이다.
도 6은 제약적 DTW의 누적 코스트 매트릭스를 나타낸 도이다.((a) SC-DTW, (b) I-DTW).
도 7은 fast -DTW 알고리즘에 대한 4가지 다른 해상도의 누적된 Cost 매트릭스를 나타낸 도로서, (a) 원본에 비해 데이터 길이가 1/8인 낮은 해상도, (b) 원본에 비해 데이터 길이가 1/4인 해상도, (c) 원본에 비해 데이터 길이가 1/2인 해상도, (d) 원본 해상도.
도 8은 최악의 경우에 fast DTW 알고리즘에 대한 2개의 다른 해상도를 갖는 누적된 Cost 매트릭스를 나타낸 도이다.
도 9는 fast SC DTW에 대한 3가지 다른 해상도의 누적 Cost 매트릭스를 나타낸 도로서, (a) 원본에 비해 데이터 길이가 1/4인 낮은 해상도, (b) 원본에 비해 데이터 길이가 1/2인 해상도, (c) 원래 해상도이다.
도 10은 fast SC-DTW 알고리즘의 수도 코드이다.
도 11은 fast SC-DTW와 fast DTW 간의 반경에 따른 분류 정확도를 비교한 도이다.
도 12는 fast SC-DTW와 SC-DTW 간의 반경에 따른 분류 정확도를 비교한 도이다.
도 13은 fast I-DTW와 fast-DTW 간의 반경에 따른 분류 정확도를 비교한 도이다.
도 14는 fast I-DTW와 I-DTW 간의 반경에 따른 분류 정확도를 비교한 도이다.
도 15는 fast DTW, SC-DTW, fast SC-DTW, I-DTW 및 fast I-DTW에 대한 계산된 복잡도를 비교한 도이다.
도 16은 제1 시계열(small)에서 표준 DTW, fast DTW, SC-DTW, fast SC-DTW, fast I-DTW 및 fast I-DTW의 경과 시간을 나타낸 도이다.
도 17은 제2 시계열(large)에서 표준 DTW, fast DTW, SC-DTW, fast SC-DTW, fast I-DTW 및 fast I-DTW의 경과 시간을 나타낸 도이다.
Claims (8)
- 제1 처리과정(coarsening)을 이용하여 기 설정된 윈도우 영역의 해상도를 1/2 데이터 길이 및 1/4 데이터 길이를 갖는 멀티 해상도로 각각 형성하는 단계;
상기 1/4 데이터 길이를 가지며, 멀티 해상도 중 가장 낮은 해상도의 윈도우 영역을 SC-DTW의 제한된 윈도우 영역으로 한정하여 정렬 연산을 진행해 추적한 최적 워핑 경로를, 제2 처리과정(projection)을 통해 상기 1/4 데이터 길이를 갖는 해상도의 윈도우 영역에서 발견된 최적 워핑 경로와 설정 파라미터 r에 기초하여 상기 SC-DTW의 제한된 윈도우 영역 안에서 1/2 데이터 길이를 갖는 해상도의 정렬 연산을 수행하는 윈도우 영역의 셀들을 각각 제1 세그먼트 및 제2 세그먼트로 형성하는 단계; 및
제3 처리과정(Refinement)을 통해 추정된 1/4 데이터 길이를 갖는 해상도의 최적 워핑 경로를 활용하여 형성된 1/2 데이터 길이를 갖는 해상도의 상기 제1 세그먼트 및 상기 제2 세그먼트 영역의 셀들을 연산한 후, 연산된 제1 세그먼트 및 제2 세그먼트 내에서 최적 워핑 경로 및 DTW 거리를 연산하는 단계를 포함하는 시계열 데이터의 유사도 측정을 위한 고속으로 제한적인 동적 시간 워핑 방법.
- 제1항에 있어서,
상기 제1 처리과정(coarsening)은
두 시계열 데이터의 인접한 각 포인트들을 두 개씩 묶어 평균을 취하는 방식을 거듭하여 데이터 포인트들을 축소해 계단식 멀티 해상도(hierarchical multi-resolution)로 만드는 과정인 것을 특징으로 하는 시계열 데이터의 유사도 측정을 위한 고속으로 제약적 동적 시간 워핑 방법.
- 제1항에 있어서,
상기 제2 처리과정(Projection)은
가장 낮은 해상도에서부터 선택적 워핑 경로의 위치를 찾고, 다음으로 낮은 해상도의 대략적인 선택적 워핑 경로의 위치를 추정하는 과정인 것을 특징으로 하는 시계열 데이터의 유사도 측정을 위한 고속으로 제약적 동적 시간 워핑 방법.
- 제1항에 있어서,
상기 제3 처리과정(Refinement)은
바로 밑의 해상도으로부터 추정된 대략적인 선택적 워핑 경로의 위치와 설계 파라미터로부터 설정된 반경만큼 추정된 선택적 워핑 경로의 주변을 고려해 현재 해상도의 선택적 워핑 경로의 위치를 추정하는 과정인 것을 특징으로 하는 시계열 데이터의 유사도 측정을 위한 고속으로 제약적 동적 시간 워핑 방법.
- 제1항 내지 4항 중 어느 하나의 항에 있어서,
상기 설정 파라미터는
상기 추정된 선택적 워핑 경로의 주변 영역의 추가적인 반영 반경 값인 것을 특징으로 하는 시계열 데이터의 유사도 측정을 위한 고속으로 제약적 동적 시간 워핑 방법.
- 제1항에 있어서,
상기 제1 세그먼트 및 제2 세그먼트는 서로 다른 해상도로 윈도우 영역의 셀로 표시되는 것을 특징으로 하는 시계열 데이터의 유사도 측정을 위한 고속으로 제약적 동적 시간 워핑 방법.
- 청구항 1 내지 청구항 6에 기재된 시계열 데이터의 유사도 측정을 위한 고속으로 제약적 동적 시간 워핑 방법의 각 단계를 실행하는 프로그램을 기록한 기록매체.
- 청구항 1 내지 청구항 6에 기재된 시계열 데이터의 유사도 측정을 위한 고속으로 제약적 동적 시간 워핑 방법의 각 단계를 실행하는 프로그램을 기록한 기록매체를 구비하는 연산장치.
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
KR1020200169723A KR102433568B1 (ko) | 2020-12-07 | 2020-12-07 | 시계열 데이터의 유사도 측정을 위한 고속으로 제약적인 동적 시간 워핑 방법, 이를 실행하는 프로그램을 읽을 수 있는 기록매체 및 이를 포함하는 연산장치 |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
KR1020200169723A KR102433568B1 (ko) | 2020-12-07 | 2020-12-07 | 시계열 데이터의 유사도 측정을 위한 고속으로 제약적인 동적 시간 워핑 방법, 이를 실행하는 프로그램을 읽을 수 있는 기록매체 및 이를 포함하는 연산장치 |
Publications (2)
Publication Number | Publication Date |
---|---|
KR20220080520A true KR20220080520A (ko) | 2022-06-14 |
KR102433568B1 KR102433568B1 (ko) | 2022-08-19 |
Family
ID=81980581
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
KR1020200169723A KR102433568B1 (ko) | 2020-12-07 | 2020-12-07 | 시계열 데이터의 유사도 측정을 위한 고속으로 제약적인 동적 시간 워핑 방법, 이를 실행하는 프로그램을 읽을 수 있는 기록매체 및 이를 포함하는 연산장치 |
Country Status (1)
Country | Link |
---|---|
KR (1) | KR102433568B1 (ko) |
Cited By (1)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN118671641A (zh) * | 2024-08-22 | 2024-09-20 | 中国科学院合肥物质科学研究院 | 基于动态时间规整的相控变流器换相失败实时诊断方法 |
Citations (3)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
KR101511146B1 (ko) * | 2014-07-29 | 2015-04-17 | 연세대학교 산학협력단 | 스마트 3차원 제스처 인식 장치 및 방법 |
KR101939001B1 (ko) * | 2017-12-06 | 2019-01-15 | 한국과학기술원 | 심층 인공신경망 기반 자동 악보 채보를 이용한 연주 및 악보 정렬 방법 및 시스템 |
KR102059520B1 (ko) * | 2018-05-14 | 2019-12-26 | 한국과학기술원 | 저해상도 눈동자 반응을 이용한 사용자 인증시스템 |
-
2020
- 2020-12-07 KR KR1020200169723A patent/KR102433568B1/ko active IP Right Grant
Patent Citations (3)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
KR101511146B1 (ko) * | 2014-07-29 | 2015-04-17 | 연세대학교 산학협력단 | 스마트 3차원 제스처 인식 장치 및 방법 |
KR101939001B1 (ko) * | 2017-12-06 | 2019-01-15 | 한국과학기술원 | 심층 인공신경망 기반 자동 악보 채보를 이용한 연주 및 악보 정렬 방법 및 시스템 |
KR102059520B1 (ko) * | 2018-05-14 | 2019-12-26 | 한국과학기술원 | 저해상도 눈동자 반응을 이용한 사용자 인증시스템 |
Non-Patent Citations (1)
Title |
---|
W.-S. Han, J. Lee, Y.-S. Moon, S.-W. Hwang, and H. Yu, "A New Approach for Processing Ranked Subsequence Matching Based on Ranked Union," In Proc. of Int’l Conf. on Management of Data, ACM SIGMOD, Athens, Greece, pp.457-468, Jun. 2011. |
Cited By (1)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN118671641A (zh) * | 2024-08-22 | 2024-09-20 | 中国科学院合肥物质科学研究院 | 基于动态时间规整的相控变流器换相失败实时诊断方法 |
Also Published As
Publication number | Publication date |
---|---|
KR102433568B1 (ko) | 2022-08-19 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
Tanaka et al. | Discovery of time-series motif from multi-dimensional data based on MDL principle | |
Yujian et al. | A normalized Levenshtein distance metric | |
US8644560B2 (en) | Image processing apparatus and method, and program | |
US8929597B2 (en) | Method of tracking objects | |
CN104715249A (zh) | 物体跟踪方法和装置 | |
JP5754055B2 (ja) | 物体または形状の情報表現方法 | |
CN101727452B (zh) | 图像处理方法和设备 | |
KR102305230B1 (ko) | 객체 경계정보의 정확도 개선방법 및 장치 | |
Tu et al. | Density-based hierarchical clustering for streaming data | |
Backes et al. | Polygonal approximation of digital planar curves through vertex betweenness | |
KR102433568B1 (ko) | 시계열 데이터의 유사도 측정을 위한 고속으로 제약적인 동적 시간 워핑 방법, 이를 실행하는 프로그램을 읽을 수 있는 기록매체 및 이를 포함하는 연산장치 | |
Thuy et al. | Efficient segmentation-based methods for anomaly detection in static and streaming time series under dynamic time warping | |
CN112561960A (zh) | 一种基于轨迹相似性度量学习的多目标跟踪重定位方法 | |
JP5343617B2 (ja) | 文字認識プログラム、文字認識方法および文字認識装置 | |
EP4237997A1 (en) | Segmentation models having improved strong mask generalization | |
Luo et al. | Parameter-free search of time-series discord | |
Song et al. | Robust time series dissimilarity measure for outlier detection and periodicity detection | |
Ma et al. | Segmentation of time series in improving dynamic time warping | |
Mohammad et al. | Contour-based character segmentation for printed Arabic text with diacritics | |
CN113780040B (zh) | 唇部关键点的定位方法及装置、存储介质、电子设备 | |
CN112989105B (zh) | 一种音乐结构的分析方法及系统 | |
Penarrubia et al. | Efficient notation assembly in optical music recognition | |
CN116567301A (zh) | 用于确定视频中文本的轨迹的方法、装置、设备和介质 | |
Işık | Dominant point detection based on suboptimal feature selection methods | |
CN113592906A (zh) | 一种基于标注帧特征融合的长视频目标跟踪方法及系统 |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
PA0109 | Patent application |
Patent event code: PA01091R01D Comment text: Patent Application Patent event date: 20201207 |
|
PA0201 | Request for examination | ||
PG1501 | Laying open of application | ||
E902 | Notification of reason for refusal | ||
PE0902 | Notice of grounds for rejection |
Comment text: Notification of reason for refusal Patent event date: 20220709 Patent event code: PE09021S01D |
|
AMND | Amendment | ||
E601 | Decision to refuse application | ||
PE0601 | Decision on rejection of patent |
Patent event date: 20220720 Comment text: Decision to Refuse Application Patent event code: PE06012S01D Patent event date: 20220709 Comment text: Notification of reason for refusal Patent event code: PE06011S01I |
|
X091 | Application refused [patent] | ||
AMND | Amendment | ||
PX0901 | Re-examination |
Patent event code: PX09011S01I Patent event date: 20220720 Comment text: Decision to Refuse Application Patent event code: PX09012R01I Patent event date: 20220711 Comment text: Amendment to Specification, etc. |
|
PX0701 | Decision of registration after re-examination |
Patent event date: 20220810 Comment text: Decision to Grant Registration Patent event code: PX07013S01D Patent event date: 20220802 Comment text: Amendment to Specification, etc. Patent event code: PX07012R01I Patent event date: 20220720 Comment text: Decision to Refuse Application Patent event code: PX07011S01I Patent event date: 20220711 Comment text: Amendment to Specification, etc. Patent event code: PX07012R01I |
|
X701 | Decision to grant (after re-examination) | ||
PR0701 | Registration of establishment |
Comment text: Registration of Establishment Patent event date: 20220812 Patent event code: PR07011E01D |
|
PR1002 | Payment of registration fee |
Payment date: 20220816 End annual number: 3 Start annual number: 1 |
|
PG1601 | Publication of registration |