<?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>TimeXer &#8211; Science</title>
	<atom:link href="https://scienmag.com/tag/timexer/feed/" rel="self" type="application/rss+xml" />
	<link>https://scienmag.com</link>
	<description></description>
	<lastBuildDate>Sun, 13 Sep 2026 00:06:57 +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>TimeXer &#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>AI Model Sharpens Stock Forecasts With Convolutional Boost and Differential Attention</title>
		<link>https://scienmag.com/ai-model-sharpens-stock-forecasts-with-convolutional-boost-and-differential-attention/</link>
		
		<dc:creator><![CDATA[Denise Maddox]]></dc:creator>
		<pubDate>Sun, 13 Sep 2026 00:06:57 +0000</pubDate>
				<category><![CDATA[Technology and Engineering]]></category>
		<category><![CDATA[attention mechanisms]]></category>
		<category><![CDATA[auxiliary variable filtering in stock analysis]]></category>
		<category><![CDATA[Chinese A-share stocks]]></category>
		<category><![CDATA[Chinese and U.S. stock market prediction]]></category>
		<category><![CDATA[closing price prediction]]></category>
		<category><![CDATA[convolutional neural networks for stock prediction]]></category>
		<category><![CDATA[deep learning]]></category>
		<category><![CDATA[deep learning in finance]]></category>
		<category><![CDATA[differential attention]]></category>
		<category><![CDATA[differential attention mechanisms]]></category>
		<category><![CDATA[enhanced accuracy in stock price forecasting]]></category>
		<category><![CDATA[hybrid AI architectures for finance]]></category>
		<category><![CDATA[local price dynamics modeling]]></category>
		<category><![CDATA[multivariate time series]]></category>
		<category><![CDATA[multivariate time series forecasting]]></category>
		<category><![CDATA[noise reduction in stock market data]]></category>
		<category><![CDATA[Panzhihua University]]></category>
		<category><![CDATA[stock market forecasting]]></category>
		<category><![CDATA[temporal convolutional network]]></category>
		<category><![CDATA[TimeXer]]></category>
		<category><![CDATA[transformer models]]></category>
		<category><![CDATA[transformer-based financial models]]></category>
		<category><![CDATA[U.S.-listed stocks]]></category>
		<guid isPermaLink="false">https://scienmag.com/?p=199848</guid>

					<description><![CDATA[Researchers have enhanced the TimeXer forecasting model with a temporal convolutional network and differential attention, achieving lower stock prediction errors across Chinese and U.S. equities.]]></description>
										<content:encoded><![CDATA[<p>Financial markets are among the most unforgiving proving grounds for artificial intelligence. Prices move in patterns that are partly rhythmic and partly chaotic, and the auxiliary signals that seem to explain them—trading volumes, sector indices, macroeconomic indicators—can be just as noisy as the target series itself. A new study published in Complex &amp; Intelligent Systems tackles this dual challenge head-on, presenting an upgraded architecture called DAT-TimeXer that refines how deep learning models capture fleeting local price dynamics while filtering out unreliable relationships among market variables. The work, led by Sixing Liu, Quanxiang Lan, Jing Zhang, and Wei Feng of Panzhihua University in Sichuan, China, demonstrates measurable gains in forecasting closing prices across both Chinese A-share equities and U.S.-listed stocks.</p>
<p>The starting point for the research is TimeXer, a transformer-based framework that has attracted attention for its elegant division of labor in multivariate time series forecasting. TimeXer separates the problem into two branches: an endogenous branch, or Endo branch, dedicated to modeling the target sequence itself, and an exogenous branch, or Exo branch, that handles interactions with auxiliary variables. This Endo/Exo dual-branch design acknowledges a fundamental truth of financial modeling—the variable you want to predict behaves differently from the variables that merely correlate with it. By keeping the target-sequence dynamics in a protected channel, TimeXer avoids letting noisy external signals contaminate the core representation of the series being forecast.</p>
<p>Yet the authors identified two structural weaknesses in the original design. First, TimeXer relies on patch-level tokenization, chopping the input sequence into segments that the transformer processes as tokens. While efficient, this coarse-grained approach can underrepresent fine-grained local transitions—the sharp, short-lived moves that often carry the most actionable information in stock data. Second, the standard attention mechanism in the Exo branch treats all auxiliary variables through a single learned attention map, which can be sensitive to redundant or weakly informative inputs. In markets, where dozens of correlated indicators compete for the model&#8217;s attention, such sensitivity can amplify unstable cross-variable relations rather than suppress them.</p>
<p>DAT-TimeXer addresses the first weakness by inserting a temporal convolutional network, or TCN, before the tokenization stage. TCNs are well suited to this role because they encode causal and dilated local temporal patterns directly at the original resolution of the data. Causal convolutions ensure that the model only looks backward in time, preserving the integrity of forecasting, while dilated convolutions stack layers with exponentially increasing gaps, allowing the network to capture patterns across multiple time scales without sacrificing fine detail. By enriching the representation with these local features before the sequence is divided into patches, the TCN acts as a kind of high-fidelity preprocessor that guarantees the subtle, rapid transitions in closing prices survive the tokenization step intact.</p>
<p>The second innovation applies multi-head differential attention exclusively to the Exo branch. Differential attention is a relatively new concept in deep learning: instead of computing a single attention map per head, the mechanism computes two independently learned attention maps and contrasts them, taking their difference as the effective attention. The intuition is that genuine, informative dependencies will appear consistently in both maps, while noise-driven spurious attention will tend to cancel out. Applied to the auxiliary variables, this subtraction-based refinement filters redundant or weakly informative market signals before they ever interact with the Endo branch, all while leaving the target-sequence dynamics in the Endo branch untouched. The result is a cleaner, more disciplined exchange of information between the two branches of the model.</p>
<p>The experimental design reflects a careful concern for realism. The researchers evaluated the model on three Chinese A-share series and nine U.S.-listed stocks, using chronological splits rather than random shuffling—a critical choice in financial machine learning, since random splits allow the model to inadvertently peek at future information. Feature screening was performed using training data only, further guarding against information leakage. The team tested both one-step forecasting, where the model predicts the next closing price, and multi-step forecasting at horizons of 1, 3, 5, and 10 time steps, covering the short-term windows that matter most to traders and quantitative analysts.</p>
<p>The results were consistent. DAT-TimeXer achieved the lowest mean forecasting errors among all compared models in the one-step evaluations, and it maintained lower errors across every evaluated multi-step horizon. To ensure the gains were not artifacts of a single market regime or a lucky configuration, the authors conducted cross-asset ablation studies, chronological subperiod analyses, and statistical significance testing. Attention visualizations provided additional evidence that the differential attention module was genuinely refining auxiliary-variable dependencies rather than merely redistributing noise. The ablations confirmed that the two added components—pre-tokenization TCN enhancement and Exo-specific differential attention—contribute complementary benefits, each addressing a distinct failure mode of the baseline architecture.</p>
<p>Notably, the improvements did not come at an extravagant computational price. The added components introduce only moderate overhead relative to the original TimeXer, an important consideration for practitioners who must retrain and recalibrate forecasting models regularly as market conditions evolve. The authors have made the code available from the corresponding author upon reasonable request, and the paper itself is published open access under a Creative Commons Attribution 4.0 license, allowing researchers and quantitative developers to examine, reproduce, and build upon the work. The study was supported in part by the Panzhihua Key Laboratory of &#8220;Internet Plus&#8221; Big Data and Artificial Intelligence, the Sichuan Education Information Technology Project, the Panzhihua University Teaching and Research Project, and the Sichuan Provincial Engineering and Technology Center for Vanadium and Titanium Materials Project.</p>
<p>Beyond its immediate results, the study offers a broader lesson for the field of time series forecasting: architectural choices matter most when they respect the structure of the data. Patch-based transformers excel at long-range dependencies but can blur local detail; attention mechanisms excel at variable selection but can be seduced by redundancy. DAT-TimeXer shows that these weaknesses are not inherent limits but engineering problems with targeted solutions—a convolutional front end to preserve resolution, and differential attention to subtract noise from signal. As machine learning continues to migrate into domains where the cost of a bad prediction is measured in real money, this kind of structure-aware adaptation may prove more valuable than ever-larger models. For now, the work stands as a compelling demonstration that sometimes the smartest way to see the future of a market is to look more carefully—and more skeptically—at everything around it.</p>
<p><strong>Subject of Research:</strong> Enhancing the TimeXer transformer with temporal convolutional networks and differential attention for multivariate stock price forecasting</p>
<p><strong>Article Title:</strong> Enhancing TimeXer with TCN and differential attention for multivariate stock forecasting</p>
<p><strong>Article References:</strong> Liu, S., Lan, Q., Zhang, J., &amp; Feng, W. (2026). Enhancing TimeXer with TCN and differential attention for multivariate stock forecasting. <em>Complex &amp;amp; Intelligent Systems</em>. <a href="https://doi.org/10.1007/s40747-026-02500-3" rel="noopener noreferrer">https://doi.org/10.1007/s40747-026-02500-3</a></p>
<p><strong>Image Credits:</strong> AI Generated</p>
<p><strong>DOI:</strong> <a href="https://doi.org/10.1007/s40747-026-02500-3" rel="noopener noreferrer">10.1007/s40747-026-02500-3</a></p>
<p><strong>Keywords:</strong> stock market forecasting, multivariate time series, TimeXer, temporal convolutional network, differential attention, transformer models, deep learning, closing price prediction, Chinese A-share stocks, U.S.-listed stocks, attention mechanisms, Panzhihua University</p>
]]></content:encoded>
					
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">199848</post-id>	</item>
	</channel>
</rss>
