Open Access. Powered by Scholars. Published by Universities.®
Computer and Systems Architecture Commons™
Open Access. Powered by Scholars. Published by Universities.®
- Discipline
-
- Data Storage Systems (12)
- Digital Communications and Networking (5)
- Electrical and Computer Engineering (4)
- Hardware Systems (4)
- Other Computer Engineering (4)
-
- Communication (2)
- Digital Circuits (2)
- Electrical and Electronics (2)
- Other Engineering (2)
- Robotics (2)
- Social and Behavioral Sciences (2)
- Automotive Engineering (1)
- Civil Engineering (1)
- Civil and Environmental Engineering (1)
- Communication Technology and New Media (1)
- Computational Engineering (1)
- Computational Linguistics (1)
- Construction Engineering and Management (1)
- Controls and Control Theory (1)
- Health Communication (1)
- Health and Medical Administration (1)
- Industrial Technology (1)
- Linguistics (1)
- Medicine and Health Sciences (1)
- Navigation, Guidance, Control, and Dynamics (1)
- Nursing (1)
- Nursing Administration (1)
- Keyword
-
- CXL (3)
- Communication (2)
- Federated Learning (2)
- PCIe (2)
- Privacy (2)
-
- Security (2)
- Virtual reality (2)
- Write amplification (2)
- AI-Assisted Data Annotation (1)
- AMR (1)
- Application-aware memory management (1)
- Autonomous Driving Pipeline (1)
- Autonomous driving (1)
- Binary symmetric channels (1)
- CAN (1)
- CPU (1)
- Cache replacement (1)
- Caching (1)
- Communication Optimization (1)
- Compaction (1)
- Computer vision (1)
- DRAM (1)
- Data Centers (1)
- Data Quality (1)
- Data movement optimization (1)
- Data privacy (1)
- Data reduction (1)
- Database (1)
- Deadline (1)
- Deep learning architectures (1)
- Publication
- Publication Type
Articles 1 - 27 of 27
Full-Text Articles in Computer and Systems Architecture
Ai-Driven Network Orchestration: Adaptive Routing For Federated Learning Over Software-Defined Hybrid Wans, Osama Abu Hamdan
Ai-Driven Network Orchestration: Adaptive Routing For Federated Learning Over Software-Defined Hybrid Wans, Osama Abu Hamdan
Computer Science and Engineering Dissertations - Archive
Modern wide-area networks increasingly adopt hybrid architectures that combine high-capacity wired backbones with flexible wireless links to extend connectivity to remote and underserved locations. However, the bandwidth variability inherent in wireless segments creates routing challenges that traditional protocols, designed for static link capacities, cannot adequately address. Simultaneously, Federated Learning (FL) has emerged as a privacy-preserving distributed machine learning paradigm in which geographically dispersed clients collaboratively train shared models without exchanging raw data. When deployed over wide-area networks, FL training is severely bottlenecked by communication overhead, particularly in cross-silo settings where model payloads reach hundreds of megabytes and synchronous aggregation protocols …
Scaling Llm Inference: From Novel Attention Mechanisms To Efficient Kv Cache Management, Weishu Deng
Scaling Llm Inference: From Novel Attention Mechanisms To Efficient Kv Cache Management, Weishu Deng
Computer Science and Engineering Dissertations
The rapid scaling of artificial intelligence workloads has shifted the dominant performance bottleneck of modern computing systems from compute to memory. Graph neural networks (GNNs) issue increasingly irregular memory accesses, while large language models (LLMs) issue increasingly large ones; in both cases, the relative scaling of memory bandwidth and capacity continues to lag behind the scaling of compute. Consequently, naively executing these workloads on commodity GPUs results in stalled streaming multiprocessors, exhausted high-bandwidth memory (HBM), and serving stacks that incur PCIe transfers on the critical path. This dissertation argues that the efficient scaling of attention-based AI workloads requires the joint …
Virtualized And Distributed Neighborhood Data Centers, Benjamin T. Niccum
Virtualized And Distributed Neighborhood Data Centers, Benjamin T. Niccum
Computer Science and Engineering Theses
This thesis evaluates whether PCIe-fabric-based resource pooling can support a decentralized neighborhood micro-data-center model under real implementation constraints. The work combines architecture design, prototype deployment, performance benchmarking, and security assessment. Results show strong prototype-scale feasibility with low-latency and high-throughput behavior, while also identifying deployment-blocking security gaps and operational maturity requirements. The thesis contributes an evidence-traceable path from concept validation to deployment-grade roadmap planning.
Beyond Permissions: A Privacy And Security Analysis Of Sensor And Network Activity On Xr Devices Using Xrmonitor, Gayatri Sravya Siripurapu
Beyond Permissions: A Privacy And Security Analysis Of Sensor And Network Activity On Xr Devices Using Xrmonitor, Gayatri Sravya Siripurapu
Computer Science and Engineering Theses - Archive
Standalone virtual reality headsets integrate multiple sensors and cameras whose runtime behavior is not transparently documented, creating potential privacy and security risks that are difficult to audit using existing tools. The relationship between software feature activation and the underlying hardware engaged at runtime remains opaque, limiting the ability of users and researchers to assess what data is being collected and when.
This thesis presents XRMonitor, a unified framework for monitoring and analyzing sensor activation behavior and network traffic on Meta Quest devices. The framework is motivated by the lack of transparency in how standalone XR devices engage their hardware sensors …
Towards Application-Driven Optimal Memory And Storage Management, Venkata Naga Prajwal Challa
Towards Application-Driven Optimal Memory And Storage Management, Venkata Naga Prajwal Challa
Computer Science and Engineering Dissertations
Modern computing systems increasingly run on diverse hardware platforms and support applications with widely different access patterns, performance goals, and data lifecycles. In this setting, traditional one-size-fits-all approaches to memory and storage management are often inefficient because they apply fixed policies regardless of application behavior, workload context, or hardware asymmetry. Such generic designs can lead to unnecessary data movement, wasted bandwidth, excessive rewriting, poor resource utilization, and degraded user-perceived performance. This dissertation is motivated by the view that optimal memory and storage management should be application-driven: instead of treating all data uniformly, systems should adapt their decisions to how applications …
End-To-End Development And Experimental Validation Of A 1/10-Scale Autonomous Vehicle, Rikkin Pankaj Panchal
End-To-End Development And Experimental Validation Of A 1/10-Scale Autonomous Vehicle, Rikkin Pankaj Panchal
Electrical Engineering Theses
Autonomous vehicle development demands vast resources, making scaled down platforms a critical alternative for solving core algorithmic challenges. The primary contribution of this thesis is the end to end development and validation of a complete real time autonomous driving pipeline deployed on a one tenth scale vehicle. To streamline platform development, an AI assisted annotation framework automates dataset generation, significantly reducing manual labor while improving training data quality. The system perception stack features a reinforcement learning guided online multi camera calibration framework that enables adaptive surround view stitching without the need for offline recalibration. This is paired with robust lane …
Turboindex: Making A Page-Based Db Index Both Memory-Space And Disk-I/O Efficient, Sujit Maharjan, Shuaihua Zhao, Song Jiang
Turboindex: Making A Page-Based Db Index Both Memory-Space And Disk-I/O Efficient, Sujit Maharjan, Shuaihua Zhao, Song Jiang
Computer Science and Engineering Faculty Publications - Archive
Traditional Database (DB) systems use a DB buffer, a page-based cache management system, to load data and indexes from block storage devices into byte-addressable main memory. However, this approach is inefficient in terms of space and I/O when key-value pair sizes are significantly smaller than the page size. Inserting a single key-value pair results in reading and writing an entire page, consuming a full page's worth of memory in the buffer. Moreover, the entire page is immediately loaded even when just a single key-value pair is inserted into the page. Also, an infrequently accessed page is likely to be evicted …
Advancing Mobileclip Through Hybrid Quantization: A Cpu-Focused Approach, Atiqur Rahman
Advancing Mobileclip Through Hybrid Quantization: A Cpu-Focused Approach, Atiqur Rahman
2025 Fall Honors Capstones Projects - Archive
MobileCLIP is a compact model that connects images and text, enabling it to perform tasks like image identification and question answering without needing to be retrained for each new task. Although it’s designed to be lightweight, it still runs slowly on regular computers without a powerful graphics card (GPU). This research focuses on making MobileCLIP run faster and smaller by using post-training quantization, which reduces the model’s precision after training without hurting performance. We combined several strategies: analyzing which parts of the model are more sensitive to changes, applying targeted adjustments to its structure, and running everything using CPU-only tools. …
Design And Implementation Of A Notification System For The Purpose Of Improving Communication Between Nurses And Patients, Aindrila Bhattacharya
Design And Implementation Of A Notification System For The Purpose Of Improving Communication Between Nurses And Patients, Aindrila Bhattacharya
2025 Spring Honors Capstone Projects - Archive
Communication is an important part of how nurses administer treatment to their patients. Without proper communication, it is difficult for the nurses to connect with their patients and vice versa. This paper will be going into some previous literature about communication between patients and nurses in general, communication with respect to pediatric patients and how notification systems have been implemented in the past. It will then discuss the methodology and implementation of a notification system for a medical app. The medical app is meant to facilitate communication from the side of the patient to the nurse, while the notification system …
Integration Of Notes Section With Access Management, Inshaad Merchant
Integration Of Notes Section With Access Management, Inshaad Merchant
2025 Spring Honors Capstone Projects - Archive
This research explores the development of a notes section with access management, specifically designed to assist Computer Science and Engineering students to revisit and revise all the notes and key points highlighted in their tutoring sessions. While the senior design project focuses on the CSE Student Success Center application that allows students to schedule tutoring sessions, manage appointments, and manage their profiles within this application, the Honors capstone project adds on a specific section for students to save all their notes and important video links and attachments to continue their learning outside of the tutoring sessions. A centralized platform for …
A Data Driven Approach To Student Success: Visualizing Engagement And Performance Metrics, Araohat Kokate
A Data Driven Approach To Student Success: Visualizing Engagement And Performance Metrics, Araohat Kokate
2025 Spring Honors Capstone Projects - Archive
Many tutoring centers lack tools to analyze and visualize key performance metrics, limiting data driven decision making. This study develops a data visualization feature for the CSE Student Success Center App at the University of Texas at Arlington, enabling administrators to track student engagement, tutor performance and session trends. Using the data of students and tutors, the feature provides interactive dashboards for real-time insights. Administrators can monitor attendance patterns, tutor workloads and booking trends, optimizing resource allocation. Findings indicate that real-time data visualization enhances decision-making, reducing manual effort while improving operational efficiency. This can further help improve student support services. …
Event-Based Histogram Of Gradients For Lane Detection, Ganesh Gupta
Event-Based Histogram Of Gradients For Lane Detection, Ganesh Gupta
Computer Science and Engineering Theses - Archive
In the rapidly evolving landscape of autonomous driving technology, lane detection systems stand as fundamental guardians of vehicular safety. The National Highway Traffic Safety Administration identifies unintentional lane departures as responsible for approximately one-third of all road accidents—a sobering statistic that underscores the critical importance of robust lane detection methodologies. This thesis embarks on an academic exploration at the intersection of neuromorphic engineering and computer vision, examining how the distinctive properties of event-based cameras might be harnessed to enhance lane detection capabilities under challenging environmental conditions. Unlike conventional frame-based imaging sensors that capture entire scenes at fixed intervals, event-based cameras …
Training Data Privacy In Machine Learning: A Systematization Of Attacks And Defenses, Mohammad Sufyaan Saeed
Training Data Privacy In Machine Learning: A Systematization Of Attacks And Defenses, Mohammad Sufyaan Saeed
Computer Science and Engineering Theses - Archive
Training and deploying Machine Learning (ML) models introduce significant data confidentiality risks, as modern models can inadvertently memorize and leak information about their training data. While attacks such as membership inference and model inversion are well studied, the literature remains fragmented, with inconsistent threat models and unclear relationships across attack classes and defenses. This work presents a Systematization of Knowledge (SoK) that unifies the landscape of training-data privacy attacks and defenses, aligning them with the NIST Adversarial Machine Learning (AML) taxonomy to enable standardized threat modeling and comparison. Our analysis shows that, despite significant progress in characterizing attack vectors, defenses …
Methods Of Optimizing Storage And Retrieval Of Structured Data, Neelim Haider
Methods Of Optimizing Storage And Retrieval Of Structured Data, Neelim Haider
Computer Science and Engineering Theses - Archive
Storing and retrieving large amounts of data reliably is becoming more and more important as time goes on. There are high demands to store highly personal information such as social security numbers, bank account information, and residence information to rapidly changing data such as employee information, inventory information, and stock information. Therefore, the ability of a system to store, remove, and update such information efficiently and correctly is critical. There are different types of data that database systems can potentially hold: structured, unstructured, and semistructured data. Various database models have been developed to provide a framework that allows designers to …
Diversity-Driven Xor Secret Sharing: Reliable And Secure Multi-Path Transmission, Richard M. Olu Jordan
Diversity-Driven Xor Secret Sharing: Reliable And Secure Multi-Path Transmission, Richard M. Olu Jordan
Computer Science and Engineering Theses - Archive
The growing reliance on distributed storage and multipath communication sys- tems has intensified the need for security mechanisms that remain robust even when individual nodes or channels are compromised. Secret sharing provides an information- theoretic approach to achieving both confidentiality and availability, and XOR-based constructions in particular offer lightweight and highly structured designs. This thesis develops a unified analytical framework for understanding and evalu- ating XOR-based secret sharing schemes across multiple operational settings, includ- ing plaintext storage, encrypted-data scenarios, and noisy binary symmetric chan- nels (BSCs). Building on a general (t, n) system model, we examine five threshold configurations—(2, 3), …
An Slo-Aware, Multi-Pronged Approach To Enhancing Resource And Energy Efficiency In Server Applications, Ning Li
Computer Science and Engineering Dissertations - Archive
Server applications operating in oversubscribed cloud environments face the dual challenges of meeting strict Quality-of-Service (QoS) requirements and improving resource and energy efficiency. As the number of user connections and workload diversity continue to grow, existing scheduling mechanisms struggle to balance QoS guarantees, fairness, resource efficiency, and power consumption. This dissertation presents a unified, cross-layer framework to address these challenges through three key contributions: AppleS, UTSLO, and REEF.
First, we propose AppleS, a user-space QoS-aware fine-grained I/O scheduling framework that delivers fair and efficient service to concurrent client connections. AppleS introduces a QoS-centric metric that guides admission control and scheduling …
Fair And Sustainable Machine Learning: A Holistic Approach To Data Quality, Efficiency, And Resource-Aware Training, Zahidur Rahim Talukder
Fair And Sustainable Machine Learning: A Holistic Approach To Data Quality, Efficiency, And Resource-Aware Training, Zahidur Rahim Talukder
Computer Science and Engineering Dissertations - Archive
The increasing reliance on distributed, privacy-sensitive data has driven the emergence of Federated Learning (FL) as a transformative paradigm for collaborative machine learning. By enabling multiple client devices to train a shared global model without transferring raw data, FL offers significant privacy advantages. However, real-world deployments of FL are constrained by critical challenges such as data heterogeneity, client unreliability, and hardware disparities. These factors lead to uneven model convergence, degraded global accuracy, and fairness issues that threaten FL's scalability and inclusivity in diverse environments.
This dissertation investigates these challenges and proposes three novel algorithmic frameworks to advance the state-of-the-art in …
Exploring Emerging Memory Technologies For Enhancing Data Center Applications, Zhen Lin
Exploring Emerging Memory Technologies For Enhancing Data Center Applications, Zhen Lin
Computer Science and Engineering Dissertations - Archive
The rapid evolution of memory and storage technologies is fundamentally reshaping the design of operating systems and data management. Emerging devices such as persistent memory, NVMe SSDs, and Compute Express Link (CXL)--enabled hybrid memory modules introduce new opportunities for high-performance, cost-efficient data management, yet they also expose limitations in traditional software abstractions. File systems, originally designed for slow block-based devices, incur excessive overhead on ultra-low-latency media, while block-level caches suffer from metadata and eviction inefficiencies. Moreover, hardware-managed tiering provides transparency but restricts adaptability across workloads. These challenges highlight the need to rethink caching and tiered memory management across multiple system …
Optimizing Architecture And Software For Next-Generation Memory Systems, Lingfeng Xiang
Optimizing Architecture And Software For Next-Generation Memory Systems, Lingfeng Xiang
Computer Science and Engineering Dissertations - Archive
The rapid advancement of memory technologies presents new challenges and opportunities for system software and architectural design. This dissertation investigates how to optimize modern computing systems for next-generation memory, mostly focusing on persistent memory and Compute Express Link (CXL)-based memory. First, we conduct a detailed characterization of Intel Optane DC Persistent Memory, identifying the distinct behaviors of its on-DIMM read and write buffers and analyzing their impact on application performance. These insights motivate optimizations that decouple read and write paths, revealing that random read latency—especially in pointer-chasing workloads—is a dominant performance bottleneck. Second, we present NOMAD, a page management framework …
Breaking Granularity Barriers: Overcoming I/O Abstraction Limitations For High-Performance Storage Systems, Chen Zhong
Breaking Granularity Barriers: Overcoming I/O Abstraction Limitations For High-Performance Storage Systems, Chen Zhong
Computer Science and Engineering Dissertations - Archive
Modern storage hierarchies exhibit performance differences spanning eight orders of magnitude. Each tier in the hierarchy presents fundamentally different optimal access sizes and patterns. Most systems read and write data in fixed-size units across different tiers, typically power-of-2 sizes. It simplifies data management but also suffers from large write amplification when handling small accesses in many real-world workloads. This fundamental disconnect between fixed-size I/O design assumption and real-world usage patterns represents the core challenge.
The storage community has recognized the limitations of fixed-size I/O abstractions and is exploring alternatives, like the new emerging NVMe-KV interface and object-based storage, which aim …
Exploring Smart Thermostat, Don P. Dang
Exploring Smart Thermostat, Don P. Dang
2024 Fall Honors Capstone Projects - Archive
This study examines the security, privacy, and compatibility challenges associated with smart thermostats in smart home systems. Smart thermostats, as part of the growing Internet of Things (IoT) ecosystem, face vulnerabilities such as unauthorized access, data breaches, and inconsistent security protocols. Using a mixed-methods approach, this research evaluates encryption techniques, communication protocols (Zigbee, Z-Wave, Wi Fi), and user behaviors that impact system security and efficiency. Key findings indicate that 35% of users are concerned about hacking risks, while 25% express data privacy concerns. Many users lack awareness of security measures, such as firmware updates and password management, which increases vulnerabilities. …
Building A Wireless Electronic Control Unit For An Electric Vehicle, Hector S. Sosa
Building A Wireless Electronic Control Unit For An Electric Vehicle, Hector S. Sosa
2024 Spring Honors Capstone Projects - Archive
Modern vehicles have a variety of features such remote start systems, advance drive assist systems, smart suspension systems, and a feature rich infotainment system. With all this technology in the car, there exists a complex network of computers working together in conjunction to deliver the modern driving experience that many people have today. To be competitive in the market, auto manufacturers are tasked to add additional features to vehicles by adding additional or modifying electronic control units (ECUs). In this study, an ECU will be designed for a mock electric vehicle which contains an already established network of ECU’s. The …
Towards Performance Guarantee For Federated Computing, Stoddard A. Rosenkrantz
Towards Performance Guarantee For Federated Computing, Stoddard A. Rosenkrantz
Computer Science and Engineering Dissertations - Archive
In federated computing environments, where multiple independent devices collaborate without centralized resource control, ensuring reliable and predictable performance is crucial for meeting Service Level Objectives (SLOs). This dissertation presents a novel framework for achieving SLOs by utilizing measured subtask response times, which are obtained and processed locally on the client devices. Each device generates a performance curve based on its subtask response times, and only the essential parameters of this curve are transmitted to a centralized client selector. The client selector then uses these parameters to determine which devices are best suited to meet predefined SLOs for specific tasks, ensuring …
A Few-Shot Multi-Modality Traversability Segmentation Framework For Indoor Robotic Navigation, Qiyuan An
A Few-Shot Multi-Modality Traversability Segmentation Framework For Indoor Robotic Navigation, Qiyuan An
Computer Science and Engineering Dissertations - Archive
Traversability in autonomous robotic navigation refers to the ability of an autonomous agent to safely navigate over a given terrain. It plays a critical role in enabling robots to navigate over unseen or unknown terrains. Traversability segmentation aims to find an arbitrary-shaped mask covering the traversable regions (termed free-space). Current research for traversability segmentation can be divided into two scenarios: outdoor and indoor environments. Compared to the outdoor environments mainly consists of paved roads, indoor environments present unique challenges for traversability segmentation, because of diverse lighting conditions, glass doors, various floor colors and textures, arbitrary shaped appliances and furniture, presence …
Adaptive Load-Aware Elastic Data Reduction And Re-Computation For Adaptive Mesh Refinement, Mengxiao Wang
Adaptive Load-Aware Elastic Data Reduction And Re-Computation For Adaptive Mesh Refinement, Mengxiao Wang
Computer Science and Engineering Theses - Archive
The increasing performance gap between computation and I/O creates huge data management challenges for simulation-based scientific discovery. Data reduction, among others, is deemed to be a promising technique to bridge the gap through reducing the amount of data migrated to persistent storage. However, the reduction performance is still far from what is being demanded from production applications. To this end, we propose a new methodology that aggressively reduces data despite the substantial loss of information, and re-computes the original accuracy on-demand. As a result, our scheme creates an illusion of a fast and large storage medium with the availability of …
Bringing "Virtual" To "Reality": Enhancing Security And Usability On Vr System And Applications, Huadi Zhu
Bringing "Virtual" To "Reality": Enhancing Security And Usability On Vr System And Applications, Huadi Zhu
Computer Science and Engineering Dissertations - Archive
With the rapid advancements in computer science, electronics, optics, and related fields, virtual reality (VR) gradually penetrates into our daily lives, and is predicted to become a core technology in the near future. Despite its potentials, however, existing designs and solutions for VR applications remain at the infant stage, introducing limited usability and efficiency for real-world users. Besides, the increasing prevalence of VR presents new security and privacy threats due to the vast amount of information stored in or accessible through VR devices. To bridge this gap, we exploit and combine techniques from computer science and human biology, as well …
Streamlining Public Engagement In Transportation Projects Using Text Analytics, Alireza Shamshiri
Streamlining Public Engagement In Transportation Projects Using Text Analytics, Alireza Shamshiri
Civil Engineering Dissertations - Archive
Infrastructure projects impact a broad range of stakeholders, particularly local communities, whose engagement is critical for successful outcomes. Despite the importance of public engagement in these projects, traditional methods of capturing and analyzing public opinion often fail to fully represent the diverse, genuine perspectives involved. This has led to conflicts between community members and project sponsors. On the other hand, despite advancements in text analytics, including natural language processing (NLP) and its subfields such as topic modeling, sentiment analysis, and neural networks, their functionalities and effectiveness in analyzing public opinion in the domain of infrastructure projects have not been fully …