Pith. sign in

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 →

arxiv 2508.14999 v1 pith:IA2M2JEK submitted 2025-08-20 q-fin.PM

classification q-fin.PM MSC 91G1068T07
keywords portfoliooptimizationvariance-covariancematrixestimationlongshort-termmemorydeeplearningModernTheorycryptocurrencyinformationratiorebalancingfrequency
verification ladder T0 review T1 audit T2 compute T3 formal

The pith

A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.

The reading

This paper tries to establish that the variance-covariance matrix used in Markowitz-style portfolio optimization can be improved by replacing classical estimators with one-day-ahead forecasts from deep learning models. It compares two probabilistic deep models, DeepVAR and GPVAR, and an LSTM recurrent neural network against classical covariance estimates, using the forecast matrices as inputs to a mean-variance optimizer for portfolios of stocks and cryptocurrencies. Across a grid of observation windows and rebalancing periods, LSTM-RNN portfolios generally deliver the highest information ratios and annualized returns. The paper also argues that deep learners need longer training windows to learn covariance structure and that less frequent rebalancing outperforms the shortest rebalancing intervals for every method tested.

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.

Watch

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

Editorial extensions of the paper, not claims the author makes directly.

  • 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.
Share X Bluesky LinkedIn Reddit HN

Signed reviews

No signed human review yet.

Editorial analysis

A structured set of objections, weighed in public.

Desk editor's note, referee report, and a circularity audit.

Referee Report

4 major / 2 minor

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)
  1. [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.'
  2. [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.
  3. [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.
  4. [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)
  1. [Abstract] The phrase 'differed significantly between different combinations of parameters' is ambiguous: it may mean 'substantially' or 'statistically significantly.' Please disambiguate in the text.
  2. [Abstract] The term 'variancecovariance' is missing a hyphen; should be 'variance-covariance.'

Circularity Check

0 steps flagged · score 0.0 of 10

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 5 free parameters · 3 assumptions · 0 invented entities

The empirical claims rest on unstated design choices not enumerated in the abstract: the specific observation windows and rebalancing periods (grid-selected), the risk-aversion parameter of the mean-variance optimizer, all model hyperparameters, the transaction cost treatment, and the sample period and asset universe. These choices could materially determine which method wins, so they belong in the ledger even though their values are unknown from the abstract.

free parameters (5)
  • Observation window length(s) = not stated (grid of windows)
    Training history used for covariance and return estimation; the conclusion that longer windows favor deep learning is a data-dependent reading of this grid.
  • Rebalancing period(s) = not stated (grid of periods)
    Portfolio reconstruction frequency; the conclusion that less frequent rebalancing performs better is a data-dependent reading of this grid.
  • Risk-aversion / objective parameter of the Markowitz optimizer = not stated
    Mean-variance optimization requires a risk-return trade-off scalar or target return; its value directly determines portfolio weights and is not stated in the abstract.
  • LSTM, DeepVAR, GPVAR hyperparameters = not stated
    Network architecture, learning rate, epochs, regularization, and loss weights materially change forecasts and are not enumerated in the abstract.
  • Transaction cost assumption = not stated
    Net-of-cost returns are implied by the performance comparison, but no cost model is described; costs interact strongly with rebalancing frequency.
assumptions (3)
  • domain assumption Mean-variance (Markowitz) optimization is the correct objective for the investor
    The entire pipeline builds portfolios by optimizing the Markowitz trade-off; the abstract frames the problem within Modern Portfolio Theory and does not justify this objective against alternatives.
  • domain assumption One-day-ahead deep learning forecasts of returns and covariances are informative inputs that survive the optimizer
    The method's value is the forecast-to-optimizer bridge; the abstract never separates forecasting gains from estimation error in the mean forecast, which can dominate covariance accuracy in Markowitz portfolios.
  • domain assumption The backtested sample (specific stocks and cryptocurrencies, specific dates) is representative
    Information ratios and annualized returns are measured on a single historical sample; the abstract notes results differ significantly across configurations, so generalizability is assumed rather than demonstrated.

how reviews work

0 comments
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.

Discussion (0). Continue with ORCID to comment.

Reference graph

Works this paper leans on

1 extracted references · 1 linked inside Pith

  1. [1]

    ���������� ������ ��������� �� �������������� ��� �������������� ����� ���������� ���� ������ �������� ��������� �������� �� ����� ������� �� ��� ������� ��������� � ��������������� ��������� ����� ��� � ����� �� ���� �������� ������ �������� �� �������������� ����� ��������� ���� ������� �������� �� ������� ���� ���� �� ������������������� ������ �������...

Pith tools

Reviewed August 5, 2026 · model on record in the stance chip above.