ReinforceNS: Reinforcement Learning-Based Multi-Start Neighborhood Search for Solving the Traveling Thief Problem

Abstract

Time series forecasting models are becoming increasingly prevalent due to their critical role in decision-making across various domains. However, most existing approaches represent the coupled temporal patterns, often neglecting the distinction between their specific components. In particular, fluctuating patterns and smooth trends within time series exhibit distinct characteristics. In this work, to model complicated temporal patterns, we propose a Conditional Denoising Polynomial Modeling (CDPM) framework, where probabilistic diffusion models and deterministic linear models are trained end-to-end. Instead of modeling the coupled time series, CDPM decomposes it into trend and seasonal components for modeling them separately. To capture the fluctuating seasonal component, we employ a probabilistic diffusion model based on statistical properties from the historical window. For the smooth trend component, a module is proposed to enhance linear models by incorporating historical dependencies, thereby preserving underlying trends and mitigating noise distortion. Extensive experiments conducted on six benchmarks demonstrate the effectiveness of our framework, highlighting the potential of combining probabilistic and deterministic models. Our code is available at https://github.com/zjt-gpu/CDPM.

Cite

Text

Wu et al. "ReinforceNS: Reinforcement Learning-Based Multi-Start Neighborhood Search for Solving the Traveling Thief Problem." International Joint Conference on Artificial Intelligence, 2024. doi:10.24963/ijcai.2024/778

Markdown

[Wu et al. "ReinforceNS: Reinforcement Learning-Based Multi-Start Neighborhood Search for Solving the Traveling Thief Problem." International Joint Conference on Artificial Intelligence, 2024.](https://mlanthology.org/ijcai/2024/wu2024ijcai-reinforcens/) doi:10.24963/ijcai.2024/778

BibTeX

@inproceedings{wu2024ijcai-reinforcens,
  title     = {{ReinforceNS: Reinforcement Learning-Based Multi-Start Neighborhood Search for Solving the Traveling Thief Problem}},
  author    = {Wu, Tao and Cui, Huachao and Guan, Tao and Wang, Yuesong and Jin, Yan},
  booktitle = {International Joint Conference on Artificial Intelligence},
  year      = {2024},
  pages     = {7038-7046},
  doi       = {10.24963/ijcai.2024/778},
  url       = {https://mlanthology.org/ijcai/2024/wu2024ijcai-reinforcens/}
}