Editing
Anomaly Detection
(section)
Jump to navigation
Jump to search
Warning:
You are not logged in. Your IP address will be publicly visible if you make any edits. If you
log in
or
create an account
, your edits will be attributed to your username, along with other benefits.
Anti-spam check. Do
not
fill this in!
== <span style="color: #FFFFFF;">Remembering</span> == * '''Anomaly''' β A data point or pattern that deviates significantly from the expected distribution; also called outlier or novelty. * '''Outlier''' β A data point that lies far from the majority of the data distribution. * '''Novelty detection''' β Detecting new types of data not seen during training; the training data is assumed clean (normal). * '''Outlier detection''' β Identifying anomalies when the training data itself may contain outliers (contaminated training). * '''Point anomaly''' β A single data instance that is anomalous with respect to the rest of the data. * '''Contextual anomaly''' β A data point that is anomalous only in a specific context (e.g., temperature of 30Β°C is normal in summer but anomalous in winter). * '''Collective anomaly''' β A collection of data points that is collectively anomalous even though individual points may not be. * '''Isolation Forest''' β An anomaly detection algorithm that isolates anomalies by randomly partitioning feature space; anomalies are isolated quickly. * '''One-Class SVM''' β A support vector machine trained on normal data only, learning a boundary around it. * '''Autoencoder for anomaly detection''' β A neural network trained to reconstruct normal data; anomalies have high reconstruction error. * '''Local Outlier Factor (LOF)''' β Measures the local density of each point relative to its neighbors; anomalies have lower local density. * '''DBSCAN''' β A clustering algorithm that identifies noise points (potential anomalies) as points not belonging to any cluster. * '''Reconstruction error''' β In autoencoder-based detection, the error between input and reconstruction; high error indicates anomaly. * '''Threshold''' β The score above which a data point is flagged as anomalous; setting this is a key tuning challenge. * '''False positive rate (FPR)''' β Fraction of normal points incorrectly flagged as anomalous; must be kept low for operator usability. </div> <div style="background-color: #006400; color: #FFFFFF; padding: 20px; border-radius: 8px; margin-bottom: 15px;">
Summary:
Please note that all contributions to BloomWiki may be edited, altered, or removed by other contributors. If you do not want your writing to be edited mercilessly, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource (see
BloomWiki:Copyrights
for details).
Do not submit copyrighted work without permission!
Cancel
Editing help
(opens in new window)
Navigation menu
Personal tools
Not logged in
Talk
Contributions
Create account
Log in
Namespaces
Page
Discussion
English
Views
Read
Edit
View history
More
Search
Navigation
Main page
Recent changes
Random page
Help about MediaWiki
Tools
What links here
Related changes
Special pages
Page information