<?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>Time Series Archives - Zorost Intelligence | AI, Cloud &amp; Data Experts</title>
	<atom:link href="https://zorost.com/tag/time-series/feed/" rel="self" type="application/rss+xml" />
	<link>https://zorost.com/tag/time-series/</link>
	<description>Production AI systems for aviation, manufacturing, pharma, government, finance, freight, and geopolitical intelligence.</description>
	<lastBuildDate>Wed, 20 May 2026 18:52:41 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=7.0</generator>

<image>
	<url>https://zorost.com/wp-content/uploads/2025/08/ZOROST-Intel-Logo3_512-150x150.png</url>
	<title>Time Series Archives - Zorost Intelligence | AI, Cloud &amp; Data Experts</title>
	<link>https://zorost.com/tag/time-series/</link>
	<width>32</width>
	<height>32</height>
</image> 
<site xmlns="com-wordpress:feed-additions:1">81719879</site>	<item>
		<title>Modeling Delay Cascades with Spatial-Temporal Gnns</title>
		<link>https://zorost.com/delay-cascades-spatial-temporal-gnn/</link>
		
		<dc:creator><![CDATA[Zorost Intelligence]]></dc:creator>
		<pubDate>Tue, 18 Nov 2025 09:00:00 +0000</pubDate>
				<category><![CDATA[Aviation Intelligence]]></category>
		<category><![CDATA[AeroFarr]]></category>
		<category><![CDATA[Graph Neural Networks]]></category>
		<category><![CDATA[Network Analysis]]></category>
		<category><![CDATA[PyTorch Geometric]]></category>
		<category><![CDATA[Time Series]]></category>
		<guid isPermaLink="false">https://zorost.com/delay-cascades-spatial-temporal-gnn/</guid>

					<description><![CDATA[<p>Delays propagate through the U.S. airport network in non-obvious ways. Here is how a Spatial-Temporal Graph Dual-Attention Network learns which connections actually carry disruption load.</p>
<p>The post <a href="https://zorost.com/delay-cascades-spatial-temporal-gnn/">Modeling Delay Cascades with Spatial-Temporal Gnns</a> appeared first on <a href="https://zorost.com">Zorost Intelligence | AI, Cloud &amp; Data Experts</a>.</p>
]]></description>
										<content:encoded><![CDATA[<blockquote>
<p><strong>Pull-quote:</strong> &#8220;A cascade is not a sequence of events; it is a graph. Treating it as anything else loses the structure.&#8221;</p>
</blockquote>
<h4>Why this matters</h4>
<p>A weather event at one hub doesn&#8217;t just cause local delays. Within hours, it ripples through dozens of downstream airports — and the ripple does not follow great-circle distance. It follows the graph of <em>operations</em>: which airline operates which crews where, which gates feed which routes, which cargo terminals connect to which hubs. The graph is non-obvious and non-stationary.</p>
<p>Treating cascade prediction as a tabular regression problem misses the structure. Treating it as a sequence model misses the spatial pattern. We use a <strong>spatial-temporal graph neural network</strong>.</p>
<h4>Architecture</h4>
<p>The model is a <strong>Spatial-Temporal Graph Dual-Attention Network (SGDAN)</strong> built on <strong>PyTorch Geometric</strong>. Three things are happening at once:</p>
<ol>
<li><strong>Spatial attention</strong> over edges in the airport graph — which connections carry disruption load right now</li>
<li><strong>Temporal attention</strong> over the recent history — which past time slices are most predictive of the next</li>
<li><strong>Dual heads</strong> — one for short-horizon (0–60 min) cascade probability, one for medium-horizon (1–6 h)</li>
</ol>
<p>The graph is built from operational adjacency, not great-circle distance. Edges carry weights — operational throughput, recent congestion signals, and route-criticality measures.</p>
<h4>Training data</h4>
<p><strong>29.6 million public-domain flight records</strong> spanning 2022–2025. Records are aligned to a temporal graph snapshot — for every hour, the network state is captured as a graph with weighted edges and node-level features.</p>
<h4>What the attention weights tell us</h4>
<p>The most useful by-product of this architecture is the <strong>interpretability</strong> of the attention weights. After a cascade, you can ask the model: <em>which paths through the network were responsible for the propagation?</em> It returns the top-K edges with attention weights — letting an analyst trace the actual mechanism, not just observe the symptom.</p>
<p>This matters for operational reviews. After a major disruption day, you can reconstruct the propagation path. After a minor one, you can spot patterns that are accumulating into a major disruption.</p>
<h4>Calibration</h4>
<p>GNN outputs are calibrated alongside the rest of the AeroFarr stack. The cascade probabilities pass through the same calibration pipeline (Platt scaling on a holdout slice) so that the cascade head is in the same probability scale as the gate / severity heads.</p>
<h4>Closing</h4>
<p>A cascade is a graph problem. We treat it as a graph problem. The result is a model whose outputs are not just predictions but explanations — and whose explanations are usable for operational debriefs.</p>
<hr>
<p>The post <a href="https://zorost.com/delay-cascades-spatial-temporal-gnn/">Modeling Delay Cascades with Spatial-Temporal Gnns</a> appeared first on <a href="https://zorost.com">Zorost Intelligence | AI, Cloud &amp; Data Experts</a>.</p>
]]></content:encoded>
					
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">24283</post-id>	</item>
	</channel>
</rss>
