BEGIN:VCALENDAR
VERSION:2.0
PRODID:-//Events - ECPv6.15.20//NONSGML v1.0//EN
CALSCALE:GREGORIAN
METHOD:PUBLISH
X-WR-CALNAME:Events
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:20260528T110000
DTEND;TZID=America/Los_Angeles:20260528T120000
DTSTAMP:20260601T154021
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:20260601T154021
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:20260601T154021
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
END:VCALENDAR