Research

My research develops adaptive intelligence for scientific discovery and engineering design: AI systems that build a model of an unknown environment, select the next experiment worth running under a limited budget, and update their beliefs as new evidence arrives. Bayesian optimization is the core loop behind this work: a probabilistic model captures what is currently known, a decision policy selects the next experiment, and the result feeds back into both the model and the next decision. Below, I highlight key contributions from my research, organized by topic.

Scalable and robust surrogate learning

Gaussian processes (GPs) are a natural choice for surrogate modeling of an unknown environment, since they provide predictions along with calibrated uncertainty estimates from small amounts of data, a property that is essential when every experiment is costly. Their practicality, however, is limited by the kernel, the function that encodes assumptions about how the environment behaves. As models are made more expressive, choosing and tuning a kernel becomes slow, high-dimensional, and numerically unstable. I address this limitation from two directions. First, I design grid spectral mixture (GSM) kernels that scale to multidimensional data, and, building on a sparse structure I identify in how they are trained, develop SLIM-KL, a distributed learning method that allows multiple parties to jointly train expressive GPs without sharing their raw data. Second, I develop ZAP, an optimizer that estimates a model’s full gradient from only two evaluations of the training loss, regardless of the number of hyperparameters, which makes tuning tractable even for large models where computing gradients directly is impractical.

2022

  1. Gaussian Process Regression with Grid Spectral Mixture Kernel: Distributed Learning for Multidimensional Data

    Richard Cornelius Suwandi, Zhidi Lin, Yiyong Sun, 3 more authors
    25th International Conference on Information Fusion (FUSION), 2022
    Gaussian Process Regression with Grid Spectral Mixture Kernel: Distributed Learning for Multidimensional Data preview

2025

  1. Sparsity-Aware Distributed Learning for Gaussian Processes with Linear Multiple Kernel

    Richard Cornelius Suwandi, Zhidi Lin, Feng Yin, 2 more authors
    IEEE Transactions on Neural Networks and Learning Systems, 2025
    Sparsity-Aware Distributed Learning for Gaussian Processes with Linear Multiple Kernel preview

2026

  1. Breaking the Curse of Dimensionality in Gaussian Process Training With Zeroth-Order Adaptive Perturbation

    Richard Cornelius Suwandi, Feng Yin, Tsung-Hui Chang
    ORAL 51th IEEE International Conference on Acoustics, Speech and Signal Processing (ICASSP), 2026
    Breaking the Curse of Dimensionality in Gaussian Process Training With Zeroth-Order Adaptive Perturbation preview

AI-driven surrogate design and discovery

Most Bayesian optimization methods fix a kernel before the search begins, which limits performance whenever that choice is poorly matched to the problem at hand. I introduce CAKE, which places a large language model in charge of this choice: rather than selecting from a fixed menu, the LLM proposes, mutates, and recombines kernel structures based on the task description, the data collected so far, and the optimization history, guided by a criterion that balances how well a kernel fits the data against how useful the experiments it recommends are likely to be. CAKE improves performance across hyperparameter tuning, controller tuning, and photonic chip design, and provides an early example of foundation models acting as designers of interpretable models rather than only as predictors.

2025

  1. Adaptive Kernel Design for Bayesian Optimization Is a Piece of CAKE with LLMs

    Richard Cornelius Suwandi, Feng Yin, Juntao Wang, 3 more authors
    39th Conference on Neural Information Processing Systems (NeurIPS), 2025
    Adaptive Kernel Design for Bayesian Optimization Is a Piece of CAKE with LLMs preview

Structured and communication-efficient learning

More broadly, I am interested in how learning systems should be shaped by the practical constraints under which they operate, such as limited communication or a need for specific model structure. FedMAvg is a federated learning method for matrix factorization, a workhorse technique behind recommender systems, that combines alternating minimization with model averaging to reduce the number of communication rounds required across a network of participants with heterogeneous data. MIMOMamba extends Mamba, a recent class of efficient sequence models, from handling a single input and output stream to handling many simultaneously, matching or exceeding Transformer performance while using substantially fewer parameters.

2021

  1. Demystifying Model Averaging for Communication-Efficient Federated Matrix Factorization

    Shuai Wang, Richard Cornelius Suwandi, Tsung-Hui Chang
    46th IEEE International Conference on Acoustics, Speech and Signal Processing (ICASSP), 2021
    Demystifying Model Averaging for Communication-Efficient Federated Matrix Factorization preview

2026

  1. MIMOMamba: From Scalar Duality to Matrix-Valued Attention

    Yanbo Li, Richard Cornelius Suwandi, Feng Yin, 3 more authors
    43rd International Conference on Machine Learning (ICML), 2026
    MIMOMamba: From Scalar Duality to Matrix-Valued Attention preview

Together, this work moves from optimizing within a fixed, human-designed model space toward systems that can adapt their representations, experiments, and hypotheses as they interact with the world.