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

Using UniTS on Unlabeled Data for Anomaly Detection Task #16

Open
thisthq opened this issue Apr 30, 2024 · 2 comments
Open

Using UniTS on Unlabeled Data for Anomaly Detection Task #16

thisthq opened this issue Apr 30, 2024 · 2 comments

Comments

@thisthq
Copy link

thisthq commented Apr 30, 2024

Hi,
Thank you for your contributions.
I am currently working on an anomaly detection task on a multivariate time series dataset, but the issue is that this dataset currently does not have labels. I want to know if UniTS can be directly applied to this dataset, and if I can extract a portion of the dataset to fine-tune it.

Thank you!

@gasvn
Copy link
Member

gasvn commented May 2, 2024

We only do the few-shot finetuning on the anomaly detection task. If you want to use UniTS for labeling the new dataset, I suggest you collect are the anomaly detection datasets you have and finetune a new UniTS to do so.

@thisthq
Copy link
Author

thisthq commented May 3, 2024

We only do the few-shot finetuning on the anomaly detection task. If you want to use UniTS for labeling the new dataset, I suggest you collect are the anomaly detection datasets you have and finetune a new UniTS to do so.

Yes, I intend to use UniTS to label my unlabeled dataset. Would it be appropriate if I loaded your pre-trained UniTS model (units_x32_pretrain_checkpoint.pth) and tested it on my unlabeled dataset without evaluating the results obtained from the model, since there are no ground truth labels available?

Regarding your advice, I apologize, but I am still unsure. Could you please provide me with further guidance?

Thank you.

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