BEGIN:VCALENDAR
VERSION:2.0
PRODID:-//Events - ECPv6.15.20//NONSGML v1.0//EN
CALSCALE:GREGORIAN
METHOD:PUBLISH
X-ORIGINAL-URL:https://events.ucsc.edu
X-WR-CALDESC:Events for Events
REFRESH-INTERVAL;VALUE=DURATION:PT1H
X-Robots-Tag:noindex
X-PUBLISHED-TTL:PT1H
BEGIN:VTIMEZONE
TZID:America/Los_Angeles
BEGIN:DAYLIGHT
TZOFFSETFROM:-0800
TZOFFSETTO:-0700
TZNAME:PDT
DTSTART:20250309T100000
END:DAYLIGHT
BEGIN:STANDARD
TZOFFSETFROM:-0700
TZOFFSETTO:-0800
TZNAME:PST
DTSTART:20251102T090000
END:STANDARD
BEGIN:DAYLIGHT
TZOFFSETFROM:-0800
TZOFFSETTO:-0700
TZNAME:PDT
DTSTART:20260308T100000
END:DAYLIGHT
BEGIN:STANDARD
TZOFFSETFROM:-0700
TZOFFSETTO:-0800
TZNAME:PST
DTSTART:20261101T090000
END:STANDARD
BEGIN:DAYLIGHT
TZOFFSETFROM:-0800
TZOFFSETTO:-0700
TZNAME:PDT
DTSTART:20270314T100000
END:DAYLIGHT
BEGIN:STANDARD
TZOFFSETFROM:-0700
TZOFFSETTO:-0800
TZNAME:PST
DTSTART:20271107T090000
END:STANDARD
END:VTIMEZONE
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20260409T100000
DTEND;TZID=America/Los_Angeles:20260409T120000
DTSTAMP:20260602T092122
CREATED:20260325T172250Z
LAST-MODIFIED:20260325T172250Z
UID:10011766-1775728800-1775736000@events.ucsc.edu
SUMMARY:Ticknor\, B. (STAT) - Clustering and Tractable Multivariate Inference for Extremes
DESCRIPTION:Modeling environmental extremes often involves large collections of spatial or temporal records where both clustering similar series and modeling dependence among extremes are challenging tasks. This Ph.D. proposal addresses several related problems in extreme value analysis. In particular\, we study how to cluster many time series based on their extremal behavior using strategies defined via univariate extremal models\, motivated by an application to 975 coastal wave-height records. We also investigate the development of scalable multivariate models for dependent extremes. A tractable construction based on a latent multivariate $t$ process with generalized extreme value margins is proposed\, together with a regularization strategy that encourages extremal dependence consistent with a max-stable limit while preserving likelihood-based inference. Together\, these efforts aim to provide practical tools for analyzing large collections of environmental extremes. \nEvent Host: Benjamin Ticknor\, Ph.D. Student\, Statistical Science \nAdvisor: Robert Lund \nZoom- https://ucsc.zoom.us/j/94347069554?pwd=21jbzUIlbopj2OFRySIHmBV11Ngoef.1 \nPasscode- 822764 \n 
URL:https://events.ucsc.edu/event/ticknor-b-stat-clustering-and-tractable-multivariate-inference-for-extremes/
LOCATION:Engineering 2\, Engineering 2 1156 High Street\, Santa Cruz\, CA\, 95064
CATEGORIES:Ph.D. Presentations
ATTACH;FMTTYPE=image/jpeg:https://events.ucsc.edu/wp-content/uploads/2026/03/ph.d.-presentation-graphic-option-1.jpg
GEO:37.0009723;-122.0632371
X-APPLE-STRUCTURED-LOCATION;VALUE=URI;X-ADDRESS=Engineering 2 Engineering 2 1156 High Street Santa Cruz CA 95064;X-APPLE-RADIUS=500;X-TITLE=Engineering 2 1156 High Street:geo:-122.0632371,37.0009723
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20260413T080000
DTEND;TZID=America/Los_Angeles:20260515T170000
DTSTAMP:20260602T092122
CREATED:20260214T011406Z
LAST-MODIFIED:20260513T225945Z
UID:10009233-1776067200-1778864400@events.ucsc.edu
SUMMARY:2026 Right Livelihood International Conference
DESCRIPTION:The Right Livelihood International Conference is a five-week global conference exploring how education can strengthen democracy\, collective intelligence\, and just futures. Bringing together Right Livelihood Laureates\, students\, faculty\, and community partners across continents\, the conference combines asynchronous learning with participatory dialogue and collaborative action. Rather than advocating specific outcomes\, the conference positions education as a democratic practice and the Right Livelihood College as a steward of dialogue\, student voice\, and long-term institutional learning. \nRegistration is free and open to the public. Sign up to receive conference updates\, session links\, and participation opportunities.
URL:https://events.ucsc.edu/event/2026-right-livelihood-international-conference/
LOCATION:
CATEGORIES:Film Screening,Lectures & Presentations,Meetings & Conferences,Ph.D. Presentations,Seminars,Social Gathering,Training,Undergraduate,Workshop
ATTACH;FMTTYPE=image/png:https://events.ucsc.edu/wp-content/uploads/2026/02/World-with-dots.png
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20260414T140000
DTEND;TZID=America/Los_Angeles:20260414T160000
DTSTAMP:20260602T092122
CREATED:20260326T162922Z
LAST-MODIFIED:20260326T162922Z
UID:10011787-1776175200-1776182400@events.ucsc.edu
SUMMARY:Castello\, J. (CSE) - Space Mission Simulation From the Outside In
DESCRIPTION:Robotic space missions often use discrete event simulation to reduce risk in operation. A simulation applies a set of planned activities to a model of mission resources\, and the model’s observed behavior is used to predict real-world outcomes. However\, logically concurrent activities are typically simulated under one possible linearization of their events – an order that may not reflect the eventual reality. Some simulation systems provide mechanisms for controlling the order of events; but this is a solution to a self-imposed problem. We instead question the assumption causing this problem: that events are totally ordered to begin with. \nWe study Merlin\, an open-source simulator developed at Caltech’s Jet Propulsion Laboratory and designed by the author\, that exchanges the traditional total order of events for a *partial* order. Under this approach\, a resumed activity can only observe events that causally precede its resumption\, and concurrent events are reconciled under custom policies. However\, the resulting design is more complex (and less understood) than that of linearizing simulators\, obscuring its key insights. As such\, we have developed Eidolon: a compact core calculus for Merlin-style simulation whose operational semantics follows an “outside-in”\, substitution-based execution model. Although Eidolon is derived from the concepts present in Merlin\, we intend it to be a vehicle for exploring non-linearizing simulation in general. \nFirst\, we propose making Eidolon *incremental*: a change to the set of planned activities should not incur a full resimulation from scratch except in the worse case\, instead reusing any cached computations that are not sensitive to the change. Since mission planning is a highly iterative process involving many simulations and subsequent tweaks to the plan\, incremental resimulation may allow plans to be finalized in less time\, or allow higher-quality plans to be obtained in the same amount of time. The substitution-oriented approach of Eidolon is what makes this feasible\, since individual computations align cleanly with subtree boundaries. \nSecond\, in the spirit of Reynolds’ defunctionalization and Danvy’s rational reconstruction\, we propose developing a denotational semantics for Eidolon and demonstrating its mechanical conversion into an abstract machine. As a mathematical artifact\, Eidolon is designed for reasoning and legibility rather than efficiency; nonetheless\, defunctionalization allows us to *refactor* our semantics into something that stands a chance of being practical. In particular\, defunctionalization reifies the recursive structure of a denotational semantics into an explicit data structure. As a result\, the defunctionalized form of Eidolon will recover an explicit priority queue like that of traditional linearizing simulators\, but without their assumption of total ordering. \nEvent Host: Jonathan Castello\, Ph.D. Student\, Computer Science and Engineering \nAdvisor: Lindsey Kuper  \nZoom- https://ucsc.zoom.us/j/98171466380?pwd=L2rkpr8tEt0MZamYbxxPTfvhAd4gl6.1 \nPasscode- 990848 \n 
URL:https://events.ucsc.edu/event/castello-j-cse-space-mission-simulation-from-the-outside-in/
LOCATION:Engineering 2\, Engineering 2 1156 High Street\, Santa Cruz\, CA\, 95064
CATEGORIES:Ph.D. Presentations
ATTACH;FMTTYPE=image/jpeg:https://events.ucsc.edu/wp-content/uploads/2026/03/ph.d.-presentation-graphic-option-1.jpg
GEO:37.0009723;-122.0632371
X-APPLE-STRUCTURED-LOCATION;VALUE=URI;X-ADDRESS=Engineering 2 Engineering 2 1156 High Street Santa Cruz CA 95064;X-APPLE-RADIUS=500;X-TITLE=Engineering 2 1156 High Street:geo:-122.0632371,37.0009723
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20260415T120000
DTEND;TZID=America/Los_Angeles:20260415T130000
DTSTAMP:20260602T092122
CREATED:20260403T221951Z
LAST-MODIFIED:20260403T222913Z
UID:10012044-1776254400-1776258000@events.ucsc.edu
SUMMARY:The Emergence of Maritime Archaeology in the Republic of Benin: Research\, Challenges\, and Ongoing Initiatives
DESCRIPTION:Presentation Abstract:  The Republic of Benin has a rich maritime history shaped by human interactions along its coast. However\, these coastal areas remain understudied in terms of archaeological research. Over the past five years\, research has explored the potential of both land and submerged archaeological sites to understand long-term occupation and material evidence of Atlantic-era exchanges. This presentation traces the development of maritime archaeology in Benin through ongoing research. Grounded in a Maritime Cultural Landscape framework\, it combines terrestrial survey data\, underwater investigations\, oral traditions\, and historical archives to reconstruct past human interactions along the coast. \nAbout the Presenter: Affolabi Angelo Ayedoun is a PhD Student in the Department of Anthropology at UCSC. His research seeks to illuminate the precolonial history of coastal Benin by analyzing patterns of occupation and cultural interaction during the second millennium AD. It focuses on the Grand-Popo region\, an area of early settlement and a key site of initial colonial contact in present-day Benin.
URL:https://events.ucsc.edu/event/the-emergence-of-maritime-archaeology-in-the-republic-of-benin-research-challenges-and-ongoing-initiatives/
LOCATION:Social Sciences 1\, Social Sciences 1\, Santa Cruz\, CA\, 95064
CATEGORIES:Lectures & Presentations,Ph.D. Presentations
ATTACH;FMTTYPE=image/jpeg:https://events.ucsc.edu/wp-content/uploads/2026/04/ArchBio-2-scaled.jpg
GEO:37.0023717;-122.0580874
X-APPLE-STRUCTURED-LOCATION;VALUE=URI;X-ADDRESS=Social Sciences 1 Social Sciences 1 Santa Cruz CA 95064;X-APPLE-RADIUS=500;X-TITLE=Social Sciences 1:geo:-122.0580874,37.0023717
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20260416T110000
DTEND;TZID=America/Los_Angeles:20260416T130000
DTSTAMP:20260602T092122
CREATED:20260408T202602Z
LAST-MODIFIED:20260408T202602Z
UID:10012082-1776337200-1776344400@events.ucsc.edu
SUMMARY:Mirchandani\, C. (BMEB) - Population and Evolutionary Genomics Across Ecological Scales
DESCRIPTION:Sequencing technologies have transformed population and evolutionary genetics\, making it possible to ask questions at scales that were intractable a decade ago. Realizing that potential depends on tailored computational approaches\, and on the tools and infrastructure those approaches are built on. My dissertation works across this spectrum. Using an in vitro Drosophila cell culture system\, I show that mixed Wolbachia infections resolve rapidly and deterministically\, with one strain competitively excluding the other across host species and starting frequencies\, offering an explanation for why mixed infections are rarely observed in nature. In a deep-sea clam and its obligate bacterial symbiont\, I use two ultra-accurate sequencing methods and demographic modeling to directly estimate the effective transmission bottleneck between host generations\, finding it to be roughly eight symbionts\, orders of magnitude below prior cell-count estimates. I also present two tools for population genomics at scale: snpArcher\, a reproducible variant calling workflow developed for the California Conservation Genomics Project and now used across hundreds of species and tens of thousands of samples; and clam\, a Rust-based tool that efficiently estimates population genetic statistics by leveraging callable loci\, producing results identical to existing all-sites approaches at a fraction of the computational cost. Together\, these projects demonstrate how tailored computational approaches can unlock biological insight across diverse systems and scales. \nEvent Host: Cade Mirchandani\, Ph.D. Candidate\, Biomolecular Engineering & Bioinformatics \nAdvisors: Russ Corbett-Detig & Shelbi Russell \nZoom- https://ucsc.zoom.us/j/98034081971?pwd=L5RoKoNEFxyapNhSRoXC8os2K2YZwv.1
URL:https://events.ucsc.edu/event/mirchandani-c-bmeb-population-and-evolutionary-genomics-across-ecological-scales/
LOCATION:Engineering 2\, Engineering 2 1156 High Street\, Santa Cruz\, CA\, 95064
CATEGORIES:Ph.D. Presentations
ATTACH;FMTTYPE=image/jpeg:https://events.ucsc.edu/wp-content/uploads/2026/04/ph.d.-presentation-graphic-option2.jpg
GEO:37.0009723;-122.0632371
X-APPLE-STRUCTURED-LOCATION;VALUE=URI;X-ADDRESS=Engineering 2 Engineering 2 1156 High Street Santa Cruz CA 95064;X-APPLE-RADIUS=500;X-TITLE=Engineering 2 1156 High Street:geo:-122.0632371,37.0009723
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20260423T153000
DTEND;TZID=America/Los_Angeles:20260423T173000
DTSTAMP:20260602T092122
CREATED:20260401T183254Z
LAST-MODIFIED:20260401T183254Z
UID:10011835-1776958200-1776965400@events.ucsc.edu
SUMMARY:Pawl\, E. (STAT) - Flexible and Scalable Mixtures of Experts for Oceanographic Flow Cytometry Data
DESCRIPTION:Flow cytometry is a valuable technique in microbial research used to measure the optical properties of single-celled organisms at high throughput. Oceanographers often deploy flow cytometers on research cruises in order to study the characteristics of phytosynthetic microbes—called phytoplankton—in regions and times with diverse environmental conditions. Because cytometers cannot distinguish between subpopulations\, researchers typically cluster observations into subpopulations and subsequently analyze cluster characteristics. This two-stage workflow is often manual\, difficult to reproduce\, and fails to account for uncertainty in cluster assignments when relating subpopulation behavior to environmental conditions. To address these shortcomings\, statistical mixture models are gradually being introduced as alternatives to manual flow cytometry data analysis. However\, existing models either cannot use covariates or make restrictive assumptions about the relationships between cluster characteristics and covariates. Additionally\, they are designed to analyze individual cruises and consequently characterize local\, rather than global\, patterns in phytoplankton behavior. We propose to develop computationally efficient mixtures of experts which account for the complex dependency structures in oceanographic flow cytometry data. In this framework\, cells are probabilistically assigned to latent subpopulations\, while cluster-specific regressions relate each subpopulation’s optical properties and relative abundance to environmental conditions. Our first project develops a mixture of random weight neural network experts which can estimate arbitrary nonlinear regressions at low computational cost\, without a priori specification of functional forms. In the second project\, we develop a variational Bayesian mixture of experts which automatically selects variables without requiring cross-validation for hyperparameter selection. The final project incorporates spatial and temporal dependence\, allowing joint inference on data collected from multiple research cruises conducted at different locations and times. \nEvent Host: Ethan Pawl\, Ph.D. Student\, Statistical Science \nAdvisors: Sangwon Hyun & Paul Parker \nZoom- https://ucsc.zoom.us/j/96353239941?pwd=a4PJ94EMSD6D0SJ75S3WYzrPbYsBtn.1 \nPasscode- 244463
URL:https://events.ucsc.edu/event/pawl-e-stat-flexible-and-scalable-mixtures-of-experts-for-oceanographic-flow-cytometry-data/
LOCATION:Engineering 2\, Engineering 2 1156 High Street\, Santa Cruz\, CA\, 95064
CATEGORIES:Ph.D. Presentations
ATTACH;FMTTYPE=image/png:https://events.ucsc.edu/wp-content/uploads/2026/03/option-3.png
GEO:37.0009723;-122.0632371
X-APPLE-STRUCTURED-LOCATION;VALUE=URI;X-ADDRESS=Engineering 2 Engineering 2 1156 High Street Santa Cruz CA 95064;X-APPLE-RADIUS=500;X-TITLE=Engineering 2 1156 High Street:geo:-122.0632371,37.0009723
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20260424T130000
DTEND;TZID=America/Los_Angeles:20260424T150000
DTSTAMP:20260602T092122
CREATED:20260408T175733Z
LAST-MODIFIED:20260408T175733Z
UID:10012079-1777035600-1777042800@events.ucsc.edu
SUMMARY:Zheng\, Z. (STATS) - Semi-Supervised Statistical Learning for Oceanographic Data
DESCRIPTION:Oceanographic data\, generated by modern technologies that measure biological systems across time\, space\, and cell populations\, are often rich\, high-dimensional\, and highly heterogeneous. Such data provide valuable opportunities to study subcellular organization\, cellular heterogeneity\, and dynamic biological processes in marine environments. However\, because marine plankton systems remain relatively understudied and less well characterized than many model biological systems\, both data generation and labeling are particularly challenging. Limited domain knowledge and less mature laboratory protocols often produce noisy observations\, while reliable annotation requires substantial expert effort and is therefore difficult to obtain at scale.\nThis proposal develops statistical methodology for oceanographic data settings in which a small amount of expert-labeled data must be combined with a much larger collection of unlabeled or imperfectly processed data. A central goal is to incorporate limited scientific knowledge into statistical learning procedures to improve interpretability\, component identifiability\, and inferential reliability. In particular\, I develop semi-supervised statistical methods that explicitly quantify the information contributed by expert annotation.\nTo address this goal\, I study three related problems: semi-supervised functional clustering for subcellular spatial proteomics\, anchored semi-supervised mixture-of-experts models for flow cytometry\, and temporally structured latent-variable models that separate smooth trend and seasonal variation from scientific signals of interest. Together\, these projects aim to develop principled and interpretable methodology for partially labeled\, structured\, and high-dimensional oceanographic data\, with an emphasis on valid uncertainty quantification. \nEvent Host: Ziyue Zheng\, Ph.D. Student\, Statistical Science \nAdvisor: Sangwon Hyun \nZoom: https://ucsc.zoom.us/j/93229540289?pwd=8bsBOSBFmISlexmS4OWTmTZKp420u2.1
URL:https://events.ucsc.edu/event/zheng-z-stats-semi-supervised-statistical-learning-for-oceanographic-data/
LOCATION:Engineering 2\, Engineering 2 1156 High Street\, Santa Cruz\, CA\, 95064
CATEGORIES:Ph.D. Presentations
ATTACH;FMTTYPE=image/png:https://events.ucsc.edu/wp-content/uploads/2026/04/ph.d.-presentation-graphic-option-3.png
GEO:37.0009723;-122.0632371
X-APPLE-STRUCTURED-LOCATION;VALUE=URI;X-ADDRESS=Engineering 2 Engineering 2 1156 High Street Santa Cruz CA 95064;X-APPLE-RADIUS=500;X-TITLE=Engineering 2 1156 High Street:geo:-122.0632371,37.0009723
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20260506T100000
DTEND;TZID=America/Los_Angeles:20260506T120000
DTSTAMP:20260602T092122
CREATED:20260422T165518Z
LAST-MODIFIED:20260422T165518Z
UID:10013971-1778061600-1778068800@events.ucsc.edu
SUMMARY:Wang\, Q. (STAT) - Modern Statistical Methods for Modeling Spatial and Temporal Processes
DESCRIPTION:Modern scientific studies increasingly rely on complex datasets exhibiting spatial and temporal dependence\, particularly in social\, environmental\, and climate applications. This dissertation develops statistical models and computational methods for analyzing such data\, with an emphasis on capturing dependence structures\, nonlinear dynamics\, and uncertainty quantification. \nA spatial deep learning framework is developed to extend classical geostatistical models by incorporating convolutional neural network architectures\, allowing for flexible modeling of complex and nonstationary spatial dependence The proposed approach preserves principled uncertainty quantification alongside improved predictive performance for large and heterogeneous spatial datasets. \nIn the temporal domain\, a Bayesian hierarchical echo state network model is introduced for count-valued time series\, providing a flexible alternative to traditional autoregressive approaches. By embedding reservoir computing within a hierarchical probabilistic framework\, the model accommodates nonlinear temporal dynamics while enabling coherent inference and uncertainty quantification\, which are typically absent in standard neural network approaches. \nAlongside these model-driven developments\, we conduct a data-driven analysis of Northern Hemisphere snow cover using weekly satellite-derived observations from 1972 to 2024. A spatio-temporal modeling framework is developed that combines a seasonal two-state Markov structure for temporal dynamics with a Besag–York–Mollié (BYM) formulation to capture spatial dependence\, allowing both trend and seasonal effects to vary across space. Covariates including temperature\, latitude\, and elevation are incorporated to explain observed patterns. The analysis reveals substantial spatial heterogeneity and pronounced seasonal structure\, including week-specific trends and a coherent wave-like pattern of snow cover changes across continents. \nTogether\, this thesis addresses key limitations of classical approaches to spatial and temporal data analysis\, which often rely on restrictive assumptions that limit their ability to capture complex dependence structures and nonlinear dynamics. By integrating modern machine learning techniques with statistical modeling and complementing these developments with data-driven scientific analysis\, this dissertation provides a flexible and principled framework for understanding complex spatio-temporal processes while maintaining uncertainty quantification. \n  \nEvent Host: Qi Wang\, Ph.D. Candidate\, Statistical Science  \nAdvisor: Paul Parker \nZoom: https://ucsc.zoom.us/j/97486222296?pwd=419R7C5I6gLbbB0eLqwMcSVQLTN7bA.1 \nPasscode: 766602
URL:https://events.ucsc.edu/event/wang-q-stat-modern-statistical-methods-for-modeling-spatial-and-temporal-processes/
LOCATION:Jack Baskin Engineering\, Baskin Engineering 1156 High Street\, Santa Cruz\, CA\, 95064
CATEGORIES:Ph.D. Presentations
ATTACH;FMTTYPE=image/jpeg:https://events.ucsc.edu/wp-content/uploads/2026/04/ph.d.-presentation-graphic-option-1.jpg
GEO:37.000369;-122.0632371
X-APPLE-STRUCTURED-LOCATION;VALUE=URI;X-ADDRESS=Jack Baskin Engineering Baskin Engineering 1156 High Street Santa Cruz CA 95064;X-APPLE-RADIUS=500;X-TITLE=Baskin Engineering 1156 High Street:geo:-122.0632371,37.000369
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20260511T080000
DTEND;TZID=America/Los_Angeles:20260511T100000
DTSTAMP:20260602T092122
CREATED:20260415T202034Z
LAST-MODIFIED:20260415T202226Z
UID:10012148-1778486400-1778493600@events.ucsc.edu
SUMMARY:Johns\, M. (CMPM) - Playing Together in a Co-Designed Future: Building Resilience Through Community-Centered Gameful Design
DESCRIPTION:Complex societal problems (e.g. wicked problems) such as those brought on by climate change can be addressed through a combination of Research through Design (RtD)\, co-design\, and Serious Games (SG) by inviting affected communities to take part in developing iterative\, experimental solutions and exploring their potential impact. In the course of my research\, I have proposed a framework for design research that engages with wicked problems at the community level through gameful design\, which is based on existing literature in HCI drawing from RtD\, co-design\, and SG. Core elements of the framework include supporting diverse perspectives\, interdisciplinarity\, working with local knowledge\, and aligning different concepts with specific gameful elements to support meaningful interactions and discussion. \nIn a specific case study\, my proposed framework is applied to create a gameful intervention to support wildfire resilience in communities at the Wildland-Urban Interface (WUI) which face particular risks from natural hazards. Through a community co-design process\, open discussions have identified consistent pain-points and challenges faced by communities who have experienced wildfires or evacuations\, e.g. traffic congestion in areas with one road in and out\, while also pinpointing differences in their approaches based on local conditions\, such as whether or not to encourage people to evacuate on foot. Through an RtD approach\, important ideas have emerged about how serious games can be utilized in this space. For example\, a common approach to serious game design is to align the win condition of a game with specific learning outcomes or desired changes. However\, when working with wicked problems there are often complex social dilemmas and conflicting values without clear right answers. In these cases there is a need to map dilemmas and trade-offs to game mechanics rather than mapping learning outcomes to win conditions. \nThe gameful intervention developed through this dissertation integrates local knowledge from communities alongside expert knowledge from disciplines including fire science\, social science\, engineering\, and design. The resulting artifact leverages a minigame design to map different concepts to specific and approachable game mechanics. Through universal and inclusive design practices\, the games can be accessible to a broad audience including both children and older adults. The cooperative multiplayer aspects of the games encourage discussion and collaborative play between friends\, community members\, and particularly intergenerational play within families. In addition to contributing RtD reflections as a result of the project\, I also measured change in resilience at the individual and community levels after deployment of the games through qualitative and quantitative methods. This dissertation contributes to knowledge about what game design has to offer to addressing wicked problems\, with specific approaches to better serve communities facing complex risks such as those associated with a rapidly changing climate. \nEvent Host: MJ Johns\, Ph.D. Candidate\, Computational Media  \nAdvisor: Katherine Isbister \nZoom: https://ucsc.zoom.us/j/7959349044?pwd=cVYraU9yMUVwVFhYWHp6T05OZm5rZz09
URL:https://events.ucsc.edu/event/johns-m-cmpm-playing-together-in-a-co-designed-future-building-resilience-through-community-centered-gameful-design/
LOCATION:Engineering 2\, Engineering 2 1156 High Street\, Santa Cruz\, CA\, 95064
CATEGORIES:Ph.D. Presentations
ATTACH;FMTTYPE=image/png:https://events.ucsc.edu/wp-content/uploads/2026/04/ph.d.-presentation-graphic-option-3.png
GEO:37.0009723;-122.0632371
X-APPLE-STRUCTURED-LOCATION;VALUE=URI;X-ADDRESS=Engineering 2 Engineering 2 1156 High Street Santa Cruz CA 95064;X-APPLE-RADIUS=500;X-TITLE=Engineering 2 1156 High Street:geo:-122.0632371,37.0009723
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20260512T100000
DTEND;TZID=America/Los_Angeles:20260512T120000
DTSTAMP:20260602T092122
CREATED:20260421T160759Z
LAST-MODIFIED:20260421T160759Z
UID:10013625-1778580000-1778587200@events.ucsc.edu
SUMMARY:Chen\, Q. (CSE) - New Approximation and Online Algorithms using Novel Combinatorial Structures
DESCRIPTION:Most optimization problems face the challenge of computing an optimum solution requiring superpolynomial time. In particular\, they are classified as NP-hard problems that have no polynomial-time algorithm to date. Instead\, computer scientists turn to find an approximate solution and create numerous elegant algorithms. However\, in the modern era\, computational environments have changed drastically\, and we are not able to afford to design new algorithms for each new problem via repeated trial and error. Therefore\, systematic ways to understand the possibilities and limitations of these problems are desired. This dissertation studies several central combinatorial optimization problems\, focusing on understanding the key structural obstacles and developing unified frameworks. Mainly\, we study two types of combinatorial optimization problems:\n(1) Scheduling. The problem is associated with limited resources\, and our target is to find an allocation method to complete all jobs over time that minimizes the overall budget cost.\n(2) Network Design. Different from scheduling problems. In this problem\, we aim to find a minimum-cost topological network that supports routing for demanding communications. \nOur first work is focused on a group-to-group survivable network design problem that generalizes the classic point-to-point network to support routing between any pair of subsets of nodes. Previous research stops at limited faults\, and the difficulty comes from the way to compress the graph into a tree. We propose a new framework via capacitated tree embeddings against arbitrary faults in the network\, which gives the first polylogarithmic approximation algorithm. Further\, this framework captures nearly all the recent models proposed in the area. \nIn contrast to the offline optimization problems mentioned above\, online algorithms are natural adaptations that have been found in tremendous real applications. In online algorithms\, the algorithm wants to compete against arbitrary uncertainty\, which means the instance is unknown at first and revealed over time. We study various scheduling problems and focus on some important metrics – average flow time\, which measures the average time a job stays in the system from its arrival to completion. Real-world demands give online scheduling problems enormously different settings. Computer scientists need to repeat errors and trials to find a provably good solution. We find the key required combinatorial property is supermodularity for the residual objective\, which measures the average completion time for all alive jobs assuming they have the same arrival time. Further\, we relate supermodularity with gross-substitute/linear-substitute (GS/LS)\, which is a well-studied definition in economics. Finally\, we propose a meta-algorithm that solves all captured problems in one shot. In the end\, we revisit the proportional fairness (PF) algorithm for $L_p$-norms of flow time. By reinterpreting the previous potential function and the corresponding Fisher market\, we show that PF is competitive. \n  \nEvent Host: Qingyun Chen\, Ph.D. Candidate\, Computer Science & Engineering  \nAdvisor: Sungjin Im \nZoom: https://ucsc.zoom.us/j/92628493495?pwd=iJq8YwarrYyofPLF4AmZpwzsZnLyvt.1 \n 
URL:https://events.ucsc.edu/event/chen-q-cse-new-approximation-and-online-algorithms-using-novel-combinatorial-structures-2/
LOCATION:Engineering 2\, Engineering 2 1156 High Street\, Santa Cruz\, CA\, 95064
CATEGORIES:Ph.D. Presentations
ATTACH;FMTTYPE=image/jpeg:https://events.ucsc.edu/wp-content/uploads/2026/04/ph.d.-presentation-graphic-option2.jpg
GEO:37.0009723;-122.0632371
X-APPLE-STRUCTURED-LOCATION;VALUE=URI;X-ADDRESS=Engineering 2 Engineering 2 1156 High Street Santa Cruz CA 95064;X-APPLE-RADIUS=500;X-TITLE=Engineering 2 1156 High Street:geo:-122.0632371,37.0009723
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20260513T070000
DTEND;TZID=America/Los_Angeles:20260513T090000
DTSTAMP:20260602T092122
CREATED:20260421T181155Z
LAST-MODIFIED:20260511T173127Z
UID:10013950-1778655600-1778662800@events.ucsc.edu
SUMMARY:Ehrlich\, D. (CM) - Designing Open Microscopy Tools for Neuroscience Research
DESCRIPTION:Advances in microscopy have transformed our understanding of biological systems\,\nyet the high cost and limited accessibility of commercial imaging platforms continue to re-\nstrict their use in many research settings. This thesis presents the design and development of\nopen hardware microscopy tools for neuroscience research\, with a focus on integrating user-\ncentered design principles into the instrument development process. Two primary methods\nare introduced: augmenting existing microscopes with new imaging capabilities\, and the cre-\nation of modular microscopes that are designed for continuous\, long-term live-cell imaging.\nBoth platforms are built around open hardware principles\, prioritizing low cost\, modularity\, and\nadaptability to the practical needs of working researchers. Alongside the hardware contribu-\ntions\, this thesis presents user experience research methods for examining how neuroscience\nresearchers interact with novel microscopy technologies\, providing a methodological frame-\nwork for human-centered scientific instrument design. These contributions demonstrate that\npairing hardware development with user-centered design methodologies produces microscopy\ntools that are both technically capable and meaningfully accessible to both laboratories and\nindividuals studying neuroscience\, education\, and other fields. \n  \nEvent Host: Drew Ehrlich\, Ph.D. Candidate\, Computational Media  \nAdvisor: Sri Kurniawan \nZoom: https://ucsc.zoom.us/j/2491739056?pwd=UCt3MmZmL1hwdXcvVGNNaGRQM0lDQT09
URL:https://events.ucsc.edu/event/ehrlich-d-cm-designing-open-microscopy-tools-for-neuroscience-research/
LOCATION:
CATEGORIES:Ph.D. Presentations
ATTACH;FMTTYPE=image/png:https://events.ucsc.edu/wp-content/uploads/2026/04/ph.d.-presentation-graphic-option-3.png
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20260513T120000
DTEND;TZID=America/Los_Angeles:20260513T130000
DTSTAMP:20260602T092122
CREATED:20260508T180004Z
LAST-MODIFIED:20260508T180004Z
UID:10014621-1778673600-1778677200@events.ucsc.edu
SUMMARY:Between Forest and City: Stable Isotope Evidence for Anthropogenic Impacts on the Dietary Ecology of the Vulnerable Wied’s Marmosets in Brazil
DESCRIPTION:Archaeology and Biological Anthropology Lunch Talk with Letícia Soto da Costa — May 13th at 12 noon in Rm 261\, Social Sciences 1. \nAbout the talk: Anthropogenic disturbance is a major driver of environmental change\, altering resource availability and the feeding ecology of primates\, particularly in rapidly changing tropical landscapes. The vulnerable Wied’s marmoset (Callithrix kuhlii)\, endemic to the Brazilian Atlantic Forest\, inhabits increasingly human-modified environments. However\, how these changes affect its feeding ecology remains understood. Here\, we used carbon (d13C) and nitrogen (d15N) stable isotope analyses to investigate the dietary ecology of free-ranging Wied’s marmoset populations across 14 municipalities representing a gradient of human-modified landscapes in southern Bahia\, Brazil. We analyzed hair samples from 107 individuals across 30 social groups\, alongside isotopic data from potential dietary resources. Our findings reveal that both d13C and d15N values were negatively associated with forest cover\, with individuals in less forested sites exhibiting higher isotopic values. While mixing models indicated that fruit and insects were the main dietary components\, although their relative contributions varied spatially. Populations in more forested sites showed higher fruit consumption\, whereas those in less forested areas relied more heavily on insects and potentially additional\, unaccounted food resources. We also found age-related differences in d13C values\, suggesting variation in resource use across life stages. These findings indicate that C. kuhlii exhibits dietary flexibility in response to human-modified landscapes and resource availability\, while highlighting the importance of forest cover in maintaining natural feeding patterns. \nAbout the presenter: Letícia Soto da Costa is a PhD student in Ecology and Conservation Biology at the Universidade Estadual de Santa Cruz (Bahia\, Brazil)\, under the supervision of Dr. Ricardo S. Bovendorp. Her research focuses on the impacts of anthropogenic pollutants on Wied’s Marmosets (Callithrix kuhlii) in the Brazilian Atlantic Forest of Bahia through heavy metal and stable isotope analysis. During AY 2025-26\, she has been a Visiting Researcher in the PEMA Lab under the mentorship of Prof. Vicky Oelze and funded by the Brazilian government as a CAPES Visiting PhD Scholar.
URL:https://events.ucsc.edu/event/between-forest-and-city-stable-isotope-evidence-for-anthropogenic-impacts-on-the-dietary-ecology-of-the-vulnerable-wieds-marmosets-in-brazil/
LOCATION:Social Sciences 1\, Social Sciences 1\, Santa Cruz\, CA\, 95064
CATEGORIES:Lectures & Presentations,Ph.D. Presentations
ATTACH;FMTTYPE=image/jpeg:https://events.ucsc.edu/wp-content/uploads/2026/05/flyer_background_image_marmoset.jpg
GEO:37.0023717;-122.0580874
X-APPLE-STRUCTURED-LOCATION;VALUE=URI;X-ADDRESS=Social Sciences 1 Social Sciences 1 Santa Cruz CA 95064;X-APPLE-RADIUS=500;X-TITLE=Social Sciences 1:geo:-122.0580874,37.0023717
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20260513T150000
DTEND;TZID=America/Los_Angeles:20260513T170000
DTSTAMP:20260602T092122
CREATED:20260501T203636Z
LAST-MODIFIED:20260501T203636Z
UID:10014505-1778684400-1778691600@events.ucsc.edu
SUMMARY:Zheng\, K. (CSE) - Towards Generalist Embodied World Models: From Neuro-Symbolic Interaction to Self-Evolving 3D World Generation
DESCRIPTION:Artificial intelligence is moving beyond passive perception toward systems that can understand\, interact with\, and generate the world. This dissertation studies generalist embodied world models that connect language\, vision\, action\, and 3D scene representations. It explores how multimodal systems can ground human instructions in physical environments\, reason over long-horizon tasks\, generate coherent text-and-visual content\, and construct spatially consistent 3D worlds from limited observations. Across embodied reasoning\, multimodal generation\, and 3D world construction\, this dissertation develops methods that combine pretrained models with structured interfaces such as symbolic reasoning\, generative visual tokens\, spatial priors\, and iterative self-refinement. These approaches aim to improve generalization\, data efficiency\, interpretability\, and geometric consistency without relying solely on monolithic end-to-end training. Together\, the work argues for a broader view of embodied AI: intelligent systems should not only recognize or describe the world\, but also act within it\, imagine it\, and build reusable representations of it. \nEvent Host: Kaizhi Zheng\, Ph.D. Candidate\, Computer Science & Engineering  \nAdvisor: Xin Eric Wang \n  \nZoom: https://ucsc.zoom.us/j/91912825272?pwd=aps1YHcJKMaqmhtgl72f51K9EbxrHt.1 \nPasscode: 991132
URL:https://events.ucsc.edu/event/zheng-k-cse-towards-generalist-embodied-world-models-from-neuro-symbolic-interaction-to-self-evolving-3d-world-generation/
LOCATION:
CATEGORIES:Ph.D. Presentations
ATTACH;FMTTYPE=image/png:https://events.ucsc.edu/wp-content/uploads/2026/04/ph.d.-presentation-graphic-option-3.png
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20260514T090000
DTEND;TZID=America/Los_Angeles:20260514T110000
DTSTAMP:20260602T092122
CREATED:20260427T162713Z
LAST-MODIFIED:20260427T162920Z
UID:10013994-1778749200-1778756400@events.ucsc.edu
SUMMARY:Shadmon\, R. (CS) - Proximal Byzantine Agreement
DESCRIPTION:Research on fault-tolerance protocols for approximate Byzantine agreement\n(ABA) has largely focused on ensuring that distributed processes remain\nconsistent despite fewer than 1/3 faulty processes. Yet in many\nreal systems\, consistency is only useful when it enables processes to\nmake accurate decisions from replicated\, noisy\, and potentially\nadversarially corrupted data relative to an ideal fault-free baseline.\nThis limitation is increasingly important in edge applications such as\nautonomous vehicles\, drone networks\, smart cities\, manufacturing\, and\nsensor-based systems\, where agreement directly drives downstream\nactions. At the same time\, many existing ABA protocols impose\nimpractical requirements\, such as replica counts that grow with data\ndimensionality or prior knowledge of the maximum distance between values\nproposed by each process. \nWe introduce Stochastic Byzantine Agreement (SBA)\, a new problem\nformulation in which the goal is to estimate an output from n replicated\nvalues consisting of n-f nonfaulty outputs generated by an\nunderlying stochastic process and f arbitrarily chosen\nByzantine outputs. We then present Proximal Byzantine Agreement\n(PBA)\, a stochastic agreement protocol that solves SBA by enabling\nconsumers to infer the most likely ideal output conditioned on the\noutputs they receive. In addition\, PBA provides a region\nguarantee that\, as we prove\, always contains the corresponding\nfault-free stochastic estimate of the true value. \nWe describe the design of PBA\, formalize its guarantees\, and evaluate\nits accuracy against existing techniques using stochastic simulations\nacross symmetric and asymmetric distributions and multiple system\nconfigurations. We also evaluate runtime overhead and performance in a\nfollow-the-leader drone network simulator and in a Java implementation on\nRaspberry Pis using a real-world adaptive cruise control dataset. Our\nresults show that PBA performs competitively across all evaluated\nsettings and especially well under simulated Byzantine attack. Most\nnotably\, PBA maintains stable accuracy as dimensionality increases\,\noutperforming methods that require up to 10x more replicas}\nand incur up to 10x greater computation time per agreement\ndecision. \nEvent Host: Roy Shadmon\, Ph.D. Candidate\, Computer Science  \nAdvisor: Owen Arden \nZoom: https://ucsc.zoom.us/j/98390167664?pwd=DwkNuUSRaZRKXYb7pQbDYXgf7HFFPg.1 \nPasscode: pba
URL:https://events.ucsc.edu/event/shadmon-r-cs-proximal-byzantine-agreement/
LOCATION:Engineering 2\, Engineering 2 1156 High Street\, Santa Cruz\, CA\, 95064
CATEGORIES:Ph.D. Presentations
ATTACH;FMTTYPE=image/jpeg:https://events.ucsc.edu/wp-content/uploads/2026/04/ph.d.-presentation-graphic-option2.jpg
GEO:37.0009723;-122.0632371
X-APPLE-STRUCTURED-LOCATION;VALUE=URI;X-ADDRESS=Engineering 2 Engineering 2 1156 High Street Santa Cruz CA 95064;X-APPLE-RADIUS=500;X-TITLE=Engineering 2 1156 High Street:geo:-122.0632371,37.0009723
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20260519T100000
DTEND;TZID=America/Los_Angeles:20260519T120000
DTSTAMP:20260602T092122
CREATED:20260512T163057Z
LAST-MODIFIED:20260512T163057Z
UID:10014628-1779184800-1779192000@events.ucsc.edu
SUMMARY:Paul Pena\, D. (CSE) - Efficient Pattern Counting in Sparse Graphs and Hypergraphs
DESCRIPTION:Pattern counting is a fundamental problem in computer science with applications in many domains. For a fixed small pattern H\, we are given a large graph G and we are asked to count the number of subgraphs or homomorphisms (edge-preserving maps) of H in G. For practical applications where the input graph can be very large\, we are interested in finding efficient algorithms\, that is\, algorithms that run in linear or subquadratic time with respect to the size of the input. \nFinding such algorithms in general (when G can be any graph) is not possible. Instead\, we restrict our input to sparse classes of graphs. One family of graph classes that has been widely studied in the context of subgraph and homomorphism counting is bounded-degeneracy graph classes. Real-world graphs in many domains have bounded degeneracy\, so studying these classes in theory can lead to practical algorithms. \nA series of advances in the study of homomorphism counting led to a dichotomy theorem that exactly characterized which patterns were linear-time computable for bounded-degeneracy inputs. This dissertation builds on this result\, extending it to other variants of this problem\, and generalizing it to other different settings\, like counting hypergraphs and notions of sparsity beyond degeneracy. \nOur results help develop the theory of subgraph counting in sparse graphs and hypergraphs\, and showcase how sparsity can be used both in theory and practice to develop faster algorithms. \n  \nEvent Host: Daniel Paul Pena\, Ph.D. Candidate\, Computer Science & Engineering  \nAdvisor: C. Sheshadhri \nZoom: https://ucsc.zoom.us/j/97685906168?pwd=O35brsWilyn2m8AgMn0dKgALBe6wi1.1
URL:https://events.ucsc.edu/event/paul-pena-d-cse-efficient-pattern-counting-in-sparse-graphs-and-hypergraphs/
LOCATION:Engineering 2\, Engineering 2 1156 High Street\, Santa Cruz\, CA\, 95064
CATEGORIES:Ph.D. Presentations
ATTACH;FMTTYPE=image/png:https://events.ucsc.edu/wp-content/uploads/2026/04/ph.d.-presentation-graphic-option-3.png
GEO:37.0009723;-122.0632371
X-APPLE-STRUCTURED-LOCATION;VALUE=URI;X-ADDRESS=Engineering 2 Engineering 2 1156 High Street Santa Cruz CA 95064;X-APPLE-RADIUS=500;X-TITLE=Engineering 2 1156 High Street:geo:-122.0632371,37.0009723
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20260519T133000
DTEND;TZID=America/Los_Angeles:20260519T153000
DTSTAMP:20260602T092122
CREATED:20260512T161808Z
LAST-MODIFIED:20260512T163246Z
UID:10014626-1779197400-1779204600@events.ucsc.edu
SUMMARY:Bai\, G. (BMEB) - Long-read single-molecule chromatin architecture and its role in transcriptome regulation
DESCRIPTION:Sequencing technologies have revolutionized our understanding of biology\, yet many existing methods require fragmentation of DNA or RNA\, fundamentally limiting our ability to study these molecules in their native\, intact forms. Long-read sequencing overcomes this constraint by enabling the sequencing of long\, single-molecule native DNA and RNA\, providing simultaneous access to both sequence and base modifications that reflect epigenetic state. This capability has already yielded landmark achievements\, including the first complete\, gapless human genome assembly. Yet while our ability to decode genomic sequence has advanced dramatically\, how chromatin structure shapes a cell’s transcriptome remains poorly understood. My thesis addresses this gap through three aims. First\, I co-developed a novel long-read approach for profiling chromatin accessibility at single-molecule resolution using the small molecule angelicin. Second\, I characterized how long-range chromatin states are associated with RNA processing and transcription\, leveraging multi-omic long-read data in yeast. Third\, I incorporate chromatin data into sequence-to-function deep learning models to interpret the mechanistic contribution of chromatin state to RNA processing. Together\, these aims establish a new framework for studying the relationship between epigenetic state and transcriptome regulation at a resolution not previously possible. \nEvent Host: Gali Bai\, Ph.D. Candidate\, Biomolecular Engineering & Bioinformatics \nAdvisor: Angela Brooks \nZoom Meeting ID: 940 6201 8397 \nPasscode: 700963
URL:https://events.ucsc.edu/event/bai-g-bmeb-long-read-single-molecule-chromatin-architecture-and-its-role-in-transcriptome-regulation/
LOCATION:Biomedical Sciences Building\, 575 McLaughlin Drive
CATEGORIES:Ph.D. Presentations
ATTACH;FMTTYPE=image/jpeg:https://events.ucsc.edu/wp-content/uploads/2026/04/ph.d.-presentation-graphic-option-1.jpg
GEO:46.1226939;-64.7891251
X-APPLE-STRUCTURED-LOCATION;VALUE=URI;X-ADDRESS=Biomedical Sciences Building 575 McLaughlin Drive;X-APPLE-RADIUS=500;X-TITLE=575 McLaughlin Drive:geo:-64.7891251,46.1226939
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20260520T080000
DTEND;TZID=America/Los_Angeles:20260520T100000
DTSTAMP:20260602T092122
CREATED:20260422T160446Z
LAST-MODIFIED:20260422T160446Z
UID:10013970-1779264000-1779271200@events.ucsc.edu
SUMMARY:Maram\, S. (CM) - Scripture To Console: The Nexus between Religion and Digital Play
DESCRIPTION:Religion has historically been a profound force for global mobilization\, shaping geopolitics\, economies\, and geography. Similarly\, contemporary interactive media\, with video games at the forefront\, has moved beyond mere entertainment to become a powerful vehicle for communication\, narrative\, and inspiration\, reaching millions worldwide. This dissertation investigates the intersection of these two influential forces: religion and video games\, demonstrating the influence of religion on video games\, the influence of video games on religion\, and finally\, how these two powerful mobilization forces can come together to solve global challenges. \nFirst\, I examine the current landscape of religious representation in commercial video games (e.g.\, Assassin’s Creed\, SMITE). I analyze how key stakeholders i.e. players\, game designers\, and development studios\, interpret and engage with embedded religious elements\, drawing on existing critical reception and player discourse. This analysis identifies common narrative pitfalls and successful strategies for incorporating complex religious themes in digital spaces\, culminating in proposed design frameworks for sensitive and effective representation. \nBuilding on this foundational work\, the thesis culminates in defining and validating a new interaction paradigm where learning meets religion through play. This paradigm focuses on intentionally leveraging religious content i.e. specifically its rituals and narratives as mechanics in serious games to drive motivation and learning toward collective action. I validate this paradigm through a comprehensive case study focused on climate change\, arguably the most pressing issue of the modern era. This involves the design and empirical discussion of a serious game that incorporates specific religious mechanics\, ethics\, and narratives (e.g.\, stewardship\, ritual) to effectively communicate the severity of the climate crisis and motivate stakeholders toward a collective solution. \n  \nEvent Host: Sai Siddartha Maram\, Ph.D. Candidate\, Computational Media \nAdvisor: Magy Seif El-Nasr \nZoom: https://ucsc.zoom.us/j/91946426300?pwd=wxe1x3YCRsXrtcvOSy2kmfC9dZ3inW.1 \nPasscode: 558570
URL:https://events.ucsc.edu/event/maram-s-cm-scripture-to-console-the-nexus-between-religion-and-digital-play/
LOCATION:
CATEGORIES:Ph.D. Presentations
ATTACH;FMTTYPE=image/jpeg:https://events.ucsc.edu/wp-content/uploads/2026/04/ph.d.-presentation-graphic-option-1.jpg
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20260520T090000
DTEND;TZID=America/Los_Angeles:20260520T110000
DTSTAMP:20260602T092122
CREATED:20260507T160500Z
LAST-MODIFIED:20260507T160500Z
UID:10014616-1779267600-1779274800@events.ucsc.edu
SUMMARY:Lucas\, J. (BMEB) - Enabling Population-Scale Analysis of Human Centromere Diversity
DESCRIPTION:Centromeric DNA is critical for accurate chromosome segregation and genome stability\, but due to its repetitive nature\, it was only recently fully included in a human reference. Rapid evolution and sequence diversity in these regions limit the utility of one reference sequence\, however. Integrating centromeric and pericentromeric satellite DNA – which together constitute over 5% of the human genome – into genetic research requires access to diverse sequences and the variation between them. The HPRC’s Release 2 dataset\, together with recent advancements in long-read assembly algorithms and new tools for sequence alignment and annotation\, now make characterization of centromeric variation possible. In this proposal\, I outline my work as part of the Human Pangenome Reference Consortium (HPRC) to create a diverse set of reference assemblies that accurately represent centromeric variation (aim 1)\, use novel tooling to characterize variation in centromeric regions (aim 2)\, and define the mutational processes that drive centromere evolution (aim 3). Completion of these aims will create a resource to enable the analysis and interpretation of centromeric variation data\, bringing these historically inaccessible regions into mainstream studies of human genetics\, evolution\, and disease. \nEvent Host: Julian Lucas\, Ph.D. Student\, Biomolecular Engineering & Bioinformatics \nAdvisor: Karen Miga \nZoom: https://ucsc.zoom.us/j/94129246296?pwd=QAs2hW8QZRNgpfaGJXvmaVfo52tIh7.1 \nPasscode: 669318
URL:https://events.ucsc.edu/event/lucas-j-bmeb-enabling-population-scale-analysis-of-human-centromere-diversity/
LOCATION:Engineering 2\, Engineering 2 1156 High Street\, Santa Cruz\, CA\, 95064
CATEGORIES:Ph.D. Presentations
ATTACH;FMTTYPE=image/jpeg:https://events.ucsc.edu/wp-content/uploads/2026/04/ph.d.-presentation-graphic-option2.jpg
GEO:37.0009723;-122.0632371
X-APPLE-STRUCTURED-LOCATION;VALUE=URI;X-ADDRESS=Engineering 2 Engineering 2 1156 High Street Santa Cruz CA 95064;X-APPLE-RADIUS=500;X-TITLE=Engineering 2 1156 High Street:geo:-122.0632371,37.0009723
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20260526T070000
DTEND;TZID=America/Los_Angeles:20260526T090000
DTSTAMP:20260602T092122
CREATED:20260515T203009Z
LAST-MODIFIED:20260515T203009Z
UID:10014648-1779778800-1779786000@events.ucsc.edu
SUMMARY:Chou\, Y. (CM) - Exploring Future AI-Mediated Health Creator–Audience Interactions on Social Media: Transparency\, Care\, and Accountability
DESCRIPTION:Health and wellness content creators play an important role in shaping how people receive and engage with health information on social media. Beyond delivering information\, they also convey care\, build trust\, and sustain relationships with audiences. As generative AI (GenAI) becomes increasingly integrated into creator work\, existing research has examined AI disclosure\, AI-mediated communication\, and health communication more broadly\, but less is known about how AI should be integrated into health creator–audience interactions\, where informational support\, emotional care\, accountability\, and relational meaning are often intertwined. My dissertation examines AI-mediated health creator–audience interaction through four connected studies. Study 1 used mock-up interfaces and semi-structured interviews with 16 Instagram users who interact with health and wellness creators to examine audience perceptions of GenAI use disclosure. Study 2 conducts co-design sessions with social media health creators to explore how creators might communicate human labor and personal contribution in a future social media environment where AI-generated content is widespread. Study 3 extends the focus to audience-invoked AI in public comment sections by scraping and analyzing comment data from platfrom X\, examining how audiences invoke AI agents through @-mentions in response to health creator posts\, and how these public AI invocations may shape information credibility\, accountability\, community discussion\, and social dynamics. Finally\, Study 4 will synthesize insights from the first three studies and translate them into interactive prototypes. By examining how audiences and health creators interact with these prototypes\, this study will explore future forms of AI-mediated health creator–audience interaction and broader community engagement on social media. \n  \nEvent Host: Yuling Ruby Chou\, Ph.D. Student\, Computational Media \nAdvisor: Christina Chung \nZoom: https://ucsc.zoom.us/j/94127645445?pwd=dmlMkwbknDZE9pbklAC9jhwDTZPbVL.1 \nPasscode: 190739
URL:https://events.ucsc.edu/event/chou-y-cm-exploring-future-ai-mediated-health-creator-audience-interactions-on-social-media-transparency-care-and-accountability/
LOCATION:
CATEGORIES:Ph.D. Presentations
ATTACH;FMTTYPE=image/jpeg:https://events.ucsc.edu/wp-content/uploads/2026/04/ph.d.-presentation-graphic-option-1.jpg
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20260526T093000
DTEND;TZID=America/Los_Angeles:20260526T113000
DTSTAMP:20260602T092122
CREATED:20260519T162948Z
LAST-MODIFIED:20260519T162948Z
UID:10014713-1779787800-1779795000@events.ucsc.edu
SUMMARY:Weber\, Z. (ECE) - Sustainable Bioinspired Polymer–Mineral Composites for Adaptable Repair in Conservation Applications
DESCRIPTION:Every year\, tens of thousands of tons of plaster-based materials are used in restoration and conservation applications\, many of which are derived from non-renewable sources and discarded at the end of their service life. Here\, we introduce a biodegradable\, bio-derived composite based on chitosan and calcium carbonate that is composed of simple\, widely available constituents and designed for adaptable repair applications. By varying polymer molecular weight\, concentration\, and mineral content\, the composite can be formulated to span injectable\, paste-like\, and putty-like behaviors\, enabling accommodation of diverse structural filling and stabilization needs. We examine relationships between composition\, flow behavior\, and mechanical performance through rheological characterization of the wet composite and measurements of bulk density\, porosity\, and compressive strength in the hardened state. Rather than targeting a single optimized formulation\, this work demonstrates a tunable material platform in which relationships between composition\, flow behavior and mechanical performance guide selection of material behavior based on application requirements. Future applications of this approach include sustainable repair and conservation materials for exhibits\, architectural restoration\, and other contexts where adaptable handling\, mechanical integrity\, and biodegradability are desired. \nEvent Host: Zoë Weber\, Ph.D. Student\, Electrical & Computer Engineering  \nAdvisor: Marco Rolandi \nZoom: https://ucsc.zoom.us/j/96509847894?pwd=Q5w4oFaXQQD4rbEehZHxuevh12Piar.1 \nPasscode: 324003
URL:https://events.ucsc.edu/event/weber-z-ece-sustainable-bioinspired-polymer-mineral-composites-for-adaptable-repair-in-conservation-applications/
LOCATION:Jack Baskin Engineering\, Baskin Engineering 1156 High Street\, Santa Cruz\, CA\, 95064
CATEGORIES:Ph.D. Presentations
ATTACH;FMTTYPE=image/png:https://events.ucsc.edu/wp-content/uploads/2026/04/ph.d.-presentation-graphic-option-3.png
GEO:37.000369;-122.0632371
X-APPLE-STRUCTURED-LOCATION;VALUE=URI;X-ADDRESS=Jack Baskin Engineering Baskin Engineering 1156 High Street Santa Cruz CA 95064;X-APPLE-RADIUS=500;X-TITLE=Baskin Engineering 1156 High Street:geo:-122.0632371,37.000369
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20260526T100000
DTEND;TZID=America/Los_Angeles:20260526T110000
DTSTAMP:20260602T092122
CREATED:20260518T185313Z
LAST-MODIFIED:20260518T190031Z
UID:10014653-1779789600-1779793200@events.ucsc.edu
SUMMARY:Harsh\, B. (CSE) - SUPERSCALAR\, MULTIPLE TAKEN BRANCH PREDICTOR
DESCRIPTION:This work addresses improvements in branch prediction mechanism to support high perfor-\nmance processors. The state of the art aims to balance the prediction latency and prediction\naccuracy using multi level correcting predictors [27]. Prior published work focusses on scalar\ndesigns and prediction accuracy improvement for hard to predict branches employing tailor\nmade\, non generic and non transferrable solutions [8]. Recent work also proposes ahead pre-\ndiction [42–44] to solve the problem of low accuracy of L0 predictor. \nThis work proposes efﬁcent\, generic and transferrable solutions to reduce mispredic-\ntions and to use the fetch bandwidth more efﬁciently. This includes a biased overriding multi-\nlevel hierarchy with three predictor levels (L0\, L1\, L2). L0 uses a High-Conﬁdence-Only Taken\n(HOTP) predictor that only predicts high-conﬁdence taken control-ﬂow instructions. This work\nfurther uses L1-L2 biased training to decrease mispredictions by L2 while it trains on branches\non which L1 has reached high conﬁdence. This work proposes a superscalar predictor built\nusing the state of the art scalar predictor. Superscalar predictor is implemented by sizing a su-\nperscalar TAGE variant (BATAGE) using Optuna-based search. with varying table sizes and\naspect ratios. The work further proposes a branch predictor frontend design (nTakenBP) to de-\nliver multiple taken branch predictions per cycle. Unlike prior work\, nTakenBP achieves this by\nextending the existing BTB and TAGE tag-comparison logic rather than deepening lookahead. \n  \nEvent Host: Bhawandeep Singh Harsh\, Ph.D. Candidate\, Computer Science & Engineering \nAdvisor: Jose Renau \nZoom: https://ucsc.zoom.us/j/4166778865?pwd=cS9NcnVjRjArYlRRcDcrY3d5N0ZKQT09
URL:https://events.ucsc.edu/event/harsh-b-cse-superscalar-multiple-taken-branch-predictor/
LOCATION:Engineering 2\, Engineering 2 1156 High Street\, Santa Cruz\, CA\, 95064
CATEGORIES:Ph.D. Presentations
ATTACH;FMTTYPE=image/jpeg:https://events.ucsc.edu/wp-content/uploads/2026/04/ph.d.-presentation-graphic-option-1.jpg
GEO:37.0009723;-122.0632371
X-APPLE-STRUCTURED-LOCATION;VALUE=URI;X-ADDRESS=Engineering 2 Engineering 2 1156 High Street Santa Cruz CA 95064;X-APPLE-RADIUS=500;X-TITLE=Engineering 2 1156 High Street:geo:-122.0632371,37.0009723
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20260526T103000
DTEND;TZID=America/Los_Angeles:20260526T123000
DTSTAMP:20260602T092122
CREATED:20260512T164007Z
LAST-MODIFIED:20260512T164007Z
UID:10014630-1779791400-1779798600@events.ucsc.edu
SUMMARY:Castro\, S. (CSE) - Agentic AI for Security: Adversarial Foundations for Autonomous Cyber Operations
DESCRIPTION:Autonomous Cyber Operations (ACO) agents promise effective security automation with minimal human intervention\, yet their deployment raises three interconnected challenges: agents must be realistic (reproducing diverse attacker sophistication)\, secure (preventing autonomy from becoming an attack surface)\, and feasible (safely replicating human behavior at full autonomy). \nWe argue that these three properties are requirements for ACO agents. Existing approaches do not address them together and lack diverse adversarial coverage\, formal threat models for attacks against the agents themselves\, and systematic evaluation of multi-agent topologies. \nWe advance all three ACO properties: (1) For realism\, we establish adversarial foundations by discovering Windows OS vulnerabilities and releasing two exploits reliable across XP through 11. (2) For security\, we formalize ACO meta-attacks and meta-defenses\, propose the first invariant-based Meta-IDS detecting both sensor and actuator meta-attacks\, and introduce the first hybrid LLM–RL ACO integration for defense with a novel inter-agent communication protocol. (3) For feasibility\, we present MaLO\, the first dynamic-topology multi-agent ACO system\, achieving a 78.6\% success rate across a new 42-task security benchmark and solving operations up to 40× faster than human experts. We further propose the Security Operation Complexity Index (SOCX) classification and the T×V×O taxonomy as the first objective-driven evaluation methodology for coding-agent attacks. \nTogether\, these contributions demonstrate that ACO agents can match real-world adversarial sophistication\, resist meta-attacks\, and outperform human operators on complex security tasks. Open challenges remain in adaptive adversaries\, LLM–RL co-training\, dynamic topology selection\, and deployment beyond simulated environments. \n  \nEvent Host:  Sebastián R. Castro\, PhD Candidate\, Computer Science & Engineering \nAdvisor: Alvaro A. Cárdenas \nZoom: https://ucsc.zoom.us/j/2267557290?pwd=S0dNTTV3emZGUzlqV3dLbTg3a0NFUT09&omn=92791061627 \nPasscode: G20c06
URL:https://events.ucsc.edu/event/castro-s-cse-agentic-ai-for-security-adversarial-foundations-for-autonomous-cyber-operations/
LOCATION:Engineering 2\, Engineering 2 1156 High Street\, Santa Cruz\, CA\, 95064
CATEGORIES:Ph.D. Presentations
ATTACH;FMTTYPE=image/jpeg:https://events.ucsc.edu/wp-content/uploads/2026/04/ph.d.-presentation-graphic-option2.jpg
GEO:37.0009723;-122.0632371
X-APPLE-STRUCTURED-LOCATION;VALUE=URI;X-ADDRESS=Engineering 2 Engineering 2 1156 High Street Santa Cruz CA 95064;X-APPLE-RADIUS=500;X-TITLE=Engineering 2 1156 High Street:geo:-122.0632371,37.0009723
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20260526T110000
DTEND;TZID=America/Los_Angeles:20260526T130000
DTSTAMP:20260602T092122
CREATED:20260515T173857Z
LAST-MODIFIED:20260515T174024Z
UID:10014644-1779793200-1779800400@events.ucsc.edu
SUMMARY:Liu\, P. (CM) - Reimagining Workplace Concern Reporting: From Emotional Harm to Co-Designed Futures
DESCRIPTION:Workplace concern reporting infrastructure\, including human resources (HR) portals\, grievance procedures\, and whistleblower hotlines\, is the formal channel through which employees in most organizations raise concerns about harassment\, discrimination\, and retaliation. Yet existing research consistently finds that these systems fail the employees they are meant to protect: reports stall\, concerns get filtered\, retaliation occurs\, and marginalized employees face disproportionate risk. This dissertation examines workplace concern reporting as relational\, emotional\, and processual rather than procedural and discrete\, and pursues this account through three studies. Study 1\, drawing on semi-structured interviews with 12 HR professionals and 10 employees in California\, develops the concept of emotional re-victimization to describe how reporting infrastructure produces additional harm at multiple stages of the reporting process. Study 2 returns to the same corpus with a different theoretical lens to develop the concept of buffer spaces: intermediary practices through which employees navigate the gap between informal sense-making and formal escalation. Study 3 will move the dissertation from diagnostic to practical work in two phases. Phase 1 uses speculative co-design with employees and HR professionals to surface what each group would build if they could redesign concern reporting infrastructure together. Phase 2 translates design directions from Phase 1 into prototypes\, iterated with participants across both groups to develop design artifacts that have been shaped by the people who would use them. The dissertation as a whole moves from documenting harm\, through identifying workarounds\, to imagining redesign\, contributing to HCI/CSCW scholarship on workplace technology\, labor studies on employee voice and accountability\, and methodological work on cross-stakeholder speculative design. \nEvent Host: Peiyao Liu\, Ph.D. Student\, Computational Media \nAdvisor: Norman Makoto Su \nZoom: https://ucsc.zoom.us/j/99335305923?pwd=xP6QlNwzobLNQqnCxG3muuZD36C4rn.1 \nPasscode: 946352 \n 
URL:https://events.ucsc.edu/event/liu-p-cm-reimagining-workplace-concern-reporting-from-emotional-harm-to-co-designed-futures/
LOCATION:
CATEGORIES:Ph.D. Presentations
ATTACH;FMTTYPE=image/png:https://events.ucsc.edu/wp-content/uploads/2026/04/ph.d.-presentation-graphic-option-3.png
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20260527T090000
DTEND;TZID=America/Los_Angeles:20260527T110000
DTSTAMP:20260602T092122
CREATED:20260515T163555Z
LAST-MODIFIED:20260515T163555Z
UID:10014642-1779872400-1779879600@events.ucsc.edu
SUMMARY:Baskaran\, D. (CM) - More than Just Fun: Exploring Meaningful Play\, Communities of Play\, and Relatedness of Play
DESCRIPTION:Play is often seen as a form of entertainment\, leisure\, or childhood development. However\, it also acts as a meaningful experience that shapes how people connect with others and interact with the world around them throughout their lives. Prior work on meaningful play and communities of play has mainly focused on individual experiences and participation\, giving less attention to how meaning is socially co-constructed through playful interactions and to how these experiences contribute to relatedness\, or the human need to feel connected to and belong with others\, across physical\, digital\, and hybrid environments. \nUsing qualitative methods\, this dissertation proposal explores how meaningful play is collectively constructed within communities of play and how it shapes relatedness among members. This work positions meaningful play as a socially and technologically embedded relational phenomenon rather than solely an individual experience. Across case studies of PlayStation trophy hunting\, Pokémon Nuzlocke\, LEGO\, and theme park communities of play\, this research explores how meaningful play within these communities contributes to relatedness among members. Ultimately\, this dissertation proposal aims to advance a more holistic understanding of play as a process through which people build shared meaning\, connection\, and belonging in increasingly digital and hybrid social spaces. \n  \nEvent Host: Derusha Baskaran\, Ph.D. Student\, Computational Media \nAdvisor: Kathryn Ringland \n  \nZoom: https://ucsc.zoom.us/j/96290198842?pwd=xtoEw1aIa2fciTbhr6eB9s3PqbWGdF.1 \nPasscode: 404425
URL:https://events.ucsc.edu/event/baskaran-d-cm-more-than-just-fun-exploring-meaningful-play-communities-of-play-and-relatedness-of-play/
LOCATION:
CATEGORIES:Ph.D. Presentations
ATTACH;FMTTYPE=image/jpeg:https://events.ucsc.edu/wp-content/uploads/2026/04/ph.d.-presentation-graphic-option-1.jpg
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20260527T090000
DTEND;TZID=America/Los_Angeles:20260527T110000
DTSTAMP:20260602T092122
CREATED:20260518T163634Z
LAST-MODIFIED:20260518T163634Z
UID:10014652-1779872400-1779879600@events.ucsc.edu
SUMMARY:Tu\, H. (CSE) - From Evaluation to Adaptation: Building Reliable Multimodal Intelligence
DESCRIPTION:Multimodal large language models (MLLMs) are rapidly becoming general-purpose AI systems\, yet their capabilities are advancing faster than our ability to evaluate\, improve\, and validate their reliability in realistic use. Standard benchmarks mainly measure in-distribution final-answer accuracy\, leaving critical gaps in safety\, robustness\, fine-grained reasoning evaluation\, and reliability in real-world agentic settings. My research proposes an evaluation-to-adaptation framework for building reliable multimodal intelligence: developing rigorous evaluations that expose failures beyond conventional benchmarks\, learning feedback models that guide inference-time reasoning\, and studying how multimodal systems can adapt through experience. We instantiate this agenda through two completed works and two proposed directions. Unicorn evaluates safety and robustness under out-of-distribution and adversarial conditions\, revealing substantial vulnerabilities across 22 vision-language models. ViLBench studies vision-language process reward modeling as both an evaluation challenge and a mechanism for inference-time improvement\, showing that process-guided reasoning selection can improve reliability. Building on these foundations\, we further study test-time experience accumulation and explore reliable multimodal agents for GUI and computer-use tasks. Together\, my research aims to move beyond capability-driven progress alone\, toward multimodal AI systems whose reliability can be evaluated\, improved\, and tested in realistic deployment settings. \nEvent Host: Haoqin Tu\, Ph.D. Student\, Computer Science & Engineering \nAdvisor: Cihang Xie \nZoom: 964 1355 0550 \nPasscode: zWxU8A
URL:https://events.ucsc.edu/event/tu-h-cse-from-evaluation-to-adaptation-building-reliable-multimodal-intelligence/
LOCATION:
CATEGORIES:Ph.D. Presentations
ATTACH;FMTTYPE=image/jpeg:https://events.ucsc.edu/wp-content/uploads/2026/04/ph.d.-presentation-graphic-option2.jpg
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20260527T120000
DTEND;TZID=America/Los_Angeles:20260527T140000
DTSTAMP:20260602T092122
CREATED:20260518T162624Z
LAST-MODIFIED:20260518T162624Z
UID:10014651-1779883200-1779890400@events.ucsc.edu
SUMMARY:Zheng\, Y. (CSE) - Extending eBPF Beyond Kernel Extensions: Verified Interfaces for Runtime System Extensibility
DESCRIPTION:Modern system software increasingly needs runtime extensibility: userspace applications need safe ways to expose domain-specific extension points\, GPU resource management needs workload-specific memory and scheduling policies\, and kernel eBPF JIT compilers need different runtime optimizations as workloads and hardware vary. However\, built-in policies are safe but difficult to specialize across rapidly changing workloads and hardware environments\, limiting efficiency\, while code modifications are flexible but difficult to deploy safely. This dissertation argues that verified eBPF interfaces can turn eBPF from a kernel-extension mechanism into a general substrate for safe runtime extensibility. In this model\, trusted mechanisms expose narrow\, constrained programmable hooks; extensions declare their requirements; verifier-enforced checks preserve safety; and execution remains low-overhead. \nI develop this thesis through three systems spanning userspace applications\, heterogeneous GPU subsystems\, and the kernel eBPF compiler itself. EIM\, implemented in bpftime\, applies verified eBPF interfaces to userspace applications\, allowing application behavior to be extended through explicit constraints and efficient userspace eBPF execution. gpu_ext extends the same idea to heterogeneous systems by exposing programmable resource management hooks for GPU memory and scheduling policy across driver and device. BpfReJIT with kinsn makes the eBPF JIT compiler itself extensible: it enables runtime-guided optimization through dynamic recompilation and extends eBPF bytecode to express diverse hardware capabilities. Together\, these systems show how verified eBPF interfaces can support safe programmability\, separation of policy and mechanisms\, and runtime specialization across applications\, GPU subsystems\, and the kernel JIT infrastructure. \nEvent Host: Yusheng Zheng\, Ph.D. Student\, Computer Science & Engineering \nAdvisor: Andi Quinn \nZoom: 504 350 0245 \nPasscode: 521336
URL:https://events.ucsc.edu/event/zheng-y-cse-extending-ebpf-beyond-kernel-extensions-verified-interfaces-for-runtime-system-extensibility/
LOCATION:
CATEGORIES:Ph.D. Presentations
ATTACH;FMTTYPE=image/png:https://events.ucsc.edu/wp-content/uploads/2026/04/ph.d.-presentation-graphic-option-3.png
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20260528T110000
DTEND;TZID=America/Los_Angeles:20260528T120000
DTSTAMP:20260602T092122
CREATED:20260522T165248Z
LAST-MODIFIED:20260522T165248Z
UID:10014863-1779966000-1779969600@events.ucsc.edu
SUMMARY:Oh\, S. (CSE) - Efficient Instruction Supply for Datacenter Processors
DESCRIPTION:Modern datacenter CPUs lose 25–66% of execution cycles to instruction-delivery stalls. This bottleneck persists\, despite the recent trend towards accelerators and GPUs\, as there is continuing demand by applications that only execute on CPUs. Two workload classes dominate today’s datacenter execution cycles: hyperscale server software (databases\, build systems\, and content stores)\, whose large instruction footprints create severe frontend pathologies; and agentic AI systems\, in which large-language-model agents plan\, dispatch tools\, and maintain growing conversational contexts\, causing CPUs to account for up to 88% of end-to-end agent latency. Reflecting this shift\, major CPU vendors have publicly repositioned the CPU as the orchestration layer of the AI stack and have begun shipping processors optimized for agent-centric workloads. \nThis dissertation argues that instruction delivery is the dominant CPU bottleneck across both workload classes and that the recent trend towards agentic AI further exacerbates this challenge. In hyperscale server binaries\, the primary pathologies are wrong-path prefetch pollution and post-recovery instruction-delivery gaps across large\, irregular call graphs. In agentic AI systems\, the bottleneck shifts to an orchestration substrate composed of protocol stacks\, dynamic-runtime dispatch\, and agent-specific extensions that is even more frontend-bound than traditional warehouse-scale workloads. \nTo address these bottlenecks\, this dissertation presents three technical contributions\, together with a companion infrastructure contribution. First\, Utility-Driven Prefetching (UDP) extends fetch-directed instruction prefetching (FDIP) with a learned per-prefetch utility model that admits candidates based on their historical contribution to demand-fetch hits\, including those reached along wrong-path execution. Second\, Junction-based Unified Miss-point Prefetching (JUMP) addresses the post-recovery instruction-delivery gap that UDP and prior FDIP optimizations cannot reach by launching a lightweight secondary FDIP thread at a learned miss point following each branch-prediction failure. Across a suite of datacenter workloads\, UDP improves IPC by 3.6% on average (up to 16.1%) over a state-of-the-art FDIP baseline\, while JUMP improves IPC by 2.0% on average (up to 14.9%). Combined\, the two mechanisms substantially close the gap between FDIP and a perfect L1 instruction cache at a storage cost of only a few tens of kilobytes.\nThird\, this dissertation introduces the Agentic Tax\, the first CPU characterization study of agentic AI workloads across three runtime families. The study is packaged as a deterministic-replay benchmark infrastructure that enables repeatable\, cycle-level evaluation under controlled conditions. The characterization shows that the orchestration substrate of agentic AI workloads is significantly more frontend-bound than the hyperscale datacenter workloads examined in prior work\, and that it introduces new dominant function families with no analog in traditional warehouse-scale systems. These findings motivate two architectural directions proposed as future work: extending UDP and JUMP to optimize the orchestration substrate itself\, and designing heterogeneous CPU cores that allocate frontend resources according to the execution phase. \nEvent Host: Surim Oh\, Ph.D. Candidate\, Computer Science & Engineering  \nAdvisor: Heiner Litz \nZoom: https://ucsc.zoom.us/j/94753352649?pwd=7vQxlnSJkUb0KfG3t6STo639LhRv7j.1 \nPasscode: 205162
URL:https://events.ucsc.edu/event/oh-s-cse-efficient-instruction-supply-for-datacenter-processors/
LOCATION:Engineering 2\, Engineering 2 1156 High Street\, Santa Cruz\, CA\, 95064
CATEGORIES:Ph.D. Presentations
ATTACH;FMTTYPE=image/jpeg:https://events.ucsc.edu/wp-content/uploads/2026/04/ph.d.-presentation-graphic-option-1.jpg
GEO:37.0009723;-122.0632371
X-APPLE-STRUCTURED-LOCATION;VALUE=URI;X-ADDRESS=Engineering 2 Engineering 2 1156 High Street Santa Cruz CA 95064;X-APPLE-RADIUS=500;X-TITLE=Engineering 2 1156 High Street:geo:-122.0632371,37.0009723
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20260528T120000
DTEND;TZID=America/Los_Angeles:20260528T140000
DTSTAMP:20260602T092122
CREATED:20260526T163353Z
LAST-MODIFIED:20260526T163353Z
UID:10014868-1779969600-1779976800@events.ucsc.edu
SUMMARY:Ortiz Barbosa\, D. (CSE) - HARDENING AUTONOMOUS CYBER-PHYSICAL SYSTEMS AGAINST ADVERSARIAL CONDITIONS
DESCRIPTION:Autonomous systems\, such as Autonomous Vehicles (AVs) and drones\, are increasingly\ndeployed across a wider array of contexts for both civilian and military use. As these\nsystems become more common\, they may be targeted by malicious actors seeking to\nexploit and abuse them\, compromising safety-critical operations. Among the ways to\nprotect these systems simulation based testing frameworks have been developed. How-\never\, existing testing frameworks primarily focus on identifying logical flaws or system\nvulnerabilities\, often emphasizing static scenarios and paying less attention to an adap-\ntive intelligent adversary.\nTo help reduce this gap\, this dissertation develops and applies adaptive\, adversary-\naware methodologies to discover\, formalize\, and mitigate security vulnerabilities in au-\ntonomous systems spanning vehicle platooning\, drone swarms\, and vision-based drone\nrecovery. We first apply NLP techniques to discover and formalize driving rules across\nNorth American and Australian jurisdictions\, identifying possible restriction that an\nadversary can exploit. Likewise\, these rules can be used to test the adaptability of AVs\nto new contexts and to establish a formal basis for context-aware AV testing. Next\,\nwe apply optimization-based adversarial search to both ACC-controlled vehicle pla-\ntoons and obstacle-avoiding drone swarms. We uncover maneuvers that an adversary\ncan use against the system that range from crash-inducing patterns against platooning\ncontrollers to herding strategies that divert swarms from their objectives. Finally\, to\naddress the gap regarding the possible solutions to an adversarial attack we explore how\na drone can recover from it by using LVLMs to understand its context and select a safe\nlanding surface. \nEvent Host: Diego Ortiz Barbosa\, Ph.D. Candidate\, Computer Science & Engineering  \nAdvisor: Alvaro A Cardenas
URL:https://events.ucsc.edu/event/ortiz-barbosa-d-cse-hardening-autonomous-cyber-physical-systems-against-adversarial-conditions/
LOCATION:Engineering 2\, Engineering 2 1156 High Street\, Santa Cruz\, CA\, 95064
CATEGORIES:Ph.D. Presentations
ATTACH;FMTTYPE=image/jpeg:https://events.ucsc.edu/wp-content/uploads/2026/04/ph.d.-presentation-graphic-option2.jpg
GEO:37.0009723;-122.0632371
X-APPLE-STRUCTURED-LOCATION;VALUE=URI;X-ADDRESS=Engineering 2 Engineering 2 1156 High Street Santa Cruz CA 95064;X-APPLE-RADIUS=500;X-TITLE=Engineering 2 1156 High Street:geo:-122.0632371,37.0009723
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20260528T130000
DTEND;TZID=America/Los_Angeles:20260528T150000
DTSTAMP:20260602T092122
CREATED:20260514T160341Z
LAST-MODIFIED:20260514T160625Z
UID:10014635-1779973200-1779980400@events.ucsc.edu
SUMMARY:Yang\, D. (CSE) - Inner Monologue: a Pathway to Human-Like Reasoning for Complex Tasks
DESCRIPTION:A central goal on the path toward general AI is to build systems capable of deliberative reasoning before action. Such systems should inspect what they know\, identify what they need\, seek or construct useful information\, and revise their reasoning through intermediate cognitive states. This dissertation studies this goal through the lens of Inner Monologue (IM)\, a mechanism that enables AI systems to coordinate internal components\, acquire external information\, and reason through structured intermediate states. \nI will first introduce IM as a mechanism for internal coordination in static information systems\, where multiple models collaborate within one AI system to solve reasoning tasks. I will then extend IM to dynamic information systems\, where AI system is learned to retrieve external information. Finally\, I will present how IM can move beyond verbal reasoning toward multimodal thinking\, where generated visual states represent the system’s current understanding and support iterative refinement. \nTogether\, this dissertation demonstrates the success and potential of human-inspired Inner Monologue mechanisms for improving complex multi-step reasoning in AI systems. \nEvent Host: Diji Yang\, Ph.D. Candidate\, Computer Science & Engineering \nAdvisor: Yi Zhang \nZoom: https://ucsc.zoom.us/j/99915235963?pwd=7Jqo6fc83LWobTEYRZCUzbrWbeov3Y.1 \nPasscode: 7Jqo6fc83LWobTEYRZCUzbrWbeov3Y.1
URL:https://events.ucsc.edu/event/yang-d-cse-inner-monologue-a-pathway-to-human-like-reasoning-for-complex-tasks/
LOCATION:Silicon Valley Campus\, 3175 Bowers Avenue\, Santa Clara\, CA\, 95054\, United States
CATEGORIES:Ph.D. Presentations
ATTACH;FMTTYPE=image/png:https://events.ucsc.edu/wp-content/uploads/2026/04/ph.d.-presentation-graphic-option-3.png
GEO:37.3796975;-121.9765484
X-APPLE-STRUCTURED-LOCATION;VALUE=URI;X-ADDRESS=Silicon Valley Campus 3175 Bowers Avenue Santa Clara CA 95054 United States;X-APPLE-RADIUS=500;X-TITLE=3175 Bowers Avenue:geo:-121.9765484,37.3796975
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20260529T110000
DTEND;TZID=America/Los_Angeles:20260529T123000
DTSTAMP:20260602T092122
CREATED:20260515T164420Z
LAST-MODIFIED:20260515T164420Z
UID:10014643-1780052400-1780057800@events.ucsc.edu
SUMMARY:Zhou\, K. (CSE) - Toward Safer Frontier AI: From Evaluation and Red-Teaming to Alignment and Oversight
DESCRIPTION: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 dissertation identifies novel safety risks in frontier multimodal large language models and AI agents\, introduces a black-box red-teaming framework for AI agents\, proposes new safety alignment algorithms\, and builds the first probe-based misalignment monitoring system\, developing practical approaches for evaluating\, red-teaming\, aligning\, and overseeing frontier language models and agents. The central conclusion is that responsible AI cannot rest on any single guardrail: capability-scaled evaluation\, active red-teaming\, training-time alignment\, and scalable monitoring together form a coordinated stack for frontier AI safety. \nEvent Host: Kaiwen Zhou\, Ph.D. Candidate\, Computer Science & Engineering  \nAdvisor: Xin Wang \nZoom: https://ucsc.zoom.us/j/94196702062?pwd=b9LJMfL232ixG2THMab8XuJ32a4FVD.1 \nPasscode:  584794
URL:https://events.ucsc.edu/event/zhou-k-cse-toward-safer-frontier-ai-from-evaluation-and-red-teaming-to-alignment-and-oversight/
LOCATION:
CATEGORIES:Ph.D. Presentations
ATTACH;FMTTYPE=image/jpeg:https://events.ucsc.edu/wp-content/uploads/2026/04/ph.d.-presentation-graphic-option2.jpg
END:VEVENT
END:VCALENDAR