Open Access. Powered by Scholars. Published by Universities.®

Engineering Commons

Open Access. Powered by Scholars. Published by Universities.®

Articles 1 - 30 of 81

Full-Text Articles in Engineering

Generative Machine Learning For Cyber Security, James Halvorsen, Dr. Assefaw Gebremedhin May 2024

Generative Machine Learning For Cyber Security, James Halvorsen, Dr. Assefaw Gebremedhin

Military Cyber Affairs

Automated approaches to cyber security based on machine learning will be necessary to combat the next generation of cyber-attacks. Current machine learning tools, however, are difficult to develop and deploy due to issues such as data availability and high false positive rates. Generative models can help solve data-related issues by creating high quality synthetic data for training and testing. Furthermore, some generative architectures are multipurpose, and when used for tasks such as intrusion detection, can outperform existing classifier models. This paper demonstrates how the future of cyber security stands to benefit from continued research on generative models.


Brain-Inspired Spatio-Temporal Learning With Application To Robotics, Thiago André Ferreira Medeiros Dec 2023

Brain-Inspired Spatio-Temporal Learning With Application To Robotics, Thiago André Ferreira Medeiros

USF Tampa Graduate Theses and Dissertations

The human brain still has many mysteries and one of them is how it encodes information. The following study intends to unravel at least one such mechanism. For this it will be demonstrated how a set of specialized neurons may use spatial and temporal information to encode information. These neurons, called Place Cells, become active when the animal enters a place in the environment, allowing it to build a cognitive map of the environment. In a recent paper by Scleidorovich et al. in 2022, it was demonstrated that it was possible to differentiate between two sequences of activations of a …


Deep Learning-Based Automatic Stereology For High- And Low-Magnification Images, Hunter Morera Oct 2023

Deep Learning-Based Automatic Stereology For High- And Low-Magnification Images, Hunter Morera

USF Tampa Graduate Theses and Dissertations

Quantification of the true number of stained cells in specific brain regions is an important metric in many fields of biomedical research involving cell degeneration, cytotoxicology, cellular inflammation, and drug development for a wide range of neurological disorders and mental illnesses. Unbiased stereology is the current state-of-the-art method for collecting the cell count data from tissue sections. These studies require trained experts to manually focus through a z-stack of microscopy images and count (click) on a hundred or more cells per case, making this approach time consuming (~1 hour per case) and prone to human error (i.e., inter-rater variability). Thus, …


Deep Learning Enhancement And Privacy-Preserving Deep Learning: A Data-Centric Approach, Hung S. Nguyen Jun 2023

Deep Learning Enhancement And Privacy-Preserving Deep Learning: A Data-Centric Approach, Hung S. Nguyen

USF Tampa Graduate Theses and Dissertations

Deep Learning and its applications have become attractive to a lot of research recentlybecause of its capability to capture important information from large amounts of data. While most of the work focuses on finding the best model parameters, improving machine learning performance from data perspective still needs more attention. In this work, we propose techniques to enhance the robustness of deep learning classification by tackling data issue. Specifically, our data processing proposals aim to alleviate the impacts of class-imbalanced data and non- IID data in deep learning classification and federated learning scenarios. In addition, data pre-processing strategies such that dimensionality …


Insect Classification And Explainability From Image Data Via Deep Learning Techniques, Tanvir Hossain Bhuiyan Jun 2023

Insect Classification And Explainability From Image Data Via Deep Learning Techniques, Tanvir Hossain Bhuiyan

USF Tampa Graduate Theses and Dissertations

Since the dawn of the Industrial Revolution, humanity has always tried to make labor more efficient and automated, and this trend is only continuing in the modern digital age. With the advent of artificial intelligence (AI) techniques in the latter part of the 20th century, the speed and scale with which AI has been leveraged to automate tasks defy human imagination. Many people deeply entrenched in the technology field are genuinely intrigued and concerned about how AI may change many of the ways in which humans have been living for millennia. Only time will provide the answers. This dissertation is …


What Senior U.S. Leaders Say We Should Know About Cyber, Dr. Joseph H. Schafer May 2023

What Senior U.S. Leaders Say We Should Know About Cyber, Dr. Joseph H. Schafer

Military Cyber Affairs

On April 6, 2023, the Atlantic Council’s Cyber Statecraft Initiative hosted a panel discussion on the new National Cybersecurity Strategy. The panel featured four senior officials from the Office of the National Cyber Director (ONCD), the Department of State (DoS), the Department of Justice (DoJ), and the Department of Homeland Security (DHS). The author attended and asked each official to identify the most important elements that policymakers and strategists must understand about cyber. This article highlights historical and recent struggles to express cyber policy, the responses from these officials, and the author’s ongoing research to improve national security cyber policy.


Deep Reinforcement Learning Based Optimization Techniques For Energy And Socioeconomic Systems, Salman Sadiq Shuvo Mar 2023

Deep Reinforcement Learning Based Optimization Techniques For Energy And Socioeconomic Systems, Salman Sadiq Shuvo

USF Tampa Graduate Theses and Dissertations

Optimization, which refers to making the best or most out of a system, is critical for an organization's strategic planning. Optimization theories and techniques aim to find the optimal solution that maximizes/minimizes the values of an objective function within a set of constraints. Deep Reinforcement Learning (DRL) is a popular Machine Learning technique for optimization and resource allocation tasks. Unlike the supervised ML that trains on labeled data, DRL techniques require a simulated environment to capture the stochasticity of real-world complex systems. This uncertainty in future transitions makes the planning authorities doubt real-world implementation success. Furthermore, the DRL methods have …


Development Of An Automated Platform For Sensing And Differentiating Vapor-Phase Btex Constituents, Jonathan Samuelson Nov 2022

Development Of An Automated Platform For Sensing And Differentiating Vapor-Phase Btex Constituents, Jonathan Samuelson

USF Tampa Graduate Theses and Dissertations

Light aromatic hydrocarbons are an inevitable byproduct of fossil fuel extraction, refinement, distribution, and use. The four lightest and most prevalent of these are benzene, toluene, ethylbenzene, and xylene, which are known collectively as BTEX. In spite of their chemical similarity these species have markedly different effects on human health and substantially different concentrations are permitted by OSHA in workplaces and by the EPA in ambient air and groundwater. Real-time detection, identification, and quantification of these species is therefore of great importance wherever they see industrial use.This work represents the continuation and advancement of a line of research in which …


Generative Spatio-Temporal And Multimodal Analysis Of Neonatal Pain, Md Sirajus Salekin Nov 2022

Generative Spatio-Temporal And Multimodal Analysis Of Neonatal Pain, Md Sirajus Salekin

USF Tampa Graduate Theses and Dissertations

Neonates can not express their pain like an adult person. Due to the lacking of proper muscle growth and inability to express non-verbally, it is difficult to understand their emotional status. In addition, if the neonates are under any treatment or left monitored after any major surgeries (post-operative), it is more difficult to understand their pain due to the side effect of medications and the caring system (i.e. intubated, masked face, covered body with blanket, etc.). In a clinical environment, usually, bedside nurses routinely observe the neonate and measure the pain status following any standard clinical pain scale. But current …


Preventing Variadic Function Attacks Through Argument Width Counting, Brennan Ward Oct 2022

Preventing Variadic Function Attacks Through Argument Width Counting, Brennan Ward

USF Tampa Graduate Theses and Dissertations

Format String attacks, first noted in June 2000 [1], are a type of attack in which anadversary has control of the string argument (the format string) passed to a string format function (such as printf). Such control allows the attacker to read and write arbitrary program memory. To prevent these attacks, various methodologies have been proposed, each with their own costs and benefits. I present a novel solution to this problem through argument width counting, ensuring that such format functions cannot access stack memory beyond the space where arguments were placed. Additionally, I show how this approach can be expanded …


Adaptive Multi-Scale Place Cell Representations And Replay For Spatial Navigation And Learning In Autonomous Robots, Pablo Scleidorovich Oct 2022

Adaptive Multi-Scale Place Cell Representations And Replay For Spatial Navigation And Learning In Autonomous Robots, Pablo Scleidorovich

USF Tampa Graduate Theses and Dissertations

Place cells are one of the most widely studied neurons thought to play a vital role in spatial cognition. Extensive studies show that their activity in the rodent hippocampus is highly correlated with the animal’s spatial location, forming “place fields” of smaller sizes near the dorsal pole and larger sizes near the ventral pole. Despite advances, it is yet unclear how this multi-scale representation enables navigation in complex environments.

In this dissertation, we analyze the place cell representation from a computational point of view, evaluating how multi-scale place fields impact navigation in large and cluttered environments. The objectives are to …


The Iwar Range + 21 Years: Cyber Defense Education In 2022, Joseph H. Schafer, Chris Morrell, Ray Blaine May 2022

The Iwar Range + 21 Years: Cyber Defense Education In 2022, Joseph H. Schafer, Chris Morrell, Ray Blaine

Military Cyber Affairs

Twenty-one years ago, The IWAR Range paper published by CCSC described nascent information assurance (now cybersecurity[1]) education programs and the inspiration and details for constructing cyber ranges and facilitating cyber exercises. This paper updates the previously published work by highlighting the dramatic evolution of the cyber curricula, exercise networks and ranges, influences, and environments over the past twenty years.

[1] In 2014, DoD adopted “cybersecurity” instead of “information assurance.” [34:1]


On The Reliability Of Wearable Sensors For Assessing Movement Disorder-Related Gait Quality And Imbalance: A Case Study Of Multiple Sclerosis, Steven Díaz Hernández Mar 2022

On The Reliability Of Wearable Sensors For Assessing Movement Disorder-Related Gait Quality And Imbalance: A Case Study Of Multiple Sclerosis, Steven Díaz Hernández

USF Tampa Graduate Theses and Dissertations

Approximately 33 million American adults had a movement disorder associated with medication use, ear infections, injury, or neurological disorders in 2008, with over 18 million people affected by neurological disorders worldwide. Physical therapists assist people with movement disorders by providing interventions to reduce pain, improve mobility, avoid surgeries, and prevent falls and secondary complications of neurodegenerative disorders. Current gait assessments used by physical therapists, such as the Multiple Sclerosis Walking Scale, provide only semi-quantitative data, and cannot assess walking quality in detail or describe how one’s walking quality changes over time. As a result, quantitative systems have grownas useful tools …


Analyzing Decision-Making In Robot Soccer For Attacking Behaviors, Justin Rodney Mar 2022

Analyzing Decision-Making In Robot Soccer For Attacking Behaviors, Justin Rodney

USF Tampa Graduate Theses and Dissertations

In robotics soccer, decision-making is critical to the performance of a team’s SoftwareSystem. The University of South Florida’s (USF) RoboBulls team implements behavior for the robots by using traditional methods such as analytical geometry to path plan and determine whether an action should be taken. In recent works, Machine Learning (ML) and Reinforcement Learning (RL) techniques have been used to calculate the probability of success for a pass or goal, and even train models for performing low-level skills such as traveling towards a ball and shooting it towards the goal[1, 2]. Open-source frameworks have been created for training Reinforcement Learning …


Novel Approach To Integrate Can Based Vehicle Sensors With Gps Using Adaptive Filters To Improve Localization Precision In Connected Vehicles From A Systems Engineering Perspective, Abhijit Vasili Nov 2021

Novel Approach To Integrate Can Based Vehicle Sensors With Gps Using Adaptive Filters To Improve Localization Precision In Connected Vehicles From A Systems Engineering Perspective, Abhijit Vasili

USF Tampa Graduate Theses and Dissertations

Research and development in Connected Vehicles (CV) Technologies has increased exponentially, with the allocation of 75 MHz radio spectrum in the 5.9 GHz band by the Federal Communication Commission (FCC) dedicated to Intelligent Transportation Systems (ITS) in 1999 and 30 MHz in the 5.9 GHz by the European Telecommunication Standards Institution (ETSI). Many applications have been tested and deployed in pilot programs across many cities all over the world.

CV pilot programs have played a vital role in evaluating the effectiveness and impact of the technology and understanding the effects of the applications over the safety of road users. The …


Constructing Frameworks For Task-Optimized Visualizations, Ghulam Jilani Abdul Rahim Quadri Oct 2021

Constructing Frameworks For Task-Optimized Visualizations, Ghulam Jilani Abdul Rahim Quadri

USF Tampa Graduate Theses and Dissertations

Visualization is crucial in today’s data-driven world to augment and enhance human understanding and decision-making. Effective visualizations must support accuracy in visual task performance and expressive data communication. Effective visualization design depends on the visual channels used, chart types, or visual tasks. However, design choices and visual judgment are co-related, and effectiveness is not one-dimensional, leading to a significant need to understand the intersection of these factors to create optimized visualizations. Hence, constructing frameworks that consider both design decisions and the task being performed enables optimizing visualization design to maximize efficacy. This dissertation describes experiments, techniques, and user studies to …


Enterprise Environment Modeling For Penetration Testing On The Openstack Virtualization Platform, Vincent Karovic Jr., Jakub Bartalos, Vincent Karovic, Michal Gregus Sep 2021

Enterprise Environment Modeling For Penetration Testing On The Openstack Virtualization Platform, Vincent Karovic Jr., Jakub Bartalos, Vincent Karovic, Michal Gregus

Journal of Global Business Insights

The article presents the design of a model environment for penetration testing of an organization using virtualization. The need for this model was based on the constantly increasing requirements for the security of information systems, both in legal terms and in accordance with international security standards. The model was created based on a specific team from the unnamed company. The virtual working environment offered the same functions as the physical environment. The virtual working environment was created in OpenStack and tested with a Linux distribution Kali Linux. We demonstrated that the virtual environment is functional and its security testable. Virtualizing …


Automated Wound Segmentation And Dimension Measurement Using Rgb-D Image, Chih-Yun Pai Jul 2021

Automated Wound Segmentation And Dimension Measurement Using Rgb-D Image, Chih-Yun Pai

USF Tampa Graduate Theses and Dissertations

Accurate pressure ulcer (PrU) measurement is critical in assessing the effectiveness of PrU treatment. The traditional measurement process is manual, subjective, and requires frequent contact with the wound. The manual measurement relies on human observation which makes the measurement inconsistent, and the frequent contact with the wound increases risk of contamination or infection. The purpose of this research was to develop an automatic Pressure Ulcer Monitoring System (PrUMS) using a depth camera to provide automated, non-contact wound measurement. In this dissertation, 1) a wound segmentation with traditional machine learning method, which combines the color classification using K-Nearest Neighbors and the …


Data-Driven Studies On Social Networks: Privacy And Simulation, Yasanka Sameera Horawalavithana Jun 2021

Data-Driven Studies On Social Networks: Privacy And Simulation, Yasanka Sameera Horawalavithana

USF Tampa Graduate Theses and Dissertations

Social media datasets are fundamental to understanding a variety of phenomena, such as epidemics, adoption of behavior, crowd management, and political uprisings. At the same time, many such datasets capturing computer-mediated social interactions are recorded nowadays by individual researchers or by organizations. However, while the need for real social graphs and the supply of such datasets are well established, the flow of data from data owners to researchers is significantly hampered by privacy risks: even when humans’ identities are removed, or data is anonymized to some extent, studies have proven repeatedly that re-identifying anonymized user identities (i.e., de-anonymization) is doable …


Adaptive Network Slicing In Fog Ran For Iot With Heterogeneous Latency And Computing Requirements: A Deep Reinforcement Learning Approach, Almuthanna Nassar Jun 2021

Adaptive Network Slicing In Fog Ran For Iot With Heterogeneous Latency And Computing Requirements: A Deep Reinforcement Learning Approach, Almuthanna Nassar

USF Tampa Graduate Theses and Dissertations

In view of the recent advances in Internet of Things (IoT) devices and the emerging new breed of smart city applications and intelligent vehicular systems driven by artificial intelligence, fog radio access network (F-RAN) has been recently introduced for the next generation wireless communications. The capability of F-RAN has emerged to overcome the latency limitations of cloud-RAN (C-RAN) and assure the quality-of-service (QoS) requirements of the ultra-reliable-low-latency-communication (URLLC) for IoT applications. To this end, fog nodes (FNs) are equipped with computing, signal processing and storage capabilities to extend the inherent operations and services of the cloud to the edge. However, …


An Automated Framework For Connected Speech Evaluation Of Neurodegenerative Disease: A Case Study In Parkinson's Disease, Sai Bharadwaj Appakaya Apr 2021

An Automated Framework For Connected Speech Evaluation Of Neurodegenerative Disease: A Case Study In Parkinson's Disease, Sai Bharadwaj Appakaya

USF Tampa Graduate Theses and Dissertations

Neurodegenerative diseases affect millions of people around the world. The progressive degeneration worsens the symptoms, heavily impacting the quality of life of the patients as well as the caregivers. Speech production is one of the physiological processes affected by neurodegenerative diseases like Alzheimer’s disease, amyotrophic lateral sclerosis (ALS) and Parkinson’s disease (PD). Speech is the most basic form of communication, and the effect of neurodegeneration degrades speech production, thereby reducing social interaction and mental well-being. PD is the second most common neurodegenerative disease affecting speech production in 90% of the diagnosed individuals. Speech analysis methods for PD in clinical methods …


Efficient Hardware Constructions For Error Detection Of Post-Quantum Cryptographic Schemes, Alvaro Cintas Canto Mar 2021

Efficient Hardware Constructions For Error Detection Of Post-Quantum Cryptographic Schemes, Alvaro Cintas Canto

USF Tampa Graduate Theses and Dissertations

Quantum computers are presumed to be able to break nearly all public-key encryption algorithms used today. The National Institute of Standards and Technology (NIST) started the process of soliciting and standardizing one or more quantum computer resistant public-key cryptographic algorithms in late 2017. It is estimated that the current and last phase of the standardization process will last till 2022-2024. Among those candidates, code-based and multivariate-based cryptography are a promising solution for thwarting attacks based on quantum computers. Nevertheless, although code-based and multivariate-based cryptography, e.g., McEliece, Niederreiter, and Luov cryptosystems, have good error correction capabilities, research has shown their hardware …


Strategies In Botnet Detection And Privacy Preserving Machine Learning, Di Zhuang Mar 2021

Strategies In Botnet Detection And Privacy Preserving Machine Learning, Di Zhuang

USF Tampa Graduate Theses and Dissertations

Peer-to-peer (P2P) botnets have become one of the major threats in network security for serving as the infrastructure that responsible for various of cyber-crimes. Though a few existing work claimed to detect traditional botnets effectively, the problem of detecting P2P botnets involves more challenges. In this dissertation, we present two P2P botnet detection systems, PeerHunter and Enhanced PeerHunter. PeerHunter starts from a P2P hosts detection component. Then, it uses mutual contacts as the main feature to cluster bots into communities. Finally, it uses community behavior analysis to detect potential botnet communities and further identify bot candidates. Enhanced PeerHunter is an …


Control Of A Human Arm Robotic Unit Using Augmented Reality And Optimized Kinematics, Carlo Canezo Oct 2020

Control Of A Human Arm Robotic Unit Using Augmented Reality And Optimized Kinematics, Carlo Canezo

USF Tampa Graduate Theses and Dissertations

There are more than 350000 amputees in the US who suffer loss of functionality in their daily living activities, and roughly 100000 of them are upper arm amputees. Many of these amputees use prostheses to compensate part of their lost arm function, including power prostheses. Research on 6-7 degree of freedom powered prostheses is still relatively new, and most commercially available powered prostheses are typically limited to 1 to 3 degrees of freedom. Due to the myriad of possible options for various powered protheses from different manufacturers, each configuration is governed by a distinct control scheme typically specific to the …


Detecting Symptoms Of Chronic Obstructive Pulmonary Disease And Congestive Heart Failure Via Cough And Wheezing Sounds Using Smart-Phones And Machine Learning, Anthony Windmon Sep 2020

Detecting Symptoms Of Chronic Obstructive Pulmonary Disease And Congestive Heart Failure Via Cough And Wheezing Sounds Using Smart-Phones And Machine Learning, Anthony Windmon

USF Tampa Graduate Theses and Dissertations

Chronic Obstructive Pulmonary Disease (COPD) and Congestive Heart Failure (CHF) are progressive disorders, and major health concerns among today’s aging population. COPD causes a large mucus buildup in the lungs, leading to chronic cough and difficulty to breathe. CHF causes fluid buildup in the lower lungs due to the failing heart, causing cough and difficulty to breath. People who are clinically diagnosed with COPD or CHF are expected to regularly monitor their symptoms and follow complex medical recommendations in an effort to prevent exacerbation. In this dissertation, we elaborate upon three different machine learning based techniques that we developed for …


Machine Learning For The Internet Of Things: Applications, Implementation, And Security, Vishalini Laguduva Ramnath Jul 2020

Machine Learning For The Internet Of Things: Applications, Implementation, And Security, Vishalini Laguduva Ramnath

USF Tampa Graduate Theses and Dissertations

Artificial intelligence and ubiquitous sensor systems have seen tremendous advances in recent times, resulting in groundbreaking impact across domains such as healthcare, entertainment, and transportation through a collective ecosystem called the Internet of Things. The advent of 5G and improved wireless networks will further accelerate the research and development of tools in deep learning, sensor systems, and computing platforms by providing improved network latency and bandwidth. While tremendous progress has been made in the Internet of Things, current work has largely focused on building robust applications that leverage the data collected through ubiquitous sensor nodes to provide actionable rules and …


Relational Joins On Gpus For In-Memory Database Query Processing, Ran Rui Jun 2020

Relational Joins On Gpus For In-Memory Database Query Processing, Ran Rui

USF Tampa Graduate Theses and Dissertations

Relational join processing is one of the core functionalities in database management systems. Implementing join algorithms on parallel platforms, especially modern GPUs, has gain a lot of momentum in the past decade. This dissertation addresses the following issues on GPU join algorithms. First, we present empirical evaluations of a state-of-the-art work on GPU-based join processing. Since 2008, the compute capabilities of GPUs have increased following a pace faster than that of the multi-core CPUs. We run a comprehensive set of experiments to study how join operations can benefit from such rapid expansion of GPU capabilities. We also present improved GPU …


Active Deep Learning Method To Automate Unbiased Stereology Cell Counting, Saeed Alahmari Jun 2020

Active Deep Learning Method To Automate Unbiased Stereology Cell Counting, Saeed Alahmari

USF Tampa Graduate Theses and Dissertations

Cell quantification in histopathology images plays a significant role in understanding and diagnosing diseases such as cancer and Alzheimers. The gold-standard for quantifying cells in tissue sections is the unbiased stereology approach. Unfortunately, in unbiased stereology current practices rely on a well-trained human to manually count hundreds of cells in microscopy images. However, this human-based manual approach is time-consuming, labor-intensive, subject to human errors, recognition bias, fatigue, variable training, poor reproducibility, and inter-observer error. Thus, the lack of high-throughput technology for automating unbiased stereology analyses remains a major obstacle to further progress in a wide range of neuroscience and cancer …


Next-Generation Self-Organizing Communications Networks: Synergistic Application Of Machine Learning And User-Centric Technologies, Chetana V. Murudkar Jun 2020

Next-Generation Self-Organizing Communications Networks: Synergistic Application Of Machine Learning And User-Centric Technologies, Chetana V. Murudkar

USF Tampa Graduate Theses and Dissertations

The telecommunications industry is going through a metamorphic journey where the 5G and 6G technologies will be deeply rooted in the society forever altering how people access and use information. In support of this transformation, this dissertation proposes a fundamental paradigm shift in the design, performance assessment, and optimization of wireless communications networks developing the next-generation self-organizing communications networks with the synergistic application of machine learning and user-centric technologies.

This dissertation gives an overview of the concept of self-organizing networks (SONs), provides insight into the “hot” technology of machine learning (ML), and offers an intuitive understanding of the user-centric (UC) …


Action Recognition Using The Motion Taxonomy, Maxat Alibayev Jun 2020

Action Recognition Using The Motion Taxonomy, Maxat Alibayev

USF Tampa Graduate Theses and Dissertations

In the last years, modern action recognition frameworks with deep architectures have achieved impressive results on the large-scale activity datasets. All state-of-the-art models share one common attribute: two-stream architectures. One deep model takes RGB frames, while the other model is fed with pre-computed optical flow vectors. The outputs of both models are combined to be used as a final probability distribution for the action classes. When comparing the results of individual models with the fused model, it is common to see that that latter method is more superior. Researchers explain that phenomena with the fact that optical flow vectors serve …