wjun0830/Difficulty-Aware-Simulator
Official PyTorch Repository of "Difficulty-Aware Simulator for Open Set Recognition" (ECCV 2022 Paper)
This project helps machine learning researchers evaluate and improve models designed to recognize known objects while also identifying completely new, unknown objects they haven't seen before. It takes a dataset of images and a trained open-set recognition model, then outputs performance metrics like F1 score and AUROC to show how well the model handles both familiar and unfamiliar categories. It's for researchers and developers working on advanced computer vision systems.
No commits in the last 6 months.
Use this if you are a machine learning researcher developing computer vision models that need to accurately classify known categories while simultaneously detecting and rejecting images belonging to novel, previously unseen categories.
Not ideal if you are looking for a pre-trained, ready-to-deploy open-set recognition system for a specific application, rather than a tool for research and evaluation.
Stars
43
Forks
3
Language
Python
License
MIT
Category
Last pushed
Jul 28, 2023
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/wjun0830/Difficulty-Aware-Simulator"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
Guang000/Awesome-Dataset-Distillation
A curated list of awesome papers on dataset distillation and related applications.
dkozlov/awesome-knowledge-distillation
Awesome Knowledge Distillation
SforAiDl/KD_Lib
A Pytorch Knowledge Distillation library for benchmarking and extending works in the domains of...
SakurajimaMaiii/ProtoKD
[ICASSP 2023] Prototype Knowledge Distillation for Medical Segmentation with Missing Modality
HikariTJU/LD
Localization Distillation for Object Detection (CVPR 2022, TPAMI 2023)