ch7-mfrdb-eval.tex 1.3 KB

1234567891011121314151617181920212223242526272829303132
  1. %!TEX root = write-math-ba-paper.tex
  2. \section{Evaluation}
  3. The optimized classifier was evaluated on three publicly available data sets:
  4. \verb+MfrDB_Symbols_v1.0+ \cite{Stria2012}, CROHME~2011 \cite{Mouchere2011},
  5. and CROHME~2012 \cite{Mouchere2012}.
  6. \verb+MfrDB_Symbols_v1.0+ contains recordings for 105~symbols, but for
  7. 11~symbols less than 50~recordings were available. For this reason, the
  8. optimized classifier was evaluated on 94~of the 105~symbols.
  9. The evaluation results are given in \cref{table:public-eval-results}.
  10. \begin{table}[htb]
  11. \centering
  12. \begin{tabular}{lcrr}
  13. \toprule
  14. \multirow{2}{*}{Dataset} & \multirow{2}{*}{Symbols} & \multicolumn{2}{c}{Classification error}\\
  15. \cmidrule(l){3-4}
  16. & & Top-1 & Top-3 \\\midrule
  17. MfrDB & 94 & $\SI{8.4}{\percent}$ & $\SI{1.3}{\percent}$ \\
  18. CROHME 2011 & 56 & $\SI{10.2}{\percent}$ & $\SI{3.7}{\percent}$ \\
  19. CROHME 2012 & 75 & $\SI{12.2}{\percent}$ & $\SI{4.1}{\percent}$ \\
  20. \bottomrule
  21. \end{tabular}
  22. \caption{Error rates of the optimized recognizer systems. The systems
  23. output layer was adjusted to the number of symbols it should
  24. recognize and trained with the combined data from
  25. write-math and the training given by the datasets.}
  26. \label{table:public-eval-results}
  27. \end{table}