Weighted Multivariate Mean Reversion for Online Portfolio Selection

Abstract

Portfolio selection is a fundamental task in finance and it is to seek the best allocation of wealth among a basket of assets. Nowadays, Online portfolio selection has received increasing attention from both AI and machine learning communities. Mean reversion is an essential property of stock performance. Hence, most state-of-the-art online portfolio strategies have been built based on this. Though they succeed in specific datasets, most of the existing mean reversion strategies applied the same weights on samples in multiple periods and considered each of the assets separately, ignoring the data noise from short-lived events, trend changing in the time series data, and the dependence of multi-assets. To overcome these limitations, in this paper, we exploit the reversion phenomenon with multivariate robust estimates and propose a novel online portfolio selection strategy named “Weighted Multivariate Mean Reversion” (WMMR) (Code is available at: https://github.com/boqian333/WMMR ).. Empirical studies on various datasets show that WMMR has the ability to overcome the limitations of existing mean reversion algorithms and achieve superior results.

Cite

Text

Wu et al. "Weighted Multivariate Mean Reversion for Online Portfolio Selection." European Conference on Machine Learning and Principles and Practice of Knowledge Discovery in Databases, 2023. doi:10.1007/978-3-031-43424-2_16

Markdown

[Wu et al. "Weighted Multivariate Mean Reversion for Online Portfolio Selection." European Conference on Machine Learning and Principles and Practice of Knowledge Discovery in Databases, 2023.](https://mlanthology.org/ecmlpkdd/2023/wu2023ecmlpkdd-weighted/) doi:10.1007/978-3-031-43424-2_16

BibTeX

@inproceedings{wu2023ecmlpkdd-weighted,
  title     = {{Weighted Multivariate Mean Reversion for Online Portfolio Selection}},
  author    = {Wu, Boqian and Lyu, Benmeng and Gu, Jiawen},
  booktitle = {European Conference on Machine Learning and Principles and Practice of Knowledge Discovery in Databases},
  year      = {2023},
  pages     = {255-270},
  doi       = {10.1007/978-3-031-43424-2_16},
  url       = {https://mlanthology.org/ecmlpkdd/2023/wu2023ecmlpkdd-weighted/}
}