Thanks to visit codestin.com
Credit goes to github.com

Skip to content

DMIRLAB-Group/LCA

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Latent Causality Alignment(LCA)

The Latent Causality Alignment (LCA) is a model designed for time series domain adaptation. Based on the characteristic that high-dimensional data is generated by low-dimensional latent variables, it restores stable latent causal mechanisms and solves the difficulties faced by traditional methods in constructing causal structures when dealing with high-dimensional time series data. It has demonstrated good performance in time series classification and prediction tasks on multiple benchmark tests.

Model

Overall structure of LCA

Overall structure of LCA

Main Results

Prediction results of LCA

Classification results of LCA

Video classification results of LCA

Get Started

  1. Set up the running environment. Install Python and PyTorch, see Install for details.

  2. Download data. You can obtain all the datasets from [Google Drive(TSForcast)] or [AdaTime(TSClassif)] or [TranSVAE(VideoClassif)].

  3. Train the model. Run the script in the scripts directory, you can run the shell command to execute the experiment.Examples are as follows:

# cd TSForcast/
bash ./scripts/human_action.sh
# cd TSClassif/
bash ./scripts/HAR.sh
# cd /VideoClassif
bash ./scripts/humdb_ucf.sh 

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published