paper-with-me

홈 › Papers

DiffML: End-to-end Differentiable ML Pipelines

2022-07-04 · Benjamin Hilprecht, Christian Hammacher, Eduardo Reis, Mohamed Abdelaal, Carsten Binnig

In this paper, we present our vision of differentiable ML pipelines called DiffML to automate the construction of ML pipelines in an end-to-end fashion. The idea is that DiffML allows to jointly train not just the ML model itself but also the entire pipeline including data preprocessing steps, e.g., data cleaning, feature selection, etc. Our core idea is to formulate all pipeline steps in a differentiable way such that the entire pipeline can be trained using backpropagation. However, this is a non-trivial problem and opens up many new research questions. To show the feasibility of this direction, we demonstrate initial ideas and a general principle of how typical preprocessing steps such as data cleaning, feature selection and dataset selection can be formulated as differentiable programs and jointly learned with the ML model. Moreover, we discuss a research roadmap and core challenges that have to be systematically tackled to enable fully differentiable ML pipelines.

📄 PDF Abstract BibTeX arXiv:2207.01269

Code (0)

등록된 구현이 없습니다.

Tasks

feature selection

Methods 이 논문이 사용한 방법론

Feature Selection Feature selection, also known as variable selection, attribute selection or variable subset selection, is the process of selecting a subset of relevant features (variables,…

Similar Papers 제목 키워드 기반

DSAC - Differentiable RANSAC for Camera Localization

2016-11-17 · CVPR 2017 7 · Eric Brachmann, Alexander Krull, Sebastian Nowozin, Jamie Shotton 외

RANSAC is an important algorithm in robust optimization and a central building block for many computer vision applications. In recent years, traditionally hand-crafted pipelines have been replaced by deep learning pipeli…

Camera LocalizationDeep LearningMedical Image SegmentationReinforcement Learning+1

Differentiable Data Augmentation with Kornia

2020-11-19 · Jian Shi, Edgar Riba, Dmytro Mishkin, Francesc Moreno 외

In this paper we present a review of the Kornia differentiable data augmentation (DDA) module for both for spatial (2D) and volumetric (3D) tensors. This module leverages differentiable computer vision solutions from Kor…

Image AugmentationImage Manipulationimage smoothing

SlowLiDAR: Increasing the Latency of LiDAR-Based Detection Using Adversarial Examples

2023-01-01 · CVPR 2023 1 · Han Liu, Yuhao Wu, Zhiyuan Yu, Yevgeniy Vorobeychik 외

LiDAR-based perception is a central component of autonomous driving, playing a key role in tasks such as vehicle localization and obstacle detection. Since the safety of LiDAR-based perceptual pipelines is critical t…

Autonomous Driving

Making Classical Machine Learning Pipelines Differentiable: A Neural Translation Approach

2019-06-10 · Gyeong-In Yu, Saeed Amizadeh, Sehoon Kim, Artidoro Pagnoni 외

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 model…

BIG-bench Machine LearningTranslation

Reinforced Pipeline Optimization: Behaving Optimally with Non-Differentiabilities

2018-09-27 · Aijun Bai, Dongdong Chen, Gang Hua, Lu Yuan

Many machine learning systems are implemented as pipelines. A pipeline is essentially a chain/network of information processing units. As information flows in and out and gradients vice versa, ideally, a pipeline can be …

object-detectionObject Detection