paper-with-me

홈 › Papers

bioLeak: Leakage-Aware Modeling and Diagnostics for Machine Learning in R

2026-04-13 · Selçuk Korkmaz arxiv

Data leakage remains a recurrent source of optimistic bias in biomedical machine learning studies. Standard row-wise cross-validation and globally estimated preprocessing steps are often inappropriate for data with repeated measurements, study-level heterogeneity, batch effects, or temporal dependencies. This paper describes bioLeak, an R package for constructing leakage-aware resampling workflows and for auditing fitted models for common leakage mechanisms. The package provides leakage-aware split construction, train-fold-only preprocessing, cross-validated model fitting, nested hyperparameter tuning, post hoc leakage audits, and HTML reporting. The implementation supports binary classification, multiclass classification, regression, and survival analysis, with task-specific metrics and S4 containers for splits, fits, audits, and inflation summaries. The simulation artifacts show how apparent performance changes under controlled leakage mechanisms, and the case study illustrates how guarded and leaky pipelines can yield materially different conclusions on multi-study transcriptomic data. The emphasis throughout is on software design, reproducible workflows, and interpretation of diagnostic output.

📄 PDF Abstract BibTeX arXiv:2604.10965

Code (0)

등록된 구현이 없습니다.

Tasks

Binary Classification

Similar Papers 제목 키워드 기반

DeepLeak: Privacy Enhancing Hardening of Model Explanations Against Membership Leakage

2026-01-06 · Firas Ben Hmida, Zain Sbeih, Philemon Hailemariam, Birhanu Eshete arxiv

Machine learning (ML) explainability is central to algorithmic transparency in high-stakes settings such as predictive diagnostics and loan approval. However, these same domains require rigorous privacy guaranties, creat…

Adapter Merging Reactivates Latent Reasoning Traces: A Mechanism Analysis

2026-01-26 · Junyi Zou arxiv

Large language models fine-tuned via a two-stage pipeline (domain adaptation followed by instruction alignment) can exhibit non-trivial interference after adapter merging, including the re-emergence of explicit reasoning…

Domain Adaptation

Seed-Induced Uniqueness in Transformer Models: Subspace Alignment Governs Subliminal Transfer

2025-11-02 · Ayşe Selin Okatan, Mustafa İlhan Akbaş, Laxima Niure Kandel, Berker Peköz arxiv

We analyze subliminal transfer in Transformer models, where a teacher embeds hidden traits that can be linearly decoded by a student without degrading main-task performance. Prior work often attributes transferability to…

A prior-free blind detection of information leakage from model predictions

2026-06-09 · Laurence A. Jacobs arxiv

Data leakage -- contamination of a model with information unavailable at baseline -- is the dominant reproducibility failure in machine-learning-based science, yet detection tools require training code, external data, or…

Improving generalization of machine learning-identified biomarkers with causal modeling: an investigation into immune receptor diagnostics

2022-04-20 · Milena Pavlović, Ghadi S. Al Hajj, Chakravarthi Kanduri, Johan Pensar 외

Machine learning is increasingly used to discover diagnostic and prognostic biomarkers from high-dimensional molecular data. However, a variety of factors related to experimental design may affect the ability to learn ge…

BIG-bench Machine LearningDiagnosticExperimental Design