← Search

Liuhua Peng

17 accepted papers

2026

Do You Want to Know if Two Distributions Are Close to Each Other?Testing the Closeness With Statistical Significance

ICML 2026poster

Are two distributions close to each other with statistical significance? Distribution closeness testing (DCT) formalizes this question by testing whether the distance between a distribution pair is at least $\epsilon$-far. Existing DCT methods mainly measure discrepancies between a distribution pair…

Cited by 0SourceScholar
2026

FedReLa: Imbalanced Federated Learning via Re-Labeling

ICML 2026poster

Federated learning has emerged as the foremost approach for decentralized model training with privacy preserving. The global class imbalance and cross-client data heterogeneity naturally coexist, and the mismatch between local and global imbalances exacerbates the performance degradation of the aggr…

Cited by 0SourceScholar
2026

LOTTERY: Learning from Reference-Only Samples in Two-Sample Testing under Size Asymmetry

ICML 2026poster

Data-adaptive two-sample testing assesses if two samples come from the same distribution, using a discrepancy learned from the data (e.g., via kernel-based feature representations). Such methods typically rely on data splitting to decouple learning from testing and control type I error. However, thi…

Cited by 0SourceScholar
2025

A Unified Data Representation Learning for Non-parametric Two-sample Testing

UAI 2025

Learning effective data representations has been crucial in non-parametric two-sample testing. Common approaches will first split data into training and test sets and then learn data representations purely on the training set. However, recent theoretical studies have shown that, as long as the sampl

Cited by 0SourcePDFScholar
2025

Anchor-based Maximum Discrepancy for Relative Similarity Testing

NeurIPS 2025poster

The relative similarity testing aims to determine which of the distributions, $P$ or $Q$, is closer to an anchor distribution $U$. Existing kernel-based approaches often test the relative similarity with a fixed kernel in a manually specified alternative hypothesis, e.g., $Q$ is closer to $U$ than $…

Cited by 0SourcecodeScholar
2025

DUAL: Learning Diverse Kernels for Aggregated Two-sample and Independence Testing

NeurIPS 2025poster

To adapt kernel two-sample and independence testing to complex structured data, aggregation of multiple kernels is frequently employed to boost testing power compared to single-kernel tests. However, we observe a phenomenon that directly maximizing multiple kernel-based statistics may result in high…

Cited by 0SourceScholar
2025

Extracting Rare Dependence Patterns via Adaptive Sample Reweighting

ICML 2025poster

Discovering dependence patterns between variables from observational data is a fundamental issue in data analysis. However, existing testing methods often fail to detect subtle yet critical patterns that occur within small regions of the data distribution--patterns we term rare dependence. These rar…

Cited by 0SourcePDFScholar
2025

Learning Imbalanced Data with Beneficial Label Noise

ICML 2025poster

Data imbalance is a common factor hindering classifier performance. Data-level approaches for imbalanced learning, such as resampling, often lead to information loss or generative errors. Building on theoretical studies of imbalance ratio in binary classification, it is found that adding suitable la…

Cited by 0SourcePDFScholar
2025

LoCA: Location-Aware Cosine Adaptation for Parameter-Efficient Fine-Tuning

ICLR 2025poster

Low-rank adaptation (LoRA) has become a prevalent method for adapting pre-trained large language models to downstream tasks. However, the simple low-rank decomposition form may constrain the optimization flexibility. To address this limitation, we introduce Location-aware Cosine Adaptation (LoCA), a…

Cited by 0SourcePDFScholar
2025

Towards Accurate Time Series Forecasting via Implicit Decoding

NeurIPS 2025poster

Recent booming time series models have demonstrated remarkable forecasting performance. However, these methods often place greater focus on more effectively modelling the historical series, largely neglecting the forecasting phase, which generates long-term forecasts by separately predicting multipl…

Cited by 0SourcecodeScholar
2024

Conformalized Multiple Testing after Data-dependent Selection

NeurIPS 2024poster

The task of distinguishing individuals of interest from a vast pool of candidates using predictive models has garnered significant attention in recent years. This task can be framed as a *conformalized multiple testing* procedure, which aims at quantifying prediction uncertainty by controlling the f…

Cited by 2SourcePDFScholar
2024

In-N-Out: Lifting 2D Diffusion Prior for 3D Object Removal via Tuning-Free Latents Alignment

NeurIPS 2024poster

Neural representations for 3D scenes have made substantial advancements recently, yet object removal remains a challenging yet practical issue, due to the absence of multi-view supervision over occluded areas. Diffusion Models (DMs), trained on extensive 2D images, show diverse and high-fidelity ge…

Cited by 0SourcePDFScholar
2022

Uncertainty Quantification in Depth Estimation via Constrained Ordinal Regression

ECCV 2022poster

"Monocular Depth Estimation (MDE) is a task to predict a dense depth map from a single image. Despite the recent progress brought by deep learning, existing methods are still prone to errors due to the ill-posed nature of MDE. Hence depth estimation systems must be self-aware of possible mistakes to…