Skip to main content

Jesper Muren: Fast automatic deforestation detection

MSc Thesis Presentation

Time: Thu 2021-06-10 10.35

Location: Zoom, meeting ID: 646 0130 8139

Respondent: Jesper Muren

Supervisor: Dmitry Otryakhin

Export to calendar

Abstract

The aim of this thesis is to create algorithms for automatic deforesta- tion. The detection of forests, or the lack thereof, is interesting in many ways. Presumably everyone is aware of the ongoing climate crisis and our forests role in mitigating it. It may also be of interest to land owners managing crop portfolios, cities measuring percentages of park areas in the city or detection of natural disasters such as wildfires. In this thesis we propose two algorithms using high altitude images for this purpose. The two algorithms include one parametric and one non parametric. The parametric model assumes independent stable distributions for the color intensities of the pixels of forest images. It uses the Cramér-von Mises test statistic and obtained 96.7% accuracy when separating forest and non forest in the test set. The non parametric model uses the squared Maha- lanobis distance and obtained an accuracy of 98.4% on the test set. The thesis is also accompanied by a small R package including the proposed algorithms.