nota de investigación
Quantum Time-Series Forecasting: Can a Hybrid Model Beat LSTM on a Real Dataset in Simulation?
Respuesta directa
Respuesta directa
No claim in this evidence set reports a head-to-head test of a trained quantum-classical hybrid model against an LSTM on the same real-world forecasting dataset, so the question cannot be answered directly from what is here. The closest real-dataset evidence for forecasting shows a classical LSTM strongly beating ARIMA and SARIMA on ten years of renewable-energy data [4]. A separate paper reports a hybrid quantum-classical model underperforming in a fully connected traffic forecasting setting, but the exact figure attached to that finding is truncated in the source material and cannot be quoted as a usable number, so it should be read only as a qualitative result of underperformance [1]. The only clean, complete hybrid-vs-classical comparison available is not forecasting at all: a small variational quantum circuit beats a BiLSTM and logistic regression on a financial sentiment classification task, while a fine-tuned FinBERT beats all three [7]. A builder who wants to answer the original question has to run the experiment; today's literature does not contain a valid direct result, and this note sets out exactly what pieces exist and how to assemble them.
Why this question matters for forecasting builders
Time-series forecasting is a core workload behind traffic management, energy grids, and financial systems, and any technique that promises even a small accuracy gain is worth testing because these systems run continuously and at scale. Accurate traffic forecasting plays a crucial role in modern Intelligent Transportation Systems (ITS) [1]. Quantum machine learning (QML) has been proposed as a new tool for this kind of sequential data, on the reasoning that quantum circuits can represent complex functions with few parameters. One paper explicitly frames its work as a heuristic exploration of QML potential applied to a specific transport problem, rather than a claim of general superiority [1]. That framing matters for how a builder should read every number that follows: these are early feasibility studies, not settled benchmarks, and the field has not yet produced the specific comparison this note's research question asks for.
The practical stakes are concrete. In the energy domain, a real comparison used ten years of hourly wind and solar energy data (2014-2023), comprising 87,648 data points, sourced from the NASA POWER database [4], and found that a classical LSTM decisively outperformed classical statistical baselines. In transport, the field's own experiments are being run on real high-resolution municipal data rather than synthetic series, which raises the bar for any quantum method to prove itself. A study investigating traffic forecasting used a case study for a major urban area in Athens (Greece), for which the authors possess high-resolution data [1]. If quantum-classical hybrids are ever to be useful for forecasting, they need to be tested against classical recurrent baselines on datasets exactly like this one, under matched training and evaluation protocols, and that comparison does not yet exist in the literature surveyed here.
At the same time, the tooling ecosystem for running such comparisons is still maturing. Photonic contributions currently account for approximately 6% of QML publications, with most being simulator-based [2]. This tells a builder that even the hardware side of quantum machine learning research is mostly conducted on classical simulators rather than physical devices, which is directly relevant to a question about simulated hybrid models. It also means that when a hybrid forecasting result appears in the literature, a reader should check whether it was obtained on a simulator or a real quantum processor before drawing conclusions about practical deployment.
Given this landscape, the right way to treat the question 'can a hybrid model beat LSTM on a real dataset in simulation' is as an open experimental question, not a settled one. The pieces needed to answer it, a real dataset, a classical LSTM baseline, and a trained hybrid model evaluated on the same split, exist separately in the literature but have not been assembled into one reported comparison. The rest of this note lays out what each component looks like on its own, what has been measured about each in isolation, and how a builder can combine them correctly to produce the missing result.
What a quantum neural network for time series looks like
The QML forecasting work in this evidence set is built around Quantum Neural Networks (QNN) and a specific encoding trick called data re-uploading. The traffic-forecasting paper explores the application of Quantum Neural Networks (QNN) [1] and presents what it calls the first application of quantum data re-uploading in the context of transport forecasting [1]. Data re-uploading is a way of feeding classical data into a quantum circuit more than once during the computation, rather than encoding it a single time at the start, and the paper treats this as its central methodological contribution to the transport forecasting literature.
The stated motivation for re-uploading is expressive power: quantum data re-uploading allows quantum models to better capture complex patterns, such as traffic dynamics, by repeatedly encoding classical data into a quantum state [1]. This is a mechanism claim about why the technique might help, not a report that it did help on the Athens dataset; the two should not be conflated. A builder implementing a QNN for forecasting should treat re-uploading as one configurable design choice among several, alongside the number of layers, the encoding gate, and the ansatz structure, and should test whether the expressive-power argument actually translates into a measurable accuracy gain on their own data before assuming it will.
A separate, non-forecasting QML system in this evidence set gives a fully specified example of what a small variational circuit's architecture looks like in practice, and its component list is directly reusable for a forecasting circuit. That circuit design uses 8 qubits, 2 data re-uploading layers, Angle Encoding via RY gates, a Hardware-Efficient Ansatz with Ring Entanglement (CNOT gates), and a local cost function (per-qubit PauliZ) [7]. Even though this architecture was built for sentiment classification, its component choices, encoding scheme, ansatz style, entanglement pattern, and readout, are the same kind of choices a builder must make for a forecasting QNN, and the parameter count it achieves is instructive: the quantum circuit has only 419 trainable parameters [7]. This is a strikingly small parameter budget compared to typical classical recurrent networks.
Underneath any variational quantum model is the broader idea of variational quantum simulation, which explains why small circuits with few parameters can still be trained usefully. The variational method avoids the exponential space problem by considering trial states from a physically motivated small subset of the exponentially large Hilbert space [6]. This is the theoretical basis for why a QNN with only a few hundred parameters, running on a handful of qubits, is not simply undersized: it is deliberately restricted to a tractable subspace, at the cost of not being able to represent every possible state. A builder should understand that this restriction is a design feature, not a bug, but that it also means the model's capacity is bounded by the choice of ansatz, and a poorly chosen ansatz can leave real structure in the data unmodeled no matter how it is trained.
Mechanism: variational quantum simulation as the computational backbone
Variational quantum circuits, the class of model used in both the traffic QNN and the financial hybrid classifier, rest on variational quantum simulation (VQS), a two-level computational scheme. VQS methods divide the problem into two levels, using the quantum processor to solve the core and classically intractable problem and leaving the relatively easy task to a classical computer [6]. In a hybrid forecasting pipeline, this division typically means the quantum circuit produces some intermediate representation or output, and a classical optimizer updates the circuit's parameters based on a loss computed classically. This division of labor is the reason the term 'hybrid' is used at all: neither the quantum nor the classical part alone performs the full computation.
The theory underlying VQS has been extended well beyond simple state preparation. One foundational paper introduces variational quantum simulation of mixed states under general stochastic evolution [6], and for variational simulation of imaginary time evolution, the same work extends it to the mixed state scenario and discusses variational Gibbs state preparation [6]. It also elaborates on the design of ansatz that is compatible with post-selection measurement and the implementation of the generalised variational algorithms with quantum circuits [6], and it completes the theory of variational quantum simulation of general real and imaginary time evolution, stating that it is applicable to near-term quantum hardware [6]. None of this theory is specific to forecasting, but it is the mathematical foundation that every ansatz-based QNN, including the traffic and financial models discussed here, ultimately relies on.
For a builder, the practical takeaway is narrower than the full theory: the ansatz (ring-entanglement, angle-encoding, per-qubit readout) used in the financial hybrid model [7] is one specific, small, physically motivated instance of the general variational framework [6]. Choosing an ansatz means choosing which small subset of the full quantum state space the model is allowed to explore, and that choice interacts with how many qubits and layers are available in simulation, since deeper or wider circuits are more expensive to simulate classically.
The theory also flags a hard ceiling that constrains any hybrid model regardless of ansatz choice: implementing a universal quantum computer requires the coherent and accurate control of millions of qubits, while state-of-the-art quantum hardwares can only accurately control tens of qubits [6]. A related observation reinforces this from a different angle: practical applications from quantum computers are still not feasible due to heavy noise and limited qubit count [5]. Taken together, these two claims explain why the research question is framed around simulation rather than real quantum hardware.
What was measured on real datasets: the numbers and their conditions
The strongest, most complete quantitative result in this evidence set for time-series forecasting on a real dataset comes from the renewable-energy comparison, and it favors the classical LSTM. The LSTM model achieved superior performance (R^2 = 0.9860) using a fixed test set and demonstrated strong generalizability under time-series cross-validation (Avg R^2 = 0.9847) [4]. Against this, the classical statistical baselines fared much worse on the same data: ARIMA(2,1,2) and SARIMA(2,1,2)(1,1,1,24) models captured basic temporal patterns but struggled with non-linear dynamics, achieving R^2 scores of -0.0008 and -0.1104, respectively [4]. These numbers were obtained on 87,648 hourly data points spanning 2014-2023 from the NASA POWER database [4], so the LSTM's advantage is documented on a large, real, decade-long dataset. No quantum-classical hybrid model was evaluated on this same dataset, so this result establishes only that LSTM strongly beats ARIMA/SARIMA on real energy data; it says nothing about how a quantum hybrid would fare here.
In the transport domain, the only reported result comparing a hybrid quantum-classical model against a fully connected classical setting points toward underperformance. The source states: in fully connected network settings, hybrid quantum-classical models consistently underperform, with median scores approx [1]. That sentence is truncated at the source and the specific figure it was meant to give is missing; it cannot be repeated as a usable number and should not be treated as a precise statistic. What can be used is the directional finding: the hybrid underperforms in this fully connected setting relative to the classical alternative in the Athens traffic case study [1]. This is a real counterweight to any assumption that quantum methods automatically help; in the one transport setting reported here, they did not, even though the precise magnitude is not citable.
Outside forecasting, the only complete four-way comparison in this evidence set is on a financial sentiment classification task, and it is instructive precisely because it is so fully specified. The Hybrid VQC (FinBERT frozen, PCA(8), Variational Quantum Circuit) achieves a test accuracy of 78.96% on a common test set of 1,383 samples [7]. Against this, the BiLSTM baseline achieves a test accuracy of 71.22% on the same common test set [7], Logistic Regression achieves a test accuracy of 70.28% on the same common test set [7], and FinBERT (fine-tuned) achieves a test accuracy of 82.14% on the same common test set [7]. All four numbers come from the same 1,383-sample test set, which makes this the cleanest apples-to-apples comparison in the entire evidence base, even though it is a classification task rather than a forecasting task.
The parameter efficiency of the winning hybrid model in that comparison is also fully reported. The Hybrid VQC uses only 419 parameters [7], and the paper states directly that the Hybrid VQC, using 419 parameters, outperforms both Logistic Regression and the BiLSTM (with 390K parameters) [7]. The paper's own interpretation is that the Hybrid VQC demonstrates the potential of quantum representations for NLP tasks in resource-constrained settings [7]. This is a real, measured, peer-comparable result, but it is a classification result on text, not a regression result on a real-valued time series, so it cannot be read as direct evidence that a similarly-sized hybrid circuit would beat an LSTM on a forecasting task.
How the hybrid and classical approaches compare across tasks
Laid out side by side, the evidence describes three different comparison settings, and none of them is the one the research question asks for. The first is a real forecasting dataset with only classical models compared: LSTM against ARIMA and SARIMA on renewable-energy data [4]. The second is a real forecasting dataset with a hybrid model mentioned, but only in a fully connected setting where it underperforms, without a matched LSTM baseline reported in the same comparison [1]. The third is a real classification dataset with a full four-way comparison including a hybrid model, an LSTM variant, a linear baseline, and a transformer, but the task is sentiment classification, not time-series forecasting [7]. A builder should keep these three settings strictly separate: strong evidence in one does not transfer to another.
Where the transport paper does directly address hybrid models, the finding is cautionary rather than encouraging. The paper's own framing describes the work as a heuristic exploration of QML potential [1], not a claim that the approach already beats classical alternatives, and the one comparison available in that paper indicates underperformance for the hybrid approach in a fully connected setting, even though the exact figure attached to it is not usable as quoted [1]. This matches a broader theme visible across the evidence: even where hybrid or quantum methods are tested on real data, the results reported here do not show a case of a hybrid model straightforwardly beating a strong classical recurrent baseline on a forecasting task.
By contrast, in the one domain where a complete comparison exists, classification of financial headlines, the hybrid model does win against a recurrent baseline. The Hybrid VQC beats the BiLSTM (78.96% versus 71.22%) [7] and beats Logistic Regression (78.96% versus 70.28%) [7], though it loses to fine-tuned FinBERT (78.96% versus 82.14%) [7]. This shows that a small variational quantum circuit, layered on top of frozen FinBERT embeddings reduced by PCA, can outperform a bigger classical recurrent network on a specific classification task, using far fewer trainable parameters [7]. It does not show that the same architecture would win on a forecasting task, since the mechanisms of text classification differ substantially from the mechanisms of time-series regression.
The tooling landscape adds a further comparison dimension: the software ecosystem for building hybrid models is mature enough that assembling the missing forecasting comparison is now a matter of engineering rather than waiting for new theory. Qiskit ML is a high-level Python library that combines elements of quantum computing with traditional machine learning [8], and it interfaces with classical machine learning frameworks such as scikit-learn and Python numerical-core libraries like NumPy, enabling integration of classical and quantum machine learning techniques [8]. It also has functionality for integrating neural networks with PyTorch to support design, training, and inference of hybrid quantum-classical models [8]. Other tools such as MerLin are designed around systematic benchmarking and reproducibility [2], which is exactly the property needed to produce a trustworthy answer to the research question.
Implementation details: components, sizes, and where the cost lies
A builder assembling the missing comparison needs concrete building blocks, and Qiskit ML supplies most of them, though only the parts actually used below are worth listing. For a forecasting task with continuous-valued targets, neural-network-style models such as EstimatorQNN or SamplerQNN [8] are the natural fit, since they can be wired into a regression loss. These are trained via Qiskit ML's PyTorch integration, which supports design, training, and inference of hybrid quantum-classical models [8], alongside its scikit-learn and NumPy interfaces for classical preprocessing and evaluation [8].
On the classical side, the two reference architectures a builder needs are already fully specified in the evidence. The LSTM used in the renewable-energy study was trained and evaluated on 87,648 hourly data points across 2014-2023 [4], giving a concrete sense of the data volume needed for a fair classical baseline in an energy or similarly periodic domain. The BiLSTM used in the financial sentiment study has approximately 390K parameters [7], against the Hybrid VQC's 419 parameters [7], illustrating the scale of parameter-count difference a builder should expect between a small variational circuit and even a modest classical recurrent network.
For the quantum side, the fully specified circuit from the financial study is the most concrete implementation template available: 8 qubits, 2 data re-uploading layers, Angle Encoding via RY gates, a Hardware-Efficient Ansatz with Ring Entanglement using CNOT gates, and a local cost function using per-qubit PauliZ [7], with 419 trainable parameters in total [7] and 78.96% accuracy achieved on the stated test set [7]. Adapting it to forecasting would mean replacing the PCA(8)-reduced FinBERT embeddings [7] with a suitable fixed-length encoding of a time-series window, and replacing the classification readout with a regression readout, while keeping the qubit count, layer count, and ansatz structure as a documented starting configuration.
Data preparation is a real cost that should not be underestimated. Building the financial dataset alone required merging and deduplicating five sources to yield approximately 34.3k unique headlines [7], which shows that even a relatively contained NLP dataset needs substantial preprocessing work before model training begins. The renewable-energy study's 87,648 data points come from ten years of hourly records pulled from a single source, NASA POWER [4], which is a smaller preprocessing burden because the source is unified, but still requires careful handling of missing hours, timezones, and train/test splits across a decade. A builder should budget real time for data assembly and cleaning before any model, classical or quantum, is trained, since none of the reported accuracy or R^2 numbers include this cost.
Limits and open questions
The central limit of this evidence base is direct: no claim reports a controlled comparison of a trained quantum-classical hybrid forecasting model against a classical LSTM on the same real-world time-series dataset. The renewable-energy LSTM result [4] and the transport hybrid result [1] come from different papers, different datasets, and different model architectures, so they cannot be combined into a single finding. Any claim that a hybrid model 'beats' or 'loses to' LSTM specifically on a shared forecasting benchmark would be an inference beyond what the sources state, and this note has deliberately avoided making that inference.
A second limit concerns the transport paper's own reported hybrid result. The source sentence describing this result is truncated ('in fully connected network settings, hybrid quantum-classical models consistently underperform, with median scores approx') and the specific figure is missing, so it is flagged here as unusable as a quoted number, not restated as fact. The usable content is only the qualitative direction: at least one hybrid configuration underperformed in at least one fully connected classical-network setting on real Athens traffic data [1], and nothing stronger should be drawn from it.
A third limit concerns generalizing from the financial classification result to forecasting. The Hybrid VQC's win over BiLSTM and Logistic Regression [7] is a real, well-documented result, but it is a classification task built on frozen FinBERT embeddings reduced by PCA, not a raw time-series regression task. The mechanisms that let a small quantum circuit succeed here, a low-dimensional, pre-processed, semantically rich input space from a pretrained language model, may not exist in the same form for a raw numerical time series such as traffic counts or wind speed. This is a reason for caution, not a reason to dismiss the result; it simply cannot be transferred to forecasting without a fresh experiment.
Finally, the broader hardware context should temper any conclusion a builder draws from a single simulated experiment. Practical applications from quantum computers are still not feasible due to heavy noise and limited qubit count [5], and state-of-the-art quantum hardware can only accurately control tens of qubits against the millions needed for a universal quantum computer [6]. Photonic contributions currently account for approximately 6% of QML publications, with most being simulator-based [2], underscoring that most of the field, including any new forecasting experiment a builder runs, will necessarily be a simulation result. Any conclusion from a simulated hybrid-versus-LSTM forecasting experiment should be reported as exactly that: a simulation result, not evidence of a practical quantum computing advantage.
Práctica
How to build it, or how to use it
The following procedure lets a competent engineer assemble the missing comparison: a trained quantum-classical hybrid forecasting model against a classical LSTM baseline, on one real dataset, in simulation. Steps 1 to 3, 7 to 9, and 11 to 12 follow methods and numbers directly reported in the cited sources; steps 4 to 6 and 10 are the authors' own proposed design choices for adapting those methods to a forecasting task not covered by any single source.
- Pick one real forecasting dataset with a documented classical baseline. The renewable-energy dataset used in the LSTM study is a strong default choice: ten years of hourly wind and solar data (2014-2023), 87,648 data points, from the NASA POWER database [4]. Using this dataset lets you compare directly against a documented LSTM result (R^2 = 0.9860 on a fixed test set, Avg R^2 = 0.9847 under time-series cross-validation) [4].
- Reproduce the classical LSTM baseline first. Train an LSTM on the same data split and evaluate it with both a fixed test set and time-series cross-validation, matching the two evaluation protocols reported in the source [4]. If your reproduction is far from R^2 = 0.9860, fix that before touching the quantum side.
- Also reproduce the ARIMA/SARIMA baselines as a sanity floor. ARIMA(2,1,2) and SARIMA(2,1,2)(1,1,1,24) achieved R^2 scores of -0.0008 and -0.1104 respectively on this dataset [4]. Any serious forecasting model should clear this floor easily.
- Choose a quantum circuit architecture from the fully specified financial example, adapted for regression. Start from 8 qubits, 2 data re-uploading layers, Angle Encoding via RY gates, a Hardware-Efficient Ansatz with Ring Entanglement (CNOT gates), and a local cost function (per-qubit PauliZ) [7], which trained successfully with only 419 parameters [7] in a different task. Replace the classification readout with a regression readout suited to continuous R^2-style evaluation.
- Select the software stack. Use Qiskit ML, choosing EstimatorQNN or SamplerQNN as the neural-network-style quantum model class [8], its PyTorch integration to build and train the hybrid model end to end [8], and its scikit-learn/NumPy interfaces for classical preprocessing and evaluation [8].
- Design the classical-to-quantum encoding. Because the financial example reduced FinBERT embeddings to 8 dimensions via PCA before quantum encoding [7], design an analogous fixed-length numeric encoding of your time-series input window, matched to the 8-qubit angle-encoding scheme.
- Train the hybrid model with a classical optimizer in the outer loop. This follows the general two-level VQS structure: the quantum processor (or simulator) handles the circuit evaluation, and a classical optimizer updates the trainable parameters based on a classically computed loss [6].
- Evaluate on the same fixed test set and the same cross-validation protocol used for the LSTM. Report R^2 on the fixed test set and average R^2 under time-series cross-validation, exactly as done for the LSTM baseline [4].
- Report parameter counts alongside accuracy, as the financial study does. State the hybrid model's parameter count next to the LSTM's, mirroring how the financial study reported 419 parameters for the Hybrid VQC against 390K for the BiLSTM [7].
- Record simulation cost. Track wall-clock time and memory for simulating the quantum circuit at your chosen qubit count and depth, a direct consequence of the exponential Hilbert space the variational method is designed to avoid exploring in full [6].
- Check the result against the transport finding. Compare your outcome to the reported underperformance direction of hybrid quantum-classical models in a fully connected setting on real traffic data [1], keeping in mind that the exact magnitude of that transport result is not citable.
- Publish the full comparison table. Report LSTM, ARIMA, SARIMA, and hybrid QNN results together, with dataset size, split protocol, parameter counts, and simulation cost, following the level of completeness set by the financial study's four-way comparison on a common 1,383-sample test set [7].
for epoch in range(n_epochs):
x_batch, y_batch = next(data_loader)
x_encoded = classical_preprocess(x_batch) # e.g. PCA to 8 dims
q_out = quantum_circuit(x_encoded, theta) # simulated on classical hardware
y_pred = classical_readout(q_out)
loss = mse(y_pred, y_batch)
theta = classical_optimizer.step(loss, theta)
evaluate(model, fixed_test_set)
evaluate(model, time_series_cv_splits)Lo que construiríamos
What we would build
We would build a direct, reproducible comparison of a small hybrid quantum-classical regression model against a classical LSTM on the renewable-energy dataset described in the ARIMA/SARIMA/LSTM study [4], since that dataset already has a fully documented classical baseline (LSTM R^2 = 0.9860 fixed test, Avg R^2 = 0.9847 cross-validated) [4] and a documented weak floor from ARIMA and SARIMA [4]. Steps that reproduce the LSTM, ARIMA, and SARIMA baselines and their evaluation protocol are cited-method-grounded [4]; the adaptation of the 8-qubit financial circuit [7] into a regression model, and the specific encoding scheme used to feed time-series windows into it, are our own proposed design, not reported in any source.
Over a few weeks, a two-person team would first reproduce the LSTM and ARIMA/SARIMA baselines exactly as reported, then adapt the fully specified 8-qubit, 2-layer, ring-entangled variational circuit from the financial sentiment study [7] into a regression model, using Qiskit ML's EstimatorQNN and its PyTorch integration [8] for training. We would encode a fixed-length window of the hourly wind/solar series into 8 features via a simple dimensionality-reduction step, mirroring the PCA(8) step used before the financial circuit [7], and train the hybrid model with a classical optimizer in the outer loop, following the two-level structure of variational quantum simulation [6].
We would judge the project by reporting R^2 on the same fixed test set and the same time-series cross-validation protocol used for the LSTM [4], alongside parameter counts for both models, following the reporting style of the financial study's comparison table [7]. Success would mean a complete, honest table: LSTM, ARIMA, SARIMA, and hybrid QNN, all on the same data and splits, something no source in this evidence set currently provides. The main cost is compute time for simulating an 8-qubit circuit across 87,648 hourly points [4] many times during training, alongside standard CPU/GPU time for the classical LSTM baseline.
Registro de afirmaciones
Registro de afirmaciones
- factrespaldada
Accurate traffic forecasting plays a crucial role in modern Intelligent Transportation Systems (ITS).
[1] Quantum neural networks with data re-uploading for urban traffic time series forecasting, abstract DOI 10.1038/s41598-025-04546-8“Accurate traffic forecasting plays a crucial role in modern Intelligent Transportation Systems (ITS), as it enables real-time traffic flow management, reduces congestion, and improves the overall efficiency of urban transportation networks. With the rise of Quantum Machine Learni…”
- methodrespaldada
We present the first application of quantum data re-uploading in the context of transport forecasting.
[1] Quantum neural networks with data re-uploading for urban traffic time series forecasting, abstract DOI 10.1038/s41598-025-04546-8“Accurate traffic forecasting plays a crucial role in modern Intelligent Transportation Systems (ITS), as it enables real-time traffic flow management, reduces congestion, and improves the overall efficiency of urban transportation networks. With the rise of Quantum Machine Learni…”
- methodrespaldada
Quantum data re-uploading allows quantum models to better capture complex patterns, such as traffic dynamics, by repeatedly encoding classical data into a quantum state.
[1] Quantum neural networks with data re-uploading for urban traffic time series forecasting, abstract DOI 10.1038/s41598-025-04546-8“Accurate traffic forecasting plays a crucial role in modern Intelligent Transportation Systems (ITS), as it enables real-time traffic flow management, reduces congestion, and improves the overall efficiency of urban transportation networks. With the rise of Quantum Machine Learni…”
- resultrespaldada
In fully connected network settings, hybrid quantum-classical models consistently underperform, with median scores approx
[1] Quantum neural networks with data re-uploading for urban traffic time series forecasting, abstract DOI 10.1038/s41598-025-04546-8“Accurate traffic forecasting plays a crucial role in modern Intelligent Transportation Systems (ITS), as it enables real-time traffic flow management, reduces congestion, and improves the overall efficiency of urban transportation networks. With the rise of Quantum Machine Learni…”
- methodrespaldada
We pursue a heuristic approach to explore the potential of QML, and focus on a specific transport issue.
[1] Quantum neural networks with data re-uploading for urban traffic time series forecasting, abstract DOI 10.1038/s41598-025-04546-8“Accurate traffic forecasting plays a crucial role in modern Intelligent Transportation Systems (ITS), as it enables real-time traffic flow management, reduces congestion, and improves the overall efficiency of urban transportation networks. With the rise of Quantum Machine Learni…”
- factrespaldada
As a case study we investigate a traffic forecast task for a major urban area in Athens (Greece), for which we possess high-resolution data.
[1] Quantum neural networks with data re-uploading for urban traffic time series forecasting, abstract DOI 10.1038/s41598-025-04546-8“Accurate traffic forecasting plays a crucial role in modern Intelligent Transportation Systems (ITS), as it enables real-time traffic flow management, reduces congestion, and improves the overall efficiency of urban transportation networks. With the rise of Quantum Machine Learni…”
- methodrespaldada
We explore the application of Quantum Neural Networks (QNN).
[1] Quantum neural networks with data re-uploading for urban traffic time series forecasting, abstract DOI 10.1038/s41598-025-04546-8“Accurate traffic forecasting plays a crucial role in modern Intelligent Transportation Systems (ITS), as it enables real-time traffic flow management, reduces congestion, and improves the overall efficiency of urban transportation networks. With the rise of Quantum Machine Learni…”
- methodrespaldada
MerLin is designed around systematic benchmarking and reproducibility.
[2] MerLin: A Discovery Engine for Photonic and Hybrid Quantum Machine Learning, section MerLin: A Discovery Engine for Photonic and Hybrid Quantum Machine Learning Thanks: This research was supported by MITA“MerLin is designed around systematic benchmarking and reproducibility. As an initial contribution, we reproduce eighteen state-of-the-art photonic and hybrid QML works spanning kernel methods, reservoir computing, convolutional and recurrent architectures, generative models, and …”
- methodrechazada
MerLin integrates optimized strong simulation of linear optical circuits into standard PyTorch and scikit learn workflows, enabling end-to-end differentiable training of quantum layers.
[2] MerLin: A Discovery Engine for Photonic and Hybrid Quantum Machine Learning, section MerLin: A Discovery Engine for Photonic and Hybrid Quantum Machine Learning Thanks: This research was supported by MITA“MerLin is designed around systematic benchmarking and reproducibility. As an initial contribution, we reproduce eighteen state-of-the-art photonic and hybrid QML works spanning kernel methods, reservoir computing, convolutional and recurrent architectures, generative models, and …”
- factrespaldada
Photonic contributions currently account for ≈6% of QML publications, with most being simulator-based.
[2] MerLin: A Discovery Engine for Photonic and Hybrid Quantum Machine Learning, section I Introduction and Motivation“This abundance of platforms results in a rich, but fragmented software landscape. Each framework specialises in a particular layer or paradigm, creating silos where algorithms are not portable without significant conversion effort. Most of the QML literature is built on the gate-…”
- resultrespaldada
The LSTM model achieved superior performance (R^2 = 0.9860) using a fixed test set and demonstrated strong generalizability under time-series cross-validation (Avg R^2 = 0.9847).
[4] Time-series and deep learning approaches for renewable energy forecasting in Dhaka: a comparative study of ARIMA, SARIMA, and LSTM models, abstract DOI 10.1007/s43621-025-01733-5“Accurate forecasting of renewable energy generation is critical for sustainable energy planning in rapidly urbanizing cities like Dhaka. This study conducts a comprehensive comparative analysis of classical time-series models ARIMA and SARIMA and a deep learning model LSTM for lo…”
- factrespaldada
The analysis used 10 years of hourly wind and solar energy data (2014–2023), comprising 87,648 data points, sourced from the NASA POWER database.
[4] Time-series and deep learning approaches for renewable energy forecasting in Dhaka: a comparative study of ARIMA, SARIMA, and LSTM models, abstract DOI 10.1007/s43621-025-01733-5“Accurate forecasting of renewable energy generation is critical for sustainable energy planning in rapidly urbanizing cities like Dhaka. This study conducts a comprehensive comparative analysis of classical time-series models ARIMA and SARIMA and a deep learning model LSTM for lo…”
- resultrespaldada
ARIMA(2,1,2) and SARIMA(2,1,2)(1,1,1,24) models captured basic temporal patterns but struggled with non-linear dynamics, achieving R^2 scores of −0.0008 and −0.1104, respectively.
[4] Time-series and deep learning approaches for renewable energy forecasting in Dhaka: a comparative study of ARIMA, SARIMA, and LSTM models, abstract DOI 10.1007/s43621-025-01733-5“Accurate forecasting of renewable energy generation is critical for sustainable energy planning in rapidly urbanizing cities like Dhaka. This study conducts a comprehensive comparative analysis of classical time-series models ARIMA and SARIMA and a deep learning model LSTM for lo…”
- limitationrespaldada
Practical applications from quantum computers are still not feasible due to heavy noise and limited qubit count.
[5] Q-gen: A Parameterized Quantum Circuit Generator, section I Introduction“and practical applications from quantum computers are still not feasible due to heavy noise and limited qubit count. Although quantum computing research is still mostly theoretical, the recent development of NISQ computing has proved that classical computing has great potential t…”
- methodrespaldada
The variational method avoids the exponential space problem by considering trial states from a physically motivated small subset of the exponentially large Hilbert space.
[6] Theory of variational quantum simulation, section 1 Introduction“Variational simulation is a widely used technique in many-body physics [BALIAN198829, PhysRevA.56.1424, RevModPhys.71.463, PhysRevLett.107.070601, Verstraete04, SHI2018245, vanderstraeten2018tangent] and chemistry [RevModPhys.72.655, szabo2012modern, helgaker2014molecular]. As th…”
- methodrespaldada
VQS methods divide the problem into two levels, using the quantum processor to solve the core and classically intractable problem and leaving the relatively easy task to a classical computer.
[6] Theory of variational quantum simulation, section 1 Introduction“With noisy intermediate-scale quantum hardware [preskill2018quantum], quantum advantages may still be achieved in many tasks with recently proposed hybrid or, more specifically, variational quantum simulation (VQS) methods [farhi2014quantum, peruzzo2014variational, wang2015quantu…”
- methodrespaldada
This work introduces variational quantum simulation of mixed states under general stochastic evolution.
[6] Theory of variational quantum simulation, abstract arXiv:1812.08767v4“The variational method is a versatile tool for classical simulation of a variety of quantum systems. Great efforts have recently been devoted to its extension to quantum computing for efficiently solving static many-body problems and simulating real and imaginary time dynamics. I…”
- methodrespaldada
For variational simulation of imaginary time evolution, the work extends it to the mixed state scenario and discusses variational Gibbs state preparation.
[6] Theory of variational quantum simulation, abstract arXiv:1812.08767v4“The variational method is a versatile tool for classical simulation of a variety of quantum systems. Great efforts have recently been devoted to its extension to quantum computing for efficiently solving static many-body problems and simulating real and imaginary time dynamics. I…”
- methodrespaldada
The work elaborates on the design of ansatz that is compatible with post-selection measurement and the implementation of the generalised variational algorithms with quantum circuits.
[6] Theory of variational quantum simulation, section Theory of variational quantum simulation“The variational method is a versatile tool for classical simulation of a variety of quantum systems. Great efforts have recently been devoted to its extension to quantum computing for efficiently solving static many-body problems and simulating real and imaginary time dynamics. I…”
- factrespaldada
The work completes the theory of variational quantum simulation of general real and imaginary time evolution and it is applicable to near-term quantum hardware.
[6] Theory of variational quantum simulation, section Theory of variational quantum simulation“Our work completes the theory of variational quantum simulation of general real and imaginary time evolution and it is applicable to near-term quantum hardware.”
- limitationrespaldada
Implementing a universal quantum computer requires the coherent and accurate control of millions of qubits, while state-of-the-art quantum hardwares can only accurately control tens of qubits.
[6] Theory of variational quantum simulation, section 1 Introduction“Nevertheless, there also exist many problems that may not be solved classically even with the classical variational method [harrow2017quantum, boixo2018characterizing, neill2018blueprint]. This is because there exist highly entangled many-body states that may not be efficiently r…”
- resultrespaldada
The Hybrid VQC (FinBERT frozen → PCA(8) → Variational Quantum Circuit) achieves a test accuracy of 78.96% on a common test set of 1,383 samples.
[7] AsperMe/quantum-enhanced-financial-sentiment (Comparing classical (Logistic Regression, BiLSTM), transformer (FinBERT), and quantum-hybrid (Variational Quantum Classi), readme lines L1-L30 @ fb2a88791c0b“# Hybrid Quantum-Classical Financial Sentiment Analysis A minor research project comparing classical, deep learning, and quantum-hybrid approaches for financial news sentiment classification. ## Models Compared | Model | Architecture | Test Accuracy (Common Set) | |---|---|---…”
- resultrespaldada
The BiLSTM baseline achieves a test accuracy of 71.22% on the same common test set.
[7] AsperMe/quantum-enhanced-financial-sentiment (Comparing classical (Logistic Regression, BiLSTM), transformer (FinBERT), and quantum-hybrid (Variational Quantum Classi), readme lines L1-L30 @ fb2a88791c0b“# Hybrid Quantum-Classical Financial Sentiment Analysis A minor research project comparing classical, deep learning, and quantum-hybrid approaches for financial news sentiment classification. ## Models Compared | Model | Architecture | Test Accuracy (Common Set) | |---|---|---…”
- resultrespaldada
Logistic Regression achieves a test accuracy of 70.28% on the same common test set.
[7] AsperMe/quantum-enhanced-financial-sentiment (Comparing classical (Logistic Regression, BiLSTM), transformer (FinBERT), and quantum-hybrid (Variational Quantum Classi), readme lines L1-L30 @ fb2a88791c0b“# Hybrid Quantum-Classical Financial Sentiment Analysis A minor research project comparing classical, deep learning, and quantum-hybrid approaches for financial news sentiment classification. ## Models Compared | Model | Architecture | Test Accuracy (Common Set) | |---|---|---…”
- resultrespaldada
FinBERT (fine-tuned) achieves a test accuracy of 82.14% on the same common test set.
[7] AsperMe/quantum-enhanced-financial-sentiment (Comparing classical (Logistic Regression, BiLSTM), transformer (FinBERT), and quantum-hybrid (Variational Quantum Classi), readme lines L1-L30 @ fb2a88791c0b“# Hybrid Quantum-Classical Financial Sentiment Analysis A minor research project comparing classical, deep learning, and quantum-hybrid approaches for financial news sentiment classification. ## Models Compared | Model | Architecture | Test Accuracy (Common Set) | |---|---|---…”
- methodrespaldada
The Hybrid VQC uses only 419 parameters.
[7] AsperMe/quantum-enhanced-financial-sentiment (Comparing classical (Logistic Regression, BiLSTM), transformer (FinBERT), and quantum-hybrid (Variational Quantum Classi), readme lines L63-L89 @ fb2a88791c0b“python3 download_datasets.py # 4. Train models (in order) python3 classical_model.py python3 lstm_model.py python3 finbert_model.py python3 hybrid_vqc_pennylane.py # 5. Run comparison python3 compare_models.py ``` ## Key Research Finding The Hybrid VQC, using only **419 param…”
- resultrespaldada
The Hybrid VQC, using 419 parameters, outperforms both Logistic Regression and the BiLSTM (with 390K parameters).
[7] AsperMe/quantum-enhanced-financial-sentiment (Comparing classical (Logistic Regression, BiLSTM), transformer (FinBERT), and quantum-hybrid (Variational Quantum Classi), readme lines L63-L89 @ fb2a88791c0b“python3 download_datasets.py # 4. Train models (in order) python3 classical_model.py python3 lstm_model.py python3 finbert_model.py python3 hybrid_vqc_pennylane.py # 5. Run comparison python3 compare_models.py ``` ## Key Research Finding The Hybrid VQC, using only **419 param…”
- factrespaldada
The Hybrid VQC demonstrates the potential of quantum representations for NLP tasks in resource-constrained settings.
[7] AsperMe/quantum-enhanced-financial-sentiment (Comparing classical (Logistic Regression, BiLSTM), transformer (FinBERT), and quantum-hybrid (Variational Quantum Classi), readme lines L63-L89 @ fb2a88791c0b“python3 download_datasets.py # 4. Train models (in order) python3 classical_model.py python3 lstm_model.py python3 finbert_model.py python3 hybrid_vqc_pennylane.py # 5. Run comparison python3 compare_models.py ``` ## Key Research Finding The Hybrid VQC, using only **419 param…”
- methodrespaldada
The quantum circuit design uses 8 qubits, 2 data re-uploading layers, Angle Encoding via RY gates, a Hardware-Efficient Ansatz with Ring Entanglement (CNOT gates), and a local cost function (per-qubit PauliZ).
[7] AsperMe/quantum-enhanced-financial-sentiment (Comparing classical (Logistic Regression, BiLSTM), transformer (FinBERT), and quantum-hybrid (Variational Quantum Classi), readme lines L31-L62 @ fb2a88791c0b“└── *.png # Per-model training analysis plots ``` ## Quantum Circuit Design - **8 qubits**, **2 data re-uploading layers** - Angle Encoding via RY gates (Pérez-Salinas 2020) - Hardware-Efficient Ansatz with Ring Entanglement (CNOT gates) - Local cost function …”
- methodrespaldada
The quantum circuit has only 419 trainable parameters.
[7] AsperMe/quantum-enhanced-financial-sentiment (Comparing classical (Logistic Regression, BiLSTM), transformer (FinBERT), and quantum-hybrid (Variational Quantum Classi), readme lines L31-L62 @ fb2a88791c0b“└── *.png # Per-model training analysis plots ``` ## Quantum Circuit Design - **8 qubits**, **2 data re-uploading layers** - Angle Encoding via RY gates (Pérez-Salinas 2020) - Hardware-Efficient Ansatz with Ring Entanglement (CNOT gates) - Local cost function …”
- resultrespaldada
The quantum circuit achieves 78.96% accuracy.
[7] AsperMe/quantum-enhanced-financial-sentiment (Comparing classical (Logistic Regression, BiLSTM), transformer (FinBERT), and quantum-hybrid (Variational Quantum Classi), readme lines L31-L62 @ fb2a88791c0b“└── *.png # Per-model training analysis plots ``` ## Quantum Circuit Design - **8 qubits**, **2 data re-uploading layers** - Angle Encoding via RY gates (Pérez-Salinas 2020) - Hardware-Efficient Ansatz with Ring Entanglement (CNOT gates) - Local cost function …”
- factrespaldada
The final dataset is a merged, deduplicated collection of five sources yielding approximately 34.3k unique headlines.
[7] AsperMe/quantum-enhanced-financial-sentiment (Comparing classical (Logistic Regression, BiLSTM), transformer (FinBERT), and quantum-hybrid (Variational Quantum Classi), readme lines L31-L62 @ fb2a88791c0b“└── *.png # Per-model training analysis plots ``` ## Quantum Circuit Design - **8 qubits**, **2 data re-uploading layers** - Angle Encoding via RY gates (Pérez-Salinas 2020) - Hardware-Efficient Ansatz with Ring Entanglement (CNOT gates) - Local cost function …”
- methodrechazada
Gradient estimation techniques in Qiskit ML include Parameter-Shift Rule, Linear Combination of Unitaries, SPSA, and Fidelity ComputeUncompute.
[8] Qiskit Machine Learning: an open-source library for quantum machine learning tasks at scale on quantum hardware and classical simulators, section II Design Structure“Linear Combination of Unitaries: Approximates gradients by decomposing circuits into unitary operations. SPSA: Provides a stochastic estimate of gradients in complex or noisy scenarios [7]. Fidelity ComputeUncompute: Measures the fidelity between two quantum states by preparing t…”
- methodrespaldada
Kernel-based models include FidelityQuantumKernel and TrainableFidelityQuantumKernel.
[8] Qiskit Machine Learning: an open-source library for quantum machine learning tasks at scale on quantum hardware and classical simulators, section II Design Structure“Linear Combination of Unitaries: Approximates gradients by decomposing circuits into unitary operations. SPSA: Provides a stochastic estimate of gradients in complex or noisy scenarios [7]. Fidelity ComputeUncompute: Measures the fidelity between two quantum states by preparing t…”
- methodrespaldada
Neural network based models include EstimatorQNN and SamplerQNN.
[8] Qiskit Machine Learning: an open-source library for quantum machine learning tasks at scale on quantum hardware and classical simulators, section II Design Structure“Linear Combination of Unitaries: Approximates gradients by decomposing circuits into unitary operations. SPSA: Provides a stochastic estimate of gradients in complex or noisy scenarios [7]. Fidelity ComputeUncompute: Measures the fidelity between two quantum states by preparing t…”
- methodrespaldada
QSVC/R uses a Quantum Kernel object to compute fidelity measures and then applies a support vector classifier/regressor on the resulting kernel.
[8] Qiskit Machine Learning: an open-source library for quantum machine learning tasks at scale on quantum hardware and classical simulators, section II Design Structure“QSVC/R: Quantum Support Vector Classifier/Regressor, an extension of scikit-learn’s SVC. It uses a Quantum Kernel object to compute fidelity measures and then applies a support vector classifier/regressor on the resulting kernel. PegasosQSVC: Extension of QSVC implementing the Pe…”
- methodrespaldada
PegasosQSVC is an extension of QSVC implementing the Pegasos primal sub-gradient solver for the SVM algorithm.
[8] Qiskit Machine Learning: an open-source library for quantum machine learning tasks at scale on quantum hardware and classical simulators, section II Design Structure“QSVC/R: Quantum Support Vector Classifier/Regressor, an extension of scikit-learn’s SVC. It uses a Quantum Kernel object to compute fidelity measures and then applies a support vector classifier/regressor on the resulting kernel. PegasosQSVC: Extension of QSVC implementing the Pe…”
- methodrespaldada
Qiskit ML interfaces with classical machine learning frameworks such as scikit-learn and Python numerical-core libraries like NumPy, enabling integration of classical and quantum machine learning techniques.
[8] Qiskit Machine Learning: an open-source library for quantum machine learning tasks at scale on quantum hardware and classical simulators, section II Design Structure“QSVC/R: Quantum Support Vector Classifier/Regressor, an extension of scikit-learn’s SVC. It uses a Quantum Kernel object to compute fidelity measures and then applies a support vector classifier/regressor on the resulting kernel. PegasosQSVC: Extension of QSVC implementing the Pe…”
- methodrespaldada
Qiskit ML has functionality for integrating neural networks with PyTorch to support design, training, and inference of hybrid quantum-classical models.
[8] Qiskit Machine Learning: an open-source library for quantum machine learning tasks at scale on quantum hardware and classical simulators, section II Design Structure“QSVC/R: Quantum Support Vector Classifier/Regressor, an extension of scikit-learn’s SVC. It uses a Quantum Kernel object to compute fidelity measures and then applies a support vector classifier/regressor on the resulting kernel. PegasosQSVC: Extension of QSVC implementing the Pe…”
- factrespaldada
Qiskit ML is a high-level Python library that combines elements of quantum computing with traditional machine learning.
[8] Qiskit Machine Learning: an open-source library for quantum machine learning tasks at scale on quantum hardware and classical simulators, abstract arXiv:2505.17756v1“We present Qiskit Machine Learning (ML), a high-level Python library that combines elements of quantum computing with traditional machine learning. The API abstracts Qiskit's primitives to facilitate interactions with classical simulators and quantum hardware. Qiskit ML started a…”
Fuentes
Fuentes
- [1]Nikolaos A. Schetakis, P. Bonfini, Negin Alisoltani, Konstantinos V. Blazakis, S. I. Tsintzos, Alexis Askitopoulos. Quantum neural networks with data re-uploading for urban traffic time series forecasting. Scientific Reports, 2025.
- [2]Cassandre Notton, Benjamin Stott, Philippe Schoeb, Anthony Walsh, Grégoire Leboucher, Vincent Espitalier, Vassilis Apostolou, Louis-Félix Vigneux, Alexia Salavrakos, Jean Senellart. MerLin: A Discovery Engine for Photonic and Hybrid Quantum Machine Learning. arXiv, 2026.
- [3]Md Kowsher, Md. Shohanur Islam Sobuj, Nusrat Jahan Prottasha, E. Alejandro Alanis, Ozlem Ozmen Garibay, Niloofar Yousefi. LLM-Mixer: Multiscale Mixing in LLMs for Time Series Forecasting. arXiv, 2024.
- [4]Mohammad Liton Hossain, S. M. Nasif Shams, Saeed Mahmud Ullah. Time-series and deep learning approaches for renewable energy forecasting in Dhaka: a comparative study of ARIMA, SARIMA, and LSTM models. Discover Sustainability, 2025.
- [5]Yikai Mao, Shaswot Shresthamali, Masaaki Kondo. Q-gen: A Parameterized Quantum Circuit Generator. arXiv, 2024.
- [6]Xiao Yuan, Suguru Endo, Qi Zhao, Ying Li, Simon Benjamin. Theory of variational quantum simulation. arXiv, 2018.
- [7]AsperMe. AsperMe/quantum-enhanced-financial-sentiment (Comparing classical (Logistic Regression, BiLSTM), transformer (FinBERT), and quantum-hybrid (Variational Quantum Classi). GitHub, 2026.
- [8]M. Emre Sahin, Edoardo Altamura, Oscar Wallis, Stephen P. Wood, Anton Dekusar, Declan A. Millar, Takashi Imamichi, Atsushi Matsuo, Stefano Mensa. Qiskit Machine Learning: an open-source library for quantum machine learning tasks at scale on quantum hardware and classical simulators. arXiv, 2025.
- [9]Apimuk Sornsaeng, Ninnat Dangniam, Thiparat Chotibut. Quantum Next Generation Reservoir Computing: An Efficient Quantum Algorithm for Forecasting Quantum Dynamics. arXiv, 2023.
- [10]Ibrahim Alzamil. Quantum-Enhanced Residual Convolutional Attention Architecture for Renewable Forecasting in Off-Grid Cloud Microgrids. Mathematics, 2026.
- [11]T. A. Rajaperumal, C. Christopher Columbus. Enhanced wind power forecasting using machine learning, deep learning models and ensemble integration. Scientific Reports, 2025.
- [12]Millend Roy, Vladimir Pyltsov, Yinbo Hu. IISE PG&E Energy Analytics Challenge 2025: Hourly-Binned Regression Models Beat Transformers in Load Forecasting. arXiv.org, 2025.
- [13]Ari Yair Barrera-Animas, Lukumon O. Oyedele, Muhammad Bilal, Taofeek Dolapo Akinosho, Juan Manuel Dávila Delgado, Lukman Akanbi. Rainfall prediction: A comparative analysis of modern machine learning algorithms for time-series forecasting. Machine Learning with Applications, 2021.
- [14]prudhvisaikari-hub. prudhvisaikari-hub/HQ-LSTM (Hybrid Quantum-Classical LSTM for Sentiment Analysis - Research Implementation). GitHub, 2026.
- [15]Minhao Liu, Ailing Zeng, Muxi Chen, Zhijian Xu, Qiuxia Lai, Lingna Ma, Qiang Xu. SCINet: Time Series Modeling and Forecasting with Sample Convolution and Interaction. arXiv, 2021.
- [16]Kin G. Olivares, O. Nganba Meetei, Ruijun Ma, Rohan Reddy, Mengfei Cao, Lee Dicker. Probabilistic Hierarchical Forecasting with Deep Poisson Mixtures. arXiv, 2021.