CVFeb 28, 2019

Broad Neural Network for Change Detection in Aerial Images

arXiv:1903.00087v23 citations
Originality Synthesis-oriented
AI Analysis

This addresses the problem of accurate change detection for remote sensing applications, but it is incremental as it applies an existing method to a specific domain.

The paper tackled change detection in aerial images by using a Broad Learning classifier to predict pixel changes, achieving a significantly higher F-Score compared to Multilayer Perceptron.

A change detection system takes as input two images of a region captured at two different times, and predicts which pixels in the region have undergone change over the time period. Since pixel-based analysis can be erroneous due to noise, illumination difference and other factors, contextual information is usually used to determine the class of a pixel (changed or not). This contextual information is taken into account by considering a pixel of the difference image along with its neighborhood. With the help of ground truth information, the labeled patterns are generated. Finally, Broad Learning classifier is used to get prediction about the class of each pixel. Results show that Broad Learning can classify the data set with a significantly higher F-Score than that of Multilayer Perceptron. Performance comparison has also been made with other popular classifiers, namely Multilayer Perceptron and Random Forest.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes