\documentclass[10pt,twocolumn,letterpaper]{article} \usepackage{cvpr} \usepackage{times} \usepackage{epsfig} \usepackage{graphicx} \usepackage{amsmath} \usepackage{amssymb} % Include other packages here, before hyperref. % If you comment hyperref and then uncomment it, you should delete % egpaper.aux before re-running latex. (Or just hit 'q' on the first latex % run, let it finish, and you should be clear). \usepackage[breaklinks=true,bookmarks=false]{hyperref} \cvprfinalcopy % *** Uncomment this line for the final submission \def\cvprPaperID{****} % *** Enter the CVPR Paper ID here \def\httilde{\mbox{\tt\raisebox{-.5ex}{\symbol{126}}}} % Pages are numbered in submission mode, and unnumbered in camera-ready %\ifcvprfinal\pagestyle{empty}\fi \setcounter{page}{1} \begin{document} %%%%%%%%% TITLE \title{EE3-25 Deep Learning Report} \author{Vasil Zlatanov\\ 01120518\\ {\tt\small vz215@ic.ac.uk} % For a paper whose authors are all at the same institution, % omit the following lines up until the closing ``}''. % Additional authors and addresses can be added with ``\and'', % just like the second author. % To save space, use either the email address or home page, not both % \and % Second Author\\ % ICL login\\ % CID\\ % {\tt\small secondauthor@i2.org} } \maketitle %\thispagestyle{empty} %%%%%%%%% ABSTRACT \begin{abstract} Abstract - In this paper we investigate triplet loss based methods for verification, matching and retrieval of the HPatches dataset. We explore a system of two models, one for denoising of the patches and one for generation of descriptors. We are able to show that a model trained with online hard patch mining, while more difficult, is able to achieve improved performance over a classical Siamese triplet network. \end{abstract} \providecommand{\tightlist}{% \setlength{\itemsep}{0pt}\setlength{\parskip}{0pt}} $for(include-before)$ $include-before$ $endfor$ $if(toc)$ { $if(colorlinks)$ \hypersetup{linkcolor=$if(toccolor)$$toccolor$$else$black$endif$} $endif$ \setcounter{tocdepth}{$toc-depth$} \tableofcontents } $endif$ $if(lot)$ \listoftables $endif$ $if(lof)$ \listoffigures $endif$ \newcommand{\loss}[1]{\mathcal{L}_\textnormal{#1}} \newcommand{\nnfn}{f_\theta} \newcommand{\norm}[1]{\left\lVert#1\right\rVert} % Thanks http://tex.stackexchange.com/a/107190 $body$ $if(natbib)$ $if(bibliography)$ $if(biblio-title)$ $if(book-class)$ \renewcommand\bibname{$biblio-title$} $else$ \renewcommand\refname{$biblio-title$} $endif$ $endif$ \bibliography{$for(bibliography)$$bibliography$$sep$,$endfor$} $endif$ $endif$ $if(biblatex)$ \printbibliography$if(biblio-title)$[title=$biblio-title$]$endif$ $endif$ $for(include-after)$ $include-after$ $endfor$ \end{document}