paper-with-me

Papers

Concise Logarithmic Loss Function for Robust Training of Anomaly Detection Model

2022-01-15 · YeongHyeon Park

Recently, deep learning-based algorithms are widely adopted due to the advantage of being able to establish anomaly detection models without or with minimal domain knowledge of the task. Instead, to train the artificial neural network more stable, it should be better to define the appropriate neural network structure or the loss function. For the training anomaly detection model, the mean squared error (MSE) function is adopted widely. On the other hand, the novel loss function, logarithmic mean squared error (LMSE), is proposed in this paper to train the neural network more stable. This study covers a variety of comparisons from mathematical comparisons, visualization in the differential domain for backpropagation, loss convergence in the training process, and anomaly detection performance. In an overall view, LMSE is superior to the existing MSE function in terms of strongness of loss convergence, anomaly detection performance. The LMSE function is expected to be applicable for training not only the anomaly detection model but also the general generative neural network.

📄 PDF Abstract BibTeX arXiv:2201.05748

Code (0)

등록된 구현이 없습니다.

Tasks

Anomaly Detection

Similar Papers 제목 키워드 기반

Adapting the Hypersphere Loss Function from Anomaly Detection to Anomaly Segmentation

2023-01-23 · Joao P. C. Bertoldo, Santiago Velasco-Forero, Jesus Angulo, Etienne Decencière

We propose an incremental improvement to Fully Convolutional Data Description (FCDD), an adaptation of the one-class classification approach from anomaly detection to image anomaly segmentation (a.k.a. anomaly localizati…

Anomaly DetectionAnomaly LocalizationAnomaly SegmentationOne-Class Classification

Penalizing small errors using an Adaptive Logarithmic Loss

2019-10-22 · Chaitanya Kaul, Nick Pears, Hang Dai, Roderick Murray-Smith 외

Loss functions are error metrics that quantify the difference between a prediction and its corresponding ground truth. Fundamentally, they define a functional landscape for traversal by gradient descent. Although numerou…

Image SegmentationMedical Image SegmentationRetinal Vessel SegmentationSegmentation+1

Learning Unstable Dynamical Systems with Time-Weighted Logarithmic Loss

2020-07-10 · Kamil Nar, Yuan Xue, Andrew M. Dai

When training the parameters of a linear dynamical model, the gradient descent algorithm is likely to fail to converge if the squared-error loss is used as the training loss function. Restricting the parameter space to a…

Online Learning of k-CNF Boolean Functions

2014-03-26 · Joel Veness, Marcus Hutter

This paper revisits the problem of learning a k-CNF Boolean function from examples in the context of online learning under the logarithmic loss. In doing so, we give a Bayesian interpretation to one of Valiant's celebrat…

PAC learning

Anomaly Detection with Score Distribution Discrimination

2023-06-26 · Minqi Jiang, Songqiao Han, Hailiang Huang

Recent studies give more attention to the anomaly detection (AD) methods that can leverage a handful of labeled anomalies along with abundant unlabeled data. These existing anomaly-informed AD methods rely on manually pr…

Anomaly Detection