English

Accelerating Time Series Analysis via Processing using Non-Volatile Memories

Hardware Architecture 2024-07-15 v3

Abstract

Time Series Analysis (TSA) is a critical workload to extract valuable information from collections of sequential data, e.g., detecting anomalies in electrocardiograms. Subsequence Dynamic Time Warping (sDTW) is the state-of-the-art algorithm for high-accuracy TSA. We find that the performance and energy efficiency of sDTW on conventional CPU and GPU platforms are heavily burdened by the latency and energy overheads of data movement between the compute and the memory units. sDTW exhibits low arithmetic intensity and low data reuse on conventional platforms, stemming from poor amortization of the data movement overheads. To improve the performance and energy efficiency of the sDTW algorithm, we propose MATSA, the first Magnetoresistive RAM (MRAM)-based Accelerator for TSA. MATSA leverages Processing-Using-Memory (PUM) based on MRAM crossbars to minimize data movement overheads and exploit parallelism in sDTW. MATSA improves performance by 7.35x/6.15x/6.31x and energy efficiency by 11.29x/4.21x/2.65x over server-class CPU, GPU, and Processing-Near-Memory platforms, respectively.

Keywords

Cite

@article{arxiv.2211.04369,
  title  = {Accelerating Time Series Analysis via Processing using Non-Volatile Memories},
  author = {Ivan Fernandez and Christina Giannoula and Aditya Manglik and Ricardo Quislant and Nika Mansouri Ghiasi and Juan Gómez-Luna and Eladio Gutierrez and Oscar Plata and Onur Mutlu},
  journal= {arXiv preprint arXiv:2211.04369},
  year   = {2024}
}

Comments

Published in IEEE Access, 2024, volume 12

R2 v1 2026-06-28T05:26:21.726Z