• Zhou, K. (CSE) – Toward Safer Frontier AI: From Evaluation and Red-Teaming to Alignment and Oversight

    Virtual Event

    This dissertation investigates how to make modern AI systems safer as they grow more capable. It addresses two central sources of risk: malicious misuse, in which adversarial users coerce models into harmful behavior, and internal misalignment, in which models themselves pursue goals that diverge from human intent through deception, sandbagging, or other covert behaviors. The […]

  • Sheaves, T. (CSE) – Timing Side-Channels in Commercial ReRAM: Toward ReRAM Pentimenti

    Engineering 2 Engineering 2 1156 High Street, Santa Cruz, CA
    Hybrid Event

    Recently, a class of non-invasive hardware side-channel attacks has been discovered in field-programmable gate arrays (FPGAs). These attacks extract remnants of prior users’ activity that persist as transistor defect states within reconfigurable routing resources. These remnants are known as FPGA Pentimenti. Resistive random-access memory (ReRAM) is a compelling candidate for pentimenti-like attacks beyond FPGAs. However, […]

  • Engineering 2 Engineering 2 1156 High Street, Santa Cruz, CA

    Presenter: Sai Teja Peddinti, Google Abstract: As the digital landscape expands, traditional models of threat mitigation and user support are failing to keep pace with the unprecedented security, privacy, and safety challenges. Fortunately, the rise of large language models (LLMs) offers a powerful new paradigm for defense. This talk explores how LLMs are being leveraged […]

    Free
  • Kordonowy, S. (CS) – The Role of Circuits in Near-Term Quantum Computation

    Engineering 2 Engineering 2 1156 High Street, Santa Cruz, CA
    Hybrid Event

    As quantum computing transitions from theory to practice, understanding which algorithms suit near-term devices becomes critical. Current quantum computers are severely constrained by limited qubit counts, short coherence times, and high error rates that quickly degrade computation into noise. This thesis addresses two interconnected questions: what non-trivial computational tasks can near-term devices execute and how […]

  • Imlau Dagostini, J. (CSE) – Intent-Driven Orchestration for Scientific Computing

    Jack Baskin Engineering Baskin Engineering 1156 High Street, Santa Cruz, CA
    Hybrid Event

    The growing complexity of high-performance computing (HPC) systems poses a fundamental challenge for domain scientists, whose primary objective is to obtain scientifically valid results rather than to optimize resource utilization. Modern leadership-class facilities combine heterogeneous CPUs, GPUs, and specialized accelerators across systems that simultaneously support traditional scientific simulations and AI-driven workloads. This creates a vast, […]

  • Chen, Z. (CSE) – GPU Subgroup Semantics for Portable High-Performance Kernels

    Engineering 2 Engineering 2 1156 High Street, Santa Cruz, CA
    Hybrid Event

    Modern high-performance GPU kernels increasingly rely on subgroup-level execution, including subgroup-level communication, subgroup operations, and matrix operations. These features are essential for workloads such as matrix multiplication and FlashAttention, but their language-level guarantees remain difficult to reason about. Existing programming models often leave unclear which threads participate in subgroup operations, when subgroup threads are required […]

  • Shen, G. (CSE) – Library-Level Choreographic Programming

    Engineering 2 Engineering 2 1156 High Street, Santa Cruz, CA
    Hybrid Event

    Modern software increasingly relies on distributed systems to provide accessible, scalable, and reliable services. Choreographic programming brings a global perspective to distributed system development: programmers write a single program that describes the behavior of a whole system, and a compiler projects that global description into local programs run by each node. By making distributed control […]

  • Kim, C. (CSE)- Toward Adaptive Graph Processing and Fault-Tolerant Agentic Inference on Heterogeneous Distributed Systems

    Engineering 2 Engineering 2 1156 High Street, Santa Cruz, CA
    Hybrid Event

    Edge computing and distributed AI systems increasingly operate under heterogeneous resources, dynamic workloads, and frequent failures, requiring both adaptivity and fault tolerance for efficient execution. In heterogeneous edge clusters, nodes differ significantly in CPU throughput, memory capacity, and network bandwidth, while modern distributed GPU clusters supporting agentic LLM inference must recover large amounts of runtime […]

  • Carrión, H. (CSE) – Deep Learning Algorithms for Medical Image Representation Learning and Understanding

    Virtual Event

    AI-assisted clinical decisions in medicine, and particularly in dermatology, demand fine-grained understanding across diverse skin tones, body sites, and disease types, yet expert-annotated datasets are scarce, demographically imbalanced, and almost devoid of rare presentations. This dissertation develops four deep learning systems for this low-label, low-coverage regime. We introduce HealNet, which learns wound healing stages from […]

  • Wang, Z. (CSE) – From Static Alignment to Adaptive Safety: Toward Reliable and Capable AI Systems

    Virtual Event

    Modern AI systems are rapidly moving beyond static text generation toward capable models and agents that reason, use tools, store memories, and update persistent state, yet safety methods still often assume a fixed model whose behavior can be controlled by output-level refusal. This leaves critical gaps in understanding why aligned models fail under adversarial pressure, […]

  • Burbano, L. (CS) – Security of autonomous decision-making agents: From control systems to embodied AI

    Engineering 2 Engineering 2 1156 High Street, Santa Cruz, CA
    Hybrid Event

    Due to their increasing complexity, autonomous decision-making agents rely on increasingly advanced algorithms, from classical control theory to reinforcement learning (RL) and, more recently, large vision-language models. While these algorithms help automate the decision-making in complex systems, they bring newer attack vulnerabilities that an adversary can exploit. In this dissertation, we study the security of […]

  • Inaugural PyTorch Santa Cruz Meetup

    Engineering 2 Engineering 2 1156 High Street, Santa Cruz, CA

    A community gathering of people interested in PyTorch and the projects that use it – not an official PyTorch organization. Sponsored by Red Hat and University of California Santa Cruz Location: Engineering 2, Room 180 ​Food, Socializing, and Excellent talks from the PyTorch Ecosystem 5:30 – 6:30 Food and Socializing 6:30 – 7:00 Talk 1 […]

    Free
  • Carrión, H. (CSE) – Deep Learning Algorithms for Medical Image Representation Learning and Understanding

    Virtual Event

    AI-assisted clinical decisions in medicine, and particularly in dermatology, demand fine-grained understanding across diverse skin tones, body sites, and disease types, yet expert-annotated datasets are scarce, demographically imbalanced, and almost devoid of rare presentations. This dissertation develops four deep learning systems for this low-label, low-coverage regime. We introduce HealNet, which learns wound healing stages from […]

  • Levine, R. (CSE) – Validating GPU Memory Consistency and Safety at Scale

    Engineering 2 Engineering 2 1156 High Street, Santa Cruz, CA
    Hybrid Event

    Graphics Processing Units (GPUs) have become essential platforms for parallel computing, supporting applications far beyond graphics. Central to GPU programming models is its memory consistency specification (MCS), which defines the semantics of concurrent shared-memory operations and interacts with other language features to determine security guarantees such as memory safety. Understanding whether implementations conform to an […]

  • Scott, J. (CSE) – Mechanistic Specialization Does Not Guarantee Performance: Evidence from Dual AttentionTransformers

    Virtual Event

    Dual Attention Transformers (DATs) extend decoder-only Transformers with a dedicated relational-attention stream, making them a natural architecture for abstract identity rules such asABA and ABB. Surprisingly, we find that comparably sized GPT-2 models outperform DATs on these tasks. We investigate this gap with two complementary mechanistic analyses. First, causal mediation analysis shows that DATs exhibit […]

  • Zhao, Z. (CSE) – TOWARD VERIFIABLE REASONING IN LLMS

    Silicon Valley Campus 3175 Bowers Avenue, Santa Clara, CA, United States
    Hybrid Event

    Chain-of-thought (CoT) prompting can improve final-answer performance, but it does not guarantee that intermediate reasoning steps are faithful, valid, or checkable. This proposal studies how formal methods can make natural-language reasoning more reliable by translating CoT rationales into Lean artifacts, checking the resulting theorem statements and proofs, and using compiler feedback to diagnose and repair […]

  • Krishnaswamy, L. (CSE) – Network Load Balancing for Geographically Distributed Datacenters

    Engineering 2 Engineering 2 1156 High Street, Santa Cruz, CA
    Hybrid Event

    As datacenters scale up and become more geographically distributed, wide-area network inter-datacenter traffic, which typically consists of data-heavy tasks, has become increasingly prevalent. Some of the noteworthy challenges raised by the coexistence and interaction between inter- and intra-datacenter traffic are the differences in their QoS requirements, link utilization, and round-trip times. To the best of […]

  • Huang, X. (CSE) – Scalable and Verifiable Reasoning for Medical Foundation Models

    Virtual Event

    This PhD research focuses on developing reliable medical foundation models capable of reasoning across textual, visual, and interactive clinical information. The work investigates three complementary directions: improving medical reasoning through test-time scaling, training multimodal medical models with verifiable rewards, and synthesizing high-quality visual question-answering data from biomedical literature using generator-verifier frameworks. Building on these efforts, […]

  • Pawar, M. (CSE) – Understanding Representations, Reasoning, and Decision-Making in Autonomous Driving Models

    Virtual Event

    Modern autonomous-driving models increasingly rely on learned representations and generated reasoning to interpret complex scenes and produce predictions or actions. However, it remains unclear what information these models encode, how that information is exposed through common interpretation methods, and whether their stated reasoning meaningfully influences their behavior. This research investigates these questions across motion-forecasting and […]

  • Gomez, J. (CSE) – Toward Sustainable and Secure Open Source Software: Discovery, Measurement, and Defense

    Engineering 2 Engineering 2 1156 High Street, Santa Cruz, CA
    Hybrid Event

    In March 2024, a backdoor was discovered in xz Utils, a widely used open source data compression library present in nearly every major Linux distribution. The attack was discovered days before merging into major distributions, and if this had happened, it would have allowed attackers to execute arbitrary code on millions of systems worldwide via […]