Classical Machine Learning (ML) pipelines often comprise of multiple ML models where models, within a pipeline, are trained in isolation. Conversely, when training neural network models, layers composing the neural models are simultaneously trained using backpropagation. We argue that the isolated training scheme of ML…
arXiv research
A locally-built, LLM-digested index of recent arXiv papers in quant finance, geometry/topology, and statistical ML — keyword search served straight from SQLite on this machine.
Trend · papers per month
AVATAR uses a surrogate model to quickly evaluate ML pipelines, saving time and resources.
A rigorous ML pipeline for binary classification in biomedical studies, focusing on pancreatic cancer.
Modyn automates continuous ML model training on growing datasets.
The paper proposes a ML workflow for B2B sales prediction.
Underspecified ML models can behave unpredictably in real-world use.
DeepLine automates ML pipeline generation using reinforcement learning.
As machine learning is applied more widely, data scientists often struggle to find or create end-to-end machine learning systems for specific tasks. The proliferation of libraries and frameworks and the complexity of the tasks have led to the emergence of "pipeline jungles" - brittle, ad hoc ML systems. To address thes…
DC-Check helps guide ML development by considering data-centric aspects.
The paper aims to improve reproducibility of machine learning experiments.
In this demo paper, we introduce the DARPA D3M program for automatic machine learning (ML) and JPL's MARVIN tool that provides an environment to locate, annotate, and execute machine learning primitives for use in ML pipelines. MARVIN is a web-based application and associated back-end interface written in Python that e…
Proposes VEESA pipeline for interpreting ML models with functional data.
RankML predicts machine learning pipeline performance quickly and accurately.
Paper introduces probabilistic approach to CO layers in ML.
Hyperparameter tuning of multi-stage pipelines introduces a significant computational burden. Motivated by the observation that work can be reused across pipelines if the intermediate computations are the same, we propose a pipeline-aware approach to hyperparameter tuning. Our approach optimizes both the design and exe…
Much of the work in metalearning has focused on classifier selection, combined more recently with hyperparameter optimization, with little concern for data preprocessing. Yet, it is generally well accepted that machine learning applications require not only model building, but also data preprocessing. In other words, p…
TIER uses extended strain data to improve gravitational wave detection sensitivity.
Study on AutoML robustness with dirty data.
Develops a machine learning pipeline for learning causal structure in time-series data.
Generating labeled training datasets has become a major bottleneck in Machine Learning (ML) pipelines. Active ML aims to address this issue by designing learning algorithms that automatically and adaptively select the most informative examples for labeling so that human time is not wasted labeling irrelevant, redundant…
There has been considerable growth and interest in industrial applications of machine learning (ML) in recent years. ML engineers, as a consequence, are in high demand across the industry, yet improving the efficiency of ML engineers remains a fundamental challenge. Automated machine learning (AutoML) has emerged as a …
Connected and autonomous vehicles (CAVs) will form the backbone of future next-generation intelligent transportation systems (ITS) providing travel comfort, road safety, along with a number of value-added services. Such a transformation---which will be fuelled by concomitant advances in technologies for machine learnin…
This paper tackles hidden technical debts in fair ML systems for Fintech.
Rubin LSST DESC uses AI/ML for dark energy research.
fintech-kMC simulates financial platforms for AI/ML model validation.
Operations is a key challenge in the domain of machine learning pipeline deployments involving monitoring and management of real-time prediction quality. Typically, metrics like accuracy, RMSE etc., are used to track the performance of models in deployment. However, these metrics cannot be calculated in production due …
Clinical prognostic models derived from largescale healthcare data can inform critical diagnostic and therapeutic decisions. To enable off-theshelf usage of machine learning (ML) in prognostic research, we developed AUTOPROGNOSIS: a system for automating the design of predictive modeling pipelines tailored for clinical…
Shai-am simplifies ML for finance, solving code structure and scalability issues.
Adversarial attacks can manipulate ML-aided visualizations, tricking analysts.
Paper proposes EEIPU, a memoization-aware BO algorithm to reduce hyperparameter tuning costs.
Large scale machine learning (ML) systems such as the Alexa automatic speech recognition (ASR) system continue to improve with increasing amounts of manually transcribed training data. Instead of scaling manual transcription to impractical levels, we utilize semi-supervised learning (SSL) to learn acoustic models (AM) …
Machine Learning is transitioning from an art and science into a technology available to every developer. In the near future, every application on every platform will incorporate trained models to encode data-based decisions that would be impossible for developers to author. This presents a significant engineering chal…
RFX-Fuse combines Breiman and Cutler's Random Forest with modern ML capabilities.
PipeDream-2BW accelerates large model training by 20x with minimal memory usage.
We introduce vine computational graphs for efficient ML integration of vine copulas.
The paper proposes a method to evaluate ML models for subjective inference, focusing on sentence toxicity.
RODMAN improves ML-based disk failure prediction accuracy in cloud environments.
MLModelScope streamlines ML/DL model evaluation and benchmarking.
There has been a rapid proliferation of machine learning/deep learning (ML) models and wide adoption of them in many application domains. This has made profiling and characterization of ML model performance an increasingly pressing task for both hardware designers and system providers, as they would like to offer the b…
This dissertation automates deep learning pipelines and uses meta-learning for better model selection and data augmentation.
Framework improves ML performance by identifying high-quality data.
Machine learning (ML) has become a vital part in many aspects of our daily life. However, building well performing machine learning applications requires highly specialized data scientists and domain experts. Automated machine learning (AutoML) aims to reduce the demand for data scientists by enabling domain experts to…
The study examines backward compatibility issues in ML systems, especially with noisy data.
Machine learning (ML) methods have been developing rapidly, but configuring and selecting proper methods to achieve a desired performance is increasingly difficult and tedious. To address this challenge, automated machine learning (AutoML) has emerged, which aims to generate satisfactory ML configurations for given tas…
Tribuo integrates ML models with provenance in Java.
We study the AutoML problem of automatically configuring machine learning pipelines by jointly selecting algorithms and their appropriate hyper-parameters for all steps in supervised learning pipelines. This black-box (gradient-free) optimization with mixed integer & continuous variables is a challenging problem. We pr…
New algorithm learns and unlearns from streaming data efficiently.
In this paper, a Wide Learning architecture is proposed that attempts to automate the feature engineering portion of the machine learning (ML) pipeline. Feature engineering is widely considered as the most time consuming and expert knowledge demanding portion of any ML task. The proposed feature recommendation approach…