Accurate, timely detection of deforestation events is a policy-critical function for environmental regulators, conservation organizations, and carbon market project developers operating in tropical forest jurisdictions. The fundamental technical challenge is distinguishing genuine vegetation loss (deforestation, forest degradation, fire disturbance) from temporary NDVI suppression caused by cloud cover, seasonal phenology variation, and agricultural cycles — all of which produce similar spectral signatures in short time-window analysis.
Two algorithms have emerged as the primary methodological standards for time-series change detection in environmental remote sensing. BFAST (Breaks For Additive Season and Trend) decomposes the NDVI time-series into trend, seasonal, and remainder components using STL decomposition, then applies the OLS-MOSUM structural break test to identify statistically significant changes in the trend component. CCDC (Continuous Change Detection and Classification) fits harmonic regression models to multi-spectral reflectance time-series using LASSO regularization, then flags observations that deviate from model predictions by more than three RMSE as potential change events, requiring consecutive flagged observations to confirm a genuine change.
This study applied both algorithms to a 2.3 million hectare study area spanning the Brazilian state of Pará — encompassing a gradient from intact Amazonian primary forest through active deforestation frontiers to secondary forest regrowth and degraded forest — using the full Landsat 5/7/8/9 archive from 2000 to 2024 at 30m resolution. Reference data comprised 2,400 visually interpreted sample points stratified across land cover and change classes.
BFAST achieved a deforestation detection rate (user's accuracy) of 87% with a 12% false positive rate and a mean detection lag of 8.4 months from actual deforestation event to algorithm detection. CCDC achieved a detection rate of 93% with a 7% false positive rate and a mean detection lag of 4.1 months. CCDC's superior performance is attributable to its multi-spectral input design — incorporating SWIR bands that are sensitive to canopy moisture content — and its ability to handle the cloud-contaminated Landsat archive in tropical regions more robustly than the NDVI-only BFAST approach.
For near-real-time deforestation alert systems (required for EUDR supply chain due diligence and jurisdictional REDD+ programmes), CCDC's 4.1-month detection lag remains too slow for operational alert generation. The study recommends a hybrid approach: CCDC for baseline annual change assessment and accuracy-critical applications, augmented by a convolutional LSTM architecture trained on Sentinel-2 10-day composites for near-real-time alert generation at 10m resolution.
