241 |
POTHOLE DETECTION USING DEEP LEARNING AND AREA ASSESSMENT USING IMAGE MANIPULATIONKharel, Subash 01 June 2021 (has links)
Every year, drivers are spending over 3 billions to repair damage on vehicle caused by potholes. Along with the financial disaster, potholes cause frustration in drivers. Also, with the emerging development of automated vehicles, road safety with automation in mind is being a necessity. Deep Learning techniques offer intelligent alternatives to reduce the loss caused by spotting pothole. The world is connected in such a way that the information can be shared in no time. Using the power of connectivity, we can communicate the information of potholes to other vehicles and also the department of Transportation for necessary action. A significant number of research efforts have been done with a view to help detect potholes in the pavements. In this thesis, we have compared two object detection algorithms belonging to two major classes i.e. single shot detectors and two stage detectors using our dataset. Comparing the results in the Faster RCNN and YOLOv5, we concluded that, potholes take a small portion in image which makes potholes detection with YOLOv5 less accurate than the Faster RCNN, but keeping the speed of detection in mind, we have suggested that YOLOv5 will be a better solution for this task. Using the YOLOv5 model and image processing technique, we calculated approximate area of potholes and visualized the shape of potholes. Thus obtained information can be used by the Department of Transportation for planning necessary construction tasks. Also, we can use these information to warn the drivers about the severity of potholes depending upon the shape and area.
|
242 |
Understanding the phenomenon of Neural CollapseMokkapati, Siva January 2022 (has links)
In this paper, we try to understand the concept of ’Neural Collapse’ from a mathemati-cal point of view. The survey will be conducted based on [1]. The authors of [1] providea first global optimization landscape analysis of Neural Collapse. Mainly there are threeaspects the authors like to investigate. The first is to add the weight decay on classicalcross-entropy loss to show that the global minimizers are the simplex ETF based onanalysing the Hessian. Secondly, the ’Layer-peeled’ network still preserves the im-portant features of the full network. In other words even simplifying the loss functionthe network does not lose its explainability. Lastly, how the Layer-peeled network canreduce the memory costs and generalization is as good as the full network. Our studydelves into these details on, how the simplified network is defined? How this simplifiednetwork is different from the original network in terms of the loss function, and finallywe understand the theory behind these steps. We also conduct numerical analysis onspecific input, observe and analyze this phenomenon and finally report our results.
|
243 |
Omics-based Metastasis Prediction using Machine Learning and Deep Learning.Albaradei, Somayah 03 1900 (has links)
Knowing metastasis is the primary cause of cancer-related deaths incentivized research to unravel the complex cellular processes that drive the metastasis. Advancement in technology and specifically the advent of high-throughput sequencing provides knowledge of such processes. This knowledge led to the development of therapeutic and clinical applications. In this regard, predicting metastasis onset has also been explored using artificial intelligence (AI) approaches that are machine learning (ML), and more recently, deep learning (DL).
This thesis discusses the revolutionary field of ML/DL and its applications in cancer metastasis prediction. We are raising the question of whether there is a better way to improve the prediction of metastasis? We effectively addressed this by reviewing strides made in this regard in current literature to draw some conclusions based on a comprehensive review. Then, we used this knowledge to develop multiple ML/DL models using different omics data types that can accurately and cost-effectively predict if the cancer is in the metastatic state and suggest the metastasis site. Beyond that, we show the biological functions that the DL model uses to perform the prediction. We proved that ML/DL could improve efficiency and diagnostic accuracy and can be used to develop novel predictors of prognosis despite some existing challenges.
|
244 |
Compositional and Low-shot Understanding of 3D ObjectsLi, Yuchen 12 April 2022 (has links)
Despite the significant progress in 3D vision in recent years, collecting large amounts of high-quality 3D data remains a challenge. Hence, developing solutions to extract 3D object information efficiently is a significant problem. We aim for an effective shape classification algorithm to facilitate accurate recognition and efficient search of sizeable 3D model databases. This thesis has two contributions in this space: a) a novel meta-learning approach for 3D object recognition and b) propose a new compositional 3D recognition task and dataset. For 3D recognition, we proposed a few-shot semi-supervised meta-learning model based on Pointnet++ representation with a prototypical random walk loss. In particular, we developed the random walk semi-supervised loss that enables fast learning from a few labeled examples by enforcing global consistency over the data manifold and magnetizing unlabeled points around their class prototypes. On the compositional recognition front, we create a large-scale, richly annotated stylized dataset called 3D CoMPaT. This large dataset primarily focuses on stylizing 3D shapes at part-level with compatible materials. We introduce Grounded CoMPaT Recognition as the task of collectively recognizing and grounding compositions of materials on parts of 3D Objects.
|
245 |
Real-time Pictured-base Algae Detection Using Deep Learningansary, Jamal January 2021 (has links)
No description available.
|
246 |
Anomaly-based Intrusion Detection Using Convolutional Neural Networks for IoT DevicesSöderström, Albin January 2021 (has links)
Background. The rapid growth of IoT devices in homes put people at risk of cyberattacks and the low power and computing capabilities in IoT devices make it difficultto design a security solution for them. One method of preventing cyber attacks isan Intrusion Detection System (IDS) that can identify incoming attacks so that anappropriate action can be taken. Previous attempts have been made using machinelearning and deep learning however these attempts have struggled at detecting newattacks.Objectives. In this work we use a convolutional neural network IoTNet designed forIoT devices to classify network attacks. In order to evaluate the use of deep learningin intrusion detection systems on IoT.Methods. The neural network was trained on the NF-UNSW-NB15-v2 datasetwhich contains 9 different types of attacks. We used a method that transformedthe network flow data into RGB images which were fed to the neural network forclassification. We compared IoTNet to a basic convolutional neural network as abaseline.Results. The results show that IoTNet did not perform better at classifying networkattacks when compared to a basic convolutional neural network. It also showed thatboth network had low precision for most classes.Conclusions. We found that IoTNet is unfit to be used as an intrusion detectionsystem in the general case and that further research must be done in order to improvethe precision of the neural network.
|
247 |
DeepCNPP: Deep Learning Architecture to Distinguish the Promoter of Human Long Non-Coding RNA Genes and Protein-Coding GenesAlam, Tanvir, Islam, Mohammad Tariqul, Househ, Mowafa, Belhaouari, Samir Brahim, Kawsar, Ferdaus Ahmed 01 January 2019 (has links)
Promoter region of protein-coding genes are gradually being well understood, yet no comparable studies exist for the promoter of long non-coding RNA (lncRNA) genes which has emerged as a global potential regulator in multiple cellular process and different diseases for human. To understand the difference in the transcriptional regulation pattern of these genes, previously, we proposed a machine learning based model to classify the promoter of protein-coding genes and lncRNA genes. In this study, we are presenting DeepCNPP (deep coding non-coding promoter predictor), an improved model based on deep learning (DL) framework to classify the promoter of lncRNA genes and protein-coding genes. We used convolution neural network (CNN) based deep network to classify the promoter of these two broad categories of human genes. Our computational model, built upon the sequence information only, was able to classify these two groups of promoters from human at a rate of 83.34% accuracy and outperformed the existing model. Further analysis and interpretation of the output from DeepCNPP architecture will enable us to understand the difference in transcription regulatory pattern for these two groups of genes.
|
248 |
DEEP LEARNING OF POSTURAL AND OCULAR DYNAMICS TO PREDICT ENGAGEMENT AND LEARNING OF AUDIOVISUAL MATERIALSUnknown Date (has links)
Engagement with educational instruction and related materials is an important part of learning and contributes to test performance. There are various measures of engagement including self-reports, observations, pupil diameter, and posture. With the challenges associated with obtaining accurate engagement levels, such as difficulties with measuring variations in engagement, the present study used a novel approach to predict engagement from posture by using deep learning. Deep learning was used to analyze a labeled outline of the participants and extract key points that are expected to predict engagement. In the first experiment two short lectures were presented and participants were tested on a lecture to motivate engagement. The next experiment had videos that varied in interest to understand whether a more interesting presentation engages participants more, therefore helping participants achieve higher comprehension scores. In a third experiment, one video was presented to attempt to use posture to predict comprehension rather than engagement. The fourth experiment had videos that varied in level of difficulty to determine whether a challenging topic versus an easier topic affects engagement. T-tests revealed that the more interesting Ted Talk was rated as more engaging, and for the fourth study, the more difficult video was rated as more engaging. Comparing average pupil sizes did not reveal significant differences that would relate to differences in the engagement scores, and average pupil dilation did not correlate with engagement. Analyzing posture through deep learning resulted in three accurate predictive models and a way to predict comprehension. Since engagement relates to learning, researchers and educators can benefit from accurate engagement measures. / Includes bibliography. / Dissertation (Ph.D.)--Florida Atlantic University, 2020. / FAU Electronic Theses and Dissertations Collection
|
249 |
An evaluation of deep learning semantic segmentation for land cover classification of oblique ground-based photographyRose, Spencer 30 September 2020 (has links)
This thesis presents a case study on the application of deep learning methods for the dense prediction of land cover types in oblique ground-based photography. While deep learning approaches are widely used in land cover classification of remote-sensing data (i.e., aerial and satellite orthoimagery) for change detection analysis, dense classification of oblique landscape imagery used in repeat photography remains undeveloped. A performance evaluation was carried out to test two state-of the-art architectures, U-net and Deeplabv3+, as well as a fully-connected conditional random fields model used to boost segmentation accuracy. The evaluation focuses on the use of a novel threshold-based data augmentation technique, and three multi-loss functions selected to mitigate class imbalance and input noise. The dataset used for this study was sampled from the Mountain Legacy Project (MLP) collection, comprised of high-resolution historic (grayscale) survey photographs of Canada’s Western mountains captured from the 1880s through the 1950s and their corresponding modern (colour) repeat images. Land cover segmentations manually created by MLP researchers were used as ground truth labels. Experimental results showed top overall F1 scores of 0.841 for historic models, and 0.909 for repeat models. Data augmentation showed modest improvements to overall accuracy (+3.0% historic / +1.0% repeat), but much larger gains for under-represented classes. / Graduate
|
250 |
Detection of pulmonary tuberculosis using deep learning convolutional neural networksNorval, Michael John 11 1900 (has links)
If Pulmonary Tuberculosis (PTB) is detected early in a patient, the greater the chances of treating
and curing the disease. Early detection of PTB could result in an overall lower mortality rate.
Detection of PTB is achieved in many ways, for instance, by using tests like the sputum culture
test. The problem is that conducting tests like these can be a lengthy process and takes up precious
time. The best and quickest PTB detection method is viewing the chest X-Ray image (CXR) of
the patient. To make an accurate diagnosis requires a qualified professional Radiologist. Neural
Networks have been around for several years but is only now making ground-breaking
advancements in speech and image processing because of the increased processing power at our
disposal. Artificial intelligence, especially Deep Learning Convolutional Neural Networks
(DLCNN), has the potential to diagnose and detect the disease immediately. If DLCNN can be
used in conjunction with the professional medical institutions, crucial time and effort can be saved.
This project aims to determine and investigate proper methods to identify and detect Pulmonary
Tuberculosis in the patient chest X-Ray images using DLCNN. Detection accuracy and success
form a crucial part of the research. Simulations on an input dataset of infected and healthy patients
are carried out. My research consists of firstly evaluating the colour depth and image resolution of
the input images. The best resolution to use is found to be 64x64. Subsequently, a colour depth of
8 bit is found to be optimal for CXR images. Secondly, building upon the optimal resolution and
colour depth, various image pre-processing techniques are evaluated. In further simulations, the
pre-processed images with the best outcome are used. Thirdly the techniques evaluated are transfer
learning, hyperparameter adjustment and data augmentation. Of these, the best results are obtained
from data augmentation. Fourthly, a proposed hybrid approach. The hybrid method is a mixture
of CAD and DLCNN using only the lung ROI images as training data. Finally, a combination of
the proposed hybrid method, coupled with augmented data and specific hyperparameter
adjustment, is evaluated. Overall, the best result is obtained from the proposed hybrid method
combined with synthetic augmented data and specific hyperparameter adjustment. / Electrical and Mining Engineering
|
Page generated in 0.0864 seconds