Skip to content

The code for the paper: TimeMIL: Advancing Multivariate Time Series Classification via a Time-aware Multiple Instance Learning

Notifications You must be signed in to change notification settings

xiwenc1/TimeMIL

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TimeMIL: Advancing Multivariate Time Series Classification via a Time-aware Multiple Instance Learning (ICML2024) paper

Paper link (preprint): [https://arxiv.org/abs/2405.03140]

News 🔥

  • May 9, 2024: Congratulations ! Paper has been accepted by ICML 2024 !

Abstract. Deep neural networks, including transformers and convolutional neural networks, have significantly improved multivariate time series classification (MTSC). However, these methods often rely on supervised learning, which does not fully account for the sparsity and locality of patterns in time series data (e.g., diseases-related anomalous points in ECG). To address this challenge, we formally reformulate MTSC as a weakly supervised problem, introducing a novel multiple-instance learning (MIL) framework for better localization of patterns of interest and modeling time dependencies within time series. Our novel approach, TimeMIL, formulates the temporal correlation and ordering within a time-aware MIL pooling, leveraging a tokenized transformer with a specialized learnable wavelet positional token. The proposed method surpassed 26 recent state-of-the-art methods, underscoring the effectiveness of the weakly supervised TimeMIL in MTSC.

Method. The proposed framework of TimeMIL for time series classification with enhanced interpretability: (i) a feature extractor to obtain instance-level feature embeddings, (ii) a MIL pooling to aggregate instance embeddings to a bag-level feature, embedding, and (iii) a bag-level classifier to map bag-level feature to a label prediction. Each time point is treated as an instance and the time series as a bag. Time ordering information and instance correlation are captured by taking the mutual benefit of WPE and MHSA in our TimeMIL pooling (highlighted in green).

Dependencies

Usage

Hyperparamters for custom datasets

dropout_patch: {0.1,0.5} the ratio of windows are randomly masked in each iteration (see appendix F.3). epoch_des: {0,10,20} the number of epoches for warm-up (see appendix F.4). batchsize: {8,16,32,64,128}.

Citation

If you find our work is useful in your research, please consider raising a star ⭐ and citing:

@article{chen2024timemil,
  title={TimeMIL: Advancing Multivariate Time Series Classification via a Time-aware Multiple Instance Learning},
  author={Chen, Xiwen and Qiu, Peijie and Zhu, Wenhui and Li, Huayu and Wang, Hao and Sotiras, Aristeidis and Wang, Yalin and Razi, Abolfazl},
  journal={arXiv preprint arXiv:2405.03140},
  year={2024}
}

Thanks for the code provided by:

About

The code for the paper: TimeMIL: Advancing Multivariate Time Series Classification via a Time-aware Multiple Instance Learning

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages