<?xml version="1.0" encoding="UTF-8"?>
<TEI xml:space="preserve" xmlns="http://www.tei-c.org/ns/1.0" 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 
xsi:schemaLocation="http://www.tei-c.org/ns/1.0 https://raw.githubusercontent.com/kermitt2/grobid/master/grobid-home/schemas/xsd/Grobid.xsd"
 xmlns:xlink="http://www.w3.org/1999/xlink">
	<teiHeader xml:lang="en">
		<fileDesc>
			<titleStmt>
				<title level="a" type="main">Classifying land cover from satellite images using time series analytics</title>
			</titleStmt>
			<publicationStmt>
				<publisher/>
				<availability status="unknown"><licence/></availability>
			</publicationStmt>
			<sourceDesc>
				<biblStruct>
					<analytic>
						<author>
							<persName><forename type="first">Patrick</forename><surname>Schäfer</surname></persName>
							<email>patrick.schaefer@hu-berlin.de</email>
							<affiliation key="aff0">
								<orgName type="department">Computer Science Department Humboldt</orgName>
								<orgName type="institution">Universität zu Berlin</orgName>
								<address>
									<country key="DE">Germany</country>
								</address>
							</affiliation>
						</author>
						<author>
							<persName><forename type="first">Dirk</forename><surname>Pflugmacher</surname></persName>
							<email>dirk.pflugmacher@geo.hu-berlin.de</email>
							<affiliation key="aff1">
								<orgName type="department">Geography Department Humboldt</orgName>
								<orgName type="institution">Universität zu Berlin</orgName>
							</affiliation>
						</author>
						<author>
							<persName><forename type="first">Patrick</forename><surname>Hostert</surname></persName>
							<email>patrick.hostert]@geo.hu-berlin.de</email>
							<affiliation key="aff1">
								<orgName type="department">Geography Department Humboldt</orgName>
								<orgName type="institution">Universität zu Berlin</orgName>
							</affiliation>
						</author>
						<author>
							<persName><forename type="first">Ulf</forename><surname>Leser</surname></persName>
							<affiliation key="aff2">
								<orgName type="department">Computer Science Department Humboldt</orgName>
								<orgName type="institution">Universität zu Berlin</orgName>
							</affiliation>
						</author>
						<title level="a" type="main">Classifying land cover from satellite images using time series analytics</title>
					</analytic>
					<monogr>
						<idno type="ISSN">1613-0073)</idno>
					</monogr>
					<idno type="MD5">9D21CAA3A4EF03C37068AA5BB6024F1D</idno>
				</biblStruct>
			</sourceDesc>
		</fileDesc>
		<encodingDesc>
			<appInfo>
				<application version="0.7.2" ident="GROBID" when="2023-03-24T23:13+0000">
					<desc>GROBID - A machine learning software for extracting information from scholarly documents</desc>
					<ref target="https://github.com/kermitt2/grobid"/>
				</application>
			</appInfo>
		</encodingDesc>
		<profileDesc>
			<abstract>
<div xmlns="http://www.tei-c.org/ns/1.0"><p>The Earth's surface is continuously observed by satellites, leading to large multi-spectral image data sets of increasing spatial resolution and temporal density. One important application of satellite data is the mapping of land cover and land use changes such as urbanization, deforestation, and desertification. This information should be obtained automatically, with high accuracy, and at the pixel level, which implies the need to classify millions of pixels even when only small regions are studied. Balancing runtime and accuracy for this task becomes even more challenging with the recent availability of multiple time points per pixel, created by periodically performed satellite scans. In this paper we describe a novel approach to classify land cover from series of multi-spectral satellite images based on multivariate time series analytics. The main advantage of our method is that it inherently models the periodic changes (seasons, agriculture etc.) underlying many types of land covers and that it is comparably robust to noise. Compared to a classical feature-based classifier, our new method shows a slightly superior overall accuracy, with an increase of up to 20% in accuracy for rare land cover classes, though at the cost of notably increased runtime. The highest accuracy is achieved by combining both approaches.</p></div>
			</abstract>
		</profileDesc>
	</teiHeader>
	<text xml:lang="en">
		<body>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="1">INTRODUCTION</head><p>Monitoring changes in land usage is an important area of research as land cover is a key variable driving the Earth's energy balance, hydrological and carbon cycle, and the provisioning of natural resources and habitat <ref type="bibr" target="#b21">[22]</ref>. Over the last three decades, satellitebased Earth Observation (EO) programs have made tremendous progress in acquiring medium-resolution (10 − 100m) images around the globe systematically and with increasing frequency (revisit time). As a result, large volumes of medium-resolution satellite images are now available free of charge, enabling automatic approaches to the identification of land usage and the detection of land surface changes over large areas. For example, the American Landsat 8 sensor images the Earth at 30-m spatial resolution every 16 days, and two European Sentinel-2 sensors acquire images with a revisit time of 5 days and a spatial resolution of 10 − 20 meters, which amounts to roughly 60 measurements for more than 300 Billions pixels (excluding oceans) in a year.</p><p>The free availability of medium-resolution satellite image time series has spawned new possibilities for mapping land cover <ref type="bibr" target="#b8">[9]</ref>. In the past, classification approaches operated on single images or stacks of images (i.e. composite classification). Multi-date classification approaches exploit the notion that land cover can vary over time, e.g. because of vegetation senescence or harvesting <ref type="bibr" target="#b26">[27]</ref>. The task can be approached in different ways. In a typical baseline setting, the different measurements per pixel are used as independent features for a classical machine learning-based classifier, such as Naive Bayes or Decision Trees <ref type="bibr" target="#b19">[20]</ref>. In this approach, the temporal order of the measurements is ignored as all features are treated as orthogonal dimensions of the feature space. An alternative method is to include the consideration of the order of measurements by using methods from time series analytics <ref type="bibr" target="#b1">[2,</ref><ref type="bibr" target="#b23">24]</ref>. Here, every pixel is considered as a temporally ordered (and aligned) series of measurements, and the specific changes (increasing or decreasing slopes, periodic changes etc.) of the measurements over time are analyzed to find commonalities and to derive classification models. Previous works (see Section 3) have shown that this can be advantageous as land cover are temporally variable and often follow characteristic temporal patterns, such as those imposed by seasons. However, given the enormous scale of the data to be classified, not only the accuracy of an approach is important, but also the runtime performance has a critical role in any practical application.</p><p>In this work, we evaluate the recently proposed multivariate time series classification algorithm WEASEL+MUSE <ref type="bibr" target="#b25">[26]</ref> for land cover classification using temporally dense, medium-resolution satellite images. WEASEL+MUSE models multivariate time series using the truncated Fourier transformation and discretizes measurements, both of which to reduce noise, builds a rich feature space to capture also subsequences in the time series, is able to exploit similar temporal subsequences even when appearing at very different offsets within a time series, and uses aggressive feature selection to remove irrelevant features and thereby speedup classification. Although WEASEL+MUSE was not developed specifically for land cover classification, many of its aspects fit nicely to the specificities of this domain, such as the inherent noise reduction and the exploitation of repetitive behaviour.</p><p>We compare the prediction performance of WEASEL+MUSE with the performance of an established and popular machine learning-based approach, Random Forests, using the same input features on 23 Landsat 8 images collected in 16 day-intervals over Reunion Island. The study region covers an area of 2866x2633 pixels at 30~m spatial resolution. As reference dataset for model training and validation, we used a sample of 81714 pixels that had been manually classified into 9 land cover classes.</p><p>Our results indicate that time-series-based algorithms improve land cover classification accuracy compared to non-temporal algorithms. Our time series algorithm WEASEL+MUSE achieved higher classification accuracies than Random Forests. The improvement in accuracy was most notable with rare and/or difficult classes. Here, class-wise accuracies increased by 8 and 3 percentage points, respectively. Overall accuracy improved by 1%-point owing to the fact that the dominant classes were less affected by the choice of algorithm. Interestingly, Random Forests captures different signals in the data than the time-series-based approach, as a simple Ensemble of both approaches further improved classification accuracy. However, this increased accuracy comes at the cost of an increased runtime. Thus, we will focus future work on improving the runtime of our method without loosing the advancements in prediction performance we observed.</p><p>The rest of this paper is organized as follows: Section 2 provides background on land cover classification using satellite images. Section 3 presents the current state of the art in land cover mapping and time series classification. Section 4 describes the test dataset and the tested classification methods: Random Forests and WEASEL+MUSE. Section 5 presents the experiments.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="2">LAND COVER CLASSIFICATION FROM SATELLITE IMAGES</head><p>The Multi-spectral sensors like Landsat record the sun's energy reflected by a surface in a few distinct spectral wavelengths (bands), e.g. blue, green, red in the visible spectrum (400 nm to 700 nm), near infrared (700 to 1100 nm), and short-wave infrared (1100 to 3000 nm). Since land surfaces with different chemical and structural properties often absorb and reflect sunlight differently and wavelength-dependent, information on land cover can be derived from these spectral bands. For example, water absorbs much of the near-infrared radiation, so these wavelengths are useful for discerning land-water boundaries that are not obvious in visible light. Similarly, green vegetation absorbs much of the incoming radiation in the red spectrum while reflecting about 50% of the radiation in the near-infrared spectrum.</p><p>Much of the past research on classification algorithms has focused on exploiting the spectral and spatial properties of land covers, including artificial neural networks <ref type="bibr" target="#b0">[1]</ref>, decision trees <ref type="bibr" target="#b10">[11]</ref>, support vector machines <ref type="bibr" target="#b14">[15]</ref>, and spatial segmentation algorithms <ref type="bibr" target="#b9">[10]</ref>. Each algorithm has its strength and weakness with respect to: the distributional assumptions made about the data, training requirements, computational complexity, and robustness to overfitting, data noise, and errors in training data. Also common to all algorithms is that the work is supervised, i.e., they need an independent reference data set (i.e., land cover information collected in the field or from air-photos) for training a model. It is fair to say, that no single algorithm works best for all applications and reference data. However, there has been a trend away from parametric statistical models to machine learning to deal with the complexity of input data and class legends.</p><p>It has only recently become feasible to build land cover mapping algorithms that exploit the temporal domain of entire pixel time series with medium resolution data <ref type="bibr" target="#b11">[12]</ref>. To this end, satellite images typically first undergo a series of pre-processing steps, including the correction of atmospheric effects, geometric alignment and cloud and cloud-shadow masking. Once these steps are finished, spectral values of pixels can be traced over time to identify and detect land surface changes such as deforestation <ref type="bibr" target="#b7">[8]</ref>, or urbanization <ref type="bibr" target="#b18">[19]</ref>.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="3">RELATED WORK</head><p>Although, time-series based classification (TSC) is a relatively new area in remote sensing, the topic itself has a long tradition and dozens of approaches exist (see <ref type="bibr" target="#b1">[2,</ref><ref type="bibr" target="#b23">24]</ref>, for instance). Time-series-based classifiers can broadly be categorized into two classes: Similarity-based methods use a similarity measure over sequences, such as Dynamic Time Warping (DTW), to perform a point-wise comparison of two time series. In contrast, featurebased TSC rely on comparing features extracted from the different time series, typically generated from their substructures.</p><p>These two approaches are also the basis for methods in multivariate time series classification (MTSC), where a time series is not made of a single stream of values but by multiple streams, each one usually synchronized in time. A popular similaritybased MTSC method is dynamic time warping (DTW) <ref type="bibr" target="#b20">[21]</ref>. Feature-based MTSC can be grouped into those methods that build feature from so-called shapelets <ref type="bibr" target="#b28">[30]</ref>, which are short and maximally discriminative subsequences of the time series, and methods using the bag-of-patterns (BOP) approach <ref type="bibr" target="#b2">[3]</ref>. The standard BOP model <ref type="bibr" target="#b16">[17]</ref> break up a time series into windows, represent the corresponding subsequences within each window as discrete features (or words), and finally derives a classifier from the frequencies of the words. Different approaches to TSC (and MTSC) differ not only in their accuracy on different data sets, but also in their runtime for classification, which is a critical issue when it comes to very large data sets as is the case of satellite images. For instance, we recently evaluated the runtime of 12 different state-of-the-art methods for (univariate) TSC and found differences of up to three orders of magnitude <ref type="bibr" target="#b23">[24,</ref><ref type="bibr" target="#b24">25]</ref>.</p><p>Most approaches to land cover classification rely on traditional machine-learning methods (see previous section), and there have been only a few prior studies on using time series information. For example, <ref type="bibr" target="#b30">[32]</ref> fitted harmonic functions to each satellite band and used the fitted parameters as features in subsequent classification (which implies that it falls into the class of feature-based MTSC methods). <ref type="bibr" target="#b13">[14]</ref> found that including temporal information into a model can have a bigger impact on classification accuracy than the choice of the particular classification algorithm. New timeseries-based algorithms are needed to leverage the predictive potential of satellite time series images <ref type="bibr" target="#b5">[6]</ref>.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="4">METHODS 4.1 Description of Data</head><p>For our analysis, we used a public dataset taken from the TiSeLaC (Time Series Land Cover Classification Challenge) <ref type="bibr" target="#b27">[28]</ref>. This dataset consists of time series of <ref type="bibr" target="#b22">23</ref>   <ref type="table">1</ref>: Land cover classes and distribution of reference samples <ref type="bibr" target="#b27">[28]</ref>.</p><p>(THEIA), and atmospherically corrected, geometrically corrected, and cloud-masked with the Multi-sensor Atmospheric Correction and Cloud Screening (MACCS) level 2A processor developed at the French National Space Agency (CNES). Data pre-processing and temporal gap filling was performed using the iota2 1 Land Cover processor developed by CESBIO 2 . For each time step and pixel, ten spectral features were extracted, i.e., the seven reflectance bands and three vegetation indices: the Normalized Difference Vegetation Index (NDVI), the Normalized Difference Water Index (NDWI), and the Brightness Index (BI). Figure <ref type="figure">1</ref> shows examples of NDVI time series for different land cover classes.</p><p>Reference land cover data were derived from two publicly available dataset: the 2012 CORINE Land Cover (CLC) map and the 2014 farmers' graphical land parcel registration (Régistre Parcellaire Graphique -RPG). The most significant classes for the study area were retained, and a spatial processing (aided by photo-interpretation) was performed to ensure consistency with image geometry. Finally, a pixel-based random sampling of this dataset was applied to provide an almost balanced ground truth. The final reference dataset consisted of a total of 81714 pixels distributed over 9 classes (Table1). We split this reference dataset randomly in half for model training and testing.</p><p>1 http://tully.ups-tlse.fr/jordi/iota2.git 2 http://www.cesbio.ups-tlse.fr</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="4.2">Time Series Analytics</head><p>In general, a time series dataset contains N time series. Each time series is associated with a class label y from a predefined set of labels Y. Time series classification (TSC) is the task of predicting a class label for a time series whose label is unknown. A classifier is a function that is learned from a set of labelled time series (the training data), takes an unlabelled time series as input and outputs a label. In this paper, each pixel should be labeled by one of the nine reference land cover classes.</p><p>The 23 Landsat 8 images contain 10 time series of spectral features each of length 23. At the pixel level, this data can be interpreted as a multivariate time series (MTS).</p><p>A multivariate time series (MTS) T = {t 1 , . . . , t n } is an ordered sequence of n ∈ N streams t i = (t i,1 , . . . t i,m ) ∈ R m , i.e., m recorded values at each fixed time stamp. As we address MTS generated from satellites with a fixed revisit time, we can safely ignore the concrete time stamps. MTS are typically produced by sensors recording data over time like motion captures, gestures, EEG signals, hand-written letters, sign language, or the multispectral image data sets captured by satellites.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="4.3">Machine Learning Approach using Random Forests</head><p>Random forests (RF) are an ensemble learning method widely used in Earth Observation (EO) for classifying land cover and land use (e.g. <ref type="bibr" target="#b29">[31]</ref>). RF build ensembles of decision trees wherein each tree is trained on randomly selected features of a bootstrapped training sample. Node splits are performed using a random subset of predictor variables. Because of these random components, the RF approach does not require tree pruning and is relatively insensitive to overfitting <ref type="bibr" target="#b4">[5]</ref>. To predict a class label, a RF classifies the sample with all its decision trees and returns the mode of the predicted classes. A RF approach to satellite image / pixel classification uses the concatenated spectral features of each pixel as input (this is a vector of length 230 and the 2 coordinates, longitude and latitude). RF are a typical machine learning method which do not consider any order of the features. If time series are used as features, each point in time is considered as an independent feature and the order of measurements is ignored. This implies that such methods are unable to reproduce serial correlations or to detect temporal trends in the data.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="4.4">Land Cover Classification with WEASEL+MUSE WEASEL+MUSE (Word ExtrAction for time SEries cLassification +</head><p>MUltivariate Symbols and dErivatives) <ref type="bibr" target="#b25">[26]</ref> is a state-of-the-art MTS classifier that is composed of the building blocks depicted in Figure <ref type="figure" target="#fig_0">2</ref>. It conceptually builds upon the univariate Bag-of-Patterns model applied to each dimension. In the BOP model <ref type="bibr" target="#b22">[23]</ref>, a time series is characterized by the frequency of occurrence of substructures. BOP-based algorithms build a classification model by (1) extracting subsequences from a time series, (2) transforming each subsequence (of real values, the measurements) into a discrete-valued word (a sequence of symbols over a fixed alphabet), (3) building a feature vector from word counts (histogram), and (4) finally using a classification model from the machine learning repertoire on these feature vectors. Specifically, WEASEL+MUSE treats the pixel time series of the 10 spectral features as a MTS with 10 dimensions. For each spectral feature, subsequences using varying lengths are extracted, approximated using the truncated Fourier transform, and discretized into words using equi-depth or equi-frequency binning. A feature vector is built from the words (unigrams) and pairs of words (bigrams) to obtain order awareness. Finally, features are concatenated with the sensor id, to maintain a disjoint word space for each dimension. This high dimensional feature space is subsequently filtered using statistical feature selection (Chisquared test); finally, a logistic regression classifier is trained, assigning weights to characteristic word in each spectral band.</p><p>Because WEASEL+MUSE is multivariate, the algorithm can leverage the multi-spectral information of satellite time series. This is an advantage over univariate time series models that operate on single indices (i.e. vegetation indices), as spectraltemporal patterns may differ from sensor band to sensor band.</p><p>The feature extraction and selection in WEASEL+MUSE make it interesting for land cover recognition:</p><p>• Features extraction: The words are derived from subsequences extracted at multiple window lengths in each spectral feature using the truncated Fourier transform and discretization. The Fourier transform reduces noise introduced by preprocessing, such as the cloud mask or geometric alignment, and the different window lengths capture the seasonal trends at different time granularity. Bigrams can capture seasonal trends, e.g., higher intensities in the spectrum in summer than in autumn. By extracting subsequences from the pixel stream, the classifier allows for small shifts in the time line, e.g. a delayed bloom of crops in some regions.</p><p>• Feature selection: The wide range of words considered also introduces many irrelevant features. Therefore, WEASEL+MUSE applies statistical feature selection to remove irrelevant words from each class. These may be a result of erroneous information introduced by the image capture or preprocessing.</p><p>The resulting feature vector is highly discriminative and contains words that are characteristic for each class, which allows the use of fast logistic regression classifier. To perform our analysis, we used the JAVA implementation available from [29].</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="4.5">Ensemble Approach</head><p>To understand whether there is value in combining the timeseries-based approach and the feature-based approach, we build and tested a third model based on the ensemble of WEASEL+MUSE and RF. Both approaches output class probabilities for each pixel and select the class with the highest probability. Pixels belonging to a unique spectral class may be associated with high class probabilities, whereas pixels with less distinct class membership may have more equally distributed probabilities, e.g. 49% vs 51%. To combine the two sets of class probabilities (2x9 class probabilities), we trained a RF model using the 18 class probabilities from the training dataset as predictors and the corresponding land cover class labels as response.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="5">EXPERIMENTS 5.1 Experimental setup</head><p>Datasets: We evaluated our competitors using the described Landsat dataset. The dataset was randomly split into 40857 training and 40857 test samples. The training dataset was used to train each classifier. All reported accuracies are based on the test dataset.</p><p>Competitors: We performed a series of experiments:</p><p>• Build RF on the training dataset and apply it to test dataset.</p><p>• Build WEASEL+MUSE on the training dataset and apply it to test dataset.</p><p>• Build the combined model on the RF-and MUSE-predicted class probabilities on the training dataset and apply it to the test dataset.</p><p>Training: For WEASEL+MUSE we performed 10-fold crossvalidation on the training dataset to optimize the parameters for the SFA quantization method (equi-depth or equi-frequency binning). To perform the RF analysis, we used the R statistical language and the RF package from <ref type="bibr" target="#b15">[16]</ref>. We set the algorithm to build 1000 trees and randomly sampled √ p variables as candidates at each split (where p = 232, and p is the total number of predictor variables).</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="5.2">Results</head><p>Table <ref type="table" target="#tab_2">2</ref> presents the class-wise accuracies and overall accuracy (weighted and simple average F1-scores) on the test samples for each of the three methods. Overall, the combined model had the highest F1-score of 91.1% followed by WEASEL+MUSE with 89.6% and RF with 89.0% (weighted averages). Thus, the choice of the classifier had a relatively small effect on the overall accuracy. However, classes with high F1-scores were also better represented in the training and test samples. The effect on overall accuracy was therefore higher when sample sizes were ignored.</p><p>When looking at the results in detail, all classifiers showed high F1-scores of about 90% for all but two classes: "other builtup" and "other crops". For these classes, the accuracy was only ~60% and ~50%, respectively. While RF showed a high precision, WEASEL+MUSE had a higher recall and F1-score, indicating that the temporal profile improved the detection of challenging classes. However, the largest improvement in accuracy was obtained from combining the two classifiers, which further improved the F1score by up to 20 percentage points for the "other crops" class. The confusion matrix for the RF (Table <ref type="table" target="#tab_3">3</ref>) gives a detailed picture. "other build-up" is often confused with "urban", and "other crops" is often confused with the "other forests", "urban" or "grassland". This might be a result of an under-representation of these land cover classes in the dataset, as these two classes are the ones with the lowest number of instances (Table <ref type="table">1</ref>). On average WEASEL+MUSE required 5.8 ms for a single pixel prediction, as a result of the feature extraction and selection phases prior to classification. The RF took 2.7 ms on average per pixel for classification. For the 7.5 Mio pixels of the study area, this translates into a total, single-CPU runtime of about 5.4 hours for RF compared to 12.2 hours with WEASEL+MUSE. WEASEL+MUSE obtained very promising accuracy for many classes. However we observed a limitation of WEASEL+MUSE and all Bag-of-Pattern approaches when applied in the context of land cover classification, namely the discretization step introduced for noise reduction and to obtain words from real-valued sequences. For discretization, the value range is divided into bins, and each one is associated with a label. However, only a limited number of symbols, typically between 4 to 8, can be used to discretize the value range without negatively impacting accuracy <ref type="bibr" target="#b16">[17]</ref>. For the Landsat data the spectral range is between 0 and 1000 and the absolute difference between pixels is important for classification. However, after discretization using 8 symbols (i.e., a = [000 − 125] and b = [151 − 250], . . . ) there can be a difference between 0 up to 125 between the values of the same symbol. This noise reduction is useful for applications like gesture recognition <ref type="bibr" target="#b24">[25]</ref>, but it seems to be too aggressive here.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="5.3">Sensitivity Analysis</head><p>To better judge the performance of the two classification methods, we tested their sensitivity regarding the weighted F1-score to varying sizes of the training sample (Figure <ref type="figure" target="#fig_1">3</ref>). Specifically, it was unclear whether the superior performance of the time series classifier could be replicated with small sample sizes. Starting with a random sample of 10% of the original training sample, we iteratively increased the training sample size up to 100% , and tested all models using the test samples. The results show that WEASEL+MUSE scored consistently higher than RF across all sample sizes. The absolute difference was constant, indicating that both approaches were equally sensitive to the sample size.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="6">CONCLUSION</head><p>Our objective was to test a time-series-based classification approach (WEASEL+MUSE) to earth observation time series for land cover classification and conventional machine learning approach (Random Forests). We reported results of a series of experiments using 23 Landsat 8 images collected in 16 day-intervals over Reunion Island. The reference dataset consisted of a total of 81714 pixels distributed over 9 classes. Our key finding is that the use of temporal information improved the classification accuracy, but not for all land cover classes. The improvement in accuracy was highest for rare and difficult classes. For these, a combined classifier was able to improve the F1-score even further. We used Random Forests because they are widely used and robust, but the ensemble would also work with other classifiers that output class probabilities. Regarding classification times, the Random Forests approach was twice as fast as WEASEL+MUSE, as Random Forests do not require feature extraction or selection, as opposed to time-series-based approaches.</p><p>Further research is needed to understand how MUSE+WEASEL scales over larger areas, e.g. continental scale. The complexity of land cover processes and their spectral-temporal patterns will probably grow with increasing area size. From an application point of view, our presented method may be of particular interest for mapping agricultural land use patterns. Agricultural land can be highly dynamic and spectrally variable throughout the year <ref type="bibr" target="#b12">[13]</ref>. This land use class is therefore likely to benefit from time-series based approaches. Future research could test the performance of our time-series based method for classifying a broader range of crop types and cropping cycles. The presented approaches essentially disregard the spatial neighbourhood of a pixel. Experiments have shown that including spatial information can improve classification accuracies, similar to the results reported in <ref type="bibr" target="#b17">[18]</ref>.</p></div><figure xmlns="http://www.tei-c.org/ns/1.0" xml:id="fig_0"><head>Figure 2 :</head><label>2</label><figDesc>Figure 2: WEASEL+MUSE Pipeline: Feature extraction, univariate BOP models and the multivariate BOP model.</figDesc></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0" xml:id="fig_1"><head>Figure 3 :</head><label>3</label><figDesc>Figure 3: Overall accuracy of WEASEL+MUSE and Random Forests (RF) classification with varying train sample sizes, i.e., 10%-100% of the training samples to build the model and 100% to estimate accuracy.</figDesc><graphic coords="6,76.98,83.68,185.51,159.01" type="bitmap" /></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0" type="table" xml:id="tab_1"><head></head><label></label><figDesc>Landsat 8 images collected in 16 day-intervals over Reunion Island in 2014. Landsat data were provided by the French Pôle Thématique Surfaces Continentales</figDesc><table><row><cell>NDVI</cell><cell>0.2 0.4 0.6 0.8 1.0</cell><cell></cell><cell></cell><cell>Urban Areas Other built-up surfaces Forests Sparse Vegetation Rocks and bare soil Grassland Sugarcane crops Other crops Water</cell></row><row><cell></cell><cell>0.0</cell><cell></cell><cell></cell></row><row><cell></cell><cell>0.2</cell><cell></cell><cell></cell></row><row><cell></cell><cell>0.4</cell><cell></cell><cell></cell></row><row><cell></cell><cell>0</cell><cell>5</cell><cell>10 time steps 15</cell><cell>20</cell></row><row><cell cols="5">Figure 1: Normalized Difference Vegetation Index (NDVI) of 9 different land cover classes for our reference dataset [28].</cell></row><row><cell></cell><cell></cell><cell>ID</cell><cell cols="2">Land cover class</cell><cell>Samples</cell></row><row><cell></cell><cell></cell><cell cols="3">1 2 Other built-up surfaces Urban Areas 3 Forests 4 Sparse Vegetation 5 Rocks and bare soil 6 Grassland 7 Sugarcane crops 8 Other crops 9 Water</cell><cell>16000 3236 16000 16000 12942 5681 7656 1600 2599</cell></row><row><cell cols="2">Table</cell><cell></cell><cell></cell></row></table></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0" type="table" xml:id="tab_2"><head>Table 2 :</head><label>2</label><figDesc>Class-wise accuracy and overall accuracy based on test sample for RF, WEASEL+MUSE, and our combined model.</figDesc><table><row><cell></cell><cell cols="3">Random Forests (RF)</cell><cell></cell><cell cols="2">WEASEL+MUSE</cell><cell></cell><cell></cell><cell cols="2">Combined</cell></row><row><cell>Land cover Urban Other built-up Forests Sparse Vegetation Barren Grassland Sugarcane Other crops Water Weight. Average Average</cell><cell cols="10">Precision Recall F1-score Precision Recall F1-score Precision Recall F1-score 86.7% 91.1% 88.9% 87.6% 91.6% 89.6% 88.9% 91.6% 90.2% 75.0% 52.6% 61.9% 73.8% 57.7% 64.8% 71.9% 61.6% 66.3% 86.1% 93.1% 89.4% 87.9% 91.7% 89.8% 90.2% 92.5% 91.3% 92.3% 93.5% 92.9% 90.5% 93.3% 91.8% 93.9% 94.6% 94.2% 96.2% 95.3% 95.7% 96.0% 92.6% 94.3% 96.7% 95.9% 96.3% 83.1% 84.5% 83.8% 85.1% 86.5% 85.8% 87.1% 89.1% 88.1% 94.1% 94.1% 94.1% 94.1% 94.9% 94.5% 94.7% 95.3% 95.0% 95.2% 34.5% 50.6% 81.6% 45.3% 58.3% 85.3% 58.2% 69.2% 90.0% 78.1% 83.6% 91.3% 84.0% 87.5% 91.0% 86.6% 88.7% 89.4% 89.4% 89.0% 89.5% 89.6% 89.6% 91.1% 91.2% 91.1% 88.7% 79.6% 82.3% 87.5% 82.0% 84.0% 88.9% 85.1% 86.6%</cell></row><row><cell></cell><cell>Urban</cell><cell>Other built-up</cell><cell>Forests</cell><cell>Sparse Vegetation .</cell><cell>Barren</cell><cell>Grassland</cell><cell>Sugarcane</cell><cell>Other crops</cell><cell>Water</cell><cell>Users Accuracy</cell></row><row><cell cols="2">Urban Other built-up Forests Sparse Vegetation Barren Grassland Sugarcane Other crops Water Producers Accuracy 91.1% 7274 163 273 50 5 123 69 1 26</cell><cell>544 840 60 33 7 60 20 1 31 52.6%</cell><cell>118 12 7448 195 15 137 50 11 14 93.1%</cell><cell>59 41 146 7494 209 48 0 0 17 93.5%</cell><cell cols="3">24 4 30 226 6164 2 0 0 18 95.3% 84.5% 94.2% 79 90 8 16 282 73 33 8 2 0 2382 38 32 3669 0 1 1 2</cell><cell>142 5 237 9 3 75 52 276 2 34.5%</cell><cell>59 31 106 72 4 2 6 0 998 78.1%</cell><cell>86.7% 75.0% 86.1% 92.3% 96.2% 83.1% 94.1% 95.2% 90.0%</cell></row></table></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0" type="table" xml:id="tab_3"><head>Table 3 :</head><label>3</label><figDesc>Confusion matrix from Random Forests classification.</figDesc><table /></figure>
		</body>
		<back>

			<div type="acknowledgement">
<div xmlns="http://www.tei-c.org/ns/1.0"><head>ACKNOWLEDGEMENTS</head><p>This work was partly supported by the German Federal Ministry of Education and Research through the GeoMultiSens project (grant no. 01IS14010B).</p></div>
			</div>

			<div type="references">

				<listBibl>

<biblStruct xml:id="b0">
	<analytic>
		<title level="a" type="main">Land cover classification from MODIS EVI times-series data using SOM neural network</title>
		<author>
			<persName><forename type="first">H</forename><surname>Bagan</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Q</forename><surname>Wang</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Watanabe</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Y</forename><surname>Yang</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><surname>Ma</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">International Journal of Remote Sensing</title>
		<imprint>
			<biblScope unit="volume">26</biblScope>
			<biblScope unit="issue">22</biblScope>
			<biblScope unit="page" from="4999" to="5012" />
			<date type="published" when="2005">2005. 2005</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b1">
	<analytic>
		<title level="a" type="main">The Great Time Series Classification Bake Off: An Experimental Evaluation of Recently Proposed Algorithms</title>
		<author>
			<persName><forename type="first">A</forename><surname>Bagnall</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><surname>Lines</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Bostrom</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><surname>Large</surname></persName>
		</author>
		<author>
			<persName><forename type="first">E</forename><surname>Keogh</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Extended Version</title>
				<imprint>
			<date type="published" when="2016">2016. 2016</date>
			<biblScope unit="page" from="1" to="55" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b2">
	<analytic>
		<title level="a" type="main">Time series representation and similarity based on local autopatterns</title>
		<author>
			<persName><forename type="first">M</forename><surname>Baydogan</surname></persName>
		</author>
		<author>
			<persName><forename type="first">G</forename><surname>Runger</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Data Mining and Knowledge Discovery</title>
		<imprint>
			<biblScope unit="volume">30</biblScope>
			<biblScope unit="issue">2</biblScope>
			<biblScope unit="page" from="476" to="509" />
			<date type="published" when="2016">2016. 2016</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b3">
	<analytic>
		<title level="a" type="main">Who launched what, when and why; trends in global land-cover observation capacity from civilian earth observation satellites</title>
		<author>
			<persName><forename type="first">A</forename><surname>Belward</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><surname>Skøien</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">ISPRS Journal of Photogrammetry and Remote Sensing</title>
		<imprint>
			<biblScope unit="volume">103</biblScope>
			<biblScope unit="page" from="115" to="128" />
			<date type="published" when="2015">2015. 2015</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b4">
	<analytic>
		<title level="a" type="main">Random forests</title>
		<author>
			<persName><forename type="first">L</forename><surname>Breiman</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Machine learning</title>
		<imprint>
			<biblScope unit="volume">45</biblScope>
			<biblScope unit="issue">1</biblScope>
			<biblScope unit="page" from="5" to="32" />
			<date type="published" when="2001">2001. 2001</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b5">
	<analytic>
		<title level="a" type="main">A review of modern approaches to classification of remote sensing data</title>
		<author>
			<persName><forename type="first">L</forename><surname>Bruzzone</surname></persName>
		</author>
		<author>
			<persName><forename type="first">B</forename><surname>Demir</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Land Use and Land Cover Mapping in Europe</title>
				<imprint>
			<publisher>Springer</publisher>
			<date type="published" when="2014">2014</date>
			<biblScope unit="page" from="127" to="143" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b6">
	<analytic>
		<title level="a" type="main">Computer Aided Mapping of Land Use ERTS Multispectral Scanner Data</title>
		<author>
			<persName><forename type="first">J</forename><forename type="middle">R W</forename><surname>Ellefsen</surname></persName>
		</author>
		<author>
			<persName><forename type="first">L</forename><surname>Gaydos</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">First Pan American Congress on Photogrammetry</title>
				<imprint>
			<date type="published" when="1974">1974</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b7">
	<analytic>
		<title level="a" type="main">Crossborder forest disturbance and the role of natural rubber in mainland Southeast Asia using annual Landsat time series</title>
		<author>
			<persName><forename type="first">K</forename><surname>Grogan</surname></persName>
		</author>
		<author>
			<persName><forename type="first">D</forename><surname>Pflugmacher</surname></persName>
		</author>
		<author>
			<persName><forename type="first">P</forename><surname>Hostert</surname></persName>
		</author>
		<author>
			<persName><forename type="first">R</forename><surname>Kennedy</surname></persName>
		</author>
		<author>
			<persName><forename type="first">R</forename><surname>Fensholt</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Remote Sensing of Environment</title>
		<imprint>
			<biblScope unit="volume">169</biblScope>
			<biblScope unit="page" from="438" to="453" />
			<date type="published" when="2015">2015. 2015</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b8">
	<analytic>
		<title level="a" type="main">A review of large area monitoring of land cover change using Landsat data</title>
		<author>
			<persName><forename type="first">M</forename><surname>Hansen</surname></persName>
		</author>
		<author>
			<persName><forename type="first">T</forename><surname>Loveland</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Remote sensing of Environment</title>
		<imprint>
			<biblScope unit="volume">122</biblScope>
			<biblScope unit="page" from="66" to="74" />
			<date type="published" when="2012">2012. 2012</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b9">
	<analytic>
		<title level="a" type="main">An automated object-based approach for the multiscale image segmentation of forest scenes</title>
		<author>
			<persName><forename type="first">G</forename><surname>Hay</surname></persName>
		</author>
		<author>
			<persName><forename type="first">G</forename><surname>Castilla</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Wulder</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><surname>Ruiz</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">International Journal of Applied Earth Observation and Geoinformation</title>
		<imprint>
			<biblScope unit="volume">7</biblScope>
			<biblScope unit="issue">4</biblScope>
			<biblScope unit="page" from="339" to="359" />
			<date type="published" when="2005">2005. 2005</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b10">
	<analytic>
		<title level="a" type="main">Development of a 2001 national land-cover database for the United States</title>
		<author>
			<persName><forename type="first">C</forename><surname>Homer</surname></persName>
		</author>
		<author>
			<persName><forename type="first">C</forename><surname>Huang</surname></persName>
		</author>
		<author>
			<persName><forename type="first">L</forename><surname>Yang</surname></persName>
		</author>
		<author>
			<persName><forename type="first">B</forename><surname>Wylie</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Coan</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Photogrammetric Engineering &amp; Remote Sensing</title>
		<imprint>
			<biblScope unit="volume">70</biblScope>
			<biblScope unit="issue">7</biblScope>
			<biblScope unit="page" from="829" to="840" />
			<date type="published" when="2004">2004. 2004</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b11">
	<analytic>
		<title level="a" type="main">Time series analyses in a new era of optical satellite data</title>
		<author>
			<persName><forename type="first">P</forename><surname>Hostert</surname></persName>
		</author>
		<author>
			<persName><forename type="first">P</forename><surname>Griffiths</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><surname>Van Der Linden</surname></persName>
		</author>
		<author>
			<persName><forename type="first">D</forename><surname>Pflugmacher</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Remote Sensing Time Series</title>
				<imprint>
			<publisher>Springer</publisher>
			<date type="published" when="2015">2015</date>
			<biblScope unit="page" from="25" to="41" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b12">
	<analytic>
		<title level="a" type="main">Mapping pasture management in the Brazilian Amazon from dense Landsat time series</title>
		<author>
			<persName><forename type="first">B</forename><surname>Jakimow</surname></persName>
		</author>
		<author>
			<persName><forename type="first">P</forename><surname>Griffiths</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><surname>Van Der Linden</surname></persName>
		</author>
		<author>
			<persName><forename type="first">P</forename><surname>Hostert</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Remote Sensing of Environment</title>
		<imprint>
			<date type="published" when="2017">2017. 2017</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b13">
	<analytic>
		<title level="a" type="main">Land cover classification using Landsat 8 operational land imager data in Beijing, China</title>
		<author>
			<persName><forename type="first">K</forename><surname>Jia</surname></persName>
		</author>
		<author>
			<persName><forename type="first">X</forename><surname>Wei</surname></persName>
		</author>
		<author>
			<persName><forename type="first">X</forename><surname>Gu</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Y</forename><surname>Yao</surname></persName>
		</author>
		<author>
			<persName><forename type="first">X</forename><surname>Xie</surname></persName>
		</author>
		<author>
			<persName><forename type="first">B</forename><surname>Li</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Geocarto International</title>
		<imprint>
			<biblScope unit="volume">29</biblScope>
			<biblScope unit="issue">8</biblScope>
			<biblScope unit="page" from="941" to="951" />
			<date type="published" when="2014">2014. 2014</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b14">
	<analytic>
		<title level="a" type="main">Forest cover change and illegal logging in the Ukrainian Carpathians in the transition period from 1988 to 2007</title>
		<author>
			<persName><forename type="first">T</forename><surname>Kuemmerle</surname></persName>
		</author>
		<author>
			<persName><forename type="first">O</forename><surname>Chaskovskyy</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><surname>Knorn</surname></persName>
		</author>
		<author>
			<persName><forename type="first">V</forename><surname>Radeloff</surname></persName>
		</author>
		<author>
			<persName><forename type="first">I</forename><surname>Kruhlov</surname></persName>
		</author>
		<author>
			<persName><forename type="first">W</forename><surname>Keeton</surname></persName>
		</author>
		<author>
			<persName><forename type="first">P</forename><surname>Hostert</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Remote Sensing of Environment</title>
		<imprint>
			<biblScope unit="volume">113</biblScope>
			<biblScope unit="issue">6</biblScope>
			<biblScope unit="page" from="1194" to="1207" />
			<date type="published" when="2009">2009. 2009</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b15">
	<analytic>
		<title level="a" type="main">Classification and regression by randomForest</title>
		<author>
			<persName><forename type="first">A</forename><surname>Liaw</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Wiener</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">R news</title>
		<imprint>
			<biblScope unit="volume">2</biblScope>
			<biblScope unit="issue">3</biblScope>
			<biblScope unit="page" from="18" to="22" />
			<date type="published" when="2002">2002. 2002</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b16">
	<analytic>
		<title level="a" type="main">Rotation-invariant similarity in time series using bag-of-patterns representation</title>
		<author>
			<persName><forename type="first">J</forename><surname>Lin</surname></persName>
		</author>
		<author>
			<persName><forename type="first">R</forename><surname>Khade</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Y</forename><surname>Li</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Journal of Intelligent Information Systems</title>
		<imprint>
			<biblScope unit="volume">39</biblScope>
			<biblScope unit="issue">2</biblScope>
			<biblScope unit="page" from="287" to="315" />
			<date type="published" when="2012">2012. 2012</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b17">
	<analytic>
		<title level="a" type="main">End-to-end Learning of Deep Spatiotemporal Representations for Satellite Image Time Series Classification</title>
		<author>
			<persName><forename type="first">Nicola</forename><surname>Di</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Mauro</forename></persName>
		</author>
		<author>
			<persName><forename type="first">Antonio</forename><surname>Vergari</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Teresa</forename><surname>Maria Altomare</surname></persName>
		</author>
		<author>
			<persName><surname>Basile</surname></persName>
		</author>
		<author>
			<persName><forename type="first">G</forename><surname>Fabrizio</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Floriana</forename><surname>Ventola</surname></persName>
		</author>
		<author>
			<persName><surname>Esposito</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proceedings of the ECML/PKDD Discovery Challenges</title>
				<meeting>the ECML/PKDD Discovery Challenges</meeting>
		<imprint>
			<date type="published" when="2017">2017</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b18">
	<analytic>
		<title level="a" type="main">Quantification of impervious surface in the Snohomish water resources inventory area of western Washington from 1972-2006</title>
		<author>
			<persName><forename type="first">S</forename><surname>Powell</surname></persName>
		</author>
		<author>
			<persName><forename type="first">W</forename><surname>Cohen</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Z</forename><surname>Yang</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><surname>Pierce</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Alberti</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Remote Sensing of Environment</title>
		<imprint>
			<biblScope unit="volume">112</biblScope>
			<biblScope unit="issue">4</biblScope>
			<biblScope unit="page" from="1895" to="1908" />
			<date type="published" when="2008">2008. 2008</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b19">
	<analytic>
		<title level="a" type="main">Induction of decision trees</title>
		<author>
			<persName><forename type="first">J</forename><forename type="middle">Ross</forename><surname>Quinlan</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Machine learning</title>
		<imprint>
			<biblScope unit="volume">1</biblScope>
			<biblScope unit="page" from="81" to="106" />
			<date type="published" when="1986">1986. 1986</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b20">
	<analytic>
		<title level="a" type="main">Searching and mining trillions of time series subsequences under dynamic time warping</title>
		<author>
			<persName><forename type="first">T</forename><surname>Rakthanmanon</surname></persName>
		</author>
		<author>
			<persName><forename type="first">B</forename><surname>Campana</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Mueen</surname></persName>
		</author>
		<author>
			<persName><forename type="first">G</forename><surname>Batista</surname></persName>
		</author>
		<author>
			<persName><forename type="first">B</forename><surname>Westover</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Q</forename><surname>Zhu</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><surname>Zakaria</surname></persName>
		</author>
		<author>
			<persName><forename type="first">E</forename><surname>Keogh</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proceedings of the 2012 ACM SIGKDD International Conference on Knowledge Discovery and Data Mining</title>
				<meeting>the 2012 ACM SIGKDD International Conference on Knowledge Discovery and Data Mining</meeting>
		<imprint>
			<publisher>ACM</publisher>
			<date type="published" when="2012">2012</date>
			<biblScope unit="page" from="262" to="270" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b21">
	<analytic>
		<title level="a" type="main">Climate change -Ecosystem disturbance, carbon, and climate</title>
		<author>
			<persName><forename type="first">S</forename><surname>Running</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Science</title>
		<imprint>
			<biblScope unit="volume">321</biblScope>
			<biblScope unit="page" from="652" to="653" />
			<date type="published" when="2008">2008. 2008</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b22">
	<analytic>
		<title level="a" type="main">The BOSS is concerned with time series classification in the presence of noise</title>
		<author>
			<persName><forename type="first">P</forename><surname>Schäfer</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Data Mining and Knowledge Discovery</title>
		<imprint>
			<biblScope unit="volume">29</biblScope>
			<biblScope unit="issue">6</biblScope>
			<biblScope unit="page" from="1505" to="1530" />
			<date type="published" when="2015">2015. 2015</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b23">
	<analytic>
		<title level="a" type="main">Benchmarking Univariate Time Series Classifiers</title>
		<author>
			<persName><forename type="first">P</forename><surname>Schäfer</surname></persName>
		</author>
		<author>
			<persName><forename type="first">U</forename><surname>Leser</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">BTW</title>
		<imprint>
			<biblScope unit="page" from="289" to="298" />
			<date type="published" when="2017">2017. 2017</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b24">
	<analytic>
		<title level="a" type="main">Fast and Accurate Time Series Classification with WEASEL</title>
		<author>
			<persName><forename type="first">P</forename><surname>Schäfer</surname></persName>
		</author>
		<author>
			<persName><forename type="first">U</forename><surname>Leser</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proceedings of the 2017 ACM on Conference on Information and Knowledge Management</title>
				<meeting>the 2017 ACM on Conference on Information and Knowledge Management</meeting>
		<imprint>
			<date type="published" when="2017">2017. 2017</date>
			<biblScope unit="page" from="637" to="646" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b25">
	<monogr>
		<author>
			<persName><forename type="first">P</forename><surname>Schäfer</surname></persName>
		</author>
		<author>
			<persName><forename type="first">U</forename><surname>Leser</surname></persName>
		</author>
		<idno type="arXiv">arXiv:1711.11343</idno>
		<title level="m">Multivariate Time Series Classification with WEASEL+MUSE</title>
				<imprint>
			<date type="published" when="2017-11">2017. Nov. 2017</date>
		</imprint>
	</monogr>
	<note type="report_type">ArXiv e-prints</note>
</biblStruct>

<biblStruct xml:id="b26">
	<analytic>
		<title level="a" type="main">Mapping land cover in complex Mediterranean landscapes using Landsat: Improved classification accuracies from integrating multi-seasonal and synthetic imagery</title>
		<author>
			<persName><forename type="first">C</forename><surname>Senf</surname></persName>
		</author>
		<author>
			<persName><forename type="first">P</forename><surname>Leitão</surname></persName>
		</author>
		<author>
			<persName><forename type="first">D</forename><surname>Pflugmacher</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><surname>Van Der Linden</surname></persName>
		</author>
		<author>
			<persName><forename type="first">P</forename><surname>Hostert</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Remote Sensing of Environment</title>
		<imprint>
			<biblScope unit="volume">156</biblScope>
			<biblScope unit="page" from="527" to="536" />
			<date type="published" when="2015">2015. 2015</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b27">
	<monogr>
		<ptr target="https://sites.google.com/site/dinoienco/tiselc." />
		<title level="m">TiSeLaC : Time Series Land Cover Classification Challenge</title>
				<imprint>
			<date type="published" when="2017">2017. 2017</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b28">
	<monogr>
		<author>
			<persName><forename type="first">M</forename><surname>Wistuba</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><surname>Grabocka</surname></persName>
		</author>
		<author>
			<persName><forename type="first">L</forename><surname>Schmidt-Thieme</surname></persName>
		</author>
		<idno type="arXiv">arXiv:1503.05018</idno>
		<title level="m">Ultra-fast shapelets for time series classification</title>
				<imprint>
			<date type="published" when="2015">2015. 2015</date>
		</imprint>
	</monogr>
	<note type="report_type">arXiv preprint</note>
</biblStruct>

<biblStruct xml:id="b29">
	<analytic>
		<title level="a" type="main">Mapping annual land use and land cover changes using MODIS time series</title>
		<author>
			<persName><forename type="first">H</forename><surname>Yin</surname></persName>
		</author>
		<author>
			<persName><forename type="first">D</forename><surname>Pflugmacher</surname></persName>
		</author>
		<author>
			<persName><forename type="first">R</forename><surname>Kennedy</surname></persName>
		</author>
		<author>
			<persName><forename type="first">D</forename><surname>Sulla-Menashe</surname></persName>
		</author>
		<author>
			<persName><forename type="first">P</forename><surname>Hostert</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">IEEE Journal of Selected Topics in Applied Earth Observations and Remote Sensing</title>
		<imprint>
			<biblScope unit="volume">7</biblScope>
			<biblScope unit="issue">8</biblScope>
			<biblScope unit="page" from="3421" to="3427" />
			<date type="published" when="2014">2014. 2014</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b30">
	<analytic>
		<title level="a" type="main">Continuous change detection and classification of land cover using all available Landsat data</title>
		<author>
			<persName><forename type="first">Z</forename><surname>Zhu</surname></persName>
		</author>
		<author>
			<persName><forename type="first">C</forename><surname>Woodcock</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Remote sensing of Environment</title>
		<imprint>
			<biblScope unit="volume">144</biblScope>
			<biblScope unit="page" from="152" to="171" />
			<date type="published" when="2014">2014. 2014</date>
		</imprint>
	</monogr>
</biblStruct>

				</listBibl>
			</div>
		</back>
	</text>
</TEI>
