-
Notifications
You must be signed in to change notification settings - Fork 15
Description
I encountered some problems when reproducing the experiment according to the paper:
1. For different --lof_k values, the same experimental data was obtained;
2. When verifying that the noise level is 0.1 (--noise 0.1, No overlap, using soft weights, no noise enhancement), the same experimental results were obtained after three trainings. What is the reason? When using the same noise discriminator for detection, do I need to delete the index of the randomly sampled abnormal samples?
The following is my main experimental configuration:
--gpu
0
--seed
0
--results_path
result
--log_project
MVTecAD-wideresnet50-noiseo0.1-different-lof
--log_group
No-overlap-SW-NA-noise0.1-lof-6
--save_segmentation_images
--sampler_name
approx_greedy_coreset
--sampling_ratio
0.1
--faiss_on_gpu
--faiss_num_workers
8
--weight_method
lof
--threshold
0.15
--lof_k
6
--dataset
mvtec
--data_path
./MVTecAD
--subdatasets
bottle
cable
capsule
carpet
grid
hazelnut
leather
metal_nut
pill
screw
tile
toothbrush
transistor
wood
zipper
--batch_size
16
--resize
256
--imagesize
224
--noise
0.1
--fold
0
The screenshot shows the results of three identical experimental settings:


