paper-with-me

홈 › Papers

Subsampling Bias and The Best-Discrepancy Systematic Cross Validation

2019-07-04 · Liang Guo, Jianya Liu, Ruodan Lu

Statistical machine learning models should be evaluated and validated before putting to work. Conventional k-fold Monte Carlo Cross-Validation (MCCV) procedure uses a pseudo-random sequence to partition instances into k subsets, which usually causes subsampling bias, inflates generalization errors and jeopardizes the reliability and effectiveness of cross-validation. Based on ordered systematic sampling theory in statistics and low-discrepancy sequence theory in number theory, we propose a new k-fold cross-validation procedure by replacing a pseudo-random sequence with a best-discrepancy sequence, which ensures low subsampling bias and leads to more precise Expected-Prediction-Error estimates. Experiments with 156 benchmark datasets and three classifiers (logistic regression, decision tree and naive bayes) show that in general, our cross-validation procedure can extrude subsampling bias in the MCCV by lowering the EPE around 7.18% and the variances around 26.73%. In comparison, the stratified MCCV can reduce the EPE and variances of the MCCV around 1.58% and 11.85% respectively. The Leave-One-Out (LOO) can lower the EPE around 2.50% but its variances are much higher than the any other CV procedure. The computational time of our cross-validation procedure is just 8.64% of the MCCV, 8.67% of the stratified MCCV and 16.72% of the LOO. Experiments also show that our approach is more beneficial for datasets characterized by relatively small size and large aspect ratio. This makes our approach particularly pertinent when solving bioscience classification problems. Our proposed systematic subsampling technique could be generalized to other machine learning algorithms that involve random subsampling mechanism.

📄 PDF Abstract BibTeX arXiv:1907.02437

Code (0)

등록된 구현이 없습니다.

Tasks

BIG-bench Machine Learning

Similar Papers 제목 키워드 기반

Model-free Subsampling Method Based on Uniform Designs

2022-09-08 · Mei Zhang, Yongdao Zhou, Zheng Zhou, Aijun Zhang

Subsampling or subdata selection is a useful approach in large-scale statistical learning. Most existing studies focus on model-based subsampling methods which significantly depend on the model assumption. In this paper,…

Tackling the subsampling problem to infer collective properties from limited data

2022-09-12 · Anna Levina, Viola Priesemann, Johannes Zierenberg

Complex systems are fascinating because their rich macroscopic properties emerge from the interaction of many simple parts. Understanding the building principles of these emergent phenomena in nature requires assessing n…

Composite Silhouette: A Subsampling-based Aggregation Strategy

2026-04-15 · Aggelos Semoglou, Aristidis Likas, John Pavlopoulos arxiv

Determining the number of clusters is a central challenge in unsupervised learning, where ground-truth labels are unavailable. The Silhouette coefficient is a widely used internal validation metric for this task, yet its…

How Does Differential Privacy Affect Social Bias in LLMs? A Systematic Evaluation

2026-05-11 · Eduardo Tenorio, Karuna Bhaila, Xintao Wu arxiv

Large language models (LLMs) trained on web-scale corpora can memorize sensitive training data, posing significant privacy risks. Differential privacy (DP) has emerged as a principled framework that limits the influence …

Question Answering

Towards Debiasing Frame Length Bias in Text-Video Retrieval via Causal Intervention

2023-09-17 · Burak Satar, Hongyuan Zhu, Hanwang Zhang, Joo Hwee Lim

Many studies focus on improving pretraining or developing new backbones in text-video retrieval. However, existing methods may suffer from the learning and inference bias issue, as recent research suggests in other text-…

Action RecognitionGraph GenerationRetrievalScene Graph Generation+2