Overview
D-Cube (
Disk-based
Dense-block
Detection) is an algorithm for detecting dense subtensors in web-scale tensors.
D-Cube has the following properties:
- Scalable: D-Cube handles large data not fitting in memory or even on a disk.
- Fast: Even when data fit in memory, D-Cube outperforms its competitors in terms of speed.
- Accurate: D-Cube detects dense subtensors in real-world tensors accurately, providing theoretical accuracy guarantees.
Paper
D-Cube is described in the following papers:
-
D-Cube: Dense-Block Detection in Terabyte-Scale Tensors
Kijung Shin, Bryan Hooi, Jisu Kim, and Christos Faloutsos.
The 10th ACM International Conference on Web Search and Data Mining (WSDM) 2017, Cambridge, UK
[PDF] [Supplementary Document] [BIBTEX]
-
Detecting Group Anomalies in Tera-Scale Multi-Aspect Data via Dense-Subtensor Mining
Kijung Shin, Bryan Hooi, Jisu Kim, and Christos Faloutsos.
Frontiers in Big Data, 2021
[PDF] [Supplementary Document] [BIBTEX]
Code
The source code used in the papers is available.
[Github Repository]
Datasets
People