IVAIMar 30

Whittaker-Henderson smoother for long satellite image time series interpolation

arXiv:2604.000483.31 citations
Predicted impact top 94% in IV · last 90 daysOriginality Incremental advance
AI Analysis

For remote sensing practitioners, this work addresses practical limitations of the Whittaker smoother by automating parameter tuning and adapting to noise, though the gains over the homoscedastic baseline are incremental.

The paper proposes a differentiable neural layer for the Whittaker-Henderson smoother that learns pixel-specific smoothing parameters and handles heteroscedastic noise via time-varying regularization, enabling large-scale satellite image time series interpolation. Benchmarks show substantial speed and memory improvements over dense solvers, but reconstruction differences with the homoscedastic baseline are limited, indicating the transformer architecture may not capture abrupt noise variations.

Whittaker smoother is a widely adopted solution to pre-process satellite image time series. Yet, two key limitations remain: the smoothing parameter must be tuned individually for each pixel, and the standard formulation assumes homoscedastic noise, imposing uniform smoothing across the temporal dimension. This paper addresses both limitations by casting the Whittaker smoother as a differentiable neural layer, in which the smoothing parameter is inferred by a neural network. The framework is further extended to handle heteroscedastic noise through a time-varying regularization, allowing the degree of smoothing to adapt locally along the time series. To enable large-scale processing, a sparse, memory-efficient, and fully differentiable implementation is proposed, exploiting the symmetric banded structure of the underlying linear system via Cholesky factorization. Benchmarks on GPU demonstrate that this implementation substantially outperforms standard dense linear solvers, both in speed and memory consumption. The approach is validated on SITS acquired over the French metropolitan territory between 2016 and 2024. Results confirm the feasibility of large-scale heteroscedastic Whittaker smoothing, though reconstruction differences with the homoscedastic baseline remain limited, suggesting that the transformer architecture used for smoothing parameter estimation may lack the temporal acuity needed to capture abrupt noise variations such as singleday cloud contamination.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes