← Search

Lunjia Hu

10 accepted papers

2025

How Many Domains Suffice for Domain Generalization? A Tight Characterization via the Domain Shattering Dimension

NeurIPS 2025poster

We study a fundamental question of domain generalization: given a family of domains (i.e., data distributions), how many randomly sampled domains do we need to collect data from in order to learn a model that performs reasonably well on every seen and unseen domain in the family? We model this probl…

Cited by 0SourceScholar
2023

Simple, Scalable and Effective Clustering via One-Dimensional Projections

NeurIPS 2023poster

Clustering is a fundamental problem in unsupervised machine learning with many applications in data analysis. Popular clustering algorithms such as Lloyd's algorithm and $k$-means++ can take $\Omega(ndk)$ time when clustering $n$ points in a $d$-dimensional space (represented by an $n\times d$ matri…

Cited by 3SourcePDFScholar
2023

When Does Optimizing a Proper Loss Yield Calibration?

NeurIPS 2023spotlight

Optimizing proper loss functions is popularly believed to yield predictors with good calibration properties; the intuition being that for such losses, the global optimum is to predict the ground-truth probabilities, which is indeed calibrated. However, typical machine learning models are trained to…

Cited by 31SourcePDFScholar
2022

Subspace Recovery from Heterogeneous Data with Non-isotropic Noise

NeurIPS 2022accept

Recovering linear subspaces from data is a fundamental and important task in statistics and machine learning. Motivated by heterogeneity in Federated Learning settings, we study a basic formulation of this problem: the principal component analysis (PCA), with a focus on dealing with irregular noise…

Cited by 8SourcePDFScholar
2018

Towards Understanding Learning Representations: To What Extent Do Different Neural Networks Learn the Same Representation

NeurIPS 2018spotlight

It is widely believed that learning good representations is one of the main reasons for the success of deep neural networks. Although highly intuitive, there is a lack of theory and systematic approach quantitatively characterizing what representations do deep neural networks learn. In this work, we…