REVIEW 4 major objections 2 minor 1 references
Investment Portfolio Optimization Based on Modern Portfolio Theory and Deep Learning Models
T0 review · 4 major / 2 minor · reviewed 2026-08-05 · deepseek-v4-flash
Pith's one-line read Deep-learning covariance forecasts, especially from LSTM recurrent networks, lift mean-variance portfolio performance on stocks and cryptocurrencies.
desk verdict Legitimate empirical comparison, but the LSTM headline is read off a parameter grid with no visible inference; it needs a holdout or resampling check before I'd trust it. read the letter →
The pith
A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.
The reading
What carries the argument
The carrying mechanism is the one-day-ahead variance-covariance matrix forecast. The paper trains three deep learners—an LSTM recurrent neural network, and two probabilistic sequence models, DeepVAR and GPVAR—on asset return histories, then feeds their forecast covariance matrices into a mean-variance optimizer. LSTM is a recurrent network that maintains a memory state across time steps, which the paper argues lets it capture long-term dependencies in the covariance structure. The classical sample-covariance estimators are the baselines the deep forecasts must beat.
What would settle it
Fix the grid of observation windows and rebalancing periods before running the experiment, then apply a significance test for out-of-sample information-ratio differences between LSTM and classical-covariance portfolios; if the LSTM advantage shrinks to noise after multiple-comparison correction, the structural claim fails. A second check is to hold out the configuration-selection period and compare only on data never used to pick the winner.
Extended reading notes
Core claim
The central claim is that a long short-term memory recurrent neural network trained to forecast the multivariate return covariance matrix one day ahead is a better input to mean-variance portfolio optimization than classical covariance estimators, DeepVAR, or GPVAR. The evidence is the paper's out-of-sample comparison: portfolios built from LSTM forecasts usually rank first by information ratio and annualized return, with the advantage concentrated at longer observation windows and slower rebalancing schedules. The discovery is an empirical extension claim: deep-learning covariance forecasting, and LSTM in particular, can serve as the statistical engine inside the classical Markowitz optimiz
Load-bearing premise
The central claim rests on treating the best configuration found on the searched grid as evidence of a structural LSTM advantage, with no pre-registered selection rule, multiple-comparison correction, or significance testing, and on assuming that a one-day-ahead forecast covariance matrix is enough for the optimizer to beat classical estimates.
Editorial extensions
If this is right
- If LSTM covariance forecasts genuinely beat classical estimates, practitioners can improve Markowitz portfolios without changing the optimizer—only the covariance input.
- Longer observation windows should be used for deep covariance models, since the paper finds their performance degrades with shorter histories.
- Daily rebalancing is the worst schedule tested; allowing positions to run longer improves information ratio and annualized return across all methods.
- DeepVAR and GPVAR are viable but generally inferior to plain LSTM for this covariance-forecasting task, suggesting probabilistic sequence models are not automatically better than a well-tuned recurrent network.
Reading between the lines
- The winner is read off the same grid over which methods were compared, with no pre-registered configuration rule or multiple-comparison correction; a fair structural test would fix the grid in advance and test LSTM's edge on a hold-out sample.
- Because Markowitz portfolios are highly sensitive to expected-return errors and the paper only replaces the covariance estimate, the LSTM advantage might not survive in a full pipeline where mean returns are also forecast.
- A natural next test is to pit LSTM covariance forecasts against shrinkage estimators and dynamic conditional correlation models, which are standard covariance baselines not covered by this comparison.
- The one-day-ahead design says little about longer-horizon investors; multi-day forecast covariance matrices may erase or reverse the LSTM edge.
Signed reviews
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. The paper proposes a framework for estimating the variance-covariance matrix used in Markowitz portfolio optimization, using LSTM-RNN, DeepVAR, and GPVAR one-day-ahead multivariate forecasts. These forecasts are fed into a mean-variance optimizer to construct portfolios of stocks and cryptocurrencies. The authors compare performance across a grid of observation windows and rebalancing periods, and conclude that LSTM-RNN models generally achieve the best information ratio and annualized returns, that longer observation windows benefit deep learning models, and that less frequent rebalancing tends to improve performance.
Significance. If the central claim is correct, the paper provides useful evidence that a relatively simple LSTM-based covariance forecast can outperform classical covariance estimators and two deep generative baselines in a realistic multi-asset portfolio setting. The comparison across multiple deep learning architectures and classical methods is a strength, and the problem is of practical importance. However, the claim is entirely empirical and depends on the evaluation protocol being unbiased and statistically sound; the abstract, which is the only readable part of the submission, does not demonstrate that.
major comments (4)
- [Abstract] The headline conclusion that 'generally the best results... are obtained using the LSTM-RNN models' is read off a grid of observation windows and rebalancing periods. The abstract concedes that performance 'differed significantly between different combinations of parameters' but reports no significance tests, no multiple-comparison correction, and no pre-specified selection rule. With many cells, the best cell can arise by chance. To make the structural claim, the authors need a matched-cell analysis with a paired test (e.g., Diebold-Mariano on information-ratio differences) and a correction for multiple comparisons, plus reporting of all cell results rather than a summary 'generally.'
- [Abstract: observation windows] The conclusion that 'longer observation windows translate into better performance of the deep learning models' may be confounded by unequal out-of-sample periods. If the total sample is fixed, increasing the observation window shortens the test period and changes the regime mix, so the apparent improvement may reflect test-length or time-period differences rather than model capability. A rolling-origin evaluation with a fixed test length per configuration, or at least reporting the exact out-of-sample dates for each window, is necessary to support this claim.
- [Abstract: portfolio construction] The abstract does not state how expected returns are estimated. A Markowitz optimizer requires a mean return forecast in addition to the covariance matrix; if the mean estimator differs across methods, the LSTM advantage could stem from mean estimation rather than covariance estimation. If the same mean estimator is used for all methods, this must be stated explicitly. In addition, transaction costs and rebalancing turnover are not mentioned; without a transaction-cost model, the information ratio and annualized return comparisons may not reflect realizable performance, especially for high-turnover deep learning strategies.
- [Full text] The supplied full text is unreadable due to encoding corruption (mojibake); equations, data descriptions, hyperparameter settings, and implementation details cannot be verified. I cannot determine whether significance testing, transaction-cost adjustments, or other important details are present. A resubmission must include a readable full text. Without it, the paper cannot be properly evaluated.
minor comments (2)
- [Abstract] The phrase 'differed significantly between different combinations of parameters' is ambiguous: it may mean 'substantially' or 'statistically significantly.' Please disambiguate in the text.
- [Abstract] The term 'variancecovariance' is missing a hyphen; should be 'variance-covariance.'
Circularity Check
No circularity identified; the paper's claims are empirical out-of-sample comparisons, not derivations that reduce to their inputs.
full rationale
The paper is an empirical comparison of covariance-estimation methods (LSTM, DeepVAR, GPVAR, classical) feeding a mean-variance optimizer. The headline claims are read off an out-of-sample evaluation grid, not derived from the inputs by construction. The LSTM forecasts are produced on training windows and evaluated on subsequent portfolio performance, so the reported information ratios and returns are not fitted parameters renamed as predictions. The abstract's admission that performance differed across parameter combinations is a statistical caveat, not evidence of circularity; absence of a pre-registered selection rule or multiple-comparison correction is a robustness/inference concern, not a self-definitional reduction. The supplied full text is corrupted and contains no quotable equations or passages exhibiting a specific circular step, such as a fitted value being reused as a prediction or a self-citation chain carrying the argument. Per the hard rules, circularity may only be claimed when the specific reduction is exhibited; without that evidence, the honest finding is no significant circularity. Concerns about winner-takes-all grid selection and unequal out-of-sample test lengths belong under correctness risk, not circularity.
Assumptions & free parameters
free parameters (5)
- Observation window length(s) =
not stated (grid of windows)
- Rebalancing period(s) =
not stated (grid of periods)
- Risk-aversion / objective parameter of the Markowitz optimizer =
not stated
- LSTM, DeepVAR, GPVAR hyperparameters =
not stated
- Transaction cost assumption =
not stated
assumptions (3)
- domain assumption Mean-variance (Markowitz) optimization is the correct objective for the investor
- domain assumption One-day-ahead deep learning forecasts of returns and covariances are informative inputs that survive the optimizer
- domain assumption The backtested sample (specific stocks and cryptocurrencies, specific dates) is representative
Cite this review
Pith. "Pith review of Investment Portfolio Optimization Based on Modern Portfolio Theory and Deep Learning Models." pith.science (2026). https://pith.science/paper/IA2M2JEK
@misc{pith2026250814999,
author = {Pith},
title = {Pith review of: Investment Portfolio Optimization Based on Modern Portfolio Theory and Deep Learning Models},
year = {2026},
howpublished = {\url{https://pith.science/paper/IA2M2JEK}},
note = {Machine review of arXiv:2508.14999}
}
read the original abstract
This paper investigates an important problem of an appropriate variance-covariance matrix estimation in the Modern Portfolio Theory. We propose a novel framework for variancecovariance matrix estimation for purposes of the portfolio optimization, which is based on deep learning models. We employ the long short-term memory (LSTM) recurrent neural networks (RNN) along with two probabilistic deep learning models: DeepVAR and GPVAR to the task of one-day ahead multivariate forecasting. We then use these forecasts to optimize portfolios of stocks and cryptocurrencies. Our analysis presents results across different combinations of observation windows and rebalancing periods to compare performances of classical and deep learning variance-covariance estimation methods. The conclusions of the study are that although the strategies (portfolios) performance differed significantly between different combinations of parameters, generally the best results in terms of the information ratio and annualized returns are obtained using the LSTM-RNN models. Moreover, longer observation windows translate into better performance of the deep learning models indicating that these methods require longer windows to be able to efficiently capture the long-term dependencies of the variance-covariance matrix structure. Strategies with less frequent rebalancing typically perform better than these with the shortest rebalancing windows across all considered methods.
Reference graph
Works this paper leans on
-
[1]
���������� ������ ��������� �� �������������� ��� �������������� ����� ���������� ���� ������ �������� ��������� �������� �� ����� ������� �� ��� ������� ��������� � ��������������� ��������� ����� ��� � ����� �� ���� �������� ������ �������� �� �������������� ����� ��������� ���� ������� �������� �� ������� ���� ���� �� ������������������� ������ �������...
arXiv 2025
Reviewed August 5, 2026 · model on record in the stance chip above.
Discussion (0). Continue with ORCID to comment.