Machine vision based flood monitoring system using deep learning techniques and fuzzy logic on crowdsourced image data

2021 ◽  
Vol 15 (3) ◽  
pp. 357-370
Author(s):  
Bhavana B Nair ◽  
Shivsubramani Krishnamoorthy ◽  
Geetha M ◽  
Sethuraman N Rao

In recent times, frequent occurrences of natural disasters have been the cause of widespread disruptions to life and property. Albeit attempts to prevent such disasters may be a lost cause, emerging technologies can be resorted to, for minimization of their impact. This study proposes a deep learning-based computer vision and crowdsourcing methodology for the detection and estimation of flood depths, one of the most intense disruptive disasters. State-of-the-art flood detection systems work off of satellite or radar images. This research deals with processing images, captured at random, from flood ravaged zones, by smartphones or digital cameras. The crowdsourced image collection of the flood scenes afford better coverage and diverse perspectives, for assessments of the flood devastation. This paper proffers a fuzzy logic-based algorithm, and image segmentation based on color, to estimate the extent of flooding by analysis of crowdsourced images. Deployment of these methods helps in classification of the flooded areas into high, medium, or low level of flooding, to facilitate cost-effective, time-critical rescue operations. This algorithm yielded an accuracy of 83.1% on our dataset.

Big data is large-scale data collected for knowledge discovery, it has been widely used in various applications. Big data often has image data from the various applications and requires effective technique to process data. In this paper, survey has been done in the big image data researches to analysis the effective performance of the methods. Deep learning techniques provides the effective performance compared to other methods included wavelet based methods. The deep learning techniques has the problem of requiring more computational time, and this can be overcome by lightweight methods.


Author(s):  
Maoying Qiao ◽  
Dadong Wang ◽  
Geoffrey N Tuck ◽  
L Richard Little ◽  
Andre E Punt ◽  
...  

Abstract Electronic monitoring (EM) systems have become functional and cost-effective tools for the conservation and sustainable harvesting of marine resources. EM is an alternative to on-board observers, which produces video segments that can subsequently be reviewed by analysts. It is currently used in a range of fisheries. There are two major challenges to the widespread adoption of EM. One is the large storage requirement for the video footage recorded and the other is the long time required by analysts to review the video footage. We propose an automated catch event detection framework to address these challenges. Our solution, based on deep learning techniques, automatically extracts video segments of catch events, which substantially reduces storage space and review time by analysts. Here, we demonstrate the framework using video footage from three longline fishing trips. The system recalled nearly 100% of the catch events across all trips.


Electronics ◽  
2020 ◽  
Vol 9 (9) ◽  
pp. 1421
Author(s):  
Haechan Park ◽  
Nakhoon Baek

With the growth of artificial intelligence and deep learning technology, we have many active research works to apply the related techniques in various fields. To test and apply the latest machine learning techniques in gaming, it will be very useful to have a light-weight game engine for quick prototyping. Our game engine is implemented in a cost-effective way, in comparison to well-known commercial proprietary game engines, by utilizing open source products. Due to its simple internal architecture, our game engine is especially beneficial for modifying and reviewing the new functions through quick and repetitive tests. In addition, the game engine has a DNN (deep neural network) module, with which the proposed game engine can apply deep learning techniques to the game features, through applying deep learning algorithms in real-time. Our DNN module uses a simple C++ function interface, rather than additional programming languages and/or scripts. This simplicity enables us to apply machine learning techniques more efficiently and casually to the game applications. We also found some technical issues during our development with open sources. These issues mostly occurred while integrating various open source products into a single game engine. We present details of these technical issues and our solutions.


Author(s):  
Sang-Woong Lee ◽  
Haval Mohammed sidqi ◽  
Mokhtar Mohammadi ◽  
Shima Rashidi ◽  
Amir Masoud Rahmani ◽  
...  

2021 ◽  
Vol 21 (3) ◽  
pp. 175-188
Author(s):  
Sumaiya Thaseen Ikram ◽  
Aswani Kumar Cherukuri ◽  
Babu Poorva ◽  
Pamidi Sai Ushasree ◽  
Yishuo Zhang ◽  
...  

Abstract Intrusion Detection Systems (IDSs) utilise deep learning techniques to identify intrusions with maximum accuracy and reduce false alarm rates. The feature extraction is also automated in these techniques. In this paper, an ensemble of different Deep Neural Network (DNN) models like MultiLayer Perceptron (MLP), BackPropagation Network (BPN) and Long Short Term Memory (LSTM) are stacked to build a robust anomaly detection model. The performance of the ensemble model is analysed on different datasets, namely UNSW-NB15 and a campus generated dataset named VIT_SPARC20. Other types of traffic, namely unencrypted normal traffic, normal encrypted traffic, encrypted and unencrypted malicious traffic, are captured in the VIT_SPARC20 dataset. Encrypted normal and malicious traffic of VIT_SPARC20 is categorised by the deep learning models without decrypting its contents, thus preserving the confidentiality and integrity of the data transmitted. XGBoost integrates the results of each deep learning model to achieve higher accuracy. From experimental analysis, it is inferred that UNSW_ NB results in a maximal accuracy of 99.5%. The performance of VIT_SPARC20 in terms of accuracy, precision and recall are 99.4%. 98% and 97%, respectively.


2021 ◽  
Vol 11 (18) ◽  
pp. 8701
Author(s):  
Pranav Kompally ◽  
Sibi Chakkaravarthy Sethuraman ◽  
Steven Walczak ◽  
Samuel Johnson ◽  
Meenalosini Vimal Cruz

Cyberbullying is a growing and significant problem in today’s workplace. Existing automated cyberbullying detection solutions rely on machine learning and deep learning techniques. It is proven that the deep learning-based approaches produce better accuracy for text-based classification than other existing approaches. A novel decentralized deep learning approach called MaLang is developed to detect abusive textual content. MaLang is deployed at two levels in a network: (1) the System Level and (2) the Cloud Level, to tackle the usage of toxic or abusive content on any messaging application within a company’s networks. The system-level module consists of a simple deep learning model called CASE that reads the user’s messaging data and classifies them into abusive and non-abusive categories, without sending any raw or readable data to the cloud. Identified abusive messages are sent to the cloud module with a unique identifier to keep user profiles hidden. The cloud module, called KIPP, utilizes deep learning to determine the probability of a message containing different categories of toxic content, such as: ‘Toxic’, ‘Insult’, ‘Threat’, or ‘Hate Speech’. MaLang achieves a 98.2% classification accuracy that outperforms other current cyberbullying detection systems.


Author(s):  
Ozge Oztimur Karadag ◽  
Ozlem Erdas

In the traditional image processing approaches, first low-level image features are extracted and then they are sent to a classifier or a recognizer for further processing. While the traditional image processing techniques employ this step-by-step approach, majority of the recent studies prefer layered architectures which both extract features and do the classification or recognition tasks. These architectures are referred as deep learning techniques and they are applicable if sufficient amount of labeled data is available and the minimum system requirements are met. Nevertheless, most of the time either the data is insufficient or the system sources are not enough. In this study, we experimented how it is still possible to obtain an effective visual representation by combining low-level visual features with features from a simple deep learning model. As a result, combinational features gave rise to 0.80 accuracy on the image data set while the performance of low-level features and deep learning features were 0.70 and 0.74 respectively.


Author(s):  
Iraklis Rigakis ◽  
Ilyas Potamitis ◽  
Nicolas Alexander Tatlas ◽  
Stelios M. Potirakis ◽  
Stavros Ntalampiras

Is there a wood-feeding insect inside a tree or wooden structure? We investigate several ways on how deep learning approaches can massively scan recordings of vibrations stemming from probed trees to infer their infestation state with wood-boring insects that feed and move inside wood. The recordings come from remotely controlled devices that sample the internal soundscape of trees on a 24/7 basis and wirelessly transmit brief recordings of the registered vibrations to a cloud server. We discuss the different sources of vibrations that can be picked up from trees in urban environments and how deep learning methods can focus on those originating from borers. Our goal is to match the problem of the accelerated—due to global trade and climate change— establishment of invasive xylophagus insects by increasing the capacity of inspection agencies. We aim at introducing permanent, cost-effective, automatic monitoring of trees based on deep learning techniques, in commodity entry point as well as in wild, urban and cultivated areas in order to effect large-scale, sustainable pest-risk analysis and management of wood boring insects such as those from the Cerambycidae family (longhorn beetles).


2021 ◽  
Vol 22 (1) ◽  
Author(s):  
Olarik Surinta ◽  
Narong Boonsirisumpun

Vehicle Type Recognition has a significant problem that happens when people need to search for vehicle data from a video surveillance system at a time when a license plate does not appear in the image. This paper proposes to solve this problem with a deep learning technique called Convolutional Neural Network (CNN), which is one of the latest advanced machine learning techniques. In the experiments, researchers collected two datasets of Vehicle Type Image Data (VTID I & II), which contained 1,310 and 4,356 images, respectively. The first experiment was performed with 5 CNN architectures (MobileNets, VGG16, VGG19, Inception V3, and Inception V4), and the second experiment with another 5 CNNs (MobileNetV2, ResNet50, Inception ResNet V2, Darknet-19, and Darknet-53) including several data augmentation methods. The results showed that MobileNets, when combine with the brightness augmented method, significantly outperformed other CNN architectures, producing the highest accuracy rate at 95.46%. It was also the fastest model when compared to other CNN networks.


Sign in / Sign up

Export Citation Format

Share Document