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

Inquiry Regarding Suitability for Anomaly Detection #93

Open
7C00-lee opened this issue Apr 20, 2024 · 2 comments
Open

Inquiry Regarding Suitability for Anomaly Detection #93

7C00-lee opened this issue Apr 20, 2024 · 2 comments

Comments

@7C00-lee
Copy link

Hello, I hope this message finds you well. I wanted to take a moment to express my sincere gratitude for your valuable contributions to GDN.

Could you kindly provide your perspective on whether your approach would be effective in detecting anomalies in the described context? Any guidance or recommendations you can offer would be greatly appreciated.

Problem description: Extract variable groups with a certain linear relationship from the data.

For example: there are 100 variables (x1 - x100), record the variable values of all variables at 100 timestamps (t1 - t100), which is a 100*100 matrix. And have a matrix that satisfies a certain relationship and a matrix that does not satisfy this relationship. The schematic diagram is as follows:

image-20240420104437035

In the figure above, data 1 satisfies the relationship x3+x98 > x1+x2 from t1 to t100, while data 2 has moments when it does not satisfy this relationship (t5 - t100).

Purpose: Given the above two types of data, we can analyze which variables have a certain relationship in data 1. However, this relationship is not completely satisfied in data 2. The specific relationship does not need to be given, only the variable group is given.

Thank you for your attention to this matter. I look forward to hearing from you.

@d-ailin
Copy link
Owner

d-ailin commented Apr 23, 2024

Thanks for your interest. I am not sure about whether the model can accurately capture the relationship you provided. There could be various factors affecting the captured relationship, for example, there could exist some other random variables might also be correlated to the considered variables. I think it will be better to use rule directly if you already have some strong prior information or assumptions about these variables.

@7C00-lee
Copy link
Author

Thanks for your interest. I am not sure about whether the model can accurately capture the relationship you provided. There could be various factors affecting the captured relationship, for example, there could exist some other random variables might also be correlated to the considered variables. I think it will be better to use rule directly if you already have some strong prior information or assumptions about these variables.

Thank you for your response. It's possible that there are other variables with anomalies present simultaneously, but our aim is to capture sets containing (x1, x2, x3, x98), even if we may capture incorrect answers like (x1, x2, x3, x98, x5, x10) and (x11, x12, x13, x8, x5, x10). Do you think adding these conditions will enable GDN to produce the results we need? Thank you for your response.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants