paper-with-me

Papers

Why Regression? Binary Encoding Classification Brings Confidence to Stock Market Index Price Prediction

2025-05-18 · Junzhe Jiang, Chang Yang, Xinrun Wang, Bo Li

Stock market indices serve as fundamental market measurement that quantify systematic market dynamics. However, accurate index price prediction remains challenging, primarily because existing approaches treat indices as isolated time series and frame the prediction as a simple regression task. These methods fail to capture indices' inherent nature as aggregations of constituent stocks with complex, time-varying interdependencies. To address these limitations, we propose Cubic, a novel end-to-end framework that explicitly models the adaptive fusion of constituent stocks for index price prediction. Our main contributions are threefold. i) Fusion in the latent space: we introduce the fusion mechanism over the latent embedding of the stocks to extract the information from the vast number of stocks. ii) Binary encoding classification: since regression tasks are challenging due to continuous value estimation, we reformulate the regression into the classification task, where the target value is converted to binary and we optimize the prediction of the value of each digit with cross-entropy loss. iii) Confidence-guided prediction and trading: we introduce the regularization loss to address market prediction uncertainty for the index prediction and design the rule-based trading policies based on the confidence. Extensive experiments across multiple stock markets and indices demonstrate that Cubic consistently outperforms state-of-the-art baselines in stock index prediction tasks, achieving superior performance on both forecasting accuracy metrics and downstream trading profitability.

📄 PDF Abstract BibTeX arXiv:2506.03153

Code (0)

등록된 구현이 없습니다.

Tasks

Predictionregression

Similar Papers 제목 키워드 기반

Label Encoding for Regression Networks

2022-12-04 · ICLR 2022 4 · Deval Shah, Zi Yu Xue, Tor M. Aamodt

Deep neural networks are used for a wide range of regression problems. However, there exists a significant gap in accuracy between specialized approaches and generic direct regression in which a network is trained by min…

Binary Classificationregression

Distribution-Free Inference for the Regression Function of Binary Classification

2023-08-03 · Ambrus Tamás, Balázs Csanád Csáji

One of the key objects of binary classification is the regression function, i.e., the conditional expectation of the class labels given the inputs. With the regression function not only a Bayes optimal classifier can be …

Binary Classificationregression

Learning Label Encodings for Deep Regression

2023-03-04 · Deval Shah, Tor M. Aamodt

Deep regression networks are widely used to tackle the problem of predicting a continuous value for a given input. Task-specialized approaches for training regression networks have shown significant improvement over gene…

Binary Classificationregression

Semi-Parametric Uncertainty Bounds for Binary Classification

2019-03-23 · Balázs Csanád Csáji, Ambrus Tamás

The paper studies binary classification and aims at estimating the underlying regression function which is the conditional expectation of the class labels given the inputs. The regression function is the key component of…

Binary ClassificationClassificationGeneral Classificationregression

Don't Just Blame Over-parametrization for Over-confidence: Theoretical Analysis of Calibration in Binary Classification

2021-02-15 · Yu Bai, Song Mei, Huan Wang, Caiming Xiong

Modern machine learning models with high accuracy are often miscalibrated -- the predicted top probability does not reflect the actual accuracy, and tends to be over-confident. It is commonly believed that such over-conf…

Binary Classification