← Search

Wenbo Gong

12 accepted papers

2026

Towards Efficient Optimizer Design for LLM via Structured Fisher Approximation with a Low-Rank Extension

ICLR 2026poster

Designing efficient optimizers for large language models (LLMs) with low-memory requirements and fast convergence is an important and challenging problem. This paper makes a step towards the systematic design of such optimizers through the lens of structured Fisher information matrix (FIM) approxima…

Cited by 0SourceScholar
2026

U$^3$CF: Unbiased, Unconfounding, and Unified Causal Framework for Multi-Target Domain Adaptation

ICML 2026poster

Multi-target domain adaptation (MTDA) trains a model using a labeled source domain and several unlabeled target domains, aiming to enhance performance across all targets. However, existing methods lack a principled causal formulation and often rely on empirical domain-invariance enforcement, which c…

Cited by 0SourceScholar
2025

SWAN: SGD with Normalization and Whitening Enables Stateless LLM Training

ICML 2025poster

Adaptive optimizers such as Adam (Kingma & Ba, 2015) have been central to the success of large language models. However, they often require maintaining optimizer states throughout training, which can result in memory requirements several times greater than the model footprint. This overhead imposes…

Cited by 0SourcePDFScholar
2023

BayesDAG: Gradient-Based Posterior Inference for Causal Discovery

NeurIPS 2023poster

Bayesian causal discovery aims to infer the posterior distribution over causal models from observed data, quantifying epistemic uncertainty and benefiting downstream tasks. However, computational challenges arise due to joint inference over combinatorial space of Directed Acyclic Graphs (DAGs) and n…

2023

Rhino: Deep Causal Temporal Relationship Learning with History-dependent Noise

ICLR 2023top-25%

Discovering causal relationships between different variables from time series data has been a long-standing challenge for many domains. For example, in stock markets, the announcement of acquisitions from leading companies may have immediate effects on stock prices and increase the uncertainty of th…

Cited by 39SourcePDFScholar
2022

Simultaneous Missing Value Imputation and Structure Learning with Groups

NeurIPS 2022accept

Learning structures between groups of variables from data with missing values is an important task in the real world, yet difficult to solve. One typical scenario is discovering the structure among topics in the education domain to identify learning pathways. Here, the observations are student perfo…

Cited by 22SourcePDFScholar
2021

Active Slices for Sliced Stein Discrepancy

ICML 2021spotlight

Sliced Stein discrepancy (SSD) and its kernelized variants have demonstrated promising successes in goodness-of-fit tests and model learning in high dimensions. Despite the theoretical elegance, their empirical performance depends crucially on the search of the optimal slicing directions to discrimi…

2019

Icebreaker: Element-wise Efficient Information Acquisition with a Bayesian Deep Latent Gaussian Model

NeurIPS 2019poster

In this paper, we address the ice-start problem, i.e., the challenge of deploying machine learning models when only a little or no training data is initially available, and acquiring each feature element of data is associated with costs. This setting is representative of the real-world machine learn…