Object-recognition dataset stumped the world’s best computer vision models
1–10 of 43 posts
Re: Object-recognition dataset stumped the world’s best computer vision models
#2This paper which received an honorable mention this year from NeurIPS conference first attempts to convert the image to a 3d scene before detecting objects. https://arxiv.org/pdf/1906.01618.pdf
Re: Object-recognition dataset stumped the world’s best computer vision models
#3Or is the consensus that it is a matter of time before compute and algorithms make these situations "safe enough," even for edge cases?
Re: Object-recognition dataset stumped the world’s best computer vision models
#4Re: Object-recognition dataset stumped the world’s best computer vision models
#5What are the implications for ML used in real-world situations with no training set (or a very limited one) that could have life or death consequences - passenger vehicles, industrial use, military, etc.? Or is the consensus that it is a matter of time before compute and algorithms make these situations "safe enough," even for edge cases?
Re: Object-recognition dataset stumped the world’s best computer vision models
#6What are the implications for ML used in real-world situations with no training set (or a very limited one) that could have life or death consequences - passenger vehicles, industrial use, military, etc.? Or is the consensus that it is a matter of time before compute and algorithms make these situations "safe enough," even for edge cases?
It's clearly delusional to think that computer vision will go from soft computing (erroneous) to hard computing in less than a decade, at the rate of current incremental improvements. We will soon hit an accuracy wall that only breakthrough research will allow to beat. The problem being: there's too much research exploring the search space in the same direction and not enough foundational research.
Re: Object-recognition dataset stumped the world’s best computer vision models
#7Curious if there's supporting reasoning for this type of statement? Imho most of these "objects" should still be learnable with vanilla CNNs if you had sufficient data, especially more angles. Starving a vision network of data is an interesting problem, but I don't think it can be used as a blanket statement for all state of the art techniques. And if I'm allowed to make a naive comparison to human intelligence, I don't think lack of viewing angles is a factor.
Re: Object-recognition dataset stumped the world’s best computer vision models
#8It seems to be how the human works. I can rotate an object in my mind and picture it from any angle.
Re: Object-recognition dataset stumped the world’s best computer vision models
#9Re: Object-recognition dataset stumped the world’s best computer vision models
#10It seems like, to be really good the AI needs to construct an internal 3D model of objects so it won't matter which way it's rotated. It seems to be how the human works. I can rotate an object in my mind and picture it from any angle.