paper-with-me

Papers

Helix: Accelerating Human-in-the-loop Machine Learning

2018-08-03 · Doris Xin, Litian Ma, Jialin Liu, Stephen Macke, Shuchen Song, Aditya Parameswaran

Data application developers and data scientists spend an inordinate amount of time iterating on machine learning (ML) workflows -- by modifying the data pre-processing, model training, and post-processing steps -- via trial-and-error to achieve the desired model performance. Existing work on accelerating machine learning focuses on speeding up one-shot execution of workflows, failing to address the incremental and dynamic nature of typical ML development. We propose Helix, a declarative machine learning system that accelerates iterative development by optimizing workflow execution end-to-end and across iterations. Helix minimizes the runtime per iteration via program analysis and intelligent reuse of previous results, which are selectively materialized -- trading off the cost of materialization for potential future benefits -- to speed up future iterations. Additionally, Helix offers a graphical interface to visualize workflow DAGs and compare versions to facilitate iterative development. Through two ML applications, in classification and in structured prediction, attendees will experience the succinctness of Helix programming interface and the speed and ease of iterative development using Helix. In our evaluations, Helix achieved up to an order of magnitude reduction in cumulative run time compared to state-of-the-art machine learning tools.

📄 PDF Abstract BibTeX arXiv:1808.01095

Code (0)

등록된 구현이 없습니다.

Tasks

BIG-bench Machine LearningStructured Prediction

Methods 이 논문이 사용한 방법론

SPEED The monocular depth estimation (MDE) is the task of estimating depth from a single frame. This information is an essential knowledge in many computer vision tasks such as scene…

Similar Papers 제목 키워드 기반

Helix: Holistic Optimization for Accelerating Iterative Machine Learning

2018-12-14 · Doris Xin, Stephen Macke, Litian Ma, Jialin Liu 외

Machine learning workflow development is a process of trial-and-error: developers iterate on workflows by testing out small modifications until the desired accuracy is achieved. Unfortunately, existing machine learning s…

BIG-bench Machine Learning

Machine Learning for Classification of Protein Helix Capping Motifs

2019-05-01 · Sean Mullane, Ruoyan Chen, Sri Vaishnavi Vemulapalli, Eli J. Draizen 외

The biological function of a protein stems from its 3-dimensional structure, which is thermodynamically determined by the energetics of interatomic forces between its amino acid building blocks (the order of amino acids,…

BIG-bench Machine LearningClassificationGeneral Classification

White paper: The Helix Pathogenicity Prediction Platform

2021-04-02 · Bas Vroling, Stephan Heijl

In this white paper we introduce Helix, an AI based solution for missense pathogenicity prediction. With recent advances in the sequencing of human genomes, massive amounts of genetic data have become available. This has…

Prediction

HELIX: Model-Harness Co-evolution for Recursive Self-Improvement

2026-08-14 · Tianyu Fan, Chao Huang arxiv

Scaling agent capability has largely focused on improving the model, yet an interactive agent acts through a runtime harness that mediates context, tools, control flow, and stopping. The harness shapes both what a model …

Code Repair

Helix: Algorithm/Architecture Co-design for Accelerating Nanopore Genome Base-calling

2020-08-04 · Qian Lou, Sarath Janga, Lei Jiang

Nanopore genome sequencing is the key to enabling personalized medicine, global food security, and virus surveillance. The state-of-the-art base-callers adopt deep neural networks (DNNs) to translate electrical signals g…