Dissertation "Research on Time Series Decomposition for Real-time Analysis of Dynamic and Stable Behaviors in Streaming Data"
- Official source code of the dissertation "Research on Time Series Decomposition for Real-time Analysis of Dynamic and Stable Behaviors in Streaming Data" by Thanapol Phungtua-eng at Shizuoka University.
- Source codes were implemented using Python 3.9.2 and R 4.3.0.
- To access links and reproduce synthetic and real datasets, please see the information in our official papers below.
- The real-world light curve dataset was provided by M. Aizawa, K. Kashiyama, and S. Sako, obtained from the Tomo-e Gozen project of the Kiso Schmidt telescope. For more details, visit https://tomoe.mtk.ioa.s.u-tokyo.ac.jp/.
- All URLs of existing methods utilized in this thesis are provided in Appendix B of this thesis.
- Elastic data binning (E-Binning) Extended version
@article{10.1145/3610409.3610410,
author = {Phungtua-eng, Thanapol and Sako, Shigeyuki and Nishikawa, Yushi and Yamamoto, Yoshitaka},
title = {Elastic Data Binning: Time-Series Sketching for Time-Domain Astrophysics Analysis},
year = {2023},
issue_date = {June 2023},
publisher = {Association for Computing Machinery},
address = {New York, NY, USA},
volume = {23},
number = {2},
issn = {1559-6915},
url = {https://doi.org/10.1145/3610409.3610410},
doi = {10.1145/3610409.3610410},
abstract = {Time-domain astrophysics analysis (TDAA) involves observational surveys of celestial phenomena that may contain irrelevant information because of several factors, one of which is the sensitivity of the optical telescopes. Data binning is a typical technique for removing inconsistencies and clarifying the main characteristics of the original data in astrophysics analysis. It splits the data sequence into smaller bins with a fixed size and subsequently sketches them into a new representation form. In this study, we introduce a novel approach, called elastic data binning (EBinning), to automatically adjust each bin size using two statistical metrics based on the Student's t-test for linear regression and Hoeffding inequality. EBinning outperforms well-known algorithms in TDAA for extracting relevant characteristics of time-series data, called lightcurve. We demonstrate the successful representation of various characteristics in the lightcurve gathered from the Kiso Schmidt telescope using EBinning and its applicability for transient detection in TDAA.},
journal = {SIGAPP Appl. Comput. Rev.},
month = jul,
pages = {5–22},
numpages = {18},
keywords = {time-series sketching, student's t-test, lightcurve, hoeffding inequality, data binning}
}
SAC'2023 paper
@inproceedings{10.1145/3555776.3577606,
author = {Phungtua-Eng, Thanapol and Yamamoto, Yoshitaka and Sako, Shigeyuki},
title = {Elastic Data Binning for Transient Pattern Analysis in Time-Domain Astrophysics},
year = {2023},
isbn = {9781450395175},
publisher = {Association for Computing Machinery},
address = {New York, NY, USA},
url = {https://doi.org/10.1145/3555776.3577606},
doi = {10.1145/3555776.3577606},
booktitle = {Proceedings of the 38th ACM/SIGAPP Symposium on Applied Computing},
pages = {342–349},
numpages = {8},
keywords = {lightcurve, student's t-test, hoeffding inequality, data sketching, data binning},
location = {Tallinn, Estonia},
series = {SAC '23}
}
- Online Season Length Estimation (OnlineSLE)
@inproceedings{OnlineSLE,
author = {Phungtua-Eng, T. and Yamamoto, Y.},
booktitle = {Proceedings of the 16th International Congress on Advanced Applied Informatics},
note = {(To appear)},
title = {A Fast Season Length Estimation using Sliding Discrete Fourier Transform for Time Series Streaming Data},
year = {2024}
}
- Adaptive Seasonal-Trend Decomposition (ASTD)
@InProceedings{10.1007/978-3-031-70344-7_25,
author="Phungtua-eng, Thanapol and Yamamoto, Yoshitaka",
editor="Bifet, Albert and Davis, Jesse and Krilavi{\v{c}}ius, Tomas and Kull, Meelis and Ntoutsi, Eirini and {\v{Z}}liobait{\.{e}}, Indr{\.{e}}",
title="Adaptive Seasonal-Trend Decomposition for Streaming Time Series Data with Transitions and Fluctuations in Seasonality",
booktitle="Machine Learning and Knowledge Discovery in Databases. Research Track",
year="2024",
publisher="Springer Nature Switzerland",
address="Cham",
pages="426--443",
isbn="978-3-031-70344-7"
}
@article{phungtua2024research,
title={Research on Time Series Decomposition for Real-time Analysis of Dynamic and Stable Behaviors in Streaming Data},
author={Phungtua-eng, Thanapol},
year={2024},
publisher={Shizuoka University}
}
If you have any question, please contact thanapol@yy-lab.info
