Skip to content

Commit

Permalink
add: 1 paper
Browse files Browse the repository at this point in the history
  • Loading branch information
jindongwang committed Jul 11, 2023
1 parent aff4480 commit 9704665
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ Latest research in robust machine learning, including adversarial/backdoor attac
Hosted projects:
- **Diversify** (ICLR 2023, #OOD):
- [Code](./diversify/) | [Out-of-distribution Representation Learning for Time Series Classification](https://arxiv.org/abs/2209.07027)
- **DRM** (KDD 2023, #OOD):
- [Code](./drm/) | [Domain-Specific Risk Minimization for Out-of-Distribution Generalization](https://arxiv.org/abs/2208.08661)
- **MARC** (ACML 2022, #Long-tail):
- [Code](./marc/) | [Margin Calibration for Long-Tailed Visual Recognition](https://arxiv.org/abs/2112.07225)
- **ChatGPT robustness** (arXiv 2023, #OOD #Adversarial):
Expand All @@ -34,7 +36,8 @@ You can clone or download this repo. Then, go to the project folder that you are
Related repos:
- Transfer learning: [[transferlearning: everything for transfer, domain adaptation, and more](https://github.com/jindongwang/transferlearning)]
- Semi-supervised learning: [[USB: unified semi-supervised learning benchmark](https://github.com/microsoft/Semi-supervised-learning)] | [[TorchSSL: a unified SSL library](https://github.com/TorchSSL/TorchSSL)]
- Prompt benchmark: [[PromptBench: adverarial robustness of prompts of LLMs](https://github.com/microsoft/promptbench)]
- Prompt benchmark for large language models: [[PromptBench: adverarial robustness of prompts of LLMs](https://github.com/microsoft/promptbench)]
- Evlauation of large language models: [[LLM-eval](https://llm-eval.github.io/)]
- Federated learning: [[PersonalizedFL: library for personalized federated learning](https://github.com/microsoft/PersonalizedFL)]


Expand Down
5 changes: 5 additions & 0 deletions drm/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# DRM: Domain-Specific Risk Minimization for Out-of-Distribution Generalization

This folder contains the code implementation of our KDD 2023 paper [Domain-Specific Risk Minimization for Out-of-Distribution Generalization](https://arxiv.org/abs/2208.08661).

Since there are many files to disentangle from another project, please refer to [this repo](https://github.com/yfzhang114/AdaNPC) for the code. We'll update this folder later.

0 comments on commit 9704665

Please sign in to comment.