Open Access. Powered by Scholars. Published by Universities.®
- Discipline
-
- Artificial Intelligence and Robotics (938)
- Engineering (518)
- Social and Behavioral Sciences (301)
- Computer Engineering (280)
- Numerical Analysis and Scientific Computing (211)
-
- Operations Research, Systems Engineering and Industrial Engineering (203)
- Systems Science (172)
- Software Engineering (161)
- Information Security (142)
- Medicine and Health Sciences (137)
- Databases and Information Systems (131)
- Electrical and Computer Engineering (125)
- Graphics and Human Computer Interfaces (120)
- Cybersecurity (117)
- Education (104)
- Business (103)
- Data Science (102)
- Public Affairs, Public Policy and Public Administration (102)
- Theory and Algorithms (98)
- Arts and Humanities (96)
- Life Sciences (77)
- Physics (57)
- Law (53)
- Other Computer Sciences (49)
- Science and Technology Policy (48)
- Psychology (44)
- Systems Architecture (44)
- Technology and Innovation (42)
- Institution
-
- Singapore Management University (267)
- China Simulation Federation (167)
- Old Dominion University (145)
- Kennesaw State University (130)
- Zayed University (90)
-
- Missouri University of Science and Technology (71)
- City University of New York (CUNY) (54)
- Embry-Riddle Aeronautical University (54)
- TÜBİTAK (51)
- Neutrosophic Systems with Applications (40)
- Chinese Academy of Sciences (36)
- Indian Statistical Institute (34)
- St. Mary's University (33)
- Chapman University (32)
- Dartmouth College (32)
- Edith Cowan University (32)
- Karbala International Journal of Modern Science (31)
- California Polytechnic State University, San Luis Obispo (23)
- Michigan Technological University (22)
- University of South Alabama (22)
- Utah State University (22)
- University of Arkansas, Fayetteville (21)
- Portland State University (18)
- University of Texas Rio Grande Valley (16)
- Journal of Intelligent Informatics, Networking and Cybersecurity (15)
- New Jersey Institute of Technology (15)
- United Arab Emirates University (15)
- University of Texas at Arlington (15)
- College of Saint Benedict and Saint John's University (14)
- Florida Institute of Technology (14)
- Keyword
-
- Artificial intelligence (92)
- Machine learning (79)
- Deep learning (51)
- Large language models (50)
- AI (46)
-
- Artificial Intelligence (43)
- Cybersecurity (40)
- Generative AI (37)
- Large Language Models (33)
- Computer Science (30)
- Machine Learning (29)
- LLM (28)
- Neutrosophic with Applications (26)
- Deep Learning (20)
- Reinforcement learning (20)
- Explainable AI (18)
- Cognitive architecture (17)
- Core-Modulation Architecture (17)
- Natural language processing (17)
- Artificial Intelligence (AI) (15)
- CMA (15)
- Computer vision (15)
- Large Language Model (15)
- Layered cognition (15)
- Large language model (14)
- Artificial intelligence (AI) (13)
- Edge computing (12)
- Federated learning (12)
- Humans (12)
- ChatGPT (11)
- Publication
-
- Research Collection School Of Computing and Information Systems (215)
- Journal of System Simulation (167)
- All Works (90)
- C-Day Computing Showcase (89)
- Turkish Journal of Electrical Engineering and Computer Sciences (51)
-
- Computer Science Faculty Publications (48)
- Discovery Day - Daytona Beach (41)
- Theses and Dissertations (41)
- Computer Science Faculty Research & Creative Works (40)
- Neutrosophic Systems with Applications (40)
- Publications and Research (38)
- Bulletin of Chinese Academy of Sciences (Chinese Version) (36)
- Journal of Cybersecurity Education, Research and Practice (33)
- Karbala International Journal of Modern Science (31)
- Research outputs 2022 to 2026 (29)
- Master's Theses (28)
- Master’s Dissertations (26)
- Honors Theses (21)
- Faculty Publications (18)
- Michigan Tech Publications (18)
- Posters - 2026 (18)
- Dissertations (17)
- All Graduate Theses and Dissertations, Fall 2023 to Present (16)
- Computer Science Senior Theses (16)
- Journal of Intelligent Informatics, Networking, and Cybersecurity (15)
- Shelby Hall Graduate Research Forum Posters (15)
- FORCE 2026 (14)
- The Journal of Social Encounters (14)
- Electrical & Computer Engineering Faculty Publications (13)
- Electrical and Computer Engineering Faculty Research & Creative Works (13)
- Publication Type
- File Type
Articles 1891 - 1920 of 2115
Full-Text Articles in Computer Sciences
Multimodal Emotion Detection System, Shubhankar Sameer Munshi
Multimodal Emotion Detection System, Shubhankar Sameer Munshi
Master's Projects
Trying to understand emotion from speech is a problem that is present in human computer interaction. Nevertheless, there are still some shortcomings in current SER methods. Text-based systems may miss vital vocal cues, such as sarcasm, tone changes, and delivery. On the other hand, purely audio-based systems are prone to noise and unstable acoustic features. The combination of linguistic and acoustic features in multimodal approaches partially solves this problem, but many existing approaches use inflexible multimodal fusion techniques that cannot adjust their behaviors according to the quality of input signals. In this work, we propose a multimodal approach based on …
Emotional Patterns In Conversational Social Media Using Graph-Based Context, Sai Sanjay Yerunkar
Emotional Patterns In Conversational Social Media Using Graph-Based Context, Sai Sanjay Yerunkar
Master's Projects
Most social media datasets for emotion detection have not been constructed to account for conversational structure‚ so we investigate whether it carries signal for emotion prediction. Using Sentiment140 and GoEmotions Reddit threads‚ we construct their thread-based conversation graphs and compute the aggregated features of neighbors as well as the transformer and TF-IDF representations of comments. Connected comments are 4.5× more similar in emotions than expected by chance. Pairwise emotional similarity decays exponentially with geodesic distance (e.g.‚ after 2 hops). Pairs separated by a 30s timestamp difference have the highest emotional similarity. These results suggest that emotion is structured locally and …
Adaptive Real-Time Fraud Detection Using Online Learning And Explicit Concept-Drift Detection, Purva Govind Tugaonkar
Adaptive Real-Time Fraud Detection Using Online Learning And Explicit Concept-Drift Detection, Purva Govind Tugaonkar
Master's Projects
Real-time credit card fraud detection faces challenges such as extreme class imbalance, delayed feedback, and concept drift in transaction streams. This project implements and evaluates an adaptive streaming fraud detection framework based on three methodologies: (1) online learning with incremental updates, (2) explicit conceptdrift detection using statistical monitoring, and (3) separate models for immediate and delayed supervision, combined with cost-sensitive learning and anomaly detection. The system processes the credit card fraud dataset in a batched streaming fashion, uses multiple online learners and ensembles. Experiments show that online, driftaware models maintain high recall on frauds while controlling false positives under imbalanced …
Stepwise Sudoku Reasoning Training Using Transformers, Lok Man Chu
Stepwise Sudoku Reasoning Training Using Transformers, Lok Man Chu
Master's Projects
Sudoku is a constraint satisfaction problem that serves as a testbed for studying reasoning and stepwise deduction. While many solvers can produce correct solutions, they often fail to generate human interpretable sequences of logically consistent steps. This study investigates whether a transformer trained on stepwise deduction traces can learn to solve Sudoku puzzles through sequential, logically deducible moves. Results show that solve accuracy improves significantly with more training data, reaching approximately 78% at 1500k samples. Stepwise analysis indicates that the model effectively learns simple strategies, achieving near-perfect performance. However, performance on more complex strategies remains limited. Overall, while the model …
Modeling Sealed Deck Construction In Collectible Card Games Using Learning-To-Rank Approach, Michael Dinh Nguyen
Modeling Sealed Deck Construction In Collectible Card Games Using Learning-To-Rank Approach, Michael Dinh Nguyen
Master's Projects
Artificial intelligence has demonstrated strong performance in complex decision-making domains such as chess and Go, motivating research into its application for games with even richer rules and combinatorial complexity. In collectible card games like Magic: The Gathering, deck construction from a constrained card pool is a critical and challenging task that requires evaluating card strength, synergy, and resource balance. This project explores whether machine learning, specifically learning-to-rank (LTR), can effectively model these human decision processes to construct competitive decks in a sealed format. The results found here can also be applicable to other areas of note, such as sports drafting …
Multi-Agent Path Planning And Optimization Using Q-Learning, Chirag Rudresh
Multi-Agent Path Planning And Optimization Using Q-Learning, Chirag Rudresh
Master's Projects
Robot navigation in a multi-agent setting requires a balance between safety and efficiency, especially in dense environments. In these two-dimensional spaces, the scope for geometric errors is much less and could lead to collisions or immobility. This project proposes to address the navigation task using a two-phase path planning pipeline that combines reinforcement learning and convex optimization in a scalable and robust manner. The first phase consists of generating diverse collision-free paths using a Q-learning agent that is trained on a visibility graph representation of the environment. The discretization of the environment using waypoint-based graphs allows the agent to train …
Online Lifelong Optimal Adaptive Control Of Partially Uncertain Strict Feedback Discrete-Time Systems With Application To Quadrotor Uavs, Maxwell Geiger, Sarangapani Jagannathan
Online Lifelong Optimal Adaptive Control Of Partially Uncertain Strict Feedback Discrete-Time Systems With Application To Quadrotor Uavs, Maxwell Geiger, Sarangapani Jagannathan
Electrical and Computer Engineering Faculty Research & Creative Works
This article considers the infinite time horizon optimal adaptive tracking control of partially uncertain strict feedback discrete-time (DT) systems with application to quadrotor uncrewed aerial vehicles (UAVs). First, the strict feedback DT system is transformed into an equivalent affine nonlinear DT system in terms of the tracking error dynamics. The optimal adaptive tracking control problem is solved using an augmented system approach, where a horizon of future bounded reference trajectory points is used in the augmented state, when compared to using a single point. It is assumed that the internal dynamics of the strict feedback system are unknown, but the …
Nash Equilibrium Strategies For Multicluster Pursuit–Evasion Game With Disturbances: A Prescribed-Time Convergence Approach, Lei Xue, Xian Yu, Yongbao Wu, Jian Liu, Changyin Sun, D. C. Wunsch
Nash Equilibrium Strategies For Multicluster Pursuit–Evasion Game With Disturbances: A Prescribed-Time Convergence Approach, Lei Xue, Xian Yu, Yongbao Wu, Jian Liu, Changyin Sun, D. C. Wunsch
Electrical and Computer Engineering Faculty Research & Creative Works
This article investigates the problem of prescribed-time Nash equilibrium (NE) seeking for a multicluster pursuit–evasion game (PEG) subject to external disturbances. To mitigate the impact of disturbances and reach the NE within a user-defined prescribed time, a prescribed-time disturbance observer (PTDO) is devised to estimate and compensate for them. Based on this observation, a novel control algorithm is developed, which facilitates collaboration among multiple pursuers to capture multiple evaders within the prescribed time. It is theoretically demonstrated that the designed algorithm ensures prescribed-time convergence to the NE of the multicluster PEG with disturbances. Finally, numerical simulations are conducted to verify …
A 1d Symmetric Interior Penalty Discontinuous Galerkin Solver In Rust, William Aey
A 1d Symmetric Interior Penalty Discontinuous Galerkin Solver In Rust, William Aey
Williams Honors College, Honors Research Projects
This honors project will build a 1D Symmetric Interior Discontinuous Galerkin (SIPDG) solver in Rust for Stum-Liouville type problems such as the Poisson equation, with Robin, Dirichlet, and Neumann boundary conditions. The work will cover the full pipeline: starting from the strong form of the PDE, deriving the DG weak form, implementing element and interface operators, and assembling or apply the discrete operator. Rust's safety and concurrency (e.g, via Rayon) will be used to explore serial and parallel performance. A test-driven development approach will be used to maintain a strong suite of tests. The project will result in a documented …
Printer For Music Box, Chad Lewis, Caleb Murawski, Zion Smith, Bryan Tibbs
Printer For Music Box, Chad Lewis, Caleb Murawski, Zion Smith, Bryan Tibbs
Williams Honors College, Honors Research Projects
The traditional method of creating music box sheet music involves manually punching holes into a paper strip using a hand-operated hole punch. This process involves precise knowledge of each note’s location and the ability to achieve perfect accuracy for hours.
The goal of this system is to automate this process, significantly reducing the time required while greatly improving the accuracy of the resulting music box playback. The user simply uploads a MIDI file of their choice into a user-friendly application. Here, the file is modified based on the user’s needs and sent to an automated hole-punching system to punch the …
Defending A Soho Network Against Mitm Attacks, Braeden J. Wise
Defending A Soho Network Against Mitm Attacks, Braeden J. Wise
Williams Honors College, Honors Research Projects
Cybersecurity is a vast domain that consists of many threats that target sensitive information found on wired and wireless networks. One of those threats is a man-in-the-middle (MITM) attack, which involves an attacker situating themselves between a sender and a receiver to intercept or redirect network traffic. These kinds of attacks can run rampant on a small office home office (SOHO) network due to the vulnerabilities and lack of enterprise level tools. The intent of this project is to perform and defend against MITM attacks for a SOHO network. In the context of the project, three MITM attacks will be …
Analyzing Network Traffic And Data Exfiltration Via Smb In Post-Vm Escape Scenarios, Noah M. Disanza
Analyzing Network Traffic And Data Exfiltration Via Smb In Post-Vm Escape Scenarios, Noah M. Disanza
Williams Honors College, Honors Research Projects
Virtual machines (VMs) play a crucial role in modern IT infrastructure environments by providing isolation and enhanced security, among other things, for both personal and corporate systems. VMs are heavily rely upon to safely test malware, manage infrastructure, and reduce risk to host systems. This reliance is so substantial that the idea of reducing risk to the host system is believed to be erasing risk entirely. However, this mindset has shown to be challenged time and time again by the emergence of exploits known as virtual machine escapes. These exploits allow malicious actors to break out of the virtualized environment …
A Decade Of Programming Languages: Trends In Popularity And Influence, Jonathan C. Erb
A Decade Of Programming Languages: Trends In Popularity And Influence, Jonathan C. Erb
Williams Honors College, Honors Research Projects
Programming languages play a central role in open-source software ecosystems, yet their adoption, visibility, and influence shift over time as technologies, developer communities, and industry practices evolve. The study aims to investigate long-term trends in programming-language usage on GitHub from 2014 through 2024, focusing on ten major languages that represent diverse domains and ecosystems. Using repository metadata, engagement metrics such as stars and forks, and language-level code statistics measured with cloc, the analysis will examine changes in repository creation, code contribution volume, and popularity. Since popularity remains an unsettled and multidimensional concept, part of this research involves determining how it …
Reconstructing Lost Voices, Lana Tamim
Reconstructing Lost Voices, Lana Tamim
Williams Honors College, Honors Research Projects
This project uses digital text mining tools (OCR, NLP, sentiment analysis, and topic modeling) to analyze 19th–20th-century newspaper archives, focusing on how marginalized groups (women, immigrants, or labor workers) were historically portrayed. Many historical newspapers were dominated by elite voices, so this project aims to recover silenced or misrepresented perspectives by identifying hidden patterns in language, frequency of coverage, sentiment, and shifts in public perception over time. Using machine learning and visualization tools, the project will create interactive maps and timelines showing how representation evolved across regions.
Codezip: A University-Based Coding Practice And Collaboration Platform, Manoj Khatri
Codezip: A University-Based Coding Practice And Collaboration Platform, Manoj Khatri
Williams Honors College, Honors Research Projects
This project proposes the development of CodeZip, a university-exclusive web platform designed to help University of Akron students practice coding problems, prepare for technical interviews, and engage in collaborative learning. CodeZip ensures a secure environment by restricting access to users with @uakron.edu email addresses via Clerk API authentication.
The goal of this honors project is to expand CodeZip into an intelligent, interactive system. Planned enhancements include AI-generated problem hints, automated grading with performance analytics, and a visual dashboard to track learning progress. These features will provide personalized guidance, encourage collaboration between students and alumni, and create a dynamic platform that …
Machine Learning For Recession Prediction, Ethan Reusser
Machine Learning For Recession Prediction, Ethan Reusser
Williams Honors College, Honors Research Projects
Macroeconomic predictions present challenges in machine learning due to the rarity of economic recessions, the constantly-changing matter of global markets, and severe class imbalance in historical data. This project focuses on predicting the onset of United States economic recessions within a 12-month window using Python and Jupyter Notebook. A machine learning pipeline was developed utilizing multiple models: Logistic Regression, Random Forest, XGBoost, and Long Short-Term Memory (LSTM) neural networks. For class imbalance, the Synthetic Minority Over-sampling Technique (SMOTE) was applied strictly to training data, paired with Platt scaling for calibration on thresholds. The resulting models were evaluated in the 2005 …
Secure The Database: A Red Team, Blue Team Analysis Of Sql Injection, Andrew N. Miller
Secure The Database: A Red Team, Blue Team Analysis Of Sql Injection, Andrew N. Miller
Williams Honors College, Honors Research Projects
SQL injection (SQLi) attacks are a type of cyberattack that seeks to bypass website logins and gain entry to sensitive information. These pose a significant danger to organizations holding confidential user information. Personally Identifiable Information (PII) like physical addresses, emails, phone numbers, social security numbers are at risk of theft. Login credentials like usernames, passwords, and other sensitive information like financial details and social security numbers are also exposed through SQLi attacks. SQLi attacks harm the confidentiality, integrity, and availability of people’s identity. Additionally, data breaches that reach public battention harm the reputation and trust of organizations. SQLi attacks rank …
Machine Learning For Economists, John Luke Gallup
Machine Learning For Economists, John Luke Gallup
Economics Faculty Publications and Presentations
Explication of machine learning algorithms and their usefulness for economic research. The prediction algorithms of Random Forest, Gradient Boost Machines, Neural Networks and Support Vector Machines are built from simple steps applied at large scale to generate surprisingly precise nonlinear estimates. Although useful for processing and interpreting new forms of data, their application to economics research is limited because they do not provide readily interpretable evidence of the causes of outcomes.
A Comprehensive Survey On Facial Expression Generation: From Gans To Llm-Guided Multimodal Models, Murad Hasan, Rabab Abdelfattah, Kareem Abdelfatah, Mostafa Fouda, Ahmed Sherif
A Comprehensive Survey On Facial Expression Generation: From Gans To Llm-Guided Multimodal Models, Murad Hasan, Rabab Abdelfattah, Kareem Abdelfatah, Mostafa Fouda, Ahmed Sherif
Faculty Publications
Facial expression generation (FEG) has emerged as a vital area in human–computer interaction, virtual avatars, and affective computing, aiming to synthesize natural and expressive facial behaviors across diverse interaction contexts. This survey presents a comprehensive analysis of recent advances in FEG, organized into six key paradigms: speech-driven expression generation, facial reaction generation, face video generation, facial animation, avatar-based generation, and text-driven expression generation. We review a wide range of model architectures, including VQ-VAEs, Generative Adversarial Networks (GANs), 3D Morphable Models (3DMMs), Transformers, and diffusion-based approaches, and compare their performance using commonly adopted evaluation metrics such as Fréchet Distance (FD), Peak …
Pixel-To-World Mapping For Multi-Camera Warehouse Robot Localization, Mariam Faruque Sharif
Pixel-To-World Mapping For Multi-Camera Warehouse Robot Localization, Mariam Faruque Sharif
College of Graduate Studies: Theses & Dissertations
This thesis presents a comprehensive framework for camera calibration and pixel-to-world coordinate mapping for multi-camera robot localization in a structured warehouse environment. The study is conducted in the APRN-ROWS laboratory, where four overhead cameras observe a planar grid of known barcode locations used as the reference coordinate system.
The proposed approach combines geometric modeling and optimization-based techniques to estimate camera parameters. Initially, camera extrinsic parameters, including position and orientation, are derived using physical measurements and geometric relationships. Principal point locations are estimated through a zoom-based alignment method, ensuring accurate correspondence between the optical axis and the world coordinate system. Intrinsic …
Flair- Flow-Level Anomaly Intrustion Recognition, Joseph Dumond
Flair- Flow-Level Anomaly Intrustion Recognition, Joseph Dumond
2026 Research Poster Competition
Industrial control systems (ICS) and industrial Internet of Things (IIoT) networks support critical infrastructure such as power generation, water treatment, and manufacturing. As these systems become more connected, they are increasingly exposed to cyber threats. However, many existing intrusion detection approaches rely on detailed packet inspection or supervised machine learning techniques that require labeled attack data and extensive tuning, making them difficult to deploy in real industrial environments.ICS networks typically generate highly regular and predictable communication patterns due to periodic control logic and deterministic device behavior. Because of this structure, abnormal or malicious activity often appears as a disruption to …
When Relevant Isn’T Readable: Evaluating Cognitive Accessibility In Search, Kaija Frierson
When Relevant Isn’T Readable: Evaluating Cognitive Accessibility In Search, Kaija Frierson
2026 Research Poster Competition
According to the World Health Organization, more than one billion people worldwide experience some form of disability. Many of them may affect cognitive processing and reading comprehension rather than vision or mobility, which creates barriers when accessing written information online. Web search is a critical modern literacy skill used for learning, decision-making, and everyday problem solving, yet most search systems are designed with the assumption that all users can process complex written language equally. As a result, people with dyslexia, other cognitive disabilities, low literacy levels, or who are English language learners may struggle to access relevant information even when …
P4 Driven Data Plane Analytics For Industrial Control Network Security, Haden Fowler
P4 Driven Data Plane Analytics For Industrial Control Network Security, Haden Fowler
2026 Research Poster Competition
Industrial control systems manage critical infrastructure such as power grids, water treatment plants, and manufacturing facilities. These systems rely on specialized network protocols to send measurements and commands between sensors, controllers, and operator workstations. Protecting these networks from cyberattacks is essential because a successful intrusion could disrupt services that millions of people depend on daily. Most current security monitoring approaches analyze copies of network traffic after it has already passed through the system. This delay means that malicious commands may reach their targets before any alarm is raised. More importantly, when alerts do occur, operators often lack the evidence needed …
Solidfit: A Decentralized Mobile Health-Tracking App Using Personal Online Data Stores (Pods), Evan Meyers
Solidfit: A Decentralized Mobile Health-Tracking App Using Personal Online Data Stores (Pods), Evan Meyers
2026 Research Poster Competition
Personal fitness data is increasingly collected through mobile applications, yet most current systems store this information in centralized platforms that limit user control, long-term ownership, and data portability. This project addresses the question of whether a decentralized data model can be used to support everyday fitness tracking while preserving user autonomy and privacy. As individuals become more aware of how their health data is collected and shared, there is a growing need for systems that allow users to retain ownership of their personal information without sacrificing usability or functionality.This research presents SolidFit, an Android-based fitness tracking application designed around the …
Seeing The Invisible Load: Xr+ Multimodal Sensing For Cognitive Ergonomics In Industrial Training, Jessica M. Johnson, Andwele Grant
Seeing The Invisible Load: Xr+ Multimodal Sensing For Cognitive Ergonomics In Industrial Training, Jessica M. Johnson, Andwele Grant
Virginia Digital Maritime Center (VDMC) Faculty Publications
Extended reality (XR) technologies are increasingly positioned as disruptive Industry 5.0 tools for human-centric industrial training and intelligent human–system integration. Coupled with multimodal sensing (eye tracking, EEG, HRV, GSR, and other physiological signals), XR environments promise to make otherwise invisible cognitive demands observable, especially for novice trainees entering complex industrial settings. Yet the evidence base is fragmented: (1) there is no quantitative synthesis of the cognitive ergonomics benefits of XR plus sensing; (2) little is known about which XR–sensor configurations yield the strongest effects; (3) prior reviews rarely focus on industrial and manufacturing tasks; (4) multimodal signals are used predominantly …
Proof Of Recovery: A Model To Enhance Data Integrity In Data Management Systems, Gustaf Barkstrom
Proof Of Recovery: A Model To Enhance Data Integrity In Data Management Systems, Gustaf Barkstrom
Theses and Dissertations
Businesses lose millions of dollars every year when they can’t restore data from backups. Research shows that Disaster Recovery Plan (DRP) testing is not conducted frequently enough, nor are records maintained that demonstrate full data recovery from backups. This work introduces a design science artifact called PRTOK that aims to increase DRP testing. The design science artifact is a software solution that integrates with Data Management Systems (DMS)
such as iRODS and DSpace, and can work with formats such as HDF5 and BagIt. Proof-of- recovery records, or tokens, are recorded in a replicated, resilient, and indelible proof-of- authority blockchain data …
Characterizing Cyber Intrusions In Critical Infrastructure Networks Using Discrete-Event Simulation, Lawrence M. Dilworth
Characterizing Cyber Intrusions In Critical Infrastructure Networks Using Discrete-Event Simulation, Lawrence M. Dilworth
Dissertations, Master's Theses and Master's Reports
Over the past two decades, cybersecurity compliance frameworks such as the North American Electric Reliability Corporation Critical Infrastructure Protection (CIP) have introduced prescriptive measures for protecting power system networks, emphasizing restricted access, segmentation, and minimizing routable exposure. While effective for baseline cyber hygiene, these approaches do not capture system-level risks or adversarial propagation across interconnected infrastructure. In contrast, Cyber-Informed Engineering (CIE), advanced by Idaho National Laboratory, embeds security in system design by considering threat vectors and physical constraints.
Despite CIP guidance, many deployments rely on IP-routable, bidirectional communication that enables handshaking, allowing adversaries to infer reachable targets. This work presents …
The Excess Path Length Distribution: A Stochastic Model For Sample-Based Path Planners, Chaz B. Cornwall
The Excess Path Length Distribution: A Stochastic Model For Sample-Based Path Planners, Chaz B. Cornwall
Dissertations, Master's Theses and Master's Reports
Through random sampling, sample-based path planners enable autonomous agents to quickly find paths without human intervention. However, due to the paths' randomness, sample-based path planners currently require additional verification, partially nullifying agents' ability to act autonomously. I set out to characterize this uncertainty so humans know what to expect from these path planners and know how to alter the path planner to desired specifications. To ensure the results are theoretical as well as practical, I first create a stochastic model of path length uncertainty using the trade-off between sampling time and optimality. By leveraging this model, my proposed algorithm reduces …
Artificial Elections: How Artificial Intelligence Can Affect Elections And Decide Our Future, Ryan D. Granger
Artificial Elections: How Artificial Intelligence Can Affect Elections And Decide Our Future, Ryan D. Granger
Honors Undergraduate Theses
This thesis examines the growing role of artificial intelligence (AI) in democratic elections, highlighting both its transformative potential and its associated risks. Drawing on a qualitative analysis of existing literature, the study explores how AI is increasingly integrated into political campaigns, election administration, and voter engagement. Key benefits include enhanced data analysis, personalized political messaging, and improved efficiency in campaign operations. AI also supports real-time fact-checking and more accurate vote tabulation, which can strengthen transparency and trust in electoral processes. However, the thesis emphasizes that these advantages are accompanied by significant challenges. AI technologies enable the rapid creation and dissemination …
To Print A Remake: An Analysis Of Hollywood Remakes And Their Cultural Value, Connor F. Seaton
To Print A Remake: An Analysis Of Hollywood Remakes And Their Cultural Value, Connor F. Seaton
Honors Undergraduate Theses
In recent years, audiences and movie critics have expressed concern that Hollywood’s growing reliance on remakes, sequels, franchises, and similar adaptations has led to a broader worry that originality is fading from modern cinema and that the industry is instead focused on using adaptations to maximize profits. Although adaptation is often seen as a commercially driven framework for reproducing existing intellectual property in a new media format, this thesis argues that it should be recognized as an autonomous cultural category with its own artistic, historical, and social significance and merit. By analyzing adaptation scholarship and reviewing its complex historical development, …