paper-with-me

홈 › Papers

Forecasting Geopolitical Events with a Sparse Temporal Fusion Transformer and Gaussian Process Hybrid: A Case Study in Middle Eastern and U.S. Conflict Dynamics

2025-06-26 · Hsin-Hsiung Huang, Hayden Hampton

Forecasting geopolitical conflict from data sources like the Global Database of Events, Language, and Tone (GDELT) is a critical challenge for national security. The inherent sparsity, burstiness, and overdispersion of such data cause standard deep learning models, including the Temporal Fusion Transformer (TFT), to produce unreliable long-horizon predictions. We introduce STFT-VNNGP, a hybrid architecture that won the 2023 Algorithms for Threat Detection (ATD) competition by overcoming these limitations. Designed to bridge this gap, our model employs a two-stage process: first, a TFT captures complex temporal dynamics to generate multi-quantile forecasts. These quantiles then serve as informed inputs for a Variational Nearest Neighbor Gaussian Process (VNNGP), which performs principled spatiotemporal smoothing and uncertainty quantification. In a case study forecasting conflict dynamics in the Middle East and the U.S., STFT-VNNGP consistently outperforms a standalone TFT, showing a superior ability to predict the timing and magnitude of bursty event periods, particularly at long-range horizons. This work offers a robust framework for generating more reliable and actionable intelligence from challenging event data, with all code and workflows made publicly available to ensure reproducibility.

📄 PDF Abstract BibTeX arXiv:2506.20935

Code (0)

등록된 구현이 없습니다.

Tasks

Uncertainty Quantification

Methods 이 논문이 사용한 방법론

Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…
Dropout Dropout is a regularization technique for neural networks that drops a unit (along with connections) at training time with a specified probability $p$ (a common value is…
Absolute Position Encodings Absolute Position Encodings are a type of position embeddings for [Transformer-based models] where positional encodings are…
Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…
BPE Byte Pair Encoding, or BPE, is a subword segmentation algorithm that encodes rare and unknown words as sequences of subword units. The intuition is that various word…
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Label Smoothing Label Smoothing is a regularization technique that introduces noise for the labels. This accounts for the fact that datasets may have mistakes in them, so maximizing the…
Transformer A Transformer is a model architecture that eschews recurrence and instead relies entirely on an [attention…

Similar Papers 제목 키워드 기반

Toward Better Temporal Structures for Geopolitical Events Forecasting

2026-01-01 · Kian Ahrabian, Eric Boxer, Jay Pujara arxiv

Forecasting on geopolitical temporal knowledge graphs (TKGs) through the lens of large language models (LLMs) has recently gained traction. While TKGs and their generalization, hyper-relational temporal knowledge graphs …

Knowledge Graphs

ThinkTank-ME: A Multi-Expert Framework for Middle East Event Forecasting

2026-01-22 · Haoxuan Li, He Chang, Yunshan Ma, Yi Bin 외 arxiv

Event forecasting is inherently influenced by multifaceted considerations, including international relations, regional historical dynamics, and cultural contexts. However, existing LLM-based approaches employ single-mode…

From Noise to Precision: A Diffusion-Driven Approach to Zero-Inflated Precipitation Prediction

2025-09-01 · Wentao Gao, Jiuyong Li, Lin Liu, Thuc Duy Le 외 arxiv

Zero-inflated data pose significant challenges in precipitation forecasting due to the predominance of zeros with sparse non-zero events. To address this, we propose the Zero Inflation Diffusion Framework (ZIDF), which i…

Precipitation Forecasting

Supply Chain Forecasting in a Fast-Moving Global Economy: Review, Limits and Future Directions

2023-09-01 · International Conference on Automation and Computing (ICAC) 2023 9 · Bilel Abderrahmane Benziane, Benoit Lardeux, Maher Jridi, Ayoub Mcharek

The supply chain demand forecasting field has evolved to meet customer demand, preventing lost sales opportunities, and reducing maintenance costs. However, the large number of supply chain components (producers, vendors…

Demand Forecasting

Scalable high-resolution forecasting of sparse spatiotemporal events with kernel methods: a winning solution to the NIJ "Real-Time Crime Forecasting Challenge"

2018-01-09 · Seth Flaxman, Michael Chirico, Pau Pereira, Charles Loeffler

We propose a generic spatiotemporal event forecasting method, which we developed for the National Institute of Justice's (NIJ) Real-Time Crime Forecasting Challenge. Our method is a spatiotemporal forecasting model combi…

Density EstimationGaussian Processes