paper-with-me

Papers

Hidden Technical Debt in Machine Learning Systems

2015-12-01 · NeurIPS 2015 12 · D. Sculley, Gary Holt, Daniel Golovin, Eugene Davydov, Todd Phillips, Dietmar Ebner, Vinay Chaudhary, Michael Young, Jean-François Crespo, Dan Dennison

Machine learning offers a fantastically powerful toolkit for building useful complexprediction systems quickly. This paper argues it is dangerous to think ofthese quick wins as coming for free. Using the software engineering frameworkof technical debt, we find it is common to incur massive ongoing maintenancecosts in real-world ML systems. We explore several ML-specific risk factors toaccount for in system design. These include boundary erosion, entanglement,hidden feedback loops, undeclared consumers, data dependencies, configurationissues, changes in the external world, and a variety of system-level anti-patterns.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

BIG-bench Machine Learning

Similar Papers 제목 키워드 기반

Hidden Technical Debts for Fair Machine Learning in Financial Services

2021-03-18 · Chong Huang, Arash Nourian, Kevin Griest

The recent advancements in machine learning (ML) have demonstrated the potential for providing a powerful solution to build complex prediction systems in a short time. However, in highly regulated industries, such as the…

BIG-bench Machine LearningFairness

From AI Technical Debt to Agentic Technical Debt: A Systematic Mapping of Root Causes and Manifestations in Agentic AI Systems

2026-08-02 · Muhammad Tukur, Hayatullahi B. Adeyemo, Tao Chen, Nour Ali 외 arxiv

The emergence of Agentic AI systems, characterized by autonomous reasoning, multi-agent collaboration, tool orchestration, adaptive decision-making, and persistent memory, represents a fundamental shift from traditional …

Towards a Technical Debt for Recommender System

2023-11-14 · Sergio Moreschini, Ludovik Coba, Valentina Lenarduzzi

Balancing the management of technical debt within recommender systems requires effectively juggling the introduction of new features with the ongoing maintenance and enhancement of the current system. Within the realm of…

ManagementRecommendation Systems

Identifying Self-Admitted Technical Debt in Issue Tracking Systems using Machine Learning

2022-02-04 · Yikun Li, Mohamed Soliman, Paris Avgeriou

Technical debt is a metaphor indicating sub-optimal solutions implemented for short-term benefits by sacrificing the long-term maintainability and evolvability of software. A special type of technical debt is explicitly …

BIG-bench Machine Learning

Making Contextual Decisions with Low Technical Debt

2016-06-13 · Alekh Agarwal, Sarah Bird, Markus Cozowicz, Luong Hoang 외

Applications and systems are constantly faced with decisions that require picking from a set of actions based on contextual information. Reinforcement-based learning algorithms such as contextual bandits can be very effe…

Multi-Armed Bandits