Skylion007
commited on
Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,57 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
pipeline_tag: unconditional-image-generation
|
3 |
+
---
|
4 |
+
|
5 |
+
# Model Card for FFHQ 64x64 R3GAN Model
|
6 |
+
|
7 |
+
This model card provides details about the R3GAN model trained on the FFHQ-64 dataset found in the NeurIPS 2024 paper: https://arxiv.org/abs/2501.05441
|
8 |
+
|
9 |
+
## Model Details
|
10 |
+
|
11 |
+
The model achieves 1.95 Frechet Inception Distance-50k on class conditional FFHQ-64 generation.
|
12 |
+
|
13 |
+
### Model Description
|
14 |
+
|
15 |
+
This model is a generative adversarial network (GAN) based on the R3GAN architecture, specifically trained to synthesize high-quality and realistic images from the ImageNet dataset.
|
16 |
+
|
17 |
+
- **Developed by:** Brown University and Cornell University
|
18 |
+
- **Funded by:** National Science Foundation and National Institute of Health (See paper for funding details)
|
19 |
+
- **Shared by:** [Optional: Specify sharer if different from developer]
|
20 |
+
- **Model type:** Generative Adversarial Network
|
21 |
+
- **Language(s) (NLP):** N/A
|
22 |
+
- **License:** [Specify License, e.g., MIT, Apache 2.0, or a custom license]
|
23 |
+
- **Finetuned from model:** N/A
|
24 |
+
|
25 |
+
### Model Sources
|
26 |
+
|
27 |
+
- **Repository:** https://github.com/brownvc/R3GAN/
|
28 |
+
- **Paper:** https://arxiv.org/pdf/2501.05441
|
29 |
+
- **Demo:** [Optional: Provide a link to a demo or example usage]
|
30 |
+
|
31 |
+
## Uses
|
32 |
+
|
33 |
+
### Direct Use
|
34 |
+
|
35 |
+
This model can be used to generate high-resolution images similar to those in the FFHQ dataset. Its primary application includes research in generative models and image synthesis.
|
36 |
+
|
37 |
+
### Downstream Use
|
38 |
+
|
39 |
+
The model can be fine-tuned for specific subsets of the FFHQ dataset or other similar datasets for domain-specific image generation tasks.
|
40 |
+
|
41 |
+
### Out-of-Scope Use
|
42 |
+
|
43 |
+
The model should not be used for generating deceptive or misleading content, malicious purposes, or tasks where realistic image synthesis could cause harm.
|
44 |
+
|
45 |
+
## Bias, Risks, and Limitations
|
46 |
+
|
47 |
+
The model inherits biases present in the FFHQ dataset, including potential overrepresentation or underrepresentation of certain classes. Users should critically evaluate and mitigate biases before deploying the model.
|
48 |
+
|
49 |
+
### Recommendations
|
50 |
+
|
51 |
+
- Avoid using the model for sensitive applications without thorough bias evaluation.
|
52 |
+
- Ensure appropriate credit is given when publishing or sharing generated images.
|
53 |
+
|
54 |
+
## How to Get Started with the Model
|
55 |
+
|
56 |
+
Below is an example of how to use the model for image generation:
|
57 |
+
- Will add later
|