Department of Computer Science and Information Systems
Permanent URI for this collectionhttp://localhost:4000/handle/123456789/1928
Browse
17 results
Search Results
Item A Survey on Recent Advances in Machine Learning Based Sleep Apnea Detection Systems(MDPI, 2021) Ramachandran, AnitaSleep apnea is a sleep disorder that affects a large population. This disorder can cause or augment the exposure to cardiovascular dysfunction, stroke, diabetes, and poor productivity. The polysomnography (PSG) test, which is the gold standard for sleep apnea detection, is expensive, inconvenient, and unavailable to the population at large. This calls for more friendly and accessible solutions for diagnosing sleep apnea. In this paper, we examine how sleep apnea is detected clinically, and how a combination of advances in embedded systems and machine learning can help make its diagnosis easier, more affordable, and accessible. We present the relevance of machine learning in sleep apnea detection, and a study of the recent advances in the aforementioned area. The review covers research based on machine learning, deep learning, and sensor fusion, and focuses on the following facets of sleep apnea detection: (i) type of sensors used for data collection, (ii) feature engineering approaches applied on the data (iii) classifiers used for sleep apnea detection/classification. We also analyze the challenges in the design of sleep apnea detection systems, based on the literature survey.Item Deep Neural Networks for Securing IoT Enabled Vehicular Ad-Hoc Networks(IEEE, 2021) Alladi, Tejasvi; Chamola, VinayVehicular ad-hoc network (VANET) security has been an active area of research over the past decade. However, with the increasing adoption of the Internet of Things (IoT) in VANETs, the number of connected vehicles is set to grow exponentially over the next few years, which translates to a higher number of communication interfaces and a greater possibility of cybersecurity attacks. Along with these cybersecurity attacks, the instances of compromised vehicles sending faulty information about their positions and speeds also increase exponentially. Thus, there is a need to augment the existing security schemes with anomaly detection schemes which can differentiate normal vehicle data from malicious and faulty data. Since, the number of anomaly types can be many, deep neural networks would work best in this scenario. In this paper, we propose a deep neural network-based vehicle anomaly detection scheme. We use a sequence reconstruction approach to differentiate normal vehicle data from anomalous data. Numerical results show that we can correctly detect data corresponding to several anomaly types.Item Artificial Intelligence (AI)-Empowered Intrusion Detection Architecture for the Internet of Vehicles(IEEE, 2021-06) Alladi, Tejasvi; Chamola, VinayRecent advances in the Internet of Things (IoT) and the adoption of IoT in vehicular networks have led to a new and promising paradigm called the Internet of Vehicles (IoV). However, the mode of communication in IoV being wireless in nature poses serious cybersecurity challenges. With many vehicles being connected in the IoV network, the vehicular data is set to explode. Traditional intrusion detection techniques may not be suitable in these scenarios with an extremely large amount of vehicular data being generated at an unprecedented rate and with various types of cybersecurity attacks being launched. Thus, there is a need for the development of advanced intrusion detection techniques capable of handling possible cyberattacks in these networks. Toward this end, we present an artificial intelligence (AI)-based intrusion detection architecture comprising Deep Learning Engines (DLEs) for identification and classification of the vehicular traffic in the IoV networks into potential cyberattack types. Also, taking into consideration the mobility of the vehicles and the realtime requirements of the IoV networks, these DLEs will be deployed on Multi-access Edge Computing (MEC) servers instead of running on the remote cloud. Extensive experimental results using popular evaluation metrics and average prediction time on a MEC testbed demonstrate the effectiveness of the proposed scheme.Item Securing the Internet of Vehicles: A Deep Learning-Based Classification Framework(IEEE, 2021-06) Alladi, Tejasvi; Chamola, VinayAlong with the various technological advancements, the next generation vehicular networks such as the Internet of Vehicles (IoV) also bring in various cybersecurity challenges. To effectively address these challenges, in addition to the existing authentication techniques, there is also a need for identification of the misbehaving entities in the network. This letter proposes a deep learning-based classification framework to identify potential misbehaving vehicles before the communication requests from the On Board Units (OBUs) of the vehicles can be entertained by the network infrastructure such as the Road Side Units (RSUs). The evaluated metrics demonstrate the performance of the proposed classification approaches.Item EraisNET: An Optical Flow based 3D ConvNET for Erasing Obstructions(IEEE, 2022) Narang, Pratik; Rajput, Amitesh SinghImages captured from behind a fence, window, or during rain generally face occlusions. Though prior works have addressed the problems of individually de-raining, reflection, and occlusion removal, a common approach that removes all the obstruction has found little attention in the literature. In this paper, we address the image occlusion problem by proposing a deep learning-based approach wherein the proposed method uses motion differences between two images and extracts important moving features from videos to separate the background and the obstruction. To accomplish this task, a novel 3D-convolution architecture is introduced, which is trained with synthetically blended videos. We have used learned layer-based CNN methods combined with dense-optical flow with generative networks for better output images. Moreover, a dataset for obstruction removal with sequences for reflection and fencing removal is proposed. The proposed approach is well experimented over a different variety of images and is found as a good candidate against state-of-the-art schemes.Item Privacy-preserving human action recognition as a remote cloud service using RGB-D sensors and deep CNN(Elsevier, 2020-08) Rajput, Amitesh SinghCloud-based expert systems are highly emerging nowadays. However, the data owners and cloud service providers are not in the same trusted domain in practice. For the sake of data privacy, sensitive data usually has to be encrypted before outsourcing which makes effective cloud utilization a challenging task. Taking this concern into account, we propose a novel cloud-based approach to securely recognize human activities. A few schemes exist in the literature for secure recognition. However, they suffer from the problem of constrained data and are vulnerable to re-identification attack, where advanced deep learning models are used to predict an object’s identity. We address these problems by considering color and depth data, and securing them using position based superpixel transformation. The proposed transformation is designed by actively involving additional noise while resizing the underlying image. Due to this, a higher degree of obfuscation is achieved. Further, in spite of securing the complete video, we secure only four images, that is, one motion history image and three depth motion maps which are highly saving the data overhead. The recognition is performed using a four stream deep Convolutional Neural Network (CNN), where each stream is based on pre-trained MobileNet architecture. Experimental results show that the proposed approach is the best suitable candidate in “security-recognition accuracy (%)” trade-off relation among other image obfuscation as well as state-of-the-art schemes. Moreover, a number of security tests and analyses demonstrate robustness of the proposed approach.Item FNDNet – A deep convolutional neural network for fake news detection(Elsevier, 2020-06) Narang, PratikWith the increasing popularity of social media and web-based forums, the distribution of fake news has become a major threat to various sectors and agencies. This has abated trust in the media, leaving readers in a state of perplexity. There exists an enormous assemblage of research on the theme of Artificial Intelligence (AI) strategies for fake news detection. In the past, much of the focus has been given on classifying online reviews and freely accessible online social networking-based posts. In this work, we propose a deep convolutional neural network (FNDNet) for fake news detection. Instead of relying on hand-crafted features, our model (FNDNet) is designed to automatically learn the discriminatory features for fake news classification through multiple hidden layers built in the deep neural network. We create a deep Convolutional Neural Network (CNN) to extract several features at each layer. We compare the performance of the proposed approach with several baseline models. Benchmarked datasets were used to train and test the model, and the proposed model achieved state-of-the-art results with an accuracy of 98.36% on the test data. Various performance evaluation parameters such as Wilcoxon, false positive, true negative, precision, recall, F1, and accuracy, etc. were used to validate the results. These results demonstrate significant improvements in the area of fake news detection as compared to existing state-of-the-art results and affirm the potential of our approach for classifying fake news on social media. This research will assist researchers in broadening the understanding of the applicability of CNN-based deep models for fake news detection.Item ReViewNet: A Fast and Resource Optimized Network for Enabling Safe Autonomous Driving in Hazy Weather Conditions(IEEE, 2020) Narang, Pratik; Chamola, VinayAdverse weather conditions such as fog, haze, snow, mist and glare create visibility problems for applications of autonomous vehicles. To ensure safe and smooth operations in frequent bad weather scenarios, image dehazing is crucial to any vehicular motion and navigation task on road or air. Moreover, the commonly deployed mobile systems are resource constrained in nature. Therefore, it is important to ensure memory, compute and run-time efficiency of dehazing algorithms. In this manuscript we propose ReViewNet, a fast, lightweight and robust dehazing system suitable for autonomous vehicles. The network uses components like spatial feature pooling, quadruple color-cue, multi-look architecture and multi-weighted loss to effectively dehaze images captured by cameras of autonomous vehicles. The effectiveness of the proposed model is analyzed by exhaustive quantitative evaluation on five benchmark datasets demonstrating its supremacy over other existing state-of-the-art methods. Further, a component-wise ablation and loss weight ratio analysis demonstrates the contribution of each and every component of the network. We also show the qualitative analysis with special use cases and visual responses on distinctive vehicular vision instances, establishing the effectiveness of the proposed method in numerous hazy weather conditions for autonomous vehicular applications.Item EchoFakeD: improving fake news detection in social media with an efficient deep neural network(Springer, 2021-01) Narang, PratikThe increasing popularity of social media platforms has simplified the sharing of news articles that have led to the explosion in fake news. With the emergence of fake news at a very rapid rate, a serious concern has produced in our society because of enormous fake content dissemination. The quality of the news content is questionable and there exists a necessity for an automated tool for the detection. Existing studies primarily focus on utilizing information extracted from the news content. We suggest that user-based engagements and the context related group of people (echo-chamber) sharing the same opinions can play a vital role in the fake news detection. Hence, in this paper, we have focused on both the content of the news article and the existence of echo chambers in the social network for fake news detection. Standard factorization methods for fake news detection have limited effectiveness due to their unsupervised nature and primarily employed with traditional machine learning models. To design an effective deep learning model with tensor factorization approach is the priority. In our approach, the news content is fused with the tensor following a coupled matrix–tensor factorization method to get a latent representation of both news content as well as social context. We have designed our model with a different number of filters across each dense layer along with dropout. To classify on news content and social context-based information individually as well as in combination, a deep neural network (our proposed model) was employed with optimal hyper-parameters. The performance of our proposed approach has been validated on a real-world fake news dataset: BuzzFeed and PolitiFact. Classification results have demonstrated that our proposed model (EchoFakeD) outperforms existing and appropriate baselines for fake news detection and achieved a validation accuracy of 92.30%. These results have shown significant improvements over the existing state-of-the-art models in the area of fake news detection and affirm the potential use of the technique for classifying fake news.Item AI-Enabled Object Detection in UAVs: Challenges, Design Choices, and Research Directions(IEEE, 2021-08) Narang, Pratik; Chamola, VinayUnmanned aerial vehicles (UAVs) are emerging as a powerful tool for various industrial and smart city applications. UAVs coupled with various sensors can perform many cognitive tasks such as object detection, surveillance, traffic management, and urban planning. Deep learning has emerged as a popular technique to speed up the processing of high-dimensional data like images and videos, which has led to several applications in surveillance and autonomous driving. However, the area of aerial object detection has been understudied. This work proposes a deep learning approach for detection of objects in aerial scenes captured by UAVs. Our work first categorizes the current methods for aerial object detection using deep learning techniques and discusses how the task is different from general object detection scenarios. We delineate the specific challenges involved and experimentally demonstrate the key design decisions that significantly affect the accuracy and robustness of models. We further propose an optimized architecture that utilizes these optimal design choices along with the recent Res-NeSt backbone to achieve superior performance in aerial object detection. Lastly, we propose several research directions to inspire further advancement in aerial object detection.