TL;DR
This paper introduces an ODE-RNN model combining neural ordinary differential equations with recurrent neural networks to improve crop classification accuracy from irregularly sampled satellite image sequences, especially under cloud cover.
Contribution
It presents a novel ODE-RNN approach that models continuous latent dynamics, enabling better handling of irregular sampling and early-season forecasting in crop classification.
Findings
ODE-RNN outperforms LSTM, GRU, and temporal convolution baselines.
Significant accuracy gains in scenarios with few observations.
Enhanced early-season classification through better extrapolation.
Abstract
Optical satellite sensors cannot see the Earth's surface through clouds. Despite the periodic revisit cycle, image sequences acquired by Earth observation satellites are therefore irregularly sampled in time. State-of-the-art methods for crop classification (and other time series analysis tasks) rely on techniques that implicitly assume regular temporal spacing between observations, such as recurrent neural networks (RNNs). We propose to use neural ordinary differential equations (NODEs) in combination with RNNs to classify crop types in irregularly spaced image sequences. The resulting ODE-RNN models consist of two steps: an update step, where a recurrent unit assimilates new input data into the model's hidden state; and a prediction step, in which NODE propagates the hidden state until the next observation arrives. The prediction step is based on a continuous representation of the…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
MethodsTemporal Dropout or TempD · Tanh Activation · Sigmoid Activation · Long Short-Term Memory · Gated Recurrent Unit
