forked from zemlni/topology
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathProject Proposal.tex
More file actions
35 lines (27 loc) · 5.57 KB
/
Copy pathProject Proposal.tex
File metadata and controls
35 lines (27 loc) · 5.57 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
\documentclass[11pt]{article}
\usepackage[backend=bibtex,style=verbose-trad2]{biblatex}
\bibliography{Bibliography}
\title{Project Proposal}
\author{Samuel Pease, Eva Arroyo, Nikita Zemlevskiy}
\date{3/9/2017}
\begin{document}
\maketitle
\newpage
\section*{Questions:}
\begin{enumerate}
\item Compare persistent homology of LiDAR of disturbed versus old growth forests\\
\item Try and predict forest types (category of forest) by looking at persistent homology of LiDAR of different forest types\\
\item Use persistent homologies of forest types to predict biomass and net primary productivity (NPP), compare this to traditionally used methods.\\
\end{enumerate}
The advent of LiDAR has allowed ecologists to create spatially explicit models of forest canopy heights remotely. LiDAR functions by sending a burst of infrared light and recording the time it takes for light to return to the source, then using this to determine the distance the source is away from the detector \autocite{baltsavias1999}. By using this technology in planes flying over land surface, ecologists can obtain data of the maximum canopy height across a forest, improving previous methods of assessing forest structure and size from a ground transect. This allows a more precise picture of the complex predictors of biomass and net primary productivity, crucial measures for understanding ecosystem functioning and carbon sequestration. In addition, these can allow for large scale ecosystem classification which can improve our ability to make planetary and local carbon budgets \autocite{gibbs2007}. However, many methods using LiDAR are unable to make use of the spatially explicit data. A hypothesis in forest ecology is that in old growth forests canopy height will locally uneven, the height of each tree is determined by independent random processes (such as local soil quality, hurricanes, lightning strikes) \autocite{mosseler2003} . By comparison forests disturbed by human activities such as logging, and then regrown will have much more even canopies, because the entire forest stand should be the same age, and factor to the same events. For our first exploratory question we will see if this ecological hypothesis holds true. In addition, different forest types under different constraints may have different structures of persistence, or more interestingly there may be a general pattern to all forest types across ecosystems. This will be our second question, if it is possible to differentiate forest type using persistent homology. One of the more important questions for ecologists with LiDAR data is the ability to predict biomass and in turn carbon sequestration of a forest remotely. We will also see if using persistent homology to predict biomass of a forest is more effective than traditional methods. Theoretical ecology predicts that with more uneven canopy there are likely more trees per hectare, resulting in higher biomass and NPP with more uneven canopies in the same ecological system. Therefore persistent homology may be able to capture more of the true factors surrounding biomass than traditional methods of analysing forest LiDAR data.
\section*{DataSets:}
We will be looking at LiDAR data in order to get the shape of forest canopy. There is LiDAR data openly published by the US department of Agriculture Forest Services and by the group OpenTopography. This data is both in the form of point clouds and as direct shape files. We also emailed John Poulson at the Duke Nicholas School of the Environment asking for access to some of his datasets. He is an ecologist with broad interests in the maintenance and regeneration of tropical forests and conservation of biodiversity with a focused on the effects of anthropogenic disturbance, such as logging and hunting, on forest structure and diversity. These data sets would allow us to compare pristine forests in comparison to those which have been disturbed. US forest services also have information on the biomass and net primary productivity of forests in the US.
\\
https://data.fs.usda.gov/geodata/edw/datasets.php\\
http://opentopo.sdsc.edu/datasets?listAll=true\\
https://nicholas.duke.edu/people/faculty/poulsen
\section*{Mathematical Methods:}
We will be using different topological and learning methods to find answers to the questions we have posed. We will use persistent homology to analyze the shape of the profiles of different forests around the world. We will make use of the useful topological toolkits developed by Dr. Harer and his co-workers such as Ripser and TdaTools. We are looking to identify commonalities between forests that have been logged and those that have not been logged. Thus, the learning methods we will be using will most likely be mainly supervised, as we will know apriori whether the forest in question had been logged or not. We will learn a model to predict whether the forest was logged or not based on the shape and on the persistent homology of the canopy. In addition, we may be able to learn models to predict the type of forest given the shape of its treetops. Once these models have been developed, they can be applied to LiDAR data on other places in the world, where it is not known whether logging has been taking place. To do this, we can use the k nearest neighbours classification, or we could use the SVM model. We can attempt to classify those forests based on the shapes of their canopies and other relevant information. There are many places where logging is illegal, or special laws in place such as a requirement to plant two trees for every tree that is cut down, so there is a legitimate application of this research.
\newpage
\printbibliography
\end{document}