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

Which model do you plan to submit? #1

Open
micronet-challenge-submissions opened this issue Oct 2, 2019 · 11 comments
Open

Which model do you plan to submit? #1

micronet-challenge-submissions opened this issue Oct 2, 2019 · 11 comments

Comments

@micronet-challenge-submissions
Copy link
Collaborator

Hello! Thanks so much for your entry! I didn't seem to have your email so I'm writing here.

There are a number of ImageNet models listed in the table of your README. Is there one in particular that you're entering? If I'm not mistaken, it also looks like they're below the ImageNet accuracy target of 75% top-1 accuracy.

Trevor

@mitchellnw
Copy link
Owner

Hello! Thanks for setting up this competition.

Sorry, I didn't realize that there was 75% top-1 cutoff. We have another model that gets exactly 75% that we could upload if it's not too late?

The model uses basically the same code but uses the structure of ResNet50 instead of MobileNetV1 so it is much more accurate.

Feel free to respond here, I can also be reached at [email protected].

Mitchell

@micronet-challenge-submissions
Copy link
Collaborator Author

We're still accepting submissions until the 11th! You're welcome to upload the better model. Do note that 75% is a hard cutoff - we don't round up.

In addition to the model and description of the approach, we ask that entries calculate their score according to the rules published on our website. If you have any question about scoring, feel free to email us. We'll also review the scoring after submissions have closed and are happy to take a look if you share it with us prior.

Trevor

@mitchellnw
Copy link
Owner

Hi @micronet-challenge-submissions

I've updated the submission which computes the score as needed and gives a model which gets over the required 75 on Imagenet.

Thank you,
Mitchell

@micronet-challenge-submissions
Copy link
Collaborator Author

This looks excellent! Very impressed with your sparsity numbers.

FWIW, it looks like you've actually upper bounded your score. The competition takes quantization into account, but to avoid forcing all entries to quantize we allow entries that do not perform quantization to take a "freebie" quantization discount. This entails counting your parameters as if they were 16-bits (1/2 of a parameter by our system), and counting all multiplications as if they were performed in 16-bits (additions are assumed to be 32-bits to maintain model quality). Applying these discounts to your score...

(2,558,732 / 6,900,000) / 2 + (772,846,965/ 1,170,000,000) = 0.8460

Also, we're currently posting self-reported scores on our leaderboard until after the submission deadline passes and we're able to officially review the entries. Would you like us to post your score or wait until we're able to officially review it? If you'd like us to post it, what name would you like it under?

Thanks!
Trevor

@mitchellnw
Copy link
Owner

Thank you very much! And thanks so much for setting up this competition.

I think we would like to wait until you officially review it.

Best,
Mitchell

@micronet-challenge-submissions
Copy link
Collaborator Author

Sounds good. Thanks!

Trevor

@micronet-challenge-submissions
Copy link
Collaborator Author

Hello! We're planning to release the results early next week. What name would you like your entry listed under? Thanks!

Trevor

@mitchellnw
Copy link
Owner

Hi Trevor!

If it's not too long, I guess the name "Discovering Neural Wirings Team (AI2, University of Washington, XNOR.AI)" is good!

@micronet-challenge-submissions
Copy link
Collaborator Author

@mitchellnw
Copy link
Owner

Sure, sounds good!

@micronet-challenge-submissions
Copy link
Collaborator Author

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