-
Notifications
You must be signed in to change notification settings - Fork 373
/
Copy pathfixed_results.tex
29 lines (23 loc) · 1.69 KB
/
fixed_results.tex
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
% add the following to main:
% \usepackage{xcolor}
% \usepackage{soul}
% \newcommand{\hlfancy}[2]{\sethlcolor{#1}\hl{#2}}
% \definecolor{beaublue}{rgb}{0.74, 0.83, 0.9}
\begin{tabular}{lccccccc}
\toprule
\multirow{2}{2.cm}{\centering Method} &
\multirow{2}{2.cm}{\centering R Precision top 1$\uparrow$} &
\multirow{2}{2.cm}{\centering R Precision top 2$\uparrow$} &
\multirow{2}{2.cm}{\centering R Precision top 3$\uparrow$} &
\multirow{2}{1.5cm}{\centering FID$\downarrow$} & \multirow{2}{2.5cm}{\centering Multimodal Dist$\downarrow$} & \multirow{2}{2cm}{\centering Diversity$\rightarrow$} & \multirow{2}{2cm}{\centering Multimodality$\uparrow$} \\
\\
\midrule
Real & $0.512^{\pm.002}$ & $0.702^{\pm.002}$ & $0.797^{\pm.002}$ & $0.002^{\pm.000}$ & $2.97^{\pm.008}$ & $9.50^{\pm.065}$ & -\\
MDM (paper model) & $0.418^{\pm.005}$ & $0.604^{\pm.005}$ & \hlfancy{beaublue}{${{0.707^{\pm.004}}}$} & $0.489^{\pm.025}$ & \hlfancy{beaublue}{${3.63^{\pm.023}}$} & $9.45^{\pm.066}$ & ${2.87^{\pm.111}}$ \\
MDM-50steps (20X faster) & $0.455^{\pm.006}$ & $0.645^{\pm.007}$ & {${{0.749^{\pm.006}}}$} & $0.489^{\pm.047}$ & {${3.33^{\pm.025}}$} & $9.92^{\pm.083}$ & ${2.29^{\pm.07}}$ \\
\;\;\; with DistilBERT & $0.491^{\pm.006}$ & $0.709^{\pm.006}$ & {${{0.815^{\pm.005}}}$} & $0.495^{\pm.041}$ & {${3.04^{\pm.016}}$} & $9.88^{\pm.098}$ & ${1.67^{\pm.12}}$ \\
\midrule
DiP & $0.458^{\pm.006}$ & $0.664^{\pm.005}$ & {${{0.768^{\pm.004}}}$} & $0.228^{\pm.027}$ & {${3.23^{\pm.019}}$} & $9.41^{\pm.067}$ & ${1.04^{\pm.08}}$ \\
\;\;\; with target cond & $0.452^{\pm.006}$ & $0.661^{\pm.006}$ & {${{0.772^{\pm.006}}}$} & $0.232^{\pm.029}$ & {${3.22^{\pm.019}}$} & $9.47^{\pm.108}$ & ${1.14^{\pm.05}}$ \\
\bottomrule
\end{tabular}