paper-with-me

Papers

CTD: Fast, Accurate, and Interpretable Method for Static and Dynamic Tensor Decompositions

2017-10-09 · Jungwoo Lee, Dongjin Choi, Lee Sael

How can we find patterns and anomalies in a tensor, or multi-dimensional array, in an efficient and directly interpretable way? How can we do this in an online environment, where a new tensor arrives each time step? Finding patterns and anomalies in a tensor is a crucial problem with many applications, including building safety monitoring, patient health monitoring, cyber security, terrorist detection, and fake user detection in social networks. Standard PARAFAC and Tucker decomposition results are not directly interpretable. Although a few sampling-based methods have previously been proposed towards better interpretability, they need to be made faster, more memory efficient, and more accurate. In this paper, we propose CTD, a fast, accurate, and directly interpretable tensor decomposition method based on sampling. CTD-S, the static version of CTD, provably guarantees a high accuracy that is 17 ~ 83x more accurate than that of the state-of-the-art method. Also, CTD-S is made 5 ~ 86x faster, and 7 ~ 12x more memory-efficient than the state-of-the-art method by removing redundancy. CTD-D, the dynamic version of CTD, is the first interpretable dynamic tensor decomposition method ever proposed. Also, it is made 2 ~ 3x faster than already fast CTD-S by exploiting factors at previous time step and by reordering operations. With CTD, we demonstrate how the results can be effectively interpreted in the online distributed denial of service (DDoS) attack detection.

📄 PDF Abstract BibTeX arXiv:1710.03608

Code (0)

등록된 구현이 없습니다.

Tasks

Tensor Decomposition

Similar Papers 제목 키워드 기반

SamBaTen: Sampling-based Batch Incremental Tensor Decomposition

2017-09-03 · Ekta Gujral, Ravdeep Pasricha, Evangelos E. Papalexakis

Tensor decompositions are invaluable tools in analyzing multimodal datasets. In many real-world scenarios, such datasets are far from being static, to the contrary they tend to grow over time. For instance, in an online …

Tensor Decompositionvalid

Dynamic Multi-Network Mining of Tensor Time Series

2024-02-19 · Kohei Obata, Koki Kawabata, Yasuko Matsubara, Yasushi Sakurai

Subsequence clustering of time series is an essential task in data mining, and interpreting the resulting clusters is also crucial since we generally do not have prior knowledge of the data. Thus, given a large collectio…

ClusteringTime Series

Sparse Hierarchical Tucker Factorization and its Application to Healthcare

2016-10-25 · Ioakeim Perros, Robert Chen, Richard Vuduc, Jimeng Sun

We propose a new tensor factorization method, called the Sparse Hierarchical-Tucker (Sparse H-Tucker), for sparse and high-order data tensors. Sparse H-Tucker is inspired by its namesake, the classical Hierarchical Tucke…

D-TensoRF: Tensorial Radiance Fields for Dynamic Scenes

2022-12-05 · Hankyu Jang, Daeyoung Kim

Neural radiance field (NeRF) attracts attention as a promising approach to reconstructing the 3D scene. As NeRF emerges, subsequent studies have been conducted to model dynamic scenes, which include motions or topologica…

NeRFNovel View Synthesis

Fast and Accurate Dual-Way Streaming PARAFAC2 for Irregular Tensors -- Algorithm and Application

2023-05-28 · Jun-Gi Jang, Jeongyoung Lee, Yong-chan Park, U Kang

How can we efficiently and accurately analyze an irregular tensor in a dual-way streaming setting where the sizes of two dimensions of the tensor increase over time? What types of anomalies are there in the dual-way stre…