English

Efficient Wind Speed Nowcasting with GPU-Accelerated Nearest Neighbors Algorithm

Machine Learning 2022-02-23 v2

Abstract

This paper proposes a simple yet efficient high-altitude wind nowcasting pipeline. It processes efficiently a vast amount of live data recorded by airplanes over the whole airspace and reconstructs the wind field with good accuracy. It creates a unique context for each point in the dataset and then extrapolates from it. As creating such context is computationally intensive, this paper proposes a novel algorithm that reduces the time and memory cost by efficiently fetching nearest neighbors in a data set whose elements are organized along smooth trajectories that can be approximated with piece-wise linear structures. We introduce an efficient and exact strategy implemented through algebraic tensorial operations, which is well-suited to modern GPU-based computing infrastructure. This method employs a scalable Euclidean metric and allows masking data points along one dimension. When applied, this method is more efficient than plain Euclidean k-NN and other well-known data selection methods such as KDTrees and provides a several-fold speedup. We provide an implementation in PyTorch and a novel data set to allow the replication of empirical results.

Keywords

Cite

@article{arxiv.2112.10408,
  title  = {Efficient Wind Speed Nowcasting with GPU-Accelerated Nearest Neighbors Algorithm},
  author = {Arnaud Pannatier and Ricardo Picatoste and François Fleuret},
  journal= {arXiv preprint arXiv:2112.10408},
  year   = {2022}
}

Comments

9 pages, 5 figures, accepted at Siam Data Mining 2022 (SDM 2022)

R2 v1 2026-06-24T08:24:14.294Z