TL;DR
This paper develops algorithms combining handcrafted features and deep transfer learning to automatically detect floodwater in roadway images, aiding traffic management and vehicle routing.
Contribution
It introduces a hybrid approach using traditional feature extractors and deep neural networks for floodwater detection and segmentation in roadway images.
Findings
Pre-trained VGG-16 with logistic regression achieved the best classification performance.
FCN outperformed superpixel-based methods in flood area segmentation.
Deep transfer learning methods significantly improved detection accuracy.
Abstract
Detecting roadway segments inundated due to floodwater has important applications for vehicle routing and traffic management decisions. This paper proposes a set of algorithms to automatically detect floodwater that may be present in an image captured by mobile phones or other types of optical cameras. For this purpose, image classification and flood area segmentation methods are developed. For the classification task, we used Local Binary Patterns (LBP), Histogram of Oriented Gradients (HOG) and pre-trained deep neural network (VGG-16) as feature extractors and trained logistic regression, k-nearest neighbors, and decision tree classifiers on the extracted features. Pre-trained VGG-16 network with logistic regression classifier outperformed all other methods. For the flood area segmentation task, we investigated superpixel based methods and Fully Convolutional Neural Network (FCN).…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
MethodsMax Pooling · Convolution · Logistic Regression · Fully Convolutional Network
