BIRP: Bitcoin Information Retrieval Prediction Model Based on Multimodal Pattern Matching

Minsuk Kim,Byungchul Kim,Junyeong Yong,Jeongwoo Park,Gyeongmin Kim
2023-08-14
Abstract:Financial time series have historically been assumed to be a martingale process under the Random Walk hypothesis. Instead of making investment decisions using the raw prices alone, various multimodal pattern matching algorithms have been developed to help detect subtly hidden repeatable patterns within the financial market. Many of the chart-based pattern matching tools only retrieve similar past chart (PC) patterns given the current chart (CC) pattern, and leaves the entire interpretive and predictive analysis, thus ultimately the final investment decision, to the investors. In this paper, we propose an approach of ranking similar PC movements given the CC information and show that exploiting this as additional features improves the directional prediction capacity of our model. We apply our ranking and directional prediction modeling methodologies on Bitcoin due to its highly volatile prices that make it challenging to predict its future movements.
Statistical Finance,Artificial Intelligence
What problem does this paper attempt to address?
The main objective of this paper is to propose a Bitcoin Information Retrieval Prediction model (BIRP) based on multimodal pattern matching to improve the accuracy of Bitcoin price direction prediction. Specifically, the researchers attempt to address the following issues: 1. **Improving Bitcoin Price Direction Prediction**: Given that traditional financial time series analysis under the random walk hypothesis may be insufficient to accurately predict the price movements of highly volatile assets like Bitcoin, the researchers aim to develop a system that can effectively identify historical chart patterns and use these patterns to predict future price movements. 2. **Integrating Multimodal Data**: In addition to traditional chart data, the researchers also consider unstructured data sources such as news texts. By constructing multimodal embeddings, they aim to capture the relationship between market sentiment and chart dynamics, thereby enhancing the performance of the prediction model. 3. **Feature Engineering and Model Optimization**: The paper proposes various ranking strategies to retrieve the most similar historical chart (PC) patterns from the current chart (CC) patterns. These strategies include Euclidean distance, time series embedding based on TS2Vec, multimodal embedding, and random sampling. Through these methods, the researchers aim to identify which historical patterns best predict current trends and use this information as additional features input into the prediction model to improve its predictive capability. 4. **Empirical Validation**: The researchers used an XGBoost classifier as the prediction model and conducted experiments on actual Bitcoin trading data. The results show that using multimodal feature engineering methods can significantly improve the model's prediction accuracy, especially in predicting the direction of price increases or decreases. In summary, the goal of this study is to improve Bitcoin price direction prediction by developing a new prediction framework that leverages multimodal data and advanced feature engineering techniques, aiming to provide better investment decision support in the highly volatile cryptocurrency market.