<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>financial time series forecasting &#8211; Science</title>
	<atom:link href="https://scienmag.com/tag/financial-time-series-forecasting/feed/" rel="self" type="application/rss+xml" />
	<link>https://scienmag.com</link>
	<description></description>
	<lastBuildDate>Thu, 03 Sep 2026 16:35:31 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=7.1</generator>

<image>
	<url>https://scienmag.com/wp-content/uploads/2024/07/cropped-scienmag_ico-32x32.jpg</url>
	<title>financial time series forecasting &#8211; Science</title>
	<link>https://scienmag.com</link>
	<width>32</width>
	<height>32</height>
</image> 
<site xmlns="com-wordpress:feed-additions:1">73899611</site>	<item>
		<title>FTSformer brings multi-scale transformers to financial time series forecasting</title>
		<link>https://scienmag.com/ftsformer-brings-multi-scale-transformers-to-financial-time-series-forecasting/</link>
		
		<dc:creator><![CDATA[Blake Davidson]]></dc:creator>
		<pubDate>Thu, 03 Sep 2026 16:35:28 +0000</pubDate>
				<category><![CDATA[Technology and Engineering]]></category>
		<category><![CDATA[advanced machine learning in finance]]></category>
		<category><![CDATA[advancements in machine learning for finance]]></category>
		<category><![CDATA[benchmark dataset performance]]></category>
		<category><![CDATA[challenges of forecasting in hostile market environments]]></category>
		<category><![CDATA[deep learning in financial markets]]></category>
		<category><![CDATA[error reduction in financial forecasting]]></category>
		<category><![CDATA[error reduction in financial models]]></category>
		<category><![CDATA[exogenous data integration]]></category>
		<category><![CDATA[exogenous information in time series prediction]]></category>
		<category><![CDATA[external influence modeling]]></category>
		<category><![CDATA[financial time series forecasting]]></category>
		<category><![CDATA[frequency domain analysis]]></category>
		<category><![CDATA[fusion of time and frequency domain data]]></category>
		<category><![CDATA[handling volatile market data with transformers]]></category>
		<category><![CDATA[long-horizon financial predictions]]></category>
		<category><![CDATA[multi-asset relationship analysis]]></category>
		<category><![CDATA[multi-scale transformer models for finance]]></category>
		<category><![CDATA[multi-scale transformers]]></category>
		<category><![CDATA[multi-source data integration in time series analysis]]></category>
		<category><![CDATA[stable and accurate financial market forecasts]]></category>
		<category><![CDATA[stable market prediction]]></category>
		<category><![CDATA[transformer-based forecasting architectures]]></category>
		<category><![CDATA[transformer-based models for asset price prediction]]></category>
		<guid isPermaLink="false">https://scienmag.com/ftsformer-brings-multi-scale-transformers-to-financial-time-series-forecasting/</guid>

					<description><![CDATA[Financial markets have long been regarded as one of the most hostile environments for forecasting algorithms. Prices swing violently, relationships between assets shift without warning, and the signals that truly drive an asset&#8217;s trajectory are often hidden in external forces rather than in its own past behavior. A newly published study in the International Journal [&#8230;]]]></description>
										<content:encoded><![CDATA[<p>Financial markets have long been regarded as one of the most hostile environments for forecasting algorithms. Prices swing violently, relationships between assets shift without warning, and the signals that truly drive an asset&#8217;s trajectory are often hidden in external forces rather than in its own past behavior. A newly published study in the International Journal of Machine Learning and Cybernetics tackles this challenge head-on with FTSformer, a financial-initiated multi-scale transformer framework that fuses exogenous information from both the time and frequency domains to deliver more accurate, more stable forecasts. The work, led by Zongxin Dong of the Frontier Interdisciplinary Domain at Beijing Institute Technology Zhuhai, together with Shuangshuang Li and Guangyuan Pan of Linyi University, Zhenghong Bi of Beijing Institute of Technology Zhuhai, and Chuanxia Hu of Inner Mongolia Medical University, demonstrates error reductions of up to 13.4 percent on the widely used Exchange benchmark and consistent gains over strong baseline models across multiple public datasets.</p>
<p>The core insight behind FTSformer is deceptively simple but technically demanding. Most existing forecasting architectures, including sophisticated transformer models that have dominated long-horizon time series benchmarks, concentrate almost exclusively on the historical behavior of the target variable. They learn the internal dynamics of a single asset and extrapolate from them. Yet financial time series are shaped by an intricate web of external drivers: macroeconomic indicators, sector indices, and cross-asset signals all exert latent coupling effects on the target. When these exogenous variables are ignored or treated as generic side inputs, models lose critical information about why a market moves, not merely how it moved. The researchers set out to build an architecture that simultaneously captures cross-asset interactions, multi-scale temporal dynamics, and the notoriously complex loss landscape that deep forecasting models must navigate.</p>
<p>At the heart of the framework lies the Dual-Domain Fusion Layer, or DDF, a module designed to extract and fuse heterogeneous exogenous information in both the time domain and the frequency domain. Time-domain features capture raw temporal patterns such as trends and sudden shocks, while frequency-domain representations expose periodicities and oscillatory components that are invisible in raw waveforms. By jointly processing both domains and explicitly emphasizing their intrinsic heterogeneity, the DDF layer allows the model to distinguish, for example, between a slow-moving macroeconomic drift and a fast, cyclical sector rotation that may both influence the same stock. This dual-domain strategy reflects a broader trend in modern time series research, where frequency-enhanced architectures such as FEDformer have shown that spectral information can substantially improve long-term forecasting, but extends it by systematically integrating external signals rather than only the target series.</p>
<p>Complementing the fusion layer, the researchers introduce a Multi-Scale Temporal Partition mechanism, abbreviated MSTP, together with a Channel-Modulation Preprocessor known as CMP. Financial data unfold at multiple characteristic timescales simultaneously: intraday noise, weekly rhythms, monthly cycles, and secular trends all coexist in a single price series. The MSTP mechanism partitions the input sequence across these scales so that the model can attend to short-lived fluctuations and long-range dependencies without forcing one convolutional or attention window to serve all purposes. The CMP, in turn, addresses a practical problem that plagues multivariate forecasting: different input channels arrive with vastly different signal strengths. A dominant channel can overwhelm weaker but informative ones during training, destabilizing gradients and slowing convergence. The CMP dynamically adapts the weights assigned to each input channel, balancing signal strengths before the core temporal modeling module ever sees the data. According to the authors, this preprocessing step measurably enhances both training stability and convergence speed, an advantage that becomes evident in the ablation experiments reported in the paper.</p>
<p>The temporal backbone of FTSformer is a component the authors call BA-LSTM, a bidirectional long short-term memory architecture tasked with capturing both short-term market fluctuations and long-term dependencies. LSTMs, first popularized in the deep learning era for sequence modeling, remain a powerful tool for financial prediction, and hybrid designs combining recurrent networks with transformers have proliferated in recent literature. In FTSformer, the BA-LSTM operates in concert with the transformer&#8217;s attention machinery, providing a recurrent pathway that preserves order-sensitive information while the attention layers model global interactions across the multi-scale, exogenously enriched representations. This division of labor echoes a recurring theme in the forecasting literature, where purely attention-based models sometimes struggle with the strong nonlinearity and regime changes characteristic of financial data.</p>
<p>The empirical evaluation is unusually broad for a methods paper in this domain. The team tested FTSformer on multiple public benchmark datasets as well as a real-world Canadian traffic dataset, deliberately stepping outside finance to probe cross-domain transferability. The headline result is a reduction in forecasting errors of up to 13.4 percent on the Exchange dataset, a benchmark notorious for its nonstationary exchange-rate dynamics that punish rigid models. Across the full suite of public benchmarks, the model achieved average reductions of 1.54 percent in root mean square error and 2.22 percent in mean absolute error over the strongest baseline. While single-digit average gains may appear modest, in competitive forecasting benchmarks where state-of-the-art models are separated by fractions of a percent, such improvements are meaningful, and the consistency of gains across heterogeneous datasets suggests the architecture captures something genuinely general rather than dataset-specific.</p>
<p>Equally notable are the results on training stability and robustness. The authors report that FTSformer substantially outperforms existing baselines not only in accuracy but also in the stability of its training process, an attribute they attribute to the Channel-Modulation Preprocessor&#8217;s balancing of channel signals before temporal modeling. They further evaluated robustness to exogenous perturbations, deliberately injecting noise or distortions into the external variables to simulate real-world conditions in which exogenous data sources may be incomplete, delayed, or corrupted. The model&#8217;s performance degraded more gracefully than that of competing methods, reinforcing the value of explicitly modeling the heterogeneity of external information rather than naively concatenating it into the input tensor. This robustness finding carries practical weight for financial institutions, where data pipelines are rarely pristine and a model that collapses when an indicator feed fails is of limited operational use.</p>
<p>The study situates itself within a rapidly evolving landscape of time series transformers. The original transformer architecture, introduced in 2017 for machine translation, was adapted to forecasting by models such as Informer and Autoformer, which introduced sparse attention and decomposition strategies for long sequences. More recently, iTransformer reoriented the attention mechanism across variables rather than time steps, while TimeXer explicitly empowered transformers with exogenous variables, a direct conceptual ancestor of FTSformer&#8217;s exogenous fusion philosophy. Meanwhile, finance-specific transformers such as Master have explored market-guided attention, and questions about whether transformers are even the right inductive bias for time series, posed pointedly by Zeng and colleagues in their DLinear work, continue to animate the field. FTSformer&#8217;s contribution is to combine the multi-scale decomposition trend with a principled, dual-domain treatment of exogenous heterogeneity, targeting the specific pathologies of financial data: high volatility, strong nonlinearity, and pronounced dependence on external drivers.</p>
<p>The authors are careful to frame the work as a flexible, exogenous-aware forecasting framework rather than a finance-only tool. The inclusion of the Canadian traffic dataset is a deliberate demonstration that the architecture&#8217;s benefits extend beyond markets, and the paper reports promising cross-domain transferability, suggesting that the dual-domain fusion and channel modulation principles could generalize to energy demand, weather, epidemiology, or any multivariate setting where external covariates drive the target. For practitioners in quantitative finance, the framework arrives amid growing interest in machine learning methods for asset pricing and risk management, following influential work such as Gu, Kelly, and Xiu&#8217;s empirical asset pricing study and the continuing proliferation of deep learning surveys in the field. The research was supported by the National Natural Science Foundation of China under Grant 62103177 and by the Key Technology Research and Development Program of Shandong Province under Grant 2025TSGCCZZB0893.</p>
<p>What makes the paper resonant beyond its benchmark numbers is its conceptual reframing of the forecasting problem. Rather than asking how best to extrapolate a single series, FTSformer treats prediction as an exercise in multi-source reasoning: the target&#8217;s own multi-scale history, the time-domain and frequency-domain signatures of external drivers, and the relative reliability of every input channel must all be weighed together, dynamically, at every forecasting step. As markets grow more interconnected and data feeds multiply, that framing is likely to influence how the next generation of forecasting systems is built. The study, received on 2 February 2026, accepted on 19 August 2026, and published on 30 August 2026, adds a technically detailed and empirically validated entry to that conversation, one that argues the future of accurate forecasting lies not in ever-larger single-series models but in architectures that know how to listen to the world around the signal.</p>
<div class="scienmag-article-metadata"><strong>Subject of Research:</strong> A novel deep learning framework, FTSformer, for financial time series forecasting that fuses exogenous variables across time and frequency domains with multi-scale temporal modeling to improve accuracy, stability, and robustness.</p>
<p><strong>Article Title:</strong> FTSformer: a financial-initiated multi-scale transformer with exogenous fusion for time series forecasting</p>
<p><strong>Article References:</strong> Dong, Z., Li, S., Pan, G., Bi, Z., &amp; Hu, C. (2026). FTSformer: a financial-initiated multi-scale transformer with exogenous fusion for time series forecasting. <em>International Journal of Machine Learning and Cybernetics, 17</em>(9), Article 443. <a href="https://doi.org/10.1007/s13042-026-03282-3" target="_blank" rel="noopener noreferrer">https://doi.org/10.1007/s13042-026-03282-3</a></p>
<p><strong>Image Credits:</strong> AI Generated</p>
<p><strong>DOI:</strong> <a href="https://doi.org/10.1007/s13042-026-03282-3" target="_blank" rel="noopener noreferrer">10.1007/s13042-026-03282-3</a></p>
<p><strong>Keywords:</strong> Financial forecasting, Time series analysis, Exogenous variable fusion, Multi-scale modeling, Machine learning, Transformer architecture, Dual-domain fusion, Deep learning, Forecasting accuracy, Training stability</p>
</div>
]]></content:encoded>
					
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">186436</post-id>	</item>
		<item>
		<title>Deep Neural Networks in Stock Trend Prediction: Myth or Reality?</title>
		<link>https://scienmag.com/deep-neural-networks-in-stock-trend-prediction-myth-or-reality/</link>
		
		<dc:creator><![CDATA[Cassandra Pierce]]></dc:creator>
		<pubDate>Tue, 13 May 2025 15:04:29 +0000</pubDate>
				<category><![CDATA[Social Science]]></category>
		<category><![CDATA[challenges of deep learning in trading]]></category>
		<category><![CDATA[convolutional neural networks for trading]]></category>
		<category><![CDATA[critical evaluation of stock prediction methods]]></category>
		<category><![CDATA[deep neural networks in stock prediction]]></category>
		<category><![CDATA[financial time series forecasting]]></category>
		<category><![CDATA[historical chart data analysis]]></category>
		<category><![CDATA[innovation in financial machine learning]]></category>
		<category><![CDATA[LSTM model limitations in finance]]></category>
		<category><![CDATA[machine learning in stock trend analysis]]></category>
		<category><![CDATA[predictive modeling in finance]]></category>
		<category><![CDATA[real-world application of neural networks]]></category>
		<category><![CDATA[transformers in stock market analysis]]></category>
		<guid isPermaLink="false">https://scienmag.com/deep-neural-networks-in-stock-trend-prediction-myth-or-reality/</guid>

					<description><![CDATA[In the relentless quest to decode the enigmatic behavior of the stock market, researchers have long turned to the power of neural networks, seeking predictive patterns hidden within the chaotic flux of pricing data. A recent study by E. Radfar delves deeply into this domain, critically evaluating the fidelity and practicality of deep learning models [&#8230;]]]></description>
										<content:encoded><![CDATA[<p>In the relentless quest to decode the enigmatic behavior of the stock market, researchers have long turned to the power of neural networks, seeking predictive patterns hidden within the chaotic flux of pricing data. A recent study by E. Radfar delves deeply into this domain, critically evaluating the fidelity and practicality of deep learning models that rely on historical chart data to forecast stock trends. The findings challenge prevailing assumptions and illuminate the limitations of conventional approaches while charting a path for future innovation in financial machine learning.</p>
<p>Radfar’s research first addresses the widespread use of Long Short-Term Memory (LSTM) networks in financial time series prediction—a method extensively employed due to its reputed ability to grasp temporal dependencies. The paper rigorously critiques prior works that built on LSTM’s apparent successes, revealing that many claims overstate the model’s real-world effectiveness. Specifically, the study demonstrates how LSTM models, often trained on limited datasets, fail to translate their apparent predictive power when applied to realistic trading environments, leading to misguided expectations among both practitioners and academic circles.</p>
<p>Moving beyond the LSTM paradigm, the study explores two alternative deep learning architectures: transformers and convolutional neural networks (CNNs). These models were chosen for their architectural differences and strengths—the transformer’s capacity for capturing long-range dependencies through attention mechanisms, and CNN’s prowess in identifying local features via convolutional filters. Experimental results reveal that these architectures indeed outperform day-to-day LSTM models in standard forecast accuracy benchmarks. However, an intriguing and somewhat disquieting observation emerged; these refined networks generated forecasts that were largely agnostic to specific historical price movements over the preceding 100 days.</p>
<p>Instead of leveraging nuanced past price changes for predictions, the models gravitated toward learning the average performance metrics intrinsic to each stock, marginally surpassing a simplistic constant price baseline. This suggests that, despite advanced architectures, relying solely on chart data places a ceiling on predictive capability—these networks appear to model &quot;mean reversion&quot; rather than genuine trend following. Consequently, the study underscores an essential limitation of historic price data as a solitary input source: the past is not necessarily a reliable oracle of future price trajectories in complex financial systems.</p>
<p>Radfar’s investigation further contextualizes this limitation by reflecting on the foundational assumptions of technical analysis—a field predicated on the discovery of recurring chart patterns to predict price movement. The findings cast significant doubt on the efficacy of these patterns, suggesting that many recognized signals may emerge as random occurrences rather than meaningful indicators. The apparent randomness reduces confidence in chart-based strategies and instead advocates for integrating multifaceted data sources capable of capturing underlying economic realities more effectively.</p>
<p>The study highlights the imperative role of fundamental analysis, emphasizing that a robust predictive model must synthesize diverse, high-dimensional inputs beyond raw price histories. Critical information streams such as financial statements, political developments, corporate product lifecycles, and broader economic indicators could be encoded into latent representations enriching the model’s contextual grasp. This blend of fundamental and technical features holds promise for transcending the simplistic paradigms of chart analysis and achieving more sophisticated stock trend inferences.</p>
<p>Intriguingly, Radfar remarks on the complexity and chaotic nature of financial markets—qualities that render them fertile testbeds for machine learning benchmarking. The intricacy of financial networks, their deeply entwined correlations across firms and sectors, and the persistent influence of exogenous shocks collectively challenge learning algorithms. Paradoxically, these characteristics, while obfuscating effective prediction, constitute a crucible for honing AI models’ generalizability and resilience.</p>
<p>The paper also distinguishes the operating dynamics of time series models from those of large language models (LLMs), underscoring that the former confront unique difficulties in handling noisy, non-stationary processes intrinsic to stock markets. Despite the recent surge in transformer-based LLMs, time series forecasting demands tailored architectures cognizant of its autoregressive and high volatility context. This reinforces the call for specialized network designs and training protocols attuned to financial temporal data’s idiosyncrasies.</p>
<p>One particularly salient insight revolves around data scale. Radfar’s experiments evince that models trained on limited stock market tickers—commonly the norm in financial machine learning datasets—simply lack the breadth to unearth robust predictive signals. Instead, predictive capability emerges only when models ingest datasets exponentially larger, involving hundreds or thousands of stocks across extensive time horizons. This suggests that sample diversity and volume are paramount, aligning with known “big data” principles but intensifying them in the financial realm.</p>
<p>Moreover, the paper raises critical attention to the evaluation metrics and validation methodologies underpinning financial forecasting research. It argues that research in this domain often overlooks the consequences of false positives and the reliability of positive signals in actual trading scenarios. This can lead to inflated performance perceptions and the adoption of models unfit for deployment—highlighting a pressing need for rigorous, real-world-oriented evaluation frameworks that mirror market complexities and operational constraints.</p>
<p>Radfar’s contribution is thus twofold: first, it filters out inflated claims regarding the predictive power of chart analysis and technical deep learning models; second, it lays the groundwork for more nuanced, integrative approaches marrying fundamental and technical data fusion. The ultimate goal is not merely to outsmart market noise but to construct models capable of navigating the multifactorial drivers influencing asset prices over time.</p>
<p>This study invites the financial AI community to rethink much of what is taken for granted in stock prediction paradigms. The seductive allure of pattern recognition on price charts is tempered with a sober acknowledgment that market behavior is influenced by a broader, interconnected ecosystem. Without incorporating multi-source data and expanding datasets’ scope dramatically, efforts at prediction may remain of limited utility.</p>
<p>In addition to methodological insights, Radfar’s work implicitly critiques the prevailing enthusiasm for “off-the-shelf” deep learning techniques in finance, suggesting that without domain-specific adaptations, these models falter when confronted with market realities. It encourages researchers to embrace interdisciplinary perspectives, weaving financial theory, econometrics, and machine learning into hybrid frameworks that better reflect economic fundamentals and stochastic market dynamics.</p>
<p>For practitioners, the implications are clear: reliance on technical indicators extracted from historical prices alone is insufficient. Successful deployment of algorithmic trading or portfolio management systems demands incorporating robust, external data, enhanced model validation, and considerable scale in training data. Only by navigating these complexities can AI-based financial forecasting approach genuine utility rather than mere academic curiosity.</p>
<p>Lastly, the study’s call for substantially larger datasets and more comprehensive input signals aligns with broader trends across AI research pushing towards data diversity and quantity as critical performance drivers. The stock market may well serve as a crucible for advancing time series forecasting methodologies on a global scale, with lessons extending beyond finance into other complex temporal domains.</p>
<p>Radfar’s revelations provide a reality check against overoptimism in neural network applications for financial trend prediction, highlighting both the challenges confronting the field and pathways forward through richer data integration and scaled experimentation. As stock markets continue to evolve amidst technological and geopolitical shifts, this research frames the cutting edge of AI’s potential and pitfalls in navigating one of the most baffling forecasting frontiers humanity confronts.</p>
<hr />
<p>Subject of Research: Stock market trend prediction using deep neural networks and chart analysis</p>
<p>Article Title: Stock market trend prediction using deep neural network via chart analysis: a practical method or a myth?</p>
<p>Article References:<br />
Radfar, E. Stock market trend prediction using deep neural network via chart analysis: a practical method or a myth?.<br />
<em>Humanit Soc Sci Commun</em> <strong>12</strong>, 662 (2025). <a href="https://doi.org/10.1057/s41599-025-04761-8">https://doi.org/10.1057/s41599-025-04761-8</a></p>
<p>Image Credits: AI Generated</p>
]]></content:encoded>
					
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">44292</post-id>	</item>
	</channel>
</rss>
