Changing Teacher PDN for EfficientAD #2666
Unanswered
WladimirLct
asked this question in
Q&A
Replies: 1 comment 1 reply
-
Hello, EfficientAD's teacher was pretrained to simulate results of WideResNet101 on 512x512 input, so in a way, it is already 512x512 even if input size is 256x256. You probably can simply try a higher input size for EfficientAD training, 512x512 or so. You can also try different models, PatchCore or ReverseDistillation, also with higher input size. Be aware that higher input size brings more computational constraints and also can reduce the model's ability to detect large defects. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, I am currently working on an anomaly detection project, and I stumbled across a problem :
The performance of my model (EfficientAD) is quite deceiving : To get a 95% recall, I have ~0.5 False positive rate.
I feel like this might be induced by the Teacher PDN's pretraining, since it learns on 256x256 images whereas my images need to have a higher resolution to maintain their defects visible (base is 1920x1080 and I could reduce to 512x512 or 384x384).
Do you feel like it would help to redo a distillation of a WideResNet on a bigger PDN ?
Beta Was this translation helpful? Give feedback.
All reactions