yutchina02 commited on
Commit
a4f0138
·
verified ·
1 Parent(s): d3a26b4

Upload folder using huggingface_hub

Browse files
Index_encoder_256.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4220387bc65956f9d3c10c71e799bf19daaa2eadc338f06cbdee868c54fb55f7
3
+ size 351768550
Index_encoder_256_c2i.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c02ca8aae394b59c3f4d10864087e561e0013fc6ee2dff3bcd19493fdd0655c9
3
+ size 351768550
Index_encoder_384_c2i.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8f1f4a06e350146f82c71063968425f050b3f924b59826abb010472c56c6c9fb
3
+ size 351770790
Index_encoder_512.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:40e2bc3cc5e4ca09697085185dcc16580649570d6275e566550f6bdb605a5ee2
3
+ size 351769190
README.md ADDED
@@ -0,0 +1,12 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: mit
3
+ ---
4
+
5
+ # Training-Free Watermarking for Autoregressive Image Generation
6
+
7
+
8
+ We introduce IndexMark, a training-free watermarking framework for autoregressive image generation models. It embeds watermarks by replacing generated indices with similar ones, thereby maintaining image quality and demonstrating robustness against various perturbations.
9
+
10
+ This repo is used for hosting IndexMark's checkpoints. For more details or tutorials see https://github.com/maifoundations/IndexMark
11
+
12
+ Paper:arxiv.org/abs/2505.14673