Closed renqiqi closed 3 years ago
Hi, about which dataset are we talking? I have observed sometimes strong differences in AUROC between the feature extractors, sometimes then also between the classes of MVTec AD. So I would say it is normal. But in this case, I think you missed this line (maxpool).
Hi, I trained the model on my own dataset which is a defect dataset. From the experimental point of view, the results obtained by using Resnet as a feature extractor are not as good as using VGG & Alexnet. Why use Resnet as a feature extractor to get poor results? Thanks a lot!
This is hard to say. One reason could be that ResNet's feature are too high level (but intermediate layers do not change the game here) or too overfitted to ImageNet. Maybe you could try EfficientNet as this paper suggests.
I guess the reason is that ResNet is not suitable for the data I am researching. I might try EfficientNet in the future. thanks a lot!
When training Alexnet and VGG on my dataset, the AUROC can reach 0.95 +, but when using Resnet,the AUROC can only reach 0.5 +. Is this normal? If not, how can I modify the code?
`
`