Live data from Hacker News

Nvidia's demo of real-time object recognition using deep learning [video]

youtube.com

1–10 of 24 posts

Re: Nvidia's demo of real-time object recognition using deep learning [video]

#3

Looks great! Can anyone with more knowledge about deep learning say whether this is an exceptional achievement in the field ?

As far as state-of-the-art classification goes, this is not terribly impressive. See the recent results in something like:

http://cs.stanford.edu/people/karpathy/deepimagesent/

I think the impressive thing here is that the GPU is presumably doing GIANT matrix multiplications in real time. A prediction from a neural net is just a series of matrix multiplications, and matrix multiplications are about n^2.8 in complexity, so you can see how matrix multiplications with thousands of rows/columns (often what these sorts of deep image classifiers involve) are hugely computationally expensive.

So it's definitely important for real time machine learning systems to have access to this kind of linear algebra power, but the actual machine learning techniques demonstrated are not super impressive. The hardware is. Which makes sense since this is an Nvidia demo.

Re: Nvidia's demo of real-time object recognition using deep learning [video]

#4

Looks great! Can anyone with more knowledge about deep learning say whether this is an exceptional achievement in the field ?

Current state of the art is a bit better than this. See the bottom section of [1] for some of the latest publications.

However, building a real world working system has challenges that are different to the academic challenge of trying to classify the most classes possible in static images.

[1] http://blogs.technet.com/b/machinelearning/archive/2014/11/1...

Re: Nvidia's demo of real-time object recognition using deep learning [video]

#5

Looks great! Can anyone with more knowledge about deep learning say whether this is an exceptional achievement in the field ?

A few commenters already tell that this isn't really groundbreaking work, but how about for real time? And commodity hardware (this one is a few watt mobile chip)?

Re: Nvidia's demo of real-time object recognition using deep learning [video]

#6

Looks great! Can anyone with more knowledge about deep learning say whether this is an exceptional achievement in the field ?

As far as state-of-the-art classification goes, this is not terribly impressive. See the recent results in something like: http://cs.stanford.edu/people/karpathy/deepimagesent/ I think the impressive thing here is that the GPU is presumably doing GIANT matrix multiplications in real time. A prediction from a neural net is just a series of matrix multiplications, and matrix multiplications are about n^2.8 in complexit…

From what i can understand what's even more impressive is that it was running on a beefed up version of their latest mobile SOC and not on some 5000$ compute GPU card. Which means that this application can be both very affordable and very practical since people won't put a 300W GPU in their car.

Re: Nvidia's demo of real-time object recognition using deep learning [video]

#7

Earlier quoted context omitted.

As far as state-of-the-art classification goes, this is not terribly impressive. See the recent results in something like: http://cs.stanford.edu/people/karpathy/deepimagesent/ I think the impressive thing here is that the GPU is presumably doing GIANT matrix multiplications in real time. A prediction from a neural net is just a series of matrix multiplications, and matrix multiplications are about n^2.8 in complexit…

From what i can understand what's even more impressive is that it was running on a beefed up version of their latest mobile SOC and not on some 5000$ compute GPU card. Which means that this application can be both very affordable and very practical since people won't put a 300W GPU in their car.

Definitely agreed. When well-maintained and easy to use machine learning libraries meet very powerful, highly embeddable GPUs (or other dedicated linear algebra sort of hardware), I think we'll see a big revolution in the whole "smart object" field.

Right now you have iPhones and whatnot doing touch ID with fingerprints, but imagine if your phone could recognize you just by quickly analyzing the gyro data as you raise your phone and comparing it against the other thousand times you've pulled your phone out of your pocket, combined with the slight pressure readings near the touchscreen's edge because it's learned where you're fingers fall on the case.

^ contrived example I just thought of, but you get the idea.

Re: Nvidia's demo of real-time object recognition using deep learning [video]

#9

Earlier quoted context omitted.

From what i can understand what's even more impressive is that it was running on a beefed up version of their latest mobile SOC and not on some 5000$ compute GPU card. Which means that this application can be both very affordable and very practical since people won't put a 300W GPU in their car.

Definitely agreed. When well-maintained and easy to use machine learning libraries meet very powerful, highly embeddable GPUs (or other dedicated linear algebra sort of hardware), I think we'll see a big revolution in the whole "smart object" field. Right now you have iPhones and whatnot doing touch ID with fingerprints, but imagine if your phone could recognize you just by quickly analyzing the gyro data as you rais…

I suppose that training the network requires the cluster stuffed with GPU's?

Re: Nvidia's demo of real-time object recognition using deep learning [video]

#10
The CEO butting in all the time was really annoying, had a business partner that did this in meetings all the time - its fucking annoying and rude. On the surface I have no idea if this is ground breaking or not, my first thought was ahh nVidia using Linux!
Post reply on HN