File size: 1,000 Bytes
f2ad10f
1a4d3ed
f2ad10f
1a4d3ed
 
 
f2ad10f
 
c9d3081
 
 
 
 
 
52c62b4
c9d3081
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
---
library_name: transformers
license: mit
datasets:
- detection-datasets/coco
pipeline_tag: object-detection
---

# Model Card for DiffusionDet

DiffusionDet is a diffusion-based object detection model that formulates object detection as a denoising diffusion process. It iteratively refines noisy box predictions to generate high-quality detection outputs. This approach provides a flexible and unified framework for object detection, offering advantages over traditional proposal-based methods.

## πŸ”§ Uses

You can load and use the model with Hugging Face's πŸ€— `transformers` or via the original repository.

- πŸ“¦ [Original GitHub repo](github.com/pierlj/fsdiffusiondet)
- πŸš€ [Few-shot cross-domain adaptation repo](https://github.com/ShoufaChen/DiffusionDet)

This model has been adapted for cross-domain few-shot object detection using LoRA (Low-Rank Adaptation).
πŸ“„ Check out the paper: [LoRA for Cross-Domain Few-Shot Object Detection](https://huggingface.co/papers/2504.06330)