paper-with-me

Papers

A novel forecasting framework combining virtual samples and enhanced Transformer models for tourism demand forecasting

2025-03-25 · Tingting Diao, Xinzhang Wu, Lina Yang, Ling Xiao, Yunxuan Dong

Accurate tourism demand forecasting is hindered by limited historical data and complex spatiotemporal dependencies among tourist origins. A novel forecasting framework integrating virtual sample generation and a novel Transformer predictor addresses constraints arising from restricted data availability. A spatiotemporal GAN produces realistic virtual samples by dynamically modeling spatial correlations through a graph convolutional network, and an enhanced Transformer captures local patterns with causal convolutions and long-term dependencies with self-attention,eliminating autoregressive decoding. A joint training strategy refines virtual sample generation based on predictor feedback to maintain robust performance under data-scarce conditions. Experimental evaluations on real-world daily and monthly tourism demand datasets indicate a reduction in average MASE by 18.37% compared to conventional Transformer-based models, demonstrating improved forecasting accuracy. The integration of adaptive spatiotemporal sample augmentation with a specialized Transformer can effectively address limited-data forecasting scenarios in tourism management.

📄 PDF Abstract BibTeX arXiv:2503.19423

Code (0)

등록된 구현이 없습니다.

Tasks

Demand ForecastingManagement

Methods 이 논문이 사용한 방법론

Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Multi-Head Attention 설명 없음
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…
Absolute Position Encodings Absolute Position Encodings are a type of position embeddings for [Transformer-based models] where positional encodings are…
Residual Connection 설명 없음
Adam 설명 없음
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…
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…

Similar Papers 제목 키워드 기반

Deep Learning Enhanced Realized GARCH

2023-02-16 · Chen Liu, Chao Wang, Minh-Ngoc Tran, Robert Kohn

We propose a new approach to volatility modeling by combining deep learning (LSTM) and realized volatility measures. This LSTM-enhanced realized GARCH framework incorporates and distills modeling advances from financial …

Bayesian InferenceDeep LearningEconometrics

Deep Learning Enhanced Multivariate GARCH

2025-06-03 · Haoyuan Wang, Chen Liu, Minh-Ngoc Tran, Chao Wang

This paper introduces a novel multivariate volatility modeling framework, named Long Short-Term Memory enhanced BEKK (LSTM-BEKK), that integrates deep learning into multivariate GARCH processes. By combining the flexibil…

Deep Learning

Conformalized Transfer Learning for Li-ion Battery State of Health Forecasting under Manufacturing and Usage Variability

2026-03-25 · Samuel Filgueira da Silva, Mehmet Fatih Ozkan, Faissal El Idrissi, Marcello Canova arxiv

Accurate forecasting of state-of-health (SOH) is essential for ensuring safe and reliable operation of lithium-ion cells. However, existing models calibrated on laboratory tests at specific conditions often fail to gener…

Transfer LearningDomain Adaptation

Enhanced N-BEATS for Mid-Term Electricity Demand Forecasting

2024-12-02 · Mateusz Kasprzyk, Paweł Pełka, Boris N. Oreshkin, Grzegorz Dudek

This paper presents an enhanced N-BEATS model, N-BEATS*, for improved mid-term electricity load forecasting (MTLF). Building on the strengths of the original N-BEATS architecture, which excels in handling complex time se…

Demand ForecastingLoad ForecastingTime Series

Trade When Opportunity Comes: Price Movement Forecasting via Locality-Aware Attention and Iterative Refinement Labeling

2021-07-26 · Liang Zeng, Lei Wang, Hui Niu, Ruchen Zhang 외

Price movement forecasting, aimed at predicting financial asset trends based on current market information, has achieved promising advancements through machine learning (ML) methods. Most existing ML methods, however, st…

Metric LearningTime Series Analysis