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

Digital Commons Network

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

Computer Sciences

University of Central Florida

Keyword
Publication Year
Publication
Publication Type

Articles 1 - 30 of 473

Full-Text Articles in Entire DC Network

Transforming Libraries Through Engagement: Lessons From A Library Ai Interest Group, Lily Dubach, Rachel Vacek Jul 2024

Transforming Libraries Through Engagement: Lessons From A Library Ai Interest Group, Lily Dubach, Rachel Vacek

Faculty Scholarship and Creative Works

Learn how one academic library is engaging with its employees to explore the latest trends, tools, and topics in AI through an interest group (IG). Through stimulating discussions, webinars, guest speakers, demos, and sharing of experiences with AI, the IG empowers its library community to explore and become more comfortable with AI. This session caters to varying levels of AI expertise. Challenges, successes, and valuable insights for deeper engagement will be shared so you can learn how to establish a similar initiative in your library.


Artificial Sociality, Simone Natale, Iliana Depounti Apr 2024

Artificial Sociality, Simone Natale, Iliana Depounti

Human-Machine Communication

This article proposes the notion of Artificial Sociality to describe communicative AI technologies that create the impression of social behavior. Existing tools that activate Artificial Sociality include, among others, Large Language Models (LLMs) such as ChatGPT, voice assistants, virtual influencers, socialbots and companion chatbots such as Replika. The article highlights three key issues that are likely to shape present and future debates about these technologies, as well as design practices and regulation efforts: the modelling of human sociality that foregrounds it, the problem of deception and the issue of control from the part of the users. Ethical, social and cultural …


Github Uncovered: Revealing The Social Fabric Of Software Development Communities, Abduljaleel Al Rubaye Jan 2024

Github Uncovered: Revealing The Social Fabric Of Software Development Communities, Abduljaleel Al Rubaye

Graduate Thesis and Dissertation 2023-2024

The proliferation of open-source software development platforms has given rise to various online social communities where developers can seamlessly collaborate, showcase their projects, and exchange knowledge and ideas. GitHub stands out as a preeminent platform within this ecosystem. It offers developers a space to host and disseminate their code, participate in collaborative ventures, and engage in meaningful dialogues with fellow community members. This dissertation embarks on a comprehensive exploration of various facets of software development communities on GitHub, with a specific focus on innovation diffusion, repository popularity dynamics, code quality enhancement, and user commenting behaviors. This dissertation introduces a popularity-based …


Advancing Policy Insights: Opinion Data Analysis And Discourse Structuring Using Llms, Aaditya Bhatia Jan 2024

Advancing Policy Insights: Opinion Data Analysis And Discourse Structuring Using Llms, Aaditya Bhatia

Graduate Thesis and Dissertation 2023-2024

The growing volume of opinion data presents a significant challenge for policymakers striving to distill public sentiment into actionable decisions. This study aims to explore the capability of large language models (LLMs) to synthesize public opinion data into coherent policy recommendations. We specifically leverage Mistral 7B and Mixtral 8x7B models for text generation and have developed an architecture to process vast amounts of unstructured information, integrate diverse viewpoints, and extract actionable insights aligned with public opinion. Using a retrospective data analysis of the Polis platform debates published by the Computational Democracy Project, this study examines multiple datasets that span local …


Demystifying The Hosting Infrastructure Of The Free Content Web: A Security Perspective, Mohammed Alqadhi Jan 2024

Demystifying The Hosting Infrastructure Of The Free Content Web: A Security Perspective, Mohammed Alqadhi

Graduate Thesis and Dissertation 2023-2024

This dissertation delves into the security of free content websites, a crucial internet component that presents significant security challenges due to their susceptibility to exploitation by malicious actors. While prior research has highlighted the security disparities between free and premium content websites, it has not delved into the underlying causes. This study aims to address this gap by examining the security infrastructure of free content websites. The research commences with an analysis of the content management systems (CMSs) employed by these websites and their role. Data from 1,562 websites encompassing free and premium categories is collected to identify CMS usage …


A Comprehensive And Comparative Examination Of Healthcare Data Breaches: Assessing Security, Privacy, And Performance, Mohammed Al Kinoon Jan 2024

A Comprehensive And Comparative Examination Of Healthcare Data Breaches: Assessing Security, Privacy, And Performance, Mohammed Al Kinoon

Graduate Thesis and Dissertation 2023-2024

The healthcare sector is pivotal, offering life-saving services and enhancing well-being and community life quality, especially with the transition from paper-based to digital electronic health records (EHR). While improving efficiency and patient safety, this digital shift has also made healthcare a prime target for cybercriminals. The sector's sensitive data, including personal identification information, treatment records, and SSNs, are valuable for illegal financial gains. The resultant data breaches, increased by interconnected systems, cyber threats, and insider vulnerabilities, present ongoing and complex challenges. In this dissertation, we tackle a multi-faceted examination of these challenges. We conducted a detailed analysis of healthcare data …


Privacy And Security Of The Windows Registry, Edward L. Amoruso Jan 2024

Privacy And Security Of The Windows Registry, Edward L. Amoruso

Graduate Thesis and Dissertation 2023-2024

The Windows registry serves as a valuable resource for both digital forensics experts and security researchers. This information is invaluable for reconstructing a user's activity timeline, aiding forensic investigations, and revealing other sensitive information. Furthermore, this data abundance in the Windows registry can be effortlessly tapped into and compiled to form a comprehensive digital profile of the user. Within this dissertation, we've developed specialized applications to streamline the retrieval and presentation of user activities, culminating in the creation of their digital profile. The first application, named "SeeShells," using the Windows registry shellbags, offers investigators an accessible tool for scrutinizing and …


On Vulnerabilities Of Building Automation Systems, Michael Cash Jan 2024

On Vulnerabilities Of Building Automation Systems, Michael Cash

Graduate Thesis and Dissertation 2023-2024

Building automation systems (BAS) have become more commonplace in personal and commercial environments in recent years. They provide many functions for comfort and ease of use, from automating room temperature and shading, to monitoring equipment data and status. Even though their convenience is beneficial, their security has become an increased concerned in recent years. This research shows an extensive study on building automation systems and identifies vulnerabilities in some of the most common building communication protocols, BACnet and KNX. First, we explore the BACnet protocol, exploring its Standard BACnet objects and properties. An automation tool is designed and implemented to …


Machine Learning Algorithms To Study Multi-Modal Data For Computational Biology, Khandakar Tanvir Ahmed Jan 2024

Machine Learning Algorithms To Study Multi-Modal Data For Computational Biology, Khandakar Tanvir Ahmed

Graduate Thesis and Dissertation 2023-2024

Advancements in high-throughput technologies have led to an exponential increase in the generation of multi-modal data in computational biology. These datasets, comprising diverse biological measurements such as genomics, transcriptomics, proteomics, metabolomics, and imaging data, offer a comprehensive view of biological systems at various levels of complexity. However, integrating and analyzing such heterogeneous data present significant challenges due to differences in data modalities, scales, and noise levels. Another challenge for multi-modal analysis is the complex interaction network that the modalities share. Understanding the intricate interplay between different biological modalities is essential for unraveling the underlying mechanisms of complex biological processes, including …


The Crash Consistency, Performance, And Security Of Persistent Memory Objects, Derrick Alex Greenspan Jan 2024

The Crash Consistency, Performance, And Security Of Persistent Memory Objects, Derrick Alex Greenspan

Graduate Thesis and Dissertation 2023-2024

Persistent memory (PM) is expected to augment or replace DRAM as main memory. PM combines byte-addressability with non-volatility, providing an opportunity to host byte-addressable data persistently. There are two main approaches for utilizing PM: either as memory mapped files or as persistent memory objects (PMOs). Memory mapped files require that programmers reconcile two different semantics (file system and virtual memory) for the same underlying data, and require the programmer use complicated transaction semantics to keep data crash consistent.

To solve this problem, the first part of this dissertation designs, implements, and evaluates a new PMO abstraction that addresses …


Improving The Robustness Of Neural Networks To Adversarial Patch Attacks Using Masking And Attribution Analysis, Atandra Mahalder Jan 2024

Improving The Robustness Of Neural Networks To Adversarial Patch Attacks Using Masking And Attribution Analysis, Atandra Mahalder

Honors Undergraduate Theses

Computer vision algorithms, including image classifiers and object detectors, play a pivotal role in various cyber-physical systems, spanning from facial recognition to self-driving vehicles and security surveillance. However, the emergence of real-world adversarial patches, which can be as simple as stickers, poses a significant threat to the reliability of AI models utilized within these systems. To address this challenge, several defense mechanisms such as PatchGuard, Minority Report, and (De)Randomized Smoothing have been proposed to enhance the resilience of AI models against such attacks. In this thesis, we introduce a novel framework that integrates masking with attribution analysis to robustify AI …


Towards Efficient And Effective Representation Learning For Image And Video Understanding, Taojiannan Yang Aug 2023

Towards Efficient And Effective Representation Learning For Image And Video Understanding, Taojiannan Yang

Electronic Theses and Dissertations, 2020-2023

Deep learning has achieved tremendous success on various computer vision tasks. However, deep learning methods and models are usually computationally expensive, making it hard to train and deploy, especially on resource-constrained devices. In this dissertation, we explore how to improve the efficiency and effectiveness of deep learning methods from various perspectives. We first propose a new learning method to learn computationally adaptive representations. Traditional neural networks are static. However, our method trains adaptive neural networks that can adjust their computational cost during runtime, avoiding the need to train and deploy multiple networks for dynamic resource budgets. Next, we extend our …


Annotation Efficient Visual Recognition: From Semi-Supervised To Few-Shot Learning, Mamshad Nayeem Rizve Aug 2023

Annotation Efficient Visual Recognition: From Semi-Supervised To Few-Shot Learning, Mamshad Nayeem Rizve

Electronic Theses and Dissertations, 2020-2023

In recent years, supervised deep learning has achieved remarkable success in solving a wide range of visual recognition problems. Large-scale labeled datasets have been crucial for this success and the progress has primarily been limited to controlled environments. In this dissertation, we present methods to improve the annotation efficiency of deep visual recognition models and also propose methods to improve the performance of annotation-efficient models in unconstrained open-world settings. To address the annotation bottleneck in supervised learning, we introduce a pseudo-labeling framework for semi-supervised learning. While consistency regularization methods dominate the field, they heavily rely on domain-specific data augmentations, limiting …


A Study On Robustness And Semantic Understanding Of Visual Models, Madeline Chantry Aug 2023

A Study On Robustness And Semantic Understanding Of Visual Models, Madeline Chantry

Electronic Theses and Dissertations, 2020-2023

Vision models have improved in popularity and performance on many tasks since the emergence of large-scale datasets, improved access to computational resources, and new model architectures like the transformer. However, it is still not well understood if these models can be deployed in the real world. Because these models are "blackbox" architectures, we do not fully understand what these models are truly learning. An understanding of what models learn "underneath the hood" would result in better improvements for real-world scenarios. Motivated by this, we benchmark these impressive visual models using newly proposed datasets and tasks on their robustness and their …


Detecting Team Conflict From Multiparty Dialogue, Ayesha Enayet Aug 2023

Detecting Team Conflict From Multiparty Dialogue, Ayesha Enayet

Electronic Theses and Dissertations, 2020-2023

The emergence of online collaboration platforms has dramatically changed the dynamics of human teamwork, creating a veritable army of virtual teams composed of workers in different physical locations. The global world requires a tremendous amount of collaborative problem solving, primarily virtual, making it an excellent domain for computer scientists and team cognition researchers who seek to understand the dynamics involved in collaborative tasks to provide a solution that can support effective collaboration. Mining and analyzing data from collaborative dialogues can yield insights into virtual teams' thought processes and help develop virtual agents to support collaboration. Good communication is indubitably the …


Efficient Convolutional Neural Networks For Image Classification And Regression, Muhammad Tayyab Aug 2023

Efficient Convolutional Neural Networks For Image Classification And Regression, Muhammad Tayyab

Electronic Theses and Dissertations, 2020-2023

Neural networks have been a topic of research since 1970s and the Convolutional Neural Networks (CNNs) were first shown to work well for hand written digits recognition in 1998. These early networks were however still shallow and contained only a few layers. Moreover these networks were mostly trained on a small amount of data in contrast to the modern CNNs which contain hundreds of convolution layers and are trained on millions of images. However, this recent shift in machine learning comes at a cost. Modern neural networks have extremely large number of parameters and require huge amount of computations for …


Deep Video Understanding With Model Efficiency And Sparse Active Labeling, Aayush Jung Bahadur Rana Aug 2023

Deep Video Understanding With Model Efficiency And Sparse Active Labeling, Aayush Jung Bahadur Rana

Electronic Theses and Dissertations, 2020-2023

Videos capture the inherently sequential nature of the real world, making automatic video understanding an essential need for automatic understanding of the real world. Due to major advancements in camera, communication, and storage hardware, videos have become a widely used data format for crucial applications such as home automation, security, analysis, robotics, and autonomous driving. Existing methods for video understanding require heavy computation and large training data for good performance, this limits how quick the videos can be processed and how much data can be labeled for training. Real-world video understanding requires analyzing dense scenes and sequential information, which increases …


Studying Memes During Covid Lockdown As A Lens Through Which To Understand Video-Mediated Communication Interactions, Tatyana Claytor Aug 2023

Studying Memes During Covid Lockdown As A Lens Through Which To Understand Video-Mediated Communication Interactions, Tatyana Claytor

Electronic Theses and Dissertations, 2020-2023

The purpose of this study is to analyze image macros about video-mediated communication (VMC) created during the time frame of 2020-2021 when people all over the world started using Zoom and VMC for work and school. It is a unique opportunity to study how users' interactions with themselves and with others were affected at a time when a lot of people started using the technology at the same time. Because the focus is on interactions, I narrowed it down to three topics to analyze the memes: presence, self, and space and place to analyze the memes. I chose memes relating …


Human Recognition Theory And Facial Recognition Technology: A Topic Modeling Approach To Understanding The Ethical Implication Of A Developing Algorithmic Technologies Landscape On How We View Ourselves And Are Viewed By Others, Hajer Albalawi Aug 2023

Human Recognition Theory And Facial Recognition Technology: A Topic Modeling Approach To Understanding The Ethical Implication Of A Developing Algorithmic Technologies Landscape On How We View Ourselves And Are Viewed By Others, Hajer Albalawi

Electronic Theses and Dissertations, 2020-2023

The emergence of algorithmic-driven technology has significantly impacted human life in the current century. Algorithms, as versatile constructs, hold different meanings across various disciplines, including computer science, mathematics, social science, and human-artificial intelligence studies. This study defines algorithms from an ethical perspective as the foundation of an information society and focuses on their implications in the context of human recognition. Facial recognition technology, driven by algorithms, has gained widespread use, raising important ethical questions regarding privacy, bias, and accuracy. This dissertation aims to explore the impact of algorithms on machine perception of human individuals and how humans perceive one another …


An Interactional Account Of Empathy In Human-Machine Communication, Shauna Concannon, Ian Roberts, Marcus Tomalin Jul 2023

An Interactional Account Of Empathy In Human-Machine Communication, Shauna Concannon, Ian Roberts, Marcus Tomalin

Human-Machine Communication

Efforts to develop empathetic agents, or systems capable of responding appropriately to emotional content, have increased as the deployment of such systems in socially complex scenarios becomes more commonplace. In the context of human-machine communication (HMC), the ability to create the perception of empathy is achieved in large part through linguistic behavior. However, studies of how language is used to display and respond to emotion in ways deemed empathetic are limited. This article aims to address this gap, demonstrating how an interactional linguistics informed methodological approach can be applied to the study of empathy in HMC. We present an analysis …


Theme Park Visitors Prefer Human-Like Robots In Customer Service Interactions, Ady Milman, Asli D.A. Tasci Jun 2023

Theme Park Visitors Prefer Human-Like Robots In Customer Service Interactions, Ady Milman, Asli D.A. Tasci

Rosen Research Review

Service robots are becoming increasingly popular in many industries and social settings, including education, childcare, elderly therapy centers, and even theme parks. Tourism and hospitality industries are adopting robots enthusiastically and are being closely studied to observe guest engagement and reaction to robotic services. Service robots are becoming increasingly popular in many industries and social settings, including education, childcare, elderly therapy centers, and even theme parks. Tourism and hospitality industries are adopting robots enthusiastically and are being closely studied to observe guest engagement and reaction to robotic services. UCF Rosen College of Hospitality Management researchers, Dr. Ady Milman and Dr. …


Understanding, Modeling, And Simulating The Discrepancy Between Intended And Perceived Image Appearance On Optical See-Through Augmented Reality Displays, Austin Erickson Jan 2023

Understanding, Modeling, And Simulating The Discrepancy Between Intended And Perceived Image Appearance On Optical See-Through Augmented Reality Displays, Austin Erickson

Electronic Theses and Dissertations, 2020-2023

Augmented reality (AR) displays are transitioning from being primarily used in research and development settings, to being used by the general public. With this transition, these displays will be used by more people, in many different environments, and in many different contexts. Like other displays, the user's perception of virtual imagery is influenced by the characteristics of the user's environment, creating a discrepancy between the intended appearance and the perceived appearance of virtual imagery shown on the display. However, this problem is much more apparent for optical see-through AR displays, such as the HoloLens. For these displays, imagery is superimposed …


Identification And Modeling Social Media Influence Pathways: A Characterization Of A Disinformation Campaign Using The Flooding-The-Zone Strategy Via Transfer Entropy, Jasser Jasser Jan 2023

Identification And Modeling Social Media Influence Pathways: A Characterization Of A Disinformation Campaign Using The Flooding-The-Zone Strategy Via Transfer Entropy, Jasser Jasser

Electronic Theses and Dissertations, 2020-2023

The internet has made it easy for narratives to spread quickly and widely without regard for accuracy or the harm they may cause to society. Unfortunately, this has led to the rise of bad actors who use fake and misleading articles to spread harmful misinformation. These actors flood the information space with low-quality articles in an effort to disrupt opposing narratives, sow confusion, and discourage the pursuit of truth. In societies that prioritize free speech, maintaining control over the information space remains a persistent challenge. Achieving this requires strategic planning to protect the dissemination of information in ways that promote …


From Human Behavior To Machine Behavior, Zerong Xi Jan 2023

From Human Behavior To Machine Behavior, Zerong Xi

Electronic Theses and Dissertations, 2020-2023

A core pursuit of artificial intelligence is the comprehension of human behavior. Imbuing intelligent agents with a good human behavior model can help them understand how to behave intelligently and interactively in complex situations. Due to the increase in data availability and computational resources, the development of machine learning algorithms for duplicating human cognitive abilities has made rapid progress. To solve difficult scenarios, learning-based methods must search for solutions in a predefined but large space. Along with implementing a smart exploration strategy, the right representation for a task can help narrow the search process during learning. This dissertation tackles three …


The Effects Of Head-Centric Rest Frames On Egocentric Distance Perception In Virtual Reality, Yahya Hmaiti Jan 2023

The Effects Of Head-Centric Rest Frames On Egocentric Distance Perception In Virtual Reality, Yahya Hmaiti

Honors Undergraduate Theses

It has been shown through several research investigations that users tend to underestimate distances in virtual reality (VR). Virtual objects that appear close to users wearing a Head-mounted display (HMD) might be located at a farther distance in reality. This discrepancy between the actual distance and the distance observed by users in VR was found to hinder users from benefiting from the full in-VR immersive experience, and several efforts have been directed toward finding the causes and developing tools that mitigate this phenomenon. One hypothesis that stands out in the field of spatial perception is the rest frame hypothesis (RFH), …


Musical Form Reconstruction In Printed And Handwritten Lead Sheets Via Optical Recognition Of Chord Symbols, Nashir A. Janmohamed Jan 2023

Musical Form Reconstruction In Printed And Handwritten Lead Sheets Via Optical Recognition Of Chord Symbols, Nashir A. Janmohamed

Honors Undergraduate Theses

Optical music recognition (OMR) is the field of study which seeks to use computer vision to extract musical information from images. Most OMR work focuses on music symbols (such as notes, time signatures, clefs, etc.); to date, only two prior works pay attention to chord symbols (shorthand notation commonly used in jazz and popular music lead sheets to describe the harmony of the music) in musical documents. Chord symbols lay the foundation for jazz improvisation - a sequence of chord symbols is repeated during the improvisatory section, and the soloist and accompaniment (primarily, though not exclusively) use the chord symbols …


Biomarker Identification For Breast Cancer Types Using Feature Selection And Explainable Ai Methods, David E. La Rosa Giraud Jan 2023

Biomarker Identification For Breast Cancer Types Using Feature Selection And Explainable Ai Methods, David E. La Rosa Giraud

Honors Undergraduate Theses

This paper investigates the impact the LASSO, mRMR, SHAP, and Reinforcement Feature Selection techniques on random forest models for the breast cancer subtypes markers ER, HER2, PR, and TN as well as identifying a small subset of biomarkers that could potentially cause the disease and explain them using explainable AI techniques. This is important because in areas such as healthcare understanding why the model makes a specific decision is important it is a diagnostic of an individual which requires reliable AI. Another contribution is using feature selection methods to identify a small subset of biomarkers capable of predicting if a …


Towards A Holistic And Comparative Analysis Of The Free Content Web: Security, Privacy, And Performance, Abdulrahman Alabduljabbar Jan 2023

Towards A Holistic And Comparative Analysis Of The Free Content Web: Security, Privacy, And Performance, Abdulrahman Alabduljabbar

Electronic Theses and Dissertations, 2020-2023

Free content websites that provide free books, music, games, movies, etc., have existed on the Internet for many years. While it is a common belief that such websites might be different from premium websites providing the same content types in terms of their security, a rigorous analysis that supports this belief is lacking from the literature. In particular, it is unclear if those websites are as safe as their premium counterparts. In this dissertation, we set out to investigate the similarities and differences between free content and premium websites, including their risk profiles. Moreover, we analyze and quantify through measurements …


Mapping The Focal Points Of Wordpress: A Software And Critical Code Analysis, Bryce Jackson Jan 2023

Mapping The Focal Points Of Wordpress: A Software And Critical Code Analysis, Bryce Jackson

Electronic Theses and Dissertations, 2020-2023

Programming languages or code can be examined through numerous analytical lenses. This project is a critical analysis of WordPress, a prevalent web content management system, applying four modes of inquiry. The project draws on theoretical perspectives and areas of study in media, software, platforms, code, language, and power structures. The applied research is based on Critical Code Studies, an interdisciplinary field of study that holds the potential as a theoretical lens and methodological toolkit to understand computational code beyond its function. The project begins with a critical code analysis of WordPress, examining its origins and source code and mapping selected …


Discovering Vulnerabilities And Designing Trustworthy Defenses In Iot Systems And Devices, Bryan Pearson Jan 2023

Discovering Vulnerabilities And Designing Trustworthy Defenses In Iot Systems And Devices, Bryan Pearson

Electronic Theses and Dissertations, 2020-2023

Internet of Things (IoT) dominates many functions in the modern world, from sensing and reporting temperature, humidity, and air quality, to controlling and automating homes, commercial buildings, and equipment. However, IoT systems have received scrutiny in recent years due to countless security incidents, which can have physical and even deadly consequences. This research provides a comprehensive assessment of the security of IoT systems and devices, including low-cost microcontroller (MCU) based sensors, cloud services, and Building Automation Systems (BAS). We begin by exploring the current landscape of vulnerabilities and defenses in modern IoT applications. We show that many security needs can …