DongChenMSRA commited on
Commit
6c87d04
·
verified ·
1 Parent(s): a59715f

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +13 -5
README.md CHANGED
@@ -1,8 +1,14 @@
 
 
 
 
 
 
1
  <div align="center">
2
 
3
  # Lens: Rethinking Training Efficiency for Foundational Text-to-Image Models
4
 
5
- <img src="assets/teaser.webp" alt="Lens Teaser" width="100%" />
6
 
7
  <p>
8
  <sub>
@@ -11,17 +17,17 @@
11
  <strong>Zhiyang Liang</strong>&ast;,
12
  <strong>Yang Yue</strong>&ast;,
13
  <strong>Jiawei Zhang</strong>&ast;,
 
 
14
  <strong>Qinhong Yang</strong>,
15
  <strong>Yanchen Dong</strong>,
16
  <strong>Yitong Wang</strong>,
17
  <strong>Yunuo Chen</strong>,
18
  <strong>Xiuyu Wu</strong>,
19
- <strong>Fangyun Wei</strong>&dagger;,
20
- <strong>Dong Chen</strong>&dagger;,
21
- <strong>Dongdong Chen</strong>,
22
  <strong>Ziyu Wan</strong>,
23
  <strong>Lei Shi</strong>,
24
  <strong>Ji Li</strong>,
 
25
  <strong>Chong Luo</strong>,
26
  <strong>Yan Lu</strong>,
27
  <strong>Baining Guo</strong>
@@ -401,7 +407,9 @@ python inference.py \
401
 
402
  ## Responsible AI
403
 
404
- The release is intended for research purposes only and does not involve any product or service deployment. Responsible AI considerations were factored into all stages. The datasets used in this paper are public and have been reviewed to ensure there is no personally identifiable information or harmful content. However, as these datasets are sourced from the Internet, potential bias may still be present.
 
 
405
 
406
  ## Privacy
407
 
 
1
+ ---
2
+ license: mit
3
+ language:
4
+ - en
5
+ pipeline_tag: text-to-image
6
+ ---
7
  <div align="center">
8
 
9
  # Lens: Rethinking Training Efficiency for Foundational Text-to-Image Models
10
 
11
+ <img src="assets/teaser.png" alt="Lens Teaser" width="100%" />
12
 
13
  <p>
14
  <sub>
 
17
  <strong>Zhiyang Liang</strong>&ast;,
18
  <strong>Yang Yue</strong>&ast;,
19
  <strong>Jiawei Zhang</strong>&ast;,
20
+ <strong>Fangyun Wei</strong>&dagger;,
21
+ <strong>Dong Chen</strong>&dagger;,
22
  <strong>Qinhong Yang</strong>,
23
  <strong>Yanchen Dong</strong>,
24
  <strong>Yitong Wang</strong>,
25
  <strong>Yunuo Chen</strong>,
26
  <strong>Xiuyu Wu</strong>,
 
 
 
27
  <strong>Ziyu Wan</strong>,
28
  <strong>Lei Shi</strong>,
29
  <strong>Ji Li</strong>,
30
+ <strong>Dongdong Chen</strong>,
31
  <strong>Chong Luo</strong>,
32
  <strong>Yan Lu</strong>,
33
  <strong>Baining Guo</strong>
 
407
 
408
  ## Responsible AI
409
 
410
+ The model is released for research purposes only and is not intended for product or service deployment. Responsible AI considerations were incorporated throughout the development process, including data selection, model training, and evaluation.
411
+ The training data includes a combination of public, licensed, and internal datasets that were processed to remove clearly identifiable personal information and reduce harmful content where possible. However, as the data is largely sourced from web-scale collections, it may contain biases or uneven representation. As a result, the model may generate outputs that are inaccurate, biased, or inappropriate under certain prompts, including content that could be misleading or raise copyright or IP-related concerns.
412
+ Given these limitations, the model should be used in controlled research settings, with appropriate human oversight. Downstream users are responsible for applying additional safeguards, such as content moderation, validation, and compliance checks, before using the model in broader applications.
413
 
414
  ## Privacy
415