Upgrade to Pro — share decks privately, control downloads, hide ads and more …

Data-centric MLOps(이정권)

Data-centric MLOps(이정권)

MLOps KR(https://www.facebook.com/groups/mlopskr)에서 주최한 1회 온라인 이벤트 발표 자료입니다

MLOpsKR

June 05, 2021
Tweet

More Decks by MLOpsKR

Other Decks in Programming

Transcript

  1. 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
  2. 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 ...
  3. 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)
  4. 사실은, 늘 해오던 일 Project progress month 1 month 2

    month 3 month 4 month 5 Code a model Build data Launch training job
  5. 여전히, 잘 모른다 → Data-centric MLOps Systematic & iterative way

    to build Data for ML 단순히 지루한 작업을 자동화하는 과정이 아닌 ML 문제를 해결하기 위한 과정 저는 Superb AI라는 팀에서 이 문제를 풀고 있습니다.
  6. 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: }
  7. 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, ...
  8. Support flexible pipeline 100 different problems, 100 different datasets, 100

    different ways To support flexible pipeline Build Data Team Model WORKING SUBMITTED REVIEWED
  9. 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
  10. Source data analysis, User analysis, Log, Task matching, etc 여전히

    할일이 정말 많다. 마무리 SDK를 이용한 사용 예제!는 다음에 https://github.com/superb-AI-Suite/ Full-pipeline MLOps https://ai-infrastructure.org/