tangqh commited on
Commit
585e92f
·
verified ·
1 Parent(s): ceef947

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -4
README.md CHANGED
@@ -17,11 +17,11 @@ metrics:
17
  - average-recall (AR)
18
  ---
19
 
20
- # PF-RPN: Prompt-Free Region Proposal Network
21
 
22
  ## 🧠 Model Details
23
 
24
- **PF-RPN** (Prompt-Free Region Proposal Network) is a state-of-the-art model for Cross-Domain Open-Set Object Detection, accepted at **CVPR 2026**.
25
 
26
  Open-vocabulary detectors typically rely on text prompts (class names), which can be unavailable, noisy, or domain-sensitive during deployment. PF-RPN tackles this by revisiting region proposal generation under a strictly **prompt-free** setting. Instead of specific category names, all categories are unified into a single token (`object`).
27
 
@@ -32,8 +32,8 @@ To improve proposal quality without explicit class prompts, PF-RPN introduces th
32
  3. **Centerness-Guided Query Selection:** Selects top-k decoder queries using joint confidence scores.
33
 
34
  ### Model Sources
35
- - **Repository:** [PF-RPN GitHub Repository](https://github.com/tangqh03/PF-RPN) *(Insert your GitHub link here)*
36
- - **Paper:** PF-RPN: Prompt-Free Region Proposal Network for Cross-Domain Open-Set Object Detection (CVPR 2026)
37
  - **Base Framework:** [MMDetection 3.3.0](https://github.com/open-mmlab/mmdetection)
38
  - **Backbone:** Swin-Base (`swinb`)
39
 
 
17
  - average-recall (AR)
18
  ---
19
 
20
+ # PF-RPN: Prompt-Free Universal Region Proposal Network
21
 
22
  ## 🧠 Model Details
23
 
24
+ **PF-RPN** (Prompt-Free Universal Region Proposal Network) is a state-of-the-art model for Cross-Domain Open-Set Region Proposal Network, accepted at **CVPR 2026**.
25
 
26
  Open-vocabulary detectors typically rely on text prompts (class names), which can be unavailable, noisy, or domain-sensitive during deployment. PF-RPN tackles this by revisiting region proposal generation under a strictly **prompt-free** setting. Instead of specific category names, all categories are unified into a single token (`object`).
27
 
 
32
  3. **Centerness-Guided Query Selection:** Selects top-k decoder queries using joint confidence scores.
33
 
34
  ### Model Sources
35
+ - **Repository:** [PF-RPN GitHub Repository](https://github.com/tangqh03/PF-RPN)
36
+ - **Paper:** PF-RPN: Prompt-Free Universal Region Proposal Network (CVPR 2026)
37
  - **Base Framework:** [MMDetection 3.3.0](https://github.com/open-mmlab/mmdetection)
38
  - **Backbone:** Swin-Base (`swinb`)
39