LGMay 14, 2023

Latent Processes Identification From Multi-View Time Series

arXiv:2305.08164v16 citations
Originality Incremental advance
AI Analysis

This work addresses a non-trivial extension of latent process identification to multi-view time series, which is incremental as it builds on existing single-view methods to handle complex data structures and overlapping factors.

The paper tackled the problem of identifying latent processes from multi-view time series data, which is challenging due to temporal dependencies and overlapping factors across views, and proposed the MuLTI framework that uses contrastive learning and a permutation mechanism to achieve superior recovery of identifiable latent variables as demonstrated on synthetic and real-world datasets.

Understanding the dynamics of time series data typically requires identifying the unique latent factors for data generation, \textit{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.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes