Skip to content

Commit e08b457

Browse files
Added NeurIPS 2024 titles. TODO1: Add links to papers. TODO2: Add links to code. TODO3: Update list of researchers
1 parent ca2a827 commit e08b457

File tree

1 file changed

+13
-2
lines changed

1 file changed

+13
-2
lines changed

README.md

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,19 @@
1111
</a>
1212
</p>
1313

14-
This repo aims to provide the most comprehensive, up-to-date, high-quality resource for **OOD detection, robustness, and generalization** in Machine Learning/Deep Learning. Your one-stop shop for everything OOD is here.
14+
This repository aims to provide the most comprehensive, up-to-date, high-quality resource for **OOD detection, robustness, and generalization** in Machine Learning/Deep Learning. Your one-stop shop for everything OOD is here.
1515

16+
---
17+
18+
# Primer🌟
19+
20+
Out-of-distribution (OOD) problems present critical challenges in modern machine learning systems. 🤖 As AI models are increasingly deployed in real-world applications, they often encounter data that differs significantly from what they were trained on. This can lead to unexpected and potentially dangerous failures ⚠️. The field of OOD research encompasses several key areas:
21+
22+
- 🔍 ***OOD detection*** aims to identify when a model is presented with inputs that deviate from its training distribution. This allows systems to flag unusual cases for human review or fallback strategies.
23+
- 💪 ***OOD robustness*** focuses on maintaining reliable performance even when test data differs from training data in important ways.
24+
- 🌐 ***OOD generalization*** seeks to develop models and techniques that can successfully extrapolate to novel domains and tasks without requiring retraining.
25+
26+
Together, these interconnected areas of research are crucial for building AI systems that are safe, reliable, and adaptable in open-world environments. 🌍 Recent work has made significant progress, but major challenges remain in areas such as handling complex input spaces, scaling to large models, and providing theoretical guarantees, among others. Advancing the state-of-the-art in OOD machine learning is essential as AI becomes more pervasive in high-stakes domains like healthcare 🏥, autonomous vehicles 🚗, and critical infrastructure 🏙️.
1627

1728
---
1829

@@ -33,7 +44,7 @@ This repo aims to provide the most comprehensive, up-to-date, high-quality resou
3344

3445
# Researchers
3546

36-
TODO: Update list of researcher
47+
TODO: Update list of researchers
3748

3849
# Articles
3950

0 commit comments

Comments
 (0)