Jingkang50 / OpenOOD

Benchmarking Generalized Out-of-Distribution Detection
MIT License
831 stars 106 forks source link

Add OOD detector fdbd #244

Closed litianliu closed 2 months ago

zjysteven commented 2 months ago

Hi thanks for opening the pull request. Would you mind adding more information about the method, e.g., the link to its publication or things like that?

litianliu commented 2 months ago

This is the method in [ICML2024] Fast Decision Boundary based Out-of-Distribution Detector

Original Codebase: https://github.com/litianliu/fDBD-OOD. ICML page: https://openreview.net/forum?id=eQaOb4r6YC.

Please let me know if additional information is needed from my end.

zjysteven commented 2 months ago

Awesome. I would suggest also adding the method to the "Supported Methods" section in the readme https://github.com/Jingkang50/OpenOOD#supported-methods-50, which can help make it more visible.

zjysteven commented 2 months ago

Thanks again for the contribution!

litianliu commented 2 months ago

Thank you for your suggestion and help!