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

Results on caltech-256 dataset #1

Open
legolas123 opened this issue Jul 18, 2018 · 1 comment
Open

Results on caltech-256 dataset #1

legolas123 opened this issue Jul 18, 2018 · 1 comment

Comments

@legolas123
Copy link

https://github.com/khalooei/ALOCC-CVPR2018 is along the same lines of your paper. In that paper, authors have reported state of the art results on caltech-256 dataset. But I failed to reproduce their results. I had tried various settings, architectures, hyperparameters. But accuracy never goes beyond 56% in authentic/fake classification. The authors of paper have not yet pushed their code. They seem to be busy and therefore did not divulge any specific details as well. I wanted to ask if you have tried your algorithm on caltech-256 dataset. My concern is that without any pretrained network, how can a GAN trained from scratch can reach accuracy of 90%. Did you ever try that?

@podgorskiy
Copy link
Owner

podgorskiy commented Jul 22, 2018

Results for that paper correspond to the protocol for which data is not split into separate training, validation and testing sets, meaning that the same inliers are used for testing, which were used during training the network. In all experiments that I've conducted, I did not use the same inliers for testing and training (it is written in the experimental section).
I tried to train an autoencoder with Caltech-256, but it was obvious that it is not going to work well. Too few examples per category. I did try it with COIL-100 which has even fewer examples per category, but it more or less worked out because all images of the same category are very similar. In Caltech-256 images are very diverse and cropped not tightly, which makes it very hard to train autoencoder well.

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