Upgrade to Pro
— share decks privately, control downloads, hide ads and more …
Speaker Deck
Sign up for free
Menu
Search
Features
All features
Private URLs
Password Protection
Custom URLS
Scheduled publishing
Remove Branding
Restrict embedding
Deck Collections
Notes
Features
All features
Private URLs
Password Protection
Custom URLS
Scheduled publishing
Remove Branding
Restrict embedding
Deck Collections
Notes
Explore
Featured decks
Featured speakers
Programming
Technology
Storyboards
Explore
Featured decks
Featured speakers
Programming
Technology
Storyboards
Pricing
Search
Sign in
Sign up for free
Data-centric MLOps(이정권)
Search
MLOpsKR
June 05, 2021
Programming
1.1k
0
Share
Embed
Copy iframe code
Copy JS code
Copy link
Start on current slide
Data-centric MLOps(이정권)
MLOps KR(
https://www.facebook.com/groups/mlopskr)에서
주최한 1회 온라인 이벤트 발표 자료입니다
MLOpsKR
June 05, 2021
More Decks by MLOpsKR
See All by MLOpsKR
Ray: 대규모 ML인프라를 위한 분산 시스템 프레임워크(조상빈)
mlopskr
0
2.5k
JupyterFlow : 당신의 모델에 날개를 달아드립니다(유홍근)
mlopskr
0
1.2k
모델을 데이터셋에 맞게 대량을 찍어내는 방법(only 파이썬)(김태영)
mlopskr
0
950
KRSH: 선언형 Kubeflow, Terraform처럼 파이프라인 관리하기(김완수)
mlopskr
0
1k
MLOps 춘추 전국 시대 정리(변성윤)
mlopskr
0
13k
Other Decks in Programming
See All in Programming
スマート反転とウェブアクセシビリティ
camiha
0
210
Vue Fes Japan 2026 タイムテーブル徹底解説
448jp
1
480
thread_parallel_with_free-threaded_Python_and_NumPy.pdf
riku_sakamoto
0
350
そのリトライ、死んだコネクションを使い回していませんか ── GoのHTTPクライアントとHTTP/2を実プロダクト障害から学び直す
myus4a
0
220
ゲームコントローラやキーボードのファームウェアをSwiftで書く
kishikawakatsumi
1
250
iOSDC2026登壇資料.pdf
riofujimon
0
180
フロントエンドUIフレームワークのこれまでとこれから
ssssota
5
2.9k
大喜利で理解するLLM as a Judge / Understanding LLM-as-a-Judge through Ogiri
rockname
0
160
手動確認はもう限界 〜XCUITestでCustom URL Schemeの遷移を起動種別ごとに自動テストする〜 / Testing Custom URL Schemes with XCUITest
otouto
0
320
App Intentsのビルドプロセスを支える技術
kntkymt
0
420
XP祭りでしか伝わらないフリップネタ #xpjug
murabayashi
0
150
IBM Bob Dojo #1 仕様駆動開発入門
oniak3ibm
PRO
0
110
Featured
See All Featured
Why You Should Never Use an ORM
jnunemaker
PRO
61
10k
Chrome DevTools: State of the Union 2024 - Debugging React & Beyond
addyosmani
10
1.3k
Test your architecture with Archunit
thirion
2
2.4k
The B2B funnel & how to create a winning content strategy
katarinadahlin
PRO
1
540
Navigating Algorithm Shifts & AI Overviews - #SMXNext
aleyda
1
1.6k
Why Our Code Smells
bkeepers
PRO
340
58k
[Rails World 2023 - Day 1 Closing Keynote] - The Magic of Rails
eileencodes
38
3k
Hiding What from Whom? A Critical Review of the History of Programming languages for Music
tomoyanonymous
3
1.3k
RailsConf 2023
tenderlove
30
1.6k
The Spectacular Lies of Maps
axbom
PRO
1
1k
Digital Ethics as a Driver of Design Innovation
axbom
PRO
1
430
How To Speak Unicorn (iThemes Webinar)
marktimemedia
1
580
Transcript
Data-centric MLOps : 데이터 중심 MLOps를 돕기 위한 작은 장치들
Superb AI 이정권
AI / ML = Model + Data
AI / ML = Model + Data Data centric?
Task Baseline: 70% accuracy Target Performance: 90% accuracy Should the
team improve the code or the data? : code(20%), data(80%) A Chat with Andrew on MLOps: From Model-centric to Data-centric AI
A Chat with Andrew on MLOps: From Model-centric to Data-centric
AI Improve AI → Improve the quality of the data: consistency error rate diversity coverage feedback frequency size ...
A Chat with Andrew on MLOps: From Model-centric to Data-centric
AI slide credit: A Chat with Andrew on MLOps: From Model-centric to Data-centric AI (https://www.youtube.com/watch?v=06-AZXmwHjo)
사실은, 늘 해오던 일 Project progress month 1 month 2
month 3 month 4 month 5 Code a model Build data Launch training job
사실은, 늘 해오던 일 Building the Software 2.0 Stack (Andrej
Karpathy, 2018)
Question: How many labeled images are needed to solve this
problem?
Answer: 100,000 images?
My Answer: I don’t know. Let’s start from 5,000 WHY?
여전히, 잘 모른다 → Data-centric MLOps Systematic & iterative way
to build Data for ML 단순히 지루한 작업을 자동화하는 과정이 아닌 ML 문제를 해결하기 위한 과정 저는 Superb AI라는 팀에서 이 문제를 풀고 있습니다.
<2달 <30명 <20,000 Images The Problem
The Meta Problem Design Data Spec Build Data Train a
model Deploy to service
Starting Point Labeling Tool Data Label
Reusable Data Spec { project_name: potato_detect_1 data_spec: good_potato: box: color:
red condition: ... bad_potato: box: } { project_name: potato_detect_2 data_spec: good_potato: polygon: color: red condition: ... bad_potato: box: }
Reusable Data Spec { project_name: potato_detect_13 data_spec: best_potato: polygon: direction:
options: ... good_potato: {} normal_potato: {} bad_potato: {} } Goal ≠ Task ALWAYS configured repeatedly name, color, type, conditions, options, property, ROI Info, ...
Support flexible pipeline 100 different problems, 100 different datasets, 100
different ways To support flexible pipeline Build Data Team Model WORKING SUBMITTED REVIEWED
Support flexible pipeline
Versioning Set 단위, 실험 당
ML Engineer를 위해 … ? Detailed Statistics & Report
Human in the loop ^ 2 Human in the loop
ML
Inside Human Labeling Data Human Labeling Service Model Data Labeling
Our Model ? Uncertain? Label-wise Confidence Overall Set Confidence User performance estimate Boost Labeling ... Human in the loop ^ 2
Keep labels consistent
Keep labels consistent
요약
Source data analysis, User analysis, Log, Task matching, etc 여전히
할일이 정말 많다. 마무리 SDK를 이용한 사용 예제!는 다음에 https://github.com/superb-AI-Suite/ Full-pipeline MLOps https://ai-infrastructure.org/