Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save retorquere/e83b0c9630e2c5fe9a22c3c5abf3c123 to your computer and use it in GitHub Desktop.
Save retorquere/e83b0c9630e2c5fe9a22c3c5abf3c123 to your computer and use it in GitHub Desktop.
\documentclass{article}
\usepackage{fontspec}
\setmainfont{Linux Libertine O}
\usepackage[russian, american]{babel}
\usepackage{csquotes}
\usepackage[style=apa, backend=biber]{biblatex}
\begin{filecontents*}[overwrite]{\jobname.bib}
@article{pangDeepLearningAnomaly2022,
title = {Deep {{Learning}} for {{Anomaly Detection}}: {{A Review}}},
shorttitle = {Deep {{Learning}} for {{Anomaly Detection}}},
author = {Pang, Guansong and Shen, Chunhua and Cao, Longbing and family=Hengel, given=Anton, prefix=van den, useprefix=false},
date = {2022-03-31},
journaltitle = {ACM Computing Surveys},
shortjournal = {ACM Comput. Surv.},
volume = {54},
number = {2},
eprint = {2007.02500},
eprinttype = {arXiv},
eprintclass = {cs},
pages = {1--38},
issn = {0360-0300, 1557-7341},
doi = {10.1145/3439950},
url = {http://arxiv.org/abs/2007.02500},
urldate = {2025-07-01},
abstract = {Anomaly detection, a.k.a. outlier detection or novelty detection, has been a lasting yet active research area in various research communities for several decades. There are still some unique problem complexities and challenges that require advanced approaches. In recent years, deep learning enabled anomaly detection, i.e., deep anomaly detection, has emerged as a critical direction. This paper surveys the research of deep anomaly detection with a comprehensive taxonomy, covering advancements in three high-level categories and 11 fine-grained categories of the methods. We review their key intuitions, objective functions, underlying assumptions, advantages and disadvantages, and discuss how they address the aforementioned challenges. We further discuss a set of possible future opportunities and new perspectives on addressing the challenges.},
langid = {english},
keywords = {Computer Science - Computer Vision and Pattern Recognition,Computer Science - Machine Learning,Statistics - Machine Learning},
file = {/home/leo/Zotero/storage/ZE9DZELX/Pang et al. - 2022 - Deep Learning for Anomaly Detection A Review.pdf}
}
\end{filecontents*}
\addbibresource{\jobname.bib}
% -------------------------
\begin{document}
This is an article in Russian \parencite{pangDeepLearningAnomaly2022}.
\printbibliography
\end{document}
@retorquere
Copy link
Author

pdflatex main.tex
bibtex main.aux  # Or biber main.bcf if you're using biber
pdflatex main.tex
pdflatex main.tex

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment