• Nag, S. (BMEB) – Personalized Diploid Genome Graphs for Accurate Somatic Variant Discovery

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

    Many somatic variant-calling pipelines begin by aligning tumor and matched-normal sequencing reads to a single linear reference genome, such as GRCh38. Because every individual differs substantially from this reference, this approach can introduce reference bias, causing reads to map incorrectly or not at all and potentially leading to missed somatic variants or germline variants being […]

  • Saleem, O. (ECE) – Coupled Evacuation Readiness and Post-Disaster Restoration for Vehicle-to-Grid Enabled Resilient Power–Transportation Networks

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

    The accelerating adoption of zero-emission vehicles (ZEVs) in California is reshaping both the transportation and electrical grids at the moment as climate-driven disasters are intensifying in frequency and severity. This dual transition exposes a critical structural gap: existing resilience research treats pre-disaster evacuation readiness and post-disaster grid restoration as separate problems, even though both are […]

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

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

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

  • Nava, A. (AM) – Machine-Learning Methods for Prediction of Biological Systems

    Hybrid Event

    Advances in microscopy have enabled the collection of high-quality single-cell datasets, providing new opportunities to identify the mechanisms underlying complex biological processes. In this work, we develop machine-learning frameworks using single-cell temporal data with the goal of predicting and providing insights into these mechanisms. We produce frameworks for two biological systems, bacterial spore germination, the […]

  • Lupin-Jimenez, L. (AM) – Data-Driven Deep Learning for Turbulent Phenomena: Regional Ocean Prediction and Assimilation, Spectral Bias in Diffusion Models, and Equation Discovery

    Hybrid Event

    Deep learning models trained on simulation and reanalysis data can now emulate turbulent geophysical flows at a small fraction of the computational cost of numerical solvers. Their scientific utility depends on physical consistency, which for the systems studied here rests in large part on spectral fidelity, the accurate reconstruction of variance across spatial scales. This […]

  • Nikolakakis, M. (ECE) – Learned Gridless Representations of Cone Beam Computed Tomography Scans

    Hybrid Event

    Medical image representation has long been dominated by voxel-grid matrices. While their inherent structure and order work efficiently for various linear transformations and provide a seamless visualization method on monitors, they fail to preserve the topology of the scan and to encode sparse information in a memory-efficient way.   The recent emergence of machine learning-based continuous coordinate-based […]

  • Fontana, J. (STAT) – When We’re Always Wrong: Scalable Variable Selection in M-Open Settings

    Hybrid Event

    A ubiquitous task in statistical practice is that of variable selection, identifying which of a large set of features are the relevant ones. As data sets with a large number of observations have become increasingly common, new theoretical and computational challenges for model selection have emerged. We consider the variable selection problem for linear models […]

  • Gholami, K. (ECE) – Efficient Language Model Construction and Inference via Sparsity

    Hybrid Event

    While large language models can match or exceed human performance, they do so with memory and energy costs orders of magnitude greater than biological cognition. We investigate sparsity as a brain-inspired computational principle to address both. We first establish a framework for evaluating small language model construction methods, using the next-token logit distribution as a […]

  • Kembay, A. (ECE) – Sparse and Continual Foundations for Adaptive General Intelligence

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

    While the human brain learns continually, mastering new tasks without forgetting the old and adapting to unfamiliar ones from context alone, modern neural networks still lack both. To bridge the gap between biological adaptivity and modern AI, we have established foundational work on sparsity as a computational principle at three levels of neural computation, through […]

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

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

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

  • Inaugural PyTorch Santa Cruz Meetup

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

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

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

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

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

  • BME/Genomics Seminar: Supervised and Unsupervised DeepGene Finding and Genome Foundation Models

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

    Presenter: Mario Stanke, Professor of Bioinformatics, University of Greifswald Description: This talk will explore recent machine learning approaches for eukaryotic genome annotation. Our supervised ab initio deep gene finder, Tiberius, correctly predicts more than four times as many human protein-coding gene structures as its father, Augustus, and in some clades, it approaches the accuracy of […]

  • Tang, M. (STAT) – Bayesian Modeling and Scalable Inference for Count Time Series in Infectious Disease Surveillance

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

    Real-time monitoring of infectious disease outbreaks calls for statistical models that recover interpretable quantities such as the time-varying reproduction number from noisy count data, track posterior uncertainty, and run on time scales compatible with daily updates. Existing methods address these aims through separate model classes. Discretized Hawkes processes, Poisson autoregressions, and distributed lag models each […]

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

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

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

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

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

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

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

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

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

  • Okamoto, F. (BMEB) – Improving read-to-pangenome alignment in complicated genomic regions

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

    Many genetics pipelines start by aligning sequencing reads to a reference genome. Aligners attempt to find the position in the reference sequence which best matches the read sequence, but this breaks down when the reads come from a sample with variation relative to the reference. A proposed alternative, pangenome graphs, is supposed to fix such […]

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

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

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