Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

OA: Generic cluster-based anomaly detection #1138

Open
7 tasks
detlefarend opened this issue Feb 20, 2025 · 0 comments · May be fixed by #1146
Open
7 tasks

OA: Generic cluster-based anomaly detection #1138

detlefarend opened this issue Feb 20, 2025 · 0 comments · May be fixed by #1146
Assignees
Labels
enhancement New feature or request OA Online adaptivitiy research Research topic

Comments

@detlefarend
Copy link
Member

detlefarend commented Feb 20, 2025

Description/Motivation
Cluster-based anomaly detection is based on observing changes in single or multiple cluster properties. It is imaginable to carry out the observation of single or even multiple properties in a generic way. Relevant parameters for such an algorithm could be

  • Cluster property/ies to be observed
  • Threshold/s for each property (lower/upper threshold -> hysteresis to avoid oscillation)
  • Anomaly to be raised

Details:

  • Stages of change: gradient of 1., 2., ... n. order of the property over the time ("velocity", "acceleration", ...)
  • Strategies of observing multiple properties

Task list

  • 1. Conception and design
    • Stage 1: single property observation
    • Stage 2: multiple property observation
  • 2. Implementation (Template: mlpro.oa.streams.tasks.anomalydetection.clusterbased.AnomalyDetectorCB)
  • 3. Validation
  • 4. Demonstration
  • 5. Documentation

Related issues
#1139

Cross references
...

@detlefarend detlefarend added enhancement New feature or request OA Online adaptivitiy labels Feb 20, 2025
@detlefarend detlefarend changed the title OA: New algorithm for generic cluster-based anomaly detection OA: Generic cluster-based anomaly detection Feb 20, 2025
@detlefarend detlefarend added the research Research topic label Feb 20, 2025
@detlefarend detlefarend linked a pull request Mar 4, 2025 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request OA Online adaptivitiy research Research topic
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants