paper-with-me

홈 › Papers

Toward Theoretical Guidance for Two Common Questions in Practical Cross-Validation based Hyperparameter Selection

2023-01-12 · Parikshit Ram, Alexander G. Gray, Horst C. Samulowitz, Gregory Bramble

We show, to our knowledge, the first theoretical treatments of two common questions in cross-validation based hyperparameter selection: (1) After selecting the best hyperparameter using a held-out set, we train the final model using {\em all} of the training data -- since this may or may not improve future generalization error, should one do this? (2) During optimization such as via SGD (stochastic gradient descent), we must set the optimization tolerance $\rho$ -- since it trades off predictive accuracy with computation cost, how should one set it? Toward these problems, we introduce the {\em hold-in risk} (the error due to not using the whole training data), and the {\em model class mis-specification risk} (the error due to having chosen the wrong model class) in a theoretical view which is simple, general, and suggests heuristics that can be used when faced with a dataset instance. In proof-of-concept studies in synthetic data where theoretical quantities can be controlled, we show that these heuristics can, respectively, (1) always perform at least as well as always performing retraining or never performing retraining, (2) either improve performance or reduce computational overhead by $2\times$ with no loss in predictive performance.

📄 PDF Abstract BibTeX arXiv:2301.05131

Code (0)

등록된 구현이 없습니다.

Methods 이 논문이 사용한 방법론

SGD Stochastic Gradient Descent is an iterative optimization technique that uses minibatches of data to form an expectation of the gradient, rather than the full gradient using…

Similar Papers 제목 키워드 기반

REG: Rectified Gradient Guidance for Conditional Diffusion Models

2025-01-31 · Zhengqi Gao, Kaiwen Zha, Tianyuan Zhang, Zihui Xue 외

Guidance techniques are simple yet effective for improving conditional generation in diffusion models. Albeit their empirical success, the practical implementation of guidance diverges significantly from its theoretical …

Image GenerationText to Image GenerationText-to-Image Generationvalid

Ensuring Trustworthy Online A/B Testing: Addressing Five Key Questions on CUPED

2026-06-17 · Yu Zhang, Bokui Wan, Yongli Qin, Jinyong Ma 외 arxiv

A/B testing has become the gold standard for data-driven decision-making in large-scale online experimentation, providing critical guidance for feature launch, pricing optimization, and user experience enhancement. To ma…

Slimming Down LLMs Without Losing Their Minds

2025-06-12 · Qingda, Mai

This paper investigates and validates the impact of fine-tuning on large language model performance, focusing on parameter-efficient methods (LoRA and QLoRA). We evaluate model capabilities across three key domains: (1) …

Computational EfficiencyGSM8KHellaSwagLanguage Modeling+4

ChatGPT is a Knowledgeable but Inexperienced Solver: An Investigation of Commonsense Problem in Large Language Models

2023-03-29 · Ning Bian, Xianpei Han, Le Sun, Hongyu Lin 외

Large language models (LLMs) have made significant progress in NLP. However, their ability to memorize, represent, and leverage commonsense knowledge has been a well-known pain point. In this paper, we specifically focus…

Instruction Following

Utility Boundary of Dataset Distillation: Scaling and Configuration-Coverage Laws

2025-12-05 · Zhengquan Luo, Zhiqiang Xu arxiv

Dataset distillation (DD) aims to construct compact synthetic datasets that allow models to achieve comparable performance to full-data training while substantially reducing storage and computation. Despite rapid empiric…