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

Computer Sciences Commons

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

Discipline
Institution
Keyword
Publication Year
Publication
Publication Type
File Type

Articles 931 - 960 of 63009

Full-Text Articles in Computer Sciences

Developing A Framework For Microchip Design Recovery, Eric Diep May 2026

Developing A Framework For Microchip Design Recovery, Eric Diep

Graduate Theses and Dissertations (2019 - present)

Due to the increase in diverse chip production over the past decade, reverse engineering has become a difficult and daunting task. This research develops a methodology for microchip design recovery, seeking to validate and reproduce prior approaches to physical reverse engineering using low-cost tools and techniques. We used mechanical hardware abrasion tools and techniques to delayer and capture silicon integrated chip (IC) layout. We focused on the Mifare Classic EVl microchip, commonly implemented in public transit/transportation cards, to extract information for design recovery. The research explores limitations and advantages of mechanical abrasion and optical microscopy in context to modem chip …


Post-Vote Tampering In Nigerian Elections And The Role Of Blockchain-Enabled Electoral Systems, Ransome Chukwubuikem Enechukwu May 2026

Post-Vote Tampering In Nigerian Elections And The Role Of Blockchain-Enabled Electoral Systems, Ransome Chukwubuikem Enechukwu

Electronic Theses and Dissertations

Post-vote tampering during the collation and transmission of election results remains a persistent challenge in Nigerian elections, enabling manipulation of already-cast votes and weakening public trust in electoral outcomes. Existing technological interventions, including biometric voter accreditation and digital result transmission systems, improve voter authentication but do not adequately secure the post-vote result collation process. This thesis proposes a blockchain-enabled framework designed to protect the integrity of election results during the collation and transmission stages. Using a Design Science Research methodology, the study develops a permissioned blockchain framework based on Hyperledger Fabric that records polling-unit results as immutable ledger entries and …


Datapeer: A Hybrid Interaction Model Web Application Integrating Llms For Human–Llm Collaboration In Data Analysis And Exploration, William I. Bumcum May 2026

Datapeer: A Hybrid Interaction Model Web Application Integrating Llms For Human–Llm Collaboration In Data Analysis And Exploration, William I. Bumcum

Honors Theses

DataPeer is a web application that combines open-ended high agency (OHA) and structured low-agency (SLA) interaction paradigms to support human-LLM collaboration in exploratory data analysis. DataPeer integrates a large language model (LLM) with a React frontend and FastAPI backend, allowing both qualitative and quantitative analysis of user-uploaded CSV datasets through a chat-based interface. Users can attach datasets and provide natural language queries, while the LLM provides data analysis to the user. This thesis investigates the integration of LLMs into data analysis workflows and addresses gaps in interaction design and user agency in LLM-driven data tools by offering a responsive interface …


Adversarial Heterogeneous Agent Learning For Robotic Systems: A Framework For Coordinated Competitive Behaviors, Christopher T. Allred May 2026

Adversarial Heterogeneous Agent Learning For Robotic Systems: A Framework For Coordinated Competitive Behaviors, Christopher T. Allred

All Graduate Theses and Dissertations, Fall 2023 to Present

Autonomous robot teams must move reliably, explain their actions, and work together—even in changing or adversarial settings. We present a structured, three-stage pathway that builds coordinated team behavior from strong single-robot skills. First, we develop robust legged-robot locomotion and interpretability using only internal actuator signals. From these proprioceptive cues, robots learn to classify terrain and predict short-term power use, enabling energy-aware movement without external sensors. We further analyze learned behaviors with motif discovery to reveal recurring sensor–action patterns, which clarify how agility emerges and guide reward design. Second, we compose these skills into heterogeneous teamwork using centralized training with decentralized …


Counterfactual Explanations For Time Series Through Local Pattern Mining And Generative Models, Omar Bahri May 2026

Counterfactual Explanations For Time Series Through Local Pattern Mining And Generative Models, Omar Bahri

All Graduate Theses and Dissertations, Fall 2023 to Present

Machine learning systems increasingly make decisions that affect people’s lives, from medical diagnoses to loan approvals. When these systems analyze time series data—sequences of measurements collected over time, such as heart rhythms or sensor readings—users need to understand why a particular prediction was made. Counterfactual explanations address this need by answering “what-if” questions: what would need to change in the input for the system to make a different prediction? 

This dissertation develops methods for generating counterfactual explanations specifically designed for time series data. Time series often contain distinctive local patterns—short subsequences that distinguish one class from another. For example, a …


Advancing Context-Aware Detection Of Socially Harmful Discourse Using Transformer-Based Models, Santosh Chapagain May 2026

Advancing Context-Aware Detection Of Socially Harmful Discourse Using Transformer-Based Models, Santosh Chapagain

All Graduate Theses and Dissertations, Fall 2023 to Present

Social media platforms are a central part of modern communication, shaping how people share ideas, build communities, and discuss social issues. While these spaces can support connection and self expression, they also enable the spread of harmful language such as hate speech. At the same time, social media is an important place where members of marginalized communities, including sexual and gender minorities, express stress, discrimination, and emotional challenges in ways that are often indirect and context dependent.

This research examines whether modern artificial intelligence systems can better identify harmful language and expressions of minority stress in online posts. The study …


Visualizing Probabilistic Model Checking: An Interactive Framework For Exploring Ctmc Models, Ishara Mawelle Kankanamge May 2026

Visualizing Probabilistic Model Checking: An Interactive Framework For Exploring Ctmc Models, Ishara Mawelle Kankanamge

All Graduate Theses and Dissertations, Fall 2023 to Present

Probabilistic model checking is a critical method for analyzing systems characterized by uncertainty, such as communication protocols, randomized algorithms, and biochemical networks. While formal verification tools provide precise numerical data about these systems, interpreting these results is often limited by large state space, high-dimensional state space and time dependent evolution. Current tools typically output raw numerical data, offering limited support for intuitively understanding the time-dependent behavior of a model. This research presents an interactive visualization framework designed to bridge the gap between complex numerical analysis and human intuition. The framework integrates coordinated visual interfaces, including lower-dimensional state-space projections and synchronized …


How Novices Write Code: Discovering Best Practices, Matt Rau May 2026

How Novices Write Code: Discovering Best Practices, Matt Rau

All Graduate Theses and Dissertations, Fall 2023 to Present

Learning to program is a difficult endeavor, leading to chronically high failure rates in introductory programming courses. One thing that makes teaching programming difficult is that we don’t fully understand what problem solving habits and writing strategies separate successful programmers from struggling ones. Knowing how to teach these habits to a new programmer is an equally difficult challenge,

Studying the way people write code has proved difficult. Until recently, there was very little relevant publicly available data, and no good ways to analyze student programming behavior at a large scale. In this thesis, I address both issues. I publish a …


Student Programming Behavior With And Without Phone Notification Suppression, Gavin T. Eddington May 2026

Student Programming Behavior With And Without Phone Notification Suppression, Gavin T. Eddington

All Graduate Theses and Dissertations, Fall 2023 to Present

Many students work on programming assignments while receiving notifications from their phones, such as text messages or social media alerts. These notifications can interrupt focus and make it harder to stay engaged with a task. This study examines whether silencing phone notifications helps students stay more focused while programming. 

We collected data from students in an introductory computer science course while they worked on programming assignments. Students completed some assignments with notifications silenced and others without. We measured their activity using software that records typing behavior and identifies when students take long pauses, which can indicate interruptions or loss of …


Large Language Models For Introductory Computer Science Education: Content Generation, Intelligent Tutoring, And Learner Modeling, Muhammad Fawad Akbar Khan May 2026

Large Language Models For Introductory Computer Science Education: Content Generation, Intelligent Tutoring, And Learner Modeling, Muhammad Fawad Akbar Khan

All Graduate Theses and Dissertations, Fall 2023 to Present

This dissertation studies how artificial intelligence, especially large language models such as GPT, can help students learn introductory computer programming when the models are used inside a carefully designed learning system. Instead of focusing on AI as a standalone tool, the dissertation follows a connected story: generating learning resources, building a tutoring platform, running a user study, and then analyzing how students behave while they program.

The work first uses prompt engineering to create a large collection of 11,700 Python exercises aligned with introductory computer science topics. Students and instructors then evaluate these exercises to check whether they are clear, …


St-Fmformer: An Autoregressive Generation Framework For Scientific Ensemble Data Predictions, Md Robiul Islam May 2026

St-Fmformer: An Autoregressive Generation Framework For Scientific Ensemble Data Predictions, Md Robiul Islam

All Graduate Theses and Dissertations, Fall 2023 to Present

Understanding how physical systems change over time is important in areas such as weather prediction, fluid dynamics, and environmental science. However, accurately predicting future behavior is difficult because these systems are complex and constantly evolving. 

This research develops a deep learning approach to predict how such systems evolve over time. The model learns patterns from past observations and uses them to generate future states step by step. This provides a faster alternative to traditional simulation methods while maintaining strong predictive performance. 

The proposed method focuses on improving the consistency of predictions over time and is designed to work across different …


An Alternative Representation For Temporal Json, Bishal Sarkar May 2026

An Alternative Representation For Temporal Json, Bishal Sarkar

All Graduate Theses and Dissertations, Fall 2023 to Present

JavaScript Object Notation (JSON) is a common format for representing and exchanging data on the web. Most systems only keep the current version of a JSON document, even though, in many situations, it is also important to know how that document changed over time. For example, an application might need to answer questions such as “What did this record look like last week?” or “How has this list grown over the past year?” A simple way to keep this history is to store a full copy of the document every time it changes, but this quickly becomes wasteful, most of …


Modeling Causal Interactions Across Brain Functional Systems For Population-Specific Disease Analysis, Alissen Moreno May 2026

Modeling Causal Interactions Across Brain Functional Systems For Population-Specific Disease Analysis, Alissen Moreno

Theses and Dissertations

Functional brain connectivity provides critical insight into neural mechanisms underlying neurodegenerative and affective disorders. Traditional neuroimaging studies rely on undirected or region-specific connectivity measures developed predominantly using racially homogeneous cohorts, limiting fairness and generalizability across diverse populations.

We propose a population-aware framework modeling directed causal interactions across large-scale brain functional subnetworks. Resting-state fMRI data from the HABS-HD cohort were used to construct subject-level causal connectivity matrices via ICA-LiNGAM, aggregated into interpretable system-level hyper-connectomes representing interactions among eleven canonical brain subsystems. These features trained nonlinear models for Alzheimer’s disease stage classification and trait worry prediction.

Results demonstrate that MLP models outperform …


Adaptive Artificial Potential Field Guidance And Control For Autonomous Docking With Uncooperative And Unknown Spacecraft, Steven Holmberg May 2026

Adaptive Artificial Potential Field Guidance And Control For Autonomous Docking With Uncooperative And Unknown Spacecraft, Steven Holmberg

Theses and Dissertations

The increasing demand for on-orbit servicing (OOS), active debris removal (ADR), and space domain awareness (SDA) missions has increased the need for autonomous spacecraft rendezvous and proximity operations (RPO) with uncooperative and unknown targets. Traditional guidance and control methods are typically designed for cooperative systems with known geometry and state information. This work builds on previous research to develop and evaluate an artificial potential field (APF)-based control framework capable of autonomous operation with minimal prior target knowledge and applicability to both relatively static and tumbling spacecraft.

The proposed APF formulation incorporates established safety constructs from cooperative docking systems, including an …


Moodify: A Mood-Based Music Recommendation System, Meghana Kagitha May 2026

Moodify: A Mood-Based Music Recommendation System, Meghana Kagitha

Theses and Dissertations

Music has long been recognised as a powerful tool for emotional regulation, yet existing music streaming platforms often fail to align song recommendations with a user's current emotional state. Moodify is a mood-based music recommendation system designed to bridge this gap by delivering personalised playlists that reflect how a user feels in real time.

This project presents the design, development, and evaluation of Moodify, a mobile application that leverages the Circumplex Model of Emotion to capture user mood through an intuitive two-dimensional valence-arousal interface. Rather than relying on text input or manual search, users plot their emotional state directly onto …


Agentcite: Trustworthy Ai Agents For Information Verification Across Referenced Documents, Eymen Yigit May 2026

Agentcite: Trustworthy Ai Agents For Information Verification Across Referenced Documents, Eymen Yigit

Master's Theses

This thesis presents AgentCite, a multi-agent framework for automated verification of referenced numerical data in research documents. The framework employs a hybrid design in which LLM-based agents handle document understanding and evidence retrieval, while deterministic components manage structured parsing and value comparison, improving consistency and reproducibility while reducing token consumption and execution time compared to fully agentic approaches.

AgentCite consists of three autonomous agents: a Negotiator, a Main Document Agent, and a Source Documents Agent, coordinated through a fixed tool-call pipeline. The Negotiator orchestrates verification by extracting tabular data from the main document, retrieving evidence from per-source vector stores, and …


Probing Representational Emergence In Large Language Models, Shawn Ismail May 2026

Probing Representational Emergence In Large Language Models, Shawn Ismail

Master's Theses

This thesis investigates whether abrupt behavioral gains in large language models under scaling are accompanied by systematic changes in internal representations. It combines a behavioral screen of 65 tasks per family with targeted layerwise probing across eight decoder-only, open-weight model families. Behavioral emergence is defined for each family-task trajectory using an empirical jump detector, with segmented regression retained only as a diagnostic. The representational follow-up analyzes 27 selected MMLU subtasks shared across all families, spanning 37 checkpoints and 216 family-task units.

For each follow-up checkpoint, frozen linear probes are trained on every layer's hidden states to measure how much task-relevant …


Federated Neuromorphic Intelligence: Advancing Robustness, Efficiency, And Continual Adaptation In Edge Environments, Manh V. Nguyen May 2026

Federated Neuromorphic Intelligence: Advancing Robustness, Efficiency, And Continual Adaptation In Edge Environments, Manh V. Nguyen

Dissertations

This dissertation investigates how spiking neural networks (SNNs) can improve federated edge intelligence by advancing three interconnected goals: communication efficiency, adversarial robustness, and continual adaptation. As edge computing deployments expand across Internet of Things (IoT), sensing, and privacy-sensitive applications, conventional federated learning approaches built around artificial neural networks (ANNs) face growing limitations in power consumption, bandwidth demand, and resilience to real-world uncertainty. SNNs offer an alternative computational paradigm based on event-driven, sparse, and temporally structured processing that is naturally suited to constrained edge environments. However, their behavior in practical federated settings remains insufficiently understood.

To address this gap, this dissertation …


A Webcam Eye Tracking Infrastructure For Software Engineering Tasks, Zachary M. Kozak May 2026

A Webcam Eye Tracking Infrastructure For Software Engineering Tasks, Zachary M. Kozak

School of Computing: Dissertations, Theses, and Student Research

Performing eye tracking utilizing commodity webcams has been explored for over a decade, but limited camera quality and sensitivity to head movements have hindered its adoption in research settings. Recent advances in consumer-grade webcams and machine learning methods present an opportunity to improve the accuracy of webcam eye tracking and extend the feasibility of studies beyond controlled laboratory environments.

Current popular webcam eye tracking methods restrict implementations to the browser and rely on continuous user interactions for calibration, limiting the kinds of studies that can be conducted. This thesis presents a feature-based gaze prediction system that incorporates eye geometry and …


Leveraging Code Embeddings To Identify And Address Blind Spots In Benchmark Creation, Charles Moloney May 2026

Leveraging Code Embeddings To Identify And Address Blind Spots In Benchmark Creation, Charles Moloney

School of Computing: Dissertations, Theses, and Student Research

Formal software verification remains critical for early vulnerability detection, yet benchmarking these tools is costly and often reliant on centralized datasets such as SV-COMP. While such repositories enable standardized evaluation, they introduce risks of overfitting and bias, particularly due to first-party benchmark contributions. To address these limitations, we extend ARG-V, our tool for generating SV-COMP-compatible benchmarks from real-world Java code, with a novel approach of using code embedding techniques to selectively sample from mined code. By leveraging Nomic Embed Code and a cosine-based Minimum Hyperspherical Energy (MHE) objective, we systematically select and transform benchmarks from scraped GitHub code that …


Detecting Doubt In Reflective Learning: A Learning Analytics Study With Large And Small Language Models, Eng Lieh Ouh, Kar Way Tan, Siaw Ling Lo, Yuhao Zhang May 2026

Detecting Doubt In Reflective Learning: A Learning Analytics Study With Large And Small Language Models, Eng Lieh Ouh, Kar Way Tan, Siaw Ling Lo, Yuhao Zhang

Research Collection School Of Computing and Information Systems

Reflective learning enhances understanding, especially when instructors promptly address difficulties raised in student reflections. Automated doubt detection can reduce time for instructors, yet existing classification approaches take substantial time for manual annotation and model training. This paper investigates whether large and small language models (LLMs, SLMs) can automate doubt detection without time-consuming training. Using a dataset of anonymized student reflections, we evaluate zeroshot, few-shot prompting, and multi-step reasoning against prior supervised classification baselines. We show that LLMs (GPT-4o, Claude-4, Gemini-2.5) surpass earlier F1 scores without prompting, while prompting further improves their performance. However, using proprietary LLMs can raise cost and …


Sevoauth: Secure Voiceprint Authentication With Hash-Based Feature Transformation, Rui Zhang, Zheng Yan, Robert H. Deng May 2026

Sevoauth: Secure Voiceprint Authentication With Hash-Based Feature Transformation, Rui Zhang, Zheng Yan, Robert H. Deng

Research Collection School Of Computing and Information Systems

While voiceprint authentication offers convenient user authentication and access control through voice feature recognition, a critical research gap remains: existing voiceprint authentication systems fail to simultaneously achieve sound security against replay, spoofing, and adversarial attacks, preserve voice privacy leakage, and satisfy usability demand. Previous efforts have struggled to balance these issues comprehensively. To bridge this gap, we present SeVoAuth, a cloud-based Voiceprint Authentication as a Service (VAaaS) system designed to provide privacy preservation, robust security, and enhanced usability. SeVoAuth stores a synthesized voiceprint of a user in the cloud during user registration, thereby safeguarding the privacy of the real voiceprint …


Quantitative Bounds On Resource Usage Of Probabilistic Programs, Krishnendu Chatterjee, Amir Kafshdar Goharshady, Tobias Meggendorfer, Dorde Zikelic May 2026

Quantitative Bounds On Resource Usage Of Probabilistic Programs, Krishnendu Chatterjee, Amir Kafshdar Goharshady, Tobias Meggendorfer, Dorde Zikelic

Research Collection School Of Computing and Information Systems

Cost analysis, also known as resource usage analysis, is the task of finding bounds on the total cost of a program and is a well-studied problem in static analysis. In this work, we consider two classical quantitative problems in cost analysis for probabilistic programs. The first problem is to find a bound on the expected total cost of the program. This is a natural measure for the resource usage of the program and can also be directly applied to average-case runtime analysis. The second problem asks for a tail bound, i.e. ‍given a threshold t the goal is to find …


Fighting Against Recruitment Scams: Theory-Driven Supervised Learning And Empirical Analysis For Digital Fraudulent Recruitment Posting Behavior, Tom (Tianteng) Wang, David (Jingjun) Xu, Keng Siau, Zhongju (John) Zhang May 2026

Fighting Against Recruitment Scams: Theory-Driven Supervised Learning And Empirical Analysis For Digital Fraudulent Recruitment Posting Behavior, Tom (Tianteng) Wang, David (Jingjun) Xu, Keng Siau, Zhongju (John) Zhang

Research Collection School Of Computing and Information Systems

The number of recruitment postings on digital recruitment hiring platforms has increased since the COVID-19 pandemic. However, the weak surveillance and operations of these platforms, combined with the fact that most job seekers have relatively low vigilance and a strong desire for recruitment offers, enable scammers to easily deceive job seekers for their money and confidential information. In this work, we combine prevailing text mining techniques (i.e., ChatGPT with prompting engineering and supervised machine learning) with interpersonal deception theory (IDT) from social science to design an interpretable IT system to predict fraudulent recruitment postings on digital recruitment-hiring platforms. We compare …


Enhancing Action And Ingredient Modeling For Semantically Grounded Recipe Generation, Guoshan Liu, Bin Zhu, Yian Li, Jingjing Chen, Chong-Wah Ngo, Yu-Gang Jiang May 2026

Enhancing Action And Ingredient Modeling For Semantically Grounded Recipe Generation, Guoshan Liu, Bin Zhu, Yian Li, Jingjing Chen, Chong-Wah Ngo, Yu-Gang Jiang

Research Collection School Of Computing and Information Systems

Recent advances in Multimodal Large Language Models (MLMMs) have enabled recipe generation from food images, yet outputs often contain semantically incorrect actions or ingredients despite high lexical scores (e.g., BLEU, ROUGE). To address this gap, we propose a semantically grounded framework that predicts and validates actions and ingredients as internal context for instruction generation. Our two-stage pipeline combines supervised fine-tuning (SFT) with reinforcement fine-tuning (RFT): SFT builds foundational accuracy using an Action-Reasoning dataset and ingredient corpus, while RFT employs frequency-aware rewards to improve long-tail action prediction and ingredient generalization. A Semantic Confidence Scoring and Rectification (SCSR) module further filters and …


Selective Concolic Testing, Guofeng Zhang, Zhenbang Chen, Ziqi Shuai, Jun Sun, Weijiang Hong, Yufeng Zhang, Ji Wang, Yang Liu May 2026

Selective Concolic Testing, Guofeng Zhang, Zhenbang Chen, Ziqi Shuai, Jun Sun, Weijiang Hong, Yufeng Zhang, Ji Wang, Yang Liu

Research Collection School Of Computing and Information Systems

The principled combination of symbolic execution and random testing lacks a formal foundation, especially in deciding which inputs to symbolize. We propose selective concolic testing, a cost-aware framework that formulates this choice as an optimized policy problem of a MDP (Markov Decision Process). We model program exploration over a finite control-flow graph, where MDP states represent covered statements, actions partition path constraints into symbolic and random fragments, rewards reflect coverage gain, and costs account for SMT solving effort and sampling inefficiency. Our framework yields the first formal characterization of selective symbolization as policy synthesis in a probabilistic system. We prove …


Understanding Critical Thinking In Generative Artificial Intelligence Use: Development, Validation, And Correlates Of The Critical Thinking In Ai Use Scale, Gabriel R. Lau, Wei Yan Low, Louis Tay, Ysabel Thereze Ang Guevarra, Dragon Gašević, Andree Hartanto May 2026

Understanding Critical Thinking In Generative Artificial Intelligence Use: Development, Validation, And Correlates Of The Critical Thinking In Ai Use Scale, Gabriel R. Lau, Wei Yan Low, Louis Tay, Ysabel Thereze Ang Guevarra, Dragon Gašević, Andree Hartanto

Research Collection School of Social Sciences

Generative AI tools are increasingly embedded in everyday work and learning, yet their fluency, opacity, and propensity to hallucinate mean that users must critically evaluate AI outputs rather than accept them at face value. The present research conceptualises critical thinking in AI use as a dispositional tendency to verify the source and content of AI-generated information, to understand how models work and where they fail, and to reflect on the broader implications of relying on AI. Across six studies ( N = 1341), we developed and validated the 13-item critical thinking in AI use scale and mapped its nomological network. …


Digital Grief Technology To Support Bereavement: A Systematic Review Of Potential Benefits And Risks, Xun Ci Soh, Adalia Yin Hui Goh, Paye Shin Koh, Andree Hartanto May 2026

Digital Grief Technology To Support Bereavement: A Systematic Review Of Potential Benefits And Risks, Xun Ci Soh, Adalia Yin Hui Goh, Paye Shin Koh, Andree Hartanto

Research Collection School of Social Sciences

Grief is a universal and inevitable experience. However, the way we support the bereaved is changing, especially in the digital era. This systematic review examines the potential benefits and risks associated with various digital grief technologies, including online grief support groups, generative AI chatbots, online memorials, online therapy interventions, virtual reality, and digitally reproduced visuals or audio of the deceased. A systematic search was conducted in seven databases, and 30 articles were included in the final review. Findings indicate that digital grief technologies offer several benefits, such as reductions in grief and depressive symptoms, enhanced social support, greater accessibility, and …


Empowering Sustainable Household Waste Management Through Rubbin: App-Based Transactions Using Google Maps Api And Qr Code Recognition, H.A. Danang Rimbawa, Muhammad Abditya Arghanie, Muhammad Rey Renoult, Dea Dwi Ananda Apr 2026

Empowering Sustainable Household Waste Management Through Rubbin: App-Based Transactions Using Google Maps Api And Qr Code Recognition, H.A. Danang Rimbawa, Muhammad Abditya Arghanie, Muhammad Rey Renoult, Dea Dwi Ananda

Smart City

The Digitization of environmentally friendly technology must be applied to advance smart cities. Waste management carried out conventionally often causes irregularities in the classification data collection, difficulties in accessing information related to garbage collection schedules, and a lack of transaction history information, which causes a decrease in the quality of waste collection. The development of functional application features is urgently needed as a container for proper waste management. The Rubbin App has been created, which implements Google Maps API for route optimization and waste mapping, QR code recognition using Enhanced Adaptive Median Filter, and private chat for clients and collectors …


Dementia Detection In Low-Resource Languages: Evaluating Translation-Assisted Transfer Learning For Multilingual Clinical Assessment, Kylar A. Deloach Apr 2026

Dementia Detection In Low-Resource Languages: Evaluating Translation-Assisted Transfer Learning For Multilingual Clinical Assessment, Kylar A. Deloach

Honors Theses

Alzheimer's disease (AD) is a growing global health concern, with millions of people affected worldwide and cases expected to rise significantly in the coming decades. Early detection is critical for patient treatment and care, and recent advances in natural language processing (NLP) have shown promise in identifying linguistic markers associated with AD. However, most existing work has focused on English, leaving speakers of other languages with limited access to such tools. This study investigates how effective AD detection models trained on English data are at transferring to Greek, a low-resource language with limited dementia-related speech data available. We propose a …