Update README.md

#1
by WJM-George - opened
Files changed (1) hide show
  1. README.md +13 -0
README.md CHANGED
@@ -38,4 +38,17 @@ model = Qwen3VLForConditionalGeneration.from_pretrained(
38
  processor = AutoProcessor.from_pretrained("SynLayers/Bbox-caption-8b")
39
  ```
40
 
 
 
 
 
 
 
 
 
 
 
 
 
 
41
  Thanks for trying SynLayers.
 
38
  processor = AutoProcessor.from_pretrained("SynLayers/Bbox-caption-8b")
39
  ```
40
 
41
+ If you want to see more details of our implementation, please check our paper out here: https://arxiv.org/abs/2605.15167
42
+
43
+ If you find our work useful, please consider citing:
44
+ @misc{wu2026doessyntheticlayereddesign,
45
+ title={Does Synthetic Layered Design Data Benefit Layered Design Decomposition?},
46
+ author={Kam Man Wu and Haolin Yang and Qingyu Chen and Yihu Tang and Jingye Chen and Qifeng Chen},
47
+ year={2026},
48
+ eprint={2605.15167},
49
+ archivePrefix={arXiv},
50
+ primaryClass={cs.CV},
51
+ url={https://arxiv.org/abs/2605.15167},
52
+ }
53
+
54
  Thanks for trying SynLayers.