<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Anomaly-Detection on Ryan Orban</title><link>https://ryanorban.com/categories/anomaly-detection/</link><description>Recent content in Anomaly-Detection on Ryan Orban</description><generator>Hugo</generator><language>en-us</language><managingEditor>me@ryanorban.com (Ryan Orban)</managingEditor><webMaster>me@ryanorban.com (Ryan Orban)</webMaster><copyright>Ryan Orban</copyright><lastBuildDate>Tue, 23 Aug 2022 00:00:00 +0000</lastBuildDate><atom:link href="https://ryanorban.com/categories/anomaly-detection/index.xml" rel="self" type="application/rss+xml"/><item><title>Deep Anomaly Detection with Self-Supervised Learning and Adversarial Training</title><link>https://ryanorban.com/notes/deep-anomaly-detection-self-supervised-adversarial/</link><pubDate>Tue, 23 Aug 2022 00:00:00 +0000</pubDate><author>me@ryanorban.com (Ryan Orban)</author><guid>https://ryanorban.com/notes/deep-anomaly-detection-self-supervised-adversarial/</guid><description>&lt;h3 id="summary" class="scroll-mt-8 group"&gt;
 Summary
 
 &lt;a href="#summary"
 class="no-underline hidden opacity-50 hover:opacity-100 !text-inherit group-hover:inline-block"
 aria-hidden="true" title="Link to this heading" tabindex="-1"&gt;
 &lt;svg
 xmlns="http://www.w3.org/2000/svg"
 width="16"
 height="16"
 fill="none"
 stroke="currentColor"
 stroke-linecap="round"
 stroke-linejoin="round"
 stroke-width="2"
 class="lucide lucide-link w-4 h-4 block"
 viewBox="0 0 24 24"
&gt;
 &lt;path d="M10 13a5 5 0 0 0 7.54.54l3-3a5 5 0 0 0-7.07-7.07l-1.72 1.71" /&gt;
 &lt;path d="M14 11a5 5 0 0 0-7.54-.54l-3 3a5 5 0 0 0 7.07 7.07l1.71-1.71" /&gt;
&lt;/svg&gt;

 &lt;/a&gt;
 
&lt;/h3&gt;
&lt;p&gt;This paper addresses a fundamental problem in anomaly detection: labeled examples of anomalies are scarce or nonexistent in real-world settings, making purely supervised approaches impractical. The work combines self-supervised learning — which extracts useful representations from unlabeled normal data — with adversarial training to build deep anomaly detectors that are both more sensitive to out-of-distribution inputs and more robust to perturbations that might mask anomalies.&lt;/p&gt;</description></item><item><title>Introducing Practical and Robust Anomaly Detection in a Time Series</title><link>https://ryanorban.com/notes/twitter-anomaly-detection/</link><pubDate>Tue, 06 Jan 2015 00:00:00 +0000</pubDate><author>me@ryanorban.com (Ryan Orban)</author><guid>https://ryanorban.com/notes/twitter-anomaly-detection/</guid><description>&lt;h3 id="summary" class="scroll-mt-8 group"&gt;
 Summary
 
 &lt;a href="#summary"
 class="no-underline hidden opacity-50 hover:opacity-100 !text-inherit group-hover:inline-block"
 aria-hidden="true" title="Link to this heading" tabindex="-1"&gt;
 &lt;svg
 xmlns="http://www.w3.org/2000/svg"
 width="16"
 height="16"
 fill="none"
 stroke="currentColor"
 stroke-linecap="round"
 stroke-linejoin="round"
 stroke-width="2"
 class="lucide lucide-link w-4 h-4 block"
 viewBox="0 0 24 24"
&gt;
 &lt;path d="M10 13a5 5 0 0 0 7.54.54l3-3a5 5 0 0 0-7.07-7.07l-1.72 1.71" /&gt;
 &lt;path d="M14 11a5 5 0 0 0-7.54-.54l-3 3a5 5 0 0 0 7.07 7.07l1.71-1.71" /&gt;
&lt;/svg&gt;

 &lt;/a&gt;
 
&lt;/h3&gt;
&lt;p&gt;Twitter released AnomalyDetection, an open-source R library for robust time-series anomaly detection, in early 2015. The technical approach combines STL decomposition (Seasonal-Trend decomposition using Loess) with the Generalized ESD test (Extreme Studentized Deviate) — a statistically principled method that handles seasonality, noise, and multiple anomalies in a single pass.&lt;/p&gt;</description></item><item><title>Introduction to One-Class Support Vector Machines</title><link>https://ryanorban.com/notes/one-class-support-vector-machines/</link><pubDate>Sat, 13 Jul 2013 00:00:00 +0000</pubDate><author>me@ryanorban.com (Ryan Orban)</author><guid>https://ryanorban.com/notes/one-class-support-vector-machines/</guid><description>&lt;p&gt;&lt;img
 src="https://ryanorban.com/images/notes/one-class-support-vector-machines.png"
 alt="Introduction to One-Class Support Vector Machines" class="note-hero-img"
 loading="lazy"
/&gt;
&lt;/p&gt;
&lt;h3 id="summary" class="scroll-mt-8 group"&gt;
 Summary
 
 &lt;a href="#summary"
 class="no-underline hidden opacity-50 hover:opacity-100 !text-inherit group-hover:inline-block"
 aria-hidden="true" title="Link to this heading" tabindex="-1"&gt;
 &lt;svg
 xmlns="http://www.w3.org/2000/svg"
 width="16"
 height="16"
 fill="none"
 stroke="currentColor"
 stroke-linecap="round"
 stroke-linejoin="round"
 stroke-width="2"
 class="lucide lucide-link w-4 h-4 block"
 viewBox="0 0 24 24"
&gt;
 &lt;path d="M10 13a5 5 0 0 0 7.54.54l3-3a5 5 0 0 0-7.07-7.07l-1.72 1.71" /&gt;
 &lt;path d="M14 11a5 5 0 0 0-7.54-.54l-3 3a5 5 0 0 0 7.07 7.07l1.71-1.71" /&gt;
&lt;/svg&gt;

 &lt;/a&gt;
 
&lt;/h3&gt;
&lt;p&gt;Standard Support Vector Machine (SVM) classification draws a decision boundary between two labeled classes. One-class SVMs solve a different problem: you only have examples of one class (normal data), and you want to detect points that fall outside it. This is anomaly detection — or in Schölkopf&amp;rsquo;s terminology, novelty detection.&lt;/p&gt;</description></item></channel></rss>