Unconditional Image Generation
Skylion007 commited on
Commit
eb6f4a8
·
verified ·
1 Parent(s): 61d938b

Initial ReadMe Upload

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