Latent Processes Identification from Multi-View Time Series
Abstract
Understanding the dynamics of time series data typically requires identifying the unique latent factors for data generation, a.k.a., latent processes identification. Driven by the independent assumption, existing works have made great progress in handling single-view data. However, it is a non-trivial problem that extends them to multi-view time series data because of two main challenges: (i) the complex data structure, such as temporal dependency, can result in violation of the independent assumption; (ii) the factors from different views are generally overlapped and are hard to be aggregated to a complete set. In this work, we propose a novel framework MuLTI that employs the contrastive learning technique to invert the data generative process for enhanced identifiability. Additionally, MuLTI integrates a permutation mechanism that merges corresponding overlapped variables by the establishment of an optimal transport formula. Extensive experimental results on synthetic and real-world datasets demonstrate the superiority of our method in recovering identifiable latent variables on multi-view time series. The code is available on https://github.com/lccurious/MuLTI.
Cite
Text
Huang et al. "Latent Processes Identification from Multi-View Time Series." International Joint Conference on Artificial Intelligence, 2023. doi:10.24963/IJCAI.2023/428Markdown
[Huang et al. "Latent Processes Identification from Multi-View Time Series." International Joint Conference on Artificial Intelligence, 2023.](https://mlanthology.org/ijcai/2023/huang2023ijcai-latent/) doi:10.24963/IJCAI.2023/428BibTeX
@inproceedings{huang2023ijcai-latent,
title = {{Latent Processes Identification from Multi-View Time Series}},
author = {Huang, Zenan and Wang, Haobo and Zhao, Junbo and Zheng, Nenggan},
booktitle = {International Joint Conference on Artificial Intelligence},
year = {2023},
pages = {3848-3856},
doi = {10.24963/IJCAI.2023/428},
url = {https://mlanthology.org/ijcai/2023/huang2023ijcai-latent/}
}