Skip to content

Commit e6fe14e

Browse files
committed
Add Landing AI case study
Update readme correct hyperline
1 parent 6342b24 commit e6fe14e

File tree

4 files changed

+25
-1
lines changed

4 files changed

+25
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,8 @@ If you'd like to make contributions to this Github repository, please read our [
4747
12. [Multi-Task & Multi-Domain Learning](#mtl-mdl) (Under construction)
4848
13. [Emerging Trends](#emerging)
4949
14. [Applications](#applications)
50-
15. [Awesome Lists](awesome-lists/README.md)
50+
15. [Case Studies](case-studies/README.md)
51+
16. [Awesome Lists](awesome-lists/README.md)
5152

5253
<h1 id="background">Background</h1>
5354

awesome-lists/startups.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ _This awesome list is a stub. You can help by improving it._
88

99
<h2 id="platforms">Data-Centric Platforms</h2>
1010

11+
- [Landing AI](https://landing.ai/platform/)
1112
- [Snorkel](https://snorkel.ai)
1213

1314
<h2 id="mlops">ML Ops</h2>

case-studies/README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
# Case Studies
2+
3+
We want to gather case studies with real-life applications of data-centric AI. Please submit a PR if you'd like to add a new list or grow an existing one, we're looking for a lot of contributions here!
4+
5+
## Table of Contents
6+
1. [Landing AI](landingai.md)

case-studies/landingai.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
## About Landing AI
2+
[Landing AI](https://landing.ai/) is building a data-centric MLOps platform for computer vision. Focusing on manufacturing visual inspection, LandingLens enables ML teams to build, deploy, and scale computer vision applications 10x faster than before, and rapidly create significant ROI. Founded by Dr. Andrew Ng, co-founder of Coursera, and founding lead of Google Brain, the team at Landing AI is uniquely positioned to help companies across the globe successfully move their AI projects from proof of concept to full-scale production.
3+
4+
## Data-Centric MLOps Platform
5+
In the past, the team at Landing AI helped many manufacturing customers build and deploy machine learning solutions for visual inspection tasks. One issue we have commonly seen is, when facing a new problem, engineers tend to throw state-of-the-art models at it. When they observe a gap between the current model performance and the target, it is tempting to tune the mdoel architecture and hyperparameters through hundreds of training runs. However, we have consistently found this to be a waste of time. Instead, efforts like cleaning inconsistent labels, fixing confusions in labeling books, collecting new data to fix imbalance class distribution often lead to better performing models.
6+
7+
In fact, the team at Landing AI evaluated the model-centric approach and the data-centric approach on datasets of different domains. Over time, the data-centric approach that prioritize data quality consistently out-perform the model-centric approach in those experiments, as shown in the table below.
8+
9+
10+
| | Steel defect detection | Solar panel | Surface inspection |
11+
| ------------- | ---------------------- | --------------- | ------------------ |
12+
| Baseline | 76.2% | 75.68% | 85.1% |
13+
| Model-centric | +0% (76.2%) | +0.04% (75.72%) | +0.0% (85.1%) |
14+
| Data-centric | +16.9% (93.1%) | +3.06% (78.74) | +0.4% (85.5%) |
15+
16+
Therefore, Landing AI team puts lots of investment into the data-centric approach and builds [LandingLens](https://landing.ai/platform/), a MLOps platform that offers end-to-end capabilities to label data, train and deploy computer vision solutions. With data quality being a key to the success of production AI systems, LandingLens is equipped with a host of specially designed data preparation tools and workflows that help users achieve optimal data accuracy and consistency.

0 commit comments

Comments
 (0)