Path-breaking Papers About Image Classification
blog.paralleldots.com
Path-breaking Papers About Image Classification
1–10 of 32 posts
Re: Path-breaking Papers About Image Classification
#2And which framework would you recommend to code these in?
Re: Path-breaking Papers About Image Classification
#3Is densenet the one which won the best oaper award in CVPR this year? And which framework would you recommend to code these in?
Re: Path-breaking Papers About Image Classification
#4Re: Path-breaking Papers About Image Classification
#5Is densenet the one which won the best oaper award in CVPR this year? And which framework would you recommend to code these in?
Yes! Facebook's Densenet won the best paper award in CVPR this year. I would recommend PyTorch framework to code these in as it extends the numpy, scipy ecosystem and is simpler to use.
Re: Path-breaking Papers About Image Classification
#6Also, now that the top-5 error rate been brought down considerably, what is the next benchmark for the research community to beat? A new dataset, top-1 error rate on Imagenet?
Re: Path-breaking Papers About Image Classification
#7Re: Path-breaking Papers About Image Classification
#8Sometimes I wonder why is the top-5 image classification task so difficult. If you are giving me 5 chances to look at an image and correctly classify it from ~1000 Imagenet classes, I can surely do better than 5-10% error rate. Also, now that the top-5 error rate been brought down considerably, what is the next benchmark for the research community to beat? A new dataset, top-1 error rate on Imagenet?
Re: Path-breaking Papers About Image Classification
#9Squeeze and excitation network by momenta.ai has been a watershed moment for Chinese AI prowess and I'll watch out for such Chinese startups to dominate AI landscape for a while. What amuses me is why Google haven't participated in the last couple imagenets?
Re: Path-breaking Papers About Image Classification
#10Squeeze and excitation network by momenta.ai has been a watershed moment for Chinese AI prowess and I'll watch out for such Chinese startups to dominate AI landscape for a while. What amuses me is why Google haven't participated in the last couple imagenets?
Google since brought up their Neural Architecture search that can automatically design network, which I think is way ahead of rest of the competitors here.