\documentclass[varwidth=598pt]{standalone} \usepackage{booktabs} % professional-quality tables \usepackage{multirow} % multi-row cells in tables \usepackage{colortbl} % color for tables (\cellcolor, \rowcolor) \usepackage[table]{xcolor} % enhanced colors for tables \usepackage{array} % more flexible column formats (often used) \usepackage{tabularx} % for tables with auto-stretch columns (if used) \usepackage{graphicx} % for images in tables or figure/table floats \usepackage{amssymb} % math symbols \usepackage{amsmath} % math environments \usepackage{soul} % highlighting (used for colored text/cells) \usepackage[normalem]{ulem} % underlining, strikethroughs \usepackage[T1]{fontenc} % font encoding \usepackage[utf8]{inputenc}% input encoding (legacy, fine for pdflatex) \usepackage{microtype} % better text appearance \usepackage{hyperref} % hyperlinks \usepackage{textcomp} % for extra symbols \usepackage{enumitem} % for compact lists (if used in table notes) \usepackage{adjustbox} \usepackage{tabu} \usepackage{pifont} % http://ctan.org/pkg/pifont \usepackage{bbding} % \XSolidBrush \usepackage{makecell} \begingroup \makeatletter \renewcommand{\fnum@table}{}% \long\def\@makecaption#1#2{% \vskip\abovecaptionskip \centering #2\par \vskip\belowcaptionskip } \makeatother \begin{document} \begin{table} \centering \begin{adjustbox}{max width=\textwidth} \begin{tabular}{cc|cl|cl|clc} \toprule & & \multicolumn{2}{c|}{Pointpillars} & \multicolumn{2}{c|}{Centerpoint} & \multicolumn{3}{c}{Transfusion} \\ Aug. & Metrics & \small{LiDAR} & \small{$\uparrow$BEVFusion} & \small{LiDAR} & \small{$\uparrow$BEVFusion} & \small{LiDAR} & \small{$\uparrow$BEVFusion} & \small{LC} \\ \midrule &{mAP} & 12.7 & 34.3 (+21.6) & 31.3 & 40.2 (+8.9) & 34.6 & 40.8 (+6.2) & 38.1 \\ &NDS & 36.6 & 49.1 (+12.5) & 50.7 & 54.3 (+3.6) & 53.6 & 56.0 (+2.4) & 55.4 \\ \midrule \checkmark &{mAP} & - & 41.6 (+28.9) & - & 54.0 (+22.7) & - & 50.3 (+15.7) & 37.2 \\ \checkmark &NDS & - & 51.9 (+15.3) & - & 61.6 (+10.9) & - & 57.6 (+4.0) & 51.1 \\ \bottomrule \end{tabular} \end{adjustbox} \caption{Table 4: \textbf{Results on robustness setting of object failure cases. } {Here, we report the results of baseline and our method that trained on the \nus{} dataset with and without the proposed robustness augmentation (Aug.). All settings are the same as in \tabref{tab:range}. }} \end{table} \end{document}