LGMLJan 30, 2019

End-to-End Learned Early Classification of Time Series for In-Season Crop Type Mapping

arXiv:1901.10681v289 citationsHas Code
Originality Incremental advance
AI Analysis

This work addresses the need for timely predictions in remote sensing applications like crop monitoring, offering a modular solution that can be integrated into existing models, though it is incremental in nature.

The paper tackles the problem of early classification in time series for crop type mapping, presenting ELECTS, a model that balances earliness and accuracy, achieving state-of-the-art accuracy while significantly reducing data requirements.

Remote sensing satellites capture the cyclic dynamics of our Planet in regular time intervals recorded in satellite time series data. End-to-end trained deep learning models use this time series data to make predictions at a large scale, for instance, to produce up-to-date crop cover maps. Most time series classification approaches focus on the accuracy of predictions. However, the earliness of the prediction is also of great importance since coming to an early decision can make a crucial difference in time-sensitive applications. In this work, we present an End-to-End Learned Early Classification of Time Series (ELECTS) model that estimates a classification score and a probability of whether sufficient data has been observed to come to an early and still accurate decision. ELECTS is modular: any deep time series classification model can adopt the ELECTS conceptual idea by adding a second prediction head that outputs a probability of stopping the classification. The ELECTS loss function then optimizes the overall model on a balanced objective of earliness and accuracy. Our experiments on four crop classification datasets from Europe and Africa show that ELECTS allows reaching state-of-the-art accuracy while reducing the quantity of data massively to be downloaded, stored, and processed. The source code is available at https://github.com/marccoru/elects.

Code Implementations2 repos
Foundations

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

Your Notes