lingxiang2023 commited on
Commit
37f1589
·
verified ·
1 Parent(s): 6575302

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +15 -0
README.md CHANGED
@@ -19,6 +19,21 @@ wget [https://huggingface.co/lingxiang2023/IBRSteG/resolve/main/model_zoo/ibrste
19
 
20
  Note: The original full checkpoint (\~489 MB, containing optimizer/scheduler states) has been trimmed to the inference-only ibrsteg_test_weight.pth (\~163 MB, containing explicitly formulated camera parameter steganographic keys and minimal metadata) for faster evaluation.
21
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
22
  ---
23
  license: mit
24
  ---
 
19
 
20
  Note: The original full checkpoint (\~489 MB, containing optimizer/scheduler states) has been trimmed to the inference-only ibrsteg_test_weight.pth (\~163 MB, containing explicitly formulated camera parameter steganographic keys and minimal metadata) for faster evaluation.
21
 
22
+ ## Links & Citation
23
+
24
+ If you find our work useful in your research, please consider citing our paper and starring the repository:
25
+
26
+ * **Paper (arXiv):** [[2606.30024] IBRSteG: Learning a Generalizable Steganography Framework for 3D Gaussian Splatting](https://arxiv.org/abs/2606.30024)
27
+ * **Code (GitHub):** [LingXiang2023/IBRSteG](https://github.com/LingXiang2023/IBRSteG)
28
+
29
+ ```bibtex
30
+ @article{kong2026ibrsteg,
31
+ title={IBRSteG: Learning a Generalizable Steganography Framework for 3D Gaussian Splatting},
32
+ author={Kong, Fanye and others},
33
+ journal={arXiv preprint arXiv:2606.30024},
34
+ year={2026}
35
+ }
36
+
37
  ---
38
  license: mit
39
  ---