paper-with-me

홈 › Papers

SPARTan: Scalable PARAFAC2 for Large & Sparse Data

2017-03-13 · Ioakeim Perros, Evangelos E. Papalexakis, Fei Wang, Richard Vuduc, Elizabeth Searles, Michael Thompson, Jimeng Sun

In exploratory tensor mining, a common problem is how to analyze a set of variables across a set of subjects whose observations do not align naturally. For example, when modeling medical features across a set of patients, the number and duration of treatments may vary widely in time, meaning there is no meaningful way to align their clinical records across time points for analysis purposes. To handle such data, the state-of-the-art tensor model is the so-called PARAFAC2, which yields interpretable and robust output and can naturally handle sparse data. However, its main limitation up to now has been the lack of efficient algorithms that can handle large-scale datasets. In this work, we fill this gap by developing a scalable method to compute the PARAFAC2 decomposition of large and sparse datasets, called SPARTan. Our method exploits special structure within PARAFAC2, leading to a novel algorithmic reformulation that is both fast (in absolute time) and more memory-efficient than prior work. We evaluate SPARTan on both synthetic and real datasets, showing 22X performance gains over the best previous implementation and also handling larger problem instances for which the baseline fails. Furthermore, we are able to apply SPARTan to the mining of temporally-evolving phenotypes on data taken from real and medically complex pediatric patients. The clinical meaningfulness of the phenotypes identified in this process, as well as their temporal evolution over time for several patients, have been endorsed by clinical experts.

📄 PDF Abstract BibTeX arXiv:1703.04219

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Spartan: Differentiable Sparsity via Regularized Transportation

2022-05-27 · Kai Sheng Tai, Taipeng Tian, Ser-Nam Lim

We present Spartan, a method for training sparse neural network models with a predetermined level of sparsity. Spartan is based on a combination of two techniques: (1) soft top-k masking of low-magnitude parameters via a…

Network Pruning

SPARTAN: Sparse Hierarchical Memory for Parameter-Efficient Transformers

2022-11-29 · Ameet Deshpande, Md Arafat Sultan, Anthony Ferritto, Ashwin Kalyan 외

Fine-tuning pre-trained language models (PLMs) achieves impressive performance on a range of downstream tasks, and their sizes have consequently been getting bigger. Since a different copy of the model is required for ea…

Raspberry Pi 4

SPARTAN: A Sparse Transformer Learning Local Causation

2024-11-11 · Anson Lei, Bernhard Schölkopf, Ingmar Posner

Causal structures play a central role in world models that flexibly adapt to changes in the environment. While recent works motivate the benefits of discovering local causal graphs for dynamics modelling, in this work we…

Learning the Sparse and Low Rank PARAFAC Decomposition via the Elastic Net

2017-05-29 · Songting Shi, Xiang Li, Arkadiusz Sitek, Quanzheng Li

In this article, we derive a Bayesian model to learning the sparse and low rank PARAFAC decomposition for the observed tensor with missing values via the elastic net, with property to find the true rank and sparse factor…

Missing Values

DPar2: Fast and Scalable PARAFAC2 Decomposition for Irregular Dense Tensors

2022-03-24 · Jun-Gi Jang, U Kang

Given an irregular dense tensor, how can we efficiently analyze it? An irregular tensor is a collection of matrices whose columns have the same size and rows have different sizes from each other. PARAFAC2 decomposition i…