Skip to content

Commit

Permalink
docs: update README and FiLM tuning space;
Browse files Browse the repository at this point in the history
  • Loading branch information
WenjieDu committed May 27, 2024
1 parent d0f4b5e commit 5126271
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 11 deletions.
18 changes: 9 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ The papers listed here may be not from top publications, some of them even are n
but are all interesting papers related to time-series imputation that deserve reading to
researchers and practitioners who are interested in this field.

### Year 2024
### `Year 2024`

[ICML] **BayOTIDE: Bayesian Online Multivariate Time Series Imputation with Functional Decomposition**
[[paper](https://arxiv.org/abs/2308.14906)]
Expand All @@ -65,7 +65,7 @@ researchers and practitioners who are interested in this field.
[[official code](https://github.com/Chemgyu/TimeCIB)]


### Year 2023
### `Year 2023`

[ICLR] **Multivariate Time-series Imputation with Disentangled Temporal Representations**
[[paper](https://openreview.net/forum?id=rdjeCNUS6TG)]
Expand Down Expand Up @@ -121,7 +121,7 @@ researchers and practitioners who are interested in this field.
[[paper](https://dl.acm.org/doi/abs/10.1145/3583780.3614840)]


### Year 2022
### `Year 2022`

[ICLR] **Filling the G_ap_s: Multivariate Time Series Imputation by Graph Neural Networks**
[[paper](https://arxiv.org/abs/2108.00298)]
Expand All @@ -138,7 +138,7 @@ researchers and practitioners who are interested in this field.
[[paper](https://ojs.aaai.org/index.php/AAAI/article/view/21189)]


### Year 2021
### `Year 2021`

[NeurIPS] **CSDI: Conditional Score-based Diffusion Models for Probabilistic Time Series Imputation**
[[paper](https://openreview.net/forum?id=VzuIzbRDrum)]
Expand All @@ -154,7 +154,7 @@ researchers and practitioners who are interested in this field.
[[paper](https://arxiv.org/abs/2209.10801)]


### Year 2020
### `Year 2020`

[AISTATS] **GP-VAE: Deep Probabilistic Time Series Imputation**
[[paper](https://arxiv.org/abs/1907.04155)]
Expand All @@ -170,7 +170,7 @@ researchers and practitioners who are interested in this field.
[[paper](https://drive.google.com/file/d/1AkWlqjYJ1PNgnu5apOx2dow_vgmqViQG/view)]


### Year 2019
### `Year 2019`

[NeurIPS] **NAOMI: Non-Autoregressive Multiresolution Sequence Imputation**
[[paper](https://arxiv.org/abs/1901.10946)]
Expand All @@ -185,7 +185,7 @@ researchers and practitioners who are interested in this field.
[[official code](https://github.com/tomstream/STI)]


### Year 2018
### `Year 2018`

[NeurIPS] **BRITS: Bidirectional Recurrent Imputation for Time Series**
[[paper](https://arxiv.org/abs/1805.10572)]
Expand All @@ -200,14 +200,14 @@ researchers and practitioners who are interested in this field.
[[official code](https://github.com/Luoyonghong/Multivariate-Time-Series-Imputation-with-Generative-Adversarial-Networks)]


### Year 2017
### `Year 2017`

[IEEE Transactions on Biomedical Engineering] **Estimating Missing Data in Temporal Data Streams Using Multi-Directional Recurrent Neural Networks**
[[paper](https://arxiv.org/abs/1711.08742)]
[[official code](https://github.com/jsyoon0823/MRNN)]


### Year 2016
### `Year 2016`

[IJCAI] **ST-MVL: Filling Missing Values in Geo-sensory Time Series Data**
[[paper](https://www.ijcai.org/Proceedings/16/Papers/384.pdf)]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,9 @@
"n_features": {"_type":"choice","_value":[862]},
"epochs": {"_type":"choice","_value":[100]},
"patience": {"_type":"choice","_value":[10]},
"window_size": {"_type":"choice","_value":},
"multiscale": {"_type":"choice","_value":},
"window_size": {"_type":"choice","_value": [[128],[256]]},
"multiscale": {"_type":"choice","_value":[1,2,4]},
"modes1": {"_type":"choice","_value":[32,64,128]},
"dropout": {"_type":"choice","_value":[0.1,0.2,0.3,0.4,0.5]},
"model_type": {"_type":"choice","_value":[0,1,2]},
"d_model": {"_type":"choice","_value":[64,128,256,512,1024]},
Expand Down

0 comments on commit 5126271

Please sign in to comment.