Upload folder using huggingface_hub
Browse files- .gitattributes +1 -0
- README.md +16 -7
- assets/Recon_Plot.png +3 -0
.gitattributes
CHANGED
|
@@ -34,3 +34,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
| 34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
| 35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
| 36 |
assets/Compare_Recon.png filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
| 34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
| 35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
| 36 |
assets/Compare_Recon.png filter=lfs diff=lfs merge=lfs -text
|
| 37 |
+
assets/Recon_Plot.png filter=lfs diff=lfs merge=lfs -text
|
README.md
CHANGED
|
@@ -11,19 +11,28 @@ InsightTok is a discrete visual tokenizer designed to improve the fidelity of **
|
|
| 11 |
It was introduced in the paper *InsightTok: Improving Text and Face Fidelity in Discrete Tokenization for Autoregressive Image Generation*.
|
| 12 |
|
| 13 |
- **Paper:**: [InsightTok: Improving Text and Face Fidelity in Discrete Tokenization for Autoregressive Image Generation](https://huggingface.co/papers)
|
| 14 |
-
- **Code:** [https://github.com/LeapLabTHU/
|
| 15 |
|
| 16 |
-
##
|
| 17 |
|
| 18 |
-
|
| 19 |
-
-
|
| 20 |
-
|
| 21 |
-
|
|
|
|
|
|
|
| 22 |
|
| 23 |
## Performance
|
| 24 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 25 |
<p align="center">
|
| 26 |
-
<img src="assets/Compare_Recon.png" width="
|
| 27 |
</p>
|
| 28 |
|
| 29 |
## Usage
|
|
|
|
| 11 |
It was introduced in the paper *InsightTok: Improving Text and Face Fidelity in Discrete Tokenization for Autoregressive Image Generation*.
|
| 12 |
|
| 13 |
- **Paper:**: [InsightTok: Improving Text and Face Fidelity in Discrete Tokenization for Autoregressive Image Generation](https://huggingface.co/papers)
|
| 14 |
+
- **Code:** [https://github.com/LeapLabTHU/InsightTok](https://github.com/LeapLabTHU/InsightTok)
|
| 15 |
|
| 16 |
+
## Model Details
|
| 17 |
|
| 18 |
+
| Property | Value |
|
| 19 |
+
|---|---:|
|
| 20 |
+
| Downsampling rate | 16× |
|
| 21 |
+
| Codebook size | 16,384 |
|
| 22 |
+
| Latent dimension | 256 |
|
| 23 |
+
| Number of parameters | 426M |
|
| 24 |
|
| 25 |
## Performance
|
| 26 |
|
| 27 |
+
InsightTok achieves strong text and face reconstruction quality while maintaining a compact discrete representation.
|
| 28 |
+
|
| 29 |
+
|
| 30 |
+
<p align="center">
|
| 31 |
+
<img src="assets/Recon_Plot.png" width="100%">
|
| 32 |
+
</p>
|
| 33 |
+
|
| 34 |
<p align="center">
|
| 35 |
+
<img src="assets/Compare_Recon.png" width="100%">
|
| 36 |
</p>
|
| 37 |
|
| 38 |
## Usage
|
assets/Recon_Plot.png
ADDED
|
Git LFS Details
|