# PROB
**Repository Path**: t919089607/PROB
## Basic Information
- **Project Name**: PROB
- **Description**: No description available
- **Primary Language**: Unknown
- **License**: Apache-2.0
- **Default Branch**: main
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 0
- **Created**: 2024-11-26
- **Last Updated**: 2024-11-26
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
# PROB: Probabilistic Objectness for Open World Object Detection (CVPR 2023)
[`paper`](https://openaccess.thecvf.com/content/CVPR2023/html/Zohar_PROB_Probabilistic_Objectness_for_Open_World_Object_Detection_CVPR_2023_paper.html)
[`arXiv`](https://arxiv.org/abs/2212.01424)
[`website`](https://orrzohar.github.io/projects/prob/)
[`video`](https://www.youtube.com/watch?v=prSeAoO82M4)
#### [Orr Zohar](https://orrzohar.github.io/), [Jackson Wang](https://wangkua1.github.io/), [Serena Yeung](https://marvl.stanford.edu/people.html)
| System |
Hyper Parameters |
Notes |
Verified By |
| 2, 4, 8, 16 A100 (40G) |
-
|
- |
orrzohar |
| 2 A100 (80G) |
lr_drop = 30
|
lower lr_drop required to sustain U-Recall |
https://github.com/orrzohar/PROB/issues/47 |
| 4 Titan RTX (24G) |
lr_drop = 40, batch_size = 2
|
class_error drops more slowly during training. |
https://github.com/orrzohar/PROB/issues/26 |
| 4 3090 (24G) |
lr_drop = 35, batch_size = 2
lr = 1e-4, lr_drop=35, batch_size = 3
|
Performance drops to K_AP50= 58.338, U_R50=19.443. |
https://github.com/orrzohar/PROB/issues/48 |
| 1 2080Ti(11G) |
lr = 2e-5, lr_backbone = 4e-6, batch size = 1, obj_temp = 1.3
|
Performance drops to K_AP50=57.9826 U_R50=19.2624. |
https://github.com/orrzohar/PROB/issues/50 |
## 📈 Evaluation
For reproducing any of the aforementioned results, please download our [weights](https://drive.google.com/uc?id=1TbSbpeWxRp1SGcp660n-35sd8F8xVBSq) and place them in the
'exps' directory. Run the `run_eval.sh` file to utilize multiple GPUs.
**note: you may need to give permissions to the .sh files under the 'configs' and 'tools' directories by running `chmod +x *.sh` in each directory.
```
PROB/
└── exps/
├── MOWODB/
| └── PROB/ (t1.ph - t4.ph)
└── SOWODB/
└── PROB/ (t1.ph - t4.ph)
```
**Note:**
Please check the [Deformable DETR](https://github.com/fundamentalvision/Deformable-DETR) repository for more training and evaluation details.
## ✏️ Citation
If you use PROB, please consider citing:
```bibtex
@InProceedings{Zohar_2023_CVPR,
author = {Zohar, Orr and Wang, Kuan-Chieh and Yeung, Serena},
title = {PROB: Probabilistic Objectness for Open World Object Detection},
booktitle = {Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR)},
month = {June},
year = {2023},
pages = {11444-11453}
}
```
## 📧 Contact
Should you have any questions, please contact :e-mail: orrzohar@stanford.edu
## 👍 Acknowledgements
PROB builds on previous works' code bases such as [OW-DETR](https://github.com/akshitac8/OW-DETR), [Deformable DETR](https://github.com/fundamentalvision/Deformable-DETR), [Detreg](https://github.com/amirbar/DETReg), and [OWOD](https://github.com/JosephKJ/OWOD). If you found PROB useful please consider citing these works as well.
## ✨ Star History
[](https://star-history.com/#orrzohar/PROB&Date)