JW17 commited on
Commit
8ed74b3
β€’
1 Parent(s): 1d90176

Highlight metrics

Browse files
Files changed (1) hide show
  1. README.md +15 -8
README.md CHANGED
@@ -37,6 +37,13 @@ This model was fine-tuned from [Stable Diffusion XL](https://huggingface.co/stab
37
 
38
  Refer to our code repository [here](https://github.com/mapo-t2i/mapo).
39
 
 
 
 
 
 
 
 
40
  ## Results
41
 
42
  Below we report some quantitative metrics and use them to compare MaPO to existing models:
@@ -86,12 +93,12 @@ Below we report some quantitative metrics and use them to compare MaPO to existi
86
  <td>Diffusion-DPO</td>
87
  <td>6.03</td>
88
  <td>31.1</td>
89
- <td>22.7</td>
90
  </tr>
91
- <tr class="ours">
92
- <td>MaPO (Ours)</td>
93
- <td>6.17</td>
94
- <td>31.2</td>
95
  <td>22.5</td>
96
  </tr>
97
  </tbody>
@@ -119,17 +126,17 @@ The table below reports memory efficiency of MaPO, making it a better alternativ
119
  <tr>
120
  <td>Time (↓)</td>
121
  <td>63.5</td>
122
- <td>54.3 (-14.5%)</td>
123
  </tr>
124
  <tr>
125
  <td>GPU Mem. (↓)</td>
126
  <td>55.9</td>
127
- <td>46.1 (-17.5%)</td>
128
  </tr>
129
  <tr>
130
  <td>Max Batch (↑)</td>
131
  <td>4</td>
132
- <td>16 (Γ—4)</td>
133
  </tr>
134
  </tbody>
135
  </table>
 
37
 
38
  Refer to our code repository [here](https://github.com/mapo-t2i/mapo).
39
 
40
+ ## Qualitative Comparison
41
+
42
+ <div align="center">
43
+ <img src="assets/comparison.png" width=750/>
44
+ </div>
45
+
46
+
47
  ## Results
48
 
49
  Below we report some quantitative metrics and use them to compare MaPO to existing models:
 
93
  <td>Diffusion-DPO</td>
94
  <td>6.03</td>
95
  <td>31.1</td>
96
+ <td><b>22.7<b/></td>
97
  </tr>
98
+ <tr>
99
+ <td><b>MaPO (Ours)<b/></td>
100
+ <td><b>6.17<b/></td>
101
+ <td><b>31.2<b/></td>
102
  <td>22.5</td>
103
  </tr>
104
  </tbody>
 
126
  <tr>
127
  <td>Time (↓)</td>
128
  <td>63.5</td>
129
+ <td><b>54.3 (-14.5%)</b></td>
130
  </tr>
131
  <tr>
132
  <td>GPU Mem. (↓)</td>
133
  <td>55.9</td>
134
+ <td><b>46.1 (-17.5%)</b></td>
135
  </tr>
136
  <tr>
137
  <td>Max Batch (↑)</td>
138
  <td>4</td>
139
+ <td><b>16 (Γ—4)</b></td>
140
  </tr>
141
  </tbody>
142
  </table>