Here we present a summary of the method developed and applied in the Brazilian Fire Monitor (starting in 2019).

GENERAL CHARACTERISTICS

The Fire Monitor is the first version of the monthly mapping of fire scars for Brazil, covering the period from 2019 onwards, based on monthly mosaics of Sentinel 2 multispectral images with spatial resolution of 10. The entire process was carried out collaboratively between the MapBiomas network institutions and using machine learning algorithms (deep learning) through the Google Earth Engine platform and Google Cloud Storage, which offer immense computational and cloud processing capacity.
The classification was organized by biomes and regions, collecting samples of burned and unburned areas to train the algorithm by regions. The method used was based on Collection 1, the respective paper published by Alencar et al. 2022.

2. METHOD OVERVIEW

The satellite image processing and classification routines used to map the monthly burned areas in the Brazilian territory followed six steps, based on the method according to Alencar et al. 2022, which includes: (1) definition of the classification regions by biome, (2) construction of monthly Sentinel image quality mosaics, (3) collection of training samples containing spectral signatures of burned and unburned areas, (4) training and development of the deep neural network prediction model (DNN-Deep Neural Network), (5) use of post-classification routines with masks and spatial filters, and (6) evaluation of the results.
The diagram below illustrates the main steps and platforms used to classify burned areas in Brazilian biomes on a monthly basis.


2.1. DEFINITION OF REGIONS BY BIOME

For each biome, regions were defined to collect training samples and classify burned areas by region to obtain a more accurate classification based on edaphoclimatic factors and regional vegetation. The following regions were defined for each biome:

2.2. SENTINEL MONTHLY MOSAICS

Monthly fire scar classification was performed using Sentinel 2 monthly mosaics. To remove cloud noise a Sentinel 2 cloud probability collection ("COPERNICUS/S2_CLOUD_PROBABILITY"), created with the Sentinel2-cloud-detector library (using LightGBM), was used, where higher values are more likely to be clouds or highly reflective surfaces.
To create the monthly mosaics, the composition of all available images of the month into a single image was performed, using the minimum spectral index NBR (Normalized Burn Ratio). For the monthly fire scars classification, a potential monthly area for mapping was also defined, from a 5 km buffer around the hotspots of all satellites available by INPE.

2.3. SAMPLE COLLECTION

This step consists of collecting training sample polygons of burned and unburned areas in the Sentinel mosaics for each biome region, to be used for training the classification model

2.4. CLASSIFICATION

The classification model used was the Deep Neural Network (DNN), which consists of computational models based on mathematical calculations capable of deep learning and visual pattern recognition. The structure used was the Multi-Layer Perceptron Network (MLPN). For this DNN model the input layers were the spectral bands RED, NIR, SWIR1 and SWIR2, and the output layers were the burned and unburned classes.

2.5. POST-CLASSIFICATION

After evaluating the classification results, post-classification masks were also applied to reduce possible commission errors. Rules were defined per biome to remove pixels that classified as burned in the distinct land cover and land use classes of MapBiomas Collection 7.0, as follows:

  • Amazon: Rivers Lakes oceans, Urbanized area, Mining;
  • Caatinga: Rivers Lakes Ocean, Aquaculture, Rock Outcropping;
  • Cerrado: Rivers Ocean Lakes, Aquaculture, Urbanized Area;
  • Atlantic Rainforest: Rivers Ocean Lakes, Aquaculture, Urbanized Area, Rice, Mining;
  • Pampa: Rivers Ocean Lakes, Aquaculture, Urbanized Area, Mosaic of Agriculture and Pastures, Rice, Soybeans, Other Temporary Crops;
  • Pantanal: Rivers Ocean Lakes, Soybeans, Other Temporary Crops.

2.6. RATING ASSESSMENT

Assessments of the classification of monthly burn scars were performed with Sentinel images, with visual inspection, statistics, and relationship with MapBiomas land cover and land use data, and comparison with reference maps (MODIS, INPE, FIRMS, FireCCi, MapBiomas Collection 1).

3. HOW TO ACCESS THE DATA

The data can be accessed on the MapBiomas platform (https://mapbiomas.org/) and the asset on Google Earth Engine (projects/mapbiomas-workspace/FOGO/MONITORAMENTO/collection-fire-monthly-sentinel2-v3).