%auto-ignore \begin{table}[h!] \centering \resizebox{0.98\linewidth}{!}{ \renewcommand{\arraystretch}{1.1} \begin{tabular}{p{0.27\linewidth}|c|ccc} \hline Model & IoU (\%) & F1 (\%) & Precision (\%) & Recall (\%)\\ \hline\hline Local logit only & 71.3 & 83.2 & 84.5 & \textbf{81.9} \\ \hline Global logit + binary location map (ours) & \textbf{71.9} & \textbf{83.6} & \textbf{86.2} & 81.3\\ \hline \end{tabular} } \vspace{-1mm} \caption{Comparison between using only local logit map and global logit map as fine module input. By including the logit map of the entire image, our model avoids over-prediction. } \label{table:logit} \vspace{-2mm} \end{table}