paper-with-me

Papers

Quantifying error contributions of computational steps, algorithms and hyperparameter choices in image classification pipelines

2019-02-25 · Aritra Chowdhury, Malik Magdin-Ismail, Bulent Yener

Data science relies on pipelines that are organized in the form of interdependent computational steps. Each step consists of various candidate algorithms that maybe used for performing a particular function. Each algorithm consists of several hyperparameters. Algorithms and hyperparameters must be optimized as a whole to produce the best performance. Typical machine learning pipelines typically consist of complex algorithms in each of the steps. Not only is the selection process combinatorial, but it is also important to interpret and understand the pipelines. We propose a method to quantify the importance of different layers in the pipeline, by computing an error contribution relative to an agnostic choice of algorithms in that layer. We demonstrate our methodology on image classification pipelines. The agnostic methodology quantifies the error contributions from the computational steps, algorithms and hyperparameters in the image classification pipeline. We show that algorithm selection and hyper-parameter optimization methods can be used to quantify the error contribution and that random search is able to quantify the contribution more accurately than Bayesian optimization. This methodology can be used by domain experts to understand machine learning and data analysis pipelines in terms of their individual components, which can help in prioritizing different components of the pipeline.

📄 PDF Abstract BibTeX arXiv:1903.02521

Code (0)

등록된 구현이 없습니다.

Tasks

Bayesian OptimizationBIG-bench Machine LearningGeneral Classificationimage-classificationImage Classification

Methods 이 논문이 사용한 방법론

Random Search Random Search replaces the exhaustive enumeration of all combinations by selecting them randomly. This can be simply applied to the discrete setting described above, but also…

Similar Papers 제목 키워드 기반

Quantifying contribution and propagation of error from computational steps, algorithms and hyperparameter choices in image classification pipelines

2019-02-21 · Aritra Chowdhury, Malik Magdon-Ismail, Bulent Yener

Data science relies on pipelines that are organized in the form of interdependent computational steps. Each step consists of various candidate algorithms that maybe used for performing a particular function. Each algorit…

Bayesian OptimizationBIG-bench Machine LearningGeneral ClassificationHyperparameter Optimization+2

Dataless Model Selection with the Deep Frame Potential

2020-03-30 · CVPR 2020 6 · Calvin Murdock, Simon Lucey

Choosing a deep neural network architecture is a fundamental problem in applications that require balancing performance and parameter efficiency. Standard approaches rely on ad-hoc engineering or computationally expensiv…

modelModel Selection

Cross-Modal Generative Framework for Signal Translation from Fetal-Maternal Electrocardiograms to Fetal Doppler Waveforms

2026-07-09 · Tongli Su, Alireza Rafiei, Marly van Assen, Reza Sameni 외 arxiv

Fetal electrocardiogram (fECG) and Doppler ultrasound provide complementary views of fetal cardiovascular function: fECG captures electrical activity while Doppler reflects mechanical hemodynamics shaped by factors such …

Would I have gotten that reward? Long-term credit assignment by counterfactual contribution analysis

2023-09-21 · NeurIPS 2023 11

To make reinforcement learning more sample efficient, we need better credit assignment methods that measure an action’s influence on future rewards. Building upon Hindsight Credit Assignment (HCA), we introduce Counterfa…

Efficiently Quantifying Individual Agent Importance in Cooperative MARL

2023-12-13 · Omayma Mahjoub, Ruan de Kock, Siddarth Singh, Wiem Khlifi 외

Measuring the contribution of individual agents is challenging in cooperative multi-agent reinforcement learning (MARL). In cooperative MARL, team performance is typically inferred from a single shared global reward. Arg…

BenchmarkingMulti-agent Reinforcement Learning