paper-with-me

Papers

Hyperparameter Optimization and Reproducibility in Deep Learning Model Training

2025-10-16 · Usman Afzaal, Ziyu Su, Usama Sajjad, Hao Lu, Mostafa Rezapour, Metin Nafi Gurcan, Muhammad Khalid Khan Niazi arxiv

Reproducibility remains a critical challenge in foundation model training for histopathology, often hindered by software randomness, hardware non-determinism, and inconsistent hyperparameter reporting. To investigate these issues, we trained a CLIP model on the QUILT-1M dataset and systematically evaluated the impact of different hyperparameter settings and augmentation strategies across three downstream histopathology datasets (PatchCamelyon, LC25000-Lung, and LC25000-Colon). Despite variability across runs, we identified clear trends: RandomResizedCrop values of 0.7-0.8 outperformed more aggressive (0.6) or conservative (0.9) settings, distributed training without local loss improved stability, and learning rates below 5.0e-5 consistently degraded performance across all datasets. The LC25000 (Colon) dataset consistently provided the most reproducible benchmark. These findings highlight that reproducibility in computational pathology depends not only on transparent documentation but also on carefully chosen experimental configurations, and we provide practical rules to guide future efforts in developing reproducible foundation models for digital pathology.

📄 PDF Abstract BibTeX arXiv:2510.15164

Code (0)

등록된 구현이 없습니다.

Tasks

Hyperparameter Optimization

Similar Papers 제목 키워드 기반

Improving Hyperparameter Optimization with Checkpointed Model Weights

2024-06-26 · Nikhil Mehta, Jonathan Lorraine, Steve Masson, Ramanathan Arunachalam 외

When training deep learning models, the performance depends largely on the selected hyperparameters. However, hyperparameter optimization (HPO) is often one of the most expensive parts of model design. Classical HPO meth…

Hyperparameter Optimizationmodel

Hyperparameters in Reinforcement Learning and How To Tune Them

2023-06-02 · Theresa Eimer, Marius Lindauer, Roberta Raileanu

In order to improve reproducibility, deep reinforcement learning (RL) has been adopting better scientific practices such as standardized evaluation metrics and reporting. However, the process of hyperparameter optimizati…

AutoMLDeep Reinforcement LearningHyperparameter Optimizationreinforcement-learning+2

Reproducibility Requires Consolidated Artifacts

2023-05-21 · Iordanis Fostiropoulos, Bowman Brown, Laurent Itti

Machine learning is facing a 'reproducibility crisis' where a significant number of works report failures when attempting to reproduce previously published results. We evaluate the sources of reproducibility failures usi…

SADT: Combining Sharpness-Aware Minimization with Self-Distillation for Improved Model Generalization

2022-11-01 · Masud An-Nur Islam Fahim, Jani Boutellier

Methods for improving deep neural network training times and model generalizability consist of various data augmentation, regularization, and optimization approaches, which tend to be sensitive to hyperparameter settings…

Data Augmentation

Predictable Scale: Part I -- Optimal Hyperparameter Scaling Law in Large Language Model Pretraining

2025-03-06 · Houyi Li, Wenzhen Zheng, Qiufeng Wang, Hanshan Zhang 외

The impressive capabilities of Large Language Models (LLMs) across diverse tasks are now well-established, yet their effective deployment necessitates careful hyperparameter optimization. Through extensive empirical stud…

GPUHyperparameter OptimizationLanguage ModelingLanguage Modelling+2