← Search

Jerry Yao-Chieh Hu

28 accepted papers

2026

Genome-Factory: A Library for Tuning, Deploying, and Interpreting Genomic Foundation Models

ICML 2026poster

We introduce Genome-Factory, the first integrated Python library for tuning, deploying, and interpreting genomic foundation models. Our core contribution is to simplify and unify the workflow for genomic model development: data collection, model tuning, inference, benchmarking, and interpretability.…

Cited by 0SourceScholar
2026

In-Context Algorithm Emulation in Fixed-Weight Transformers

ICLR 2026poster

We prove that a minimal Transformer with frozen weights emulates a broad class of algorithms by in-context prompting. We formalize two modes of in-context algorithm emulation. In the *task-specific mode*, for any continuous function $f: \mathbb{R} \to \mathbb{R}$, we show the existence of a single-h…

Cited by 0SourcecodeScholar
2026

Universality, Function Composition, and Algorithm Emulation All In-Context

ICML 2026poster

We study the in-context universal approximation and compositional generalization of softmax Transformers. We prove an in-context universality result: a fixed-weight softmax Transformer approximates a broad class of continuous sequence-to-sequence functions. Building on this universality, we establis…

Cited by 0SourceScholar
2025

Attention Mechanism, Max-Affine Partition, and Universal Approximation

NeurIPS 2025poster

We establish the universal approximation capability of single-layer, single-head self- and cross-attention mechanisms with minimal attached structures. Our key insight is to interpret single-head attention as an input domain-partition mechanism that assigns distinct values to subregions. This allo…

Cited by 0SourceScholar
2025

Computational Limits of Low-Rank Adaptation (LoRA) Fine-Tuning for Transformer Models

ICLR 2025poster

We study the computational limits of Low-Rank Adaptation (LoRA) for finetuning transformer-based models using fine-grained complexity theory. Our key observation is that the existence of low-rank decompositions within the gradient computation of LoRA adaptation leads to possible algorithmic speedup.…

Cited by 0SourcePDFScholar
2025

Fast and Low-Cost Genomic Foundation Models via Outlier Removal

ICML 2025poster

To address the challenge of scarce computational resources in genomic modeling, we introduce GERM, a genomic foundation model optimized for accessibility and adaptability. GERM improves upon models like DNABERT-2 by eliminating outliers that hinder low-rank adaptation and post-training quantization,…

2025

Fundamental Limits of Prompt Tuning Transformers: Universality, Capacity and Efficiency

ICLR 2025poster

We investigate the statistical and computational limits of prompt tuning for transformer-based foundation models. Our key contributions are that prompt tuning on *single-head* transformers with only a *single* self-attention layer: (i) is universal, and (ii) supports efficient (even almost-linear…

Cited by 14SourcePDFScholar
2025

High-Order Flow Matching: Unified Framework and Sharp Statistical Rates

NeurIPS 2025poster

Flow matching is an emerging generative modeling framework that learns continuous-time dynamics to map noise into data. To enhance expressiveness and sampling efficiency, recent works have explored incorporating high-order trajectory information. Despite the empirical success, a holistic theoretica…

Cited by 0SourceScholar
2025

In-Context Learning as Conditioned Associative Memory Retrieval

ICML 2025poster

We provide an exactly solvable example for interpreting In-Context Learning (ICL) with one-layer attention models as conditional retrieval of dense associative memory models. Our main contribution is to interpret ICL as memory reshaping in the modern Hopfield model from a conditional memory set (in-…

Cited by 0SourcePDFScholar
2025

Latent Variable Estimation in Bayesian Black-Litterman Models

ICML 2025poster

We revisit the Bayesian Black–Litterman (BL) portfolio model and remove its reliance on subjective investor views. Classical BL requires an investor “view”: a forecast vector $q$ and its uncertainty matrix $\Omega$ that describe how much a chosen portfolio should outperform the market. Our key idea…

Cited by 0SourcePDFScholar
2025

On Statistical Rates of Conditional Diffusion Transformers: Approximation, Estimation and Minimax Optimality

ICLR 2025poster

We investigate the approximation and estimation rates of conditional diffusion transformers (DiTs) with classifier-free guidance. We present a comprehensive analysis for “in-context” conditional DiTs under various common assumptions: generic and strong Hölder, linear latent (subspace), and Lipschitz…

Cited by 10SourcePDFScholar
2025

Pareto-Optimal Energy Alignment for Designing Nature-Like Antibodies

NeurIPS 2025poster

We present a three-stage framework for training deep learning models specializing in antibody sequence-structure co-design. We first pre-train a language model using millions of antibody sequence data. Then, we employ the learned representations to guide the training of a diffusion model for joint o…

Cited by 0SourceScholar
2024

BiSHop: Bi-Directional Cellular Learning for Tabular Data with Generalized Sparse Modern Hopfield Model

ICML 2024poster

We introduce the **Bi**-Directional **S**parse **Hop**field Network (**BiSHop**), a novel end-to-end framework for tabular learning. BiSHop handles the two major challenges of deep tabular learning: non-rotationally invariant data structure and feature sparsity in tabular data. Our key motivation co…

2024

On Computational Limits of Modern Hopfield Models: A Fine-Grained Complexity Analysis

ICML 2024poster

We investigate the computational limits of the memory retrieval dynamics of modern Hopfield models from the fine-grained complexity analysis. Our key contribution is the characterization of a phase transition behavior in the efficiency of all possible modern Hopfield models based on the norm of patt…

Cited by 44SourcePDFScholar
2024

On Statistical Rates and Provably Efficient Criteria of Latent Diffusion Transformers (DiTs)

NeurIPS 2024poster

We investigate the statistical and computational limits of latent **Di**ffusion **T**ransformers (**DiTs**) under the low-dimensional linear latent space assumption. Statistically, we study the universal approximation and sample complexity of the DiTs score function, as well as the distribution reco…

Cited by 29SourcePDFScholar
2024

Outlier-Efficient Hopfield Layers for Large Transformer-Based Models

ICML 2024poster

We introduce an Outlier-Efficient Modern Hopfield Model (termed `OutEffHop`) and use it to address the outlier inefficiency problem of training gigantic transformer-based models. Our main contribution is a novel associative memory model facilitating _outlier-efficient_ associative memory retrievals.…

2024

Provably Optimal Memory Capacity for Modern Hopfield Models: Transformer-Compatible Dense Associative Memories as Spherical Codes

NeurIPS 2024poster

We study the optimal memorization capacity of modern Hopfield models and Kernelized Hopfield Models (KHMs), a transformer-compatible class of Dense Associative Memories. We present a tight analysis by establishing a connection between the memory configuration of KHMs and spherical codes from informa…

Cited by 16SourcePDFScholar
2024

STanHop: Sparse Tandem Hopfield Model for Memory-Enhanced Time Series Prediction

ICLR 2024poster

We present **STanHop-Net** (**S**parse **Tan**dem **Hop**field **Net**work) for multivariate time series prediction with memory-enhanced capabilities. At the heart of our approach is **STanHop**, a novel Hopfield-based neural network block, which sparsely learns and stores both temporal and cross-se…

Cited by 47SourcePDFScholar
2024

Uniform Memory Retrieval with Larger Capacity for Modern Hopfield Models

ICML 2024poster

We propose a two-stage optimization formulation for the memory retrieval dynamics of modern Hopfield models, termed $\mathtt{U\text{-}Hop}$. Our key contribution is a learnable feature map $\Phi$ which transforms the Hopfield energy function into a kernel space. This transformation ensures convergen…

2023

Feature Programming for Multivariate Time Series Prediction

ICML 2023poster

We introduce the concept of programmable feature engineering for time series modeling and propose a feature programming framework. This framework generates large amounts of predictive features for noisy multivariate time series while allowing users to incorporate their inductive bias with minimal ef…

2023

Ising-Traffic: Using Ising Machine Learning to Predict Traffic Congestion under Uncertainty

AAAI 2023technical

This paper addresses the challenges in accurate and real-time traffic congestion prediction under uncertainty by proposing Ising-Traffic, a dual-model Ising-based traffic prediction framework that delivers higher accuracy and lower latency than SOTA solutions. While traditional solutions face the di…

Cited by 39SourcePDFScholar
2023

On Sparse Modern Hopfield Model

NeurIPS 2023poster

We introduce the sparse modern Hopfield model as a sparse extension of the modern Hopfield model. Like its dense counterpart, the sparse modern Hopfield model equips a memory-retrieval dynamics whose one-step approximation corresponds to the sparse attention mechanism. Theoretically, our key contri…