paper-with-me

Papers

SSH (Sketch, Shingle, & Hash) for Indexing Massive-Scale Time Series

2016-10-24 · Chen Luo, Anshumali Shrivastava

Similarity search on time series is a frequent operation in large-scale data-driven applications. Sophisticated similarity measures are standard for time series matching, as they are usually misaligned. Dynamic Time Warping or DTW is the most widely used similarity measure for time series because it combines alignment and matching at the same time. However, the alignment makes DTW slow. To speed up the expensive similarity search with DTW, branch and bound based pruning strategies are adopted. However, branch and bound based pruning are only useful for very short queries (low dimensional time series), and the bounds are quite weak for longer queries. Due to the loose bounds branch and bound pruning strategy boils down to a brute-force search. To circumvent this issue, we design SSH (Sketch, Shingle, & Hashing), an efficient and approximate hashing scheme which is much faster than the state-of-the-art branch and bound searching technique: the UCR suite. SSH uses a novel combination of sketching, shingling and hashing techniques to produce (probabilistic) indexes which align (near perfectly) with DTW similarity measure. The generated indexes are then used to create hash buckets for sub-linear search. Our results show that SSH is very effective for longer time sequence and prunes around 95% candidates, leading to the massive speedup in search with DTW. Empirical results on two large-scale benchmark time series data show that our proposed method can be around 20 times faster than the state-of-the-art package (UCR suite) without any significant loss in accuracy.

📄 PDF Abstract BibTeX arXiv:1610.07328

Code (1)

ktatarnikov/time-series

Tasks

Dynamic Time WarpingTime SeriesTime Series Analysis

Methods 이 논문이 사용한 방법론

Pruning 설명 없음
SPEED The monocular depth estimation (MDE) is the task of estimating depth from a single frame. This information is an essential knowledge in many computer vision tasks such as scene…
DTW Dynamic Time Warping (DTW) [1] is one of well-known distance measures between a pairwise of time series. The main idea of DTW is to compute the distance from the matching of…

Similar Papers 제목 키워드 기반

IHashNet: Iris Hashing Network based on efficient multi-index hashing

2020-12-07 · Avantika Singh, Chirag Vashist, Pratyush Gaurav, Aditya Nigam 외

Massive biometric deployments are pervasive in today's world. But despite the high accuracy of biometric systems, their computational efficiency degrades drastically with an increase in the database size. Thus, it is ess…

Computational Efficiency

Faster and Space Efficient Indexing for Locality Sensitive Hashing

2025-03-09 · Bhisham Dev Verma, Rameshwar Pratap

This work suggests faster and space-efficient index construction algorithms for LSH for Euclidean distance (\textit{a.k.a.}~\ELSH) and cosine similarity (\textit{a.k.a.}~\SRP). The index construction step of these LSHs r…

SketchMate: Deep Hashing for Million-Scale Human Sketch Retrieval

2018-04-04 · CVPR 2018 6 · Peng Xu, Yongye Huang, Tongtong Yuan, Kaiyue Pang 외

We propose a deep hashing framework for sketch retrieval that, for the first time, works on a multi-million scale human sketch dataset. Leveraging on this large dataset, we explore a few sketch-specific traits that were …

Deep HashingRetrievalSketch Recognition

On Learning Semantic Representations for Million-Scale Free-Hand Sketches

2020-07-07 · Peng Xu, Yongye Huang, Tongtong Yuan, Tao Xiang 외

In this paper, we study learning semantic representations for million-scale free-hand sketches. This is highly challenging due to the domain-unique traits of sketches, e.g., diverse, sparse, abstract, noisy. We propose a…

Deep HashingLearning Semantic RepresentationsRetrievalZero-Shot Learning

Higher-order Count Sketch: Dimensionality Reduction That Retains Efficient Tensor Operations

2019-01-31 · Yang Shi, Animashree Anandkumar

Sketching is a randomized dimensionality-reduction method that aims to preserve relevant information in large-scale datasets. Count sketch is a simple popular sketch which uses a randomized hash function to achieve compr…

Dimensionality Reductionimage-classificationImage Classification