Skip to content

Commit

Permalink
initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
Hamadi Chihaoui committed Oct 14, 2021
1 parent 07a7c23 commit 30b5fdf
Show file tree
Hide file tree
Showing 7 changed files with 54 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .idea/.gitignore

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions .idea/inspectionProfiles/profiles_settings.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 8 additions & 0 deletions .idea/modules.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 8 additions & 0 deletions .idea/unsupervised_anomaly_detection.iml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions .idea/vcs.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

25 changes: 24 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1,24 @@
# unsupervised_anomaly_detection
# unsupervised_anomaly_detection

## Dataset Type

Based on the used dataset in the training dataset
- Contaminated dataset: it contains both normal and anamolous elements in the training.
- Uncontaminated dataset: The training data contains only normal samples. The methods that take this assumption are also refered weakly supervised approaches.

## UFDGAN
#### Assumptions:
Contaminated training set (the anomaly percentage is known)


#### Why based on the unsupervised contrastive learning will not work?

The dataset is composed of multi modal data, but only one mode is labaled as anomaly. If the dataset is to a human, he will not be able to the anomaly exactly.
For that, the

<img src="assets/training_samples.JPG" alt="drawing" width="50%" height="50%"/>




## Mode collapse
Binary file added assets/training_samples.JPG
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 30b5fdf

Please sign in to comment.