Тёмный
No video :(

How Computer Vision Works 

Google Cloud Tech
Подписаться 1,2 млн
Просмотров 317 тыс.
50% 1

The Google Cloud Vision and Video Intelligence APIs give you access to a pre-trained machine learning model with a single REST API request. But what do those pre-trained models look like behind the scenes? In this video we'll uncover the magic of computer vision models by breaking down how Convolutional Neural Nets work under the hood, and we'll end with a live demo of the Vision API.
Learn more here!
How CNNs work → goo.gl/W51CGk
How RNNs work → goo.gl/I7RChj
Cloud Vision API → goo.gle/2ND7eMP
Cloud Video Intelligence API → goo.gle/3t7lTQP
Subscribe to the Google Cloud Platform channel → goo.gl/S0AS51

Опубликовано:

 

18 апр 2018

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 113   
@ozzyfromspace
@ozzyfromspace 4 года назад
Building your own computer vision system is, frankly, much more satisfying. And you control every aspect of the technology.
@mugodavid6997
@mugodavid6997 2 года назад
Is it possible to come up with a model that will take images of an item and compare that image with an already stored inage of the same in the database?
@yishayhazan1040
@yishayhazan1040 Год назад
easier said than done.
@brianmaugo8768
@brianmaugo8768 Год назад
Right?
@IgorSwxy
@IgorSwxy 3 года назад
The outcome of this video: don't dare to understand how computer vision works, just use our API :)
@sunitaskitchen6335
@sunitaskitchen6335 3 года назад
most informative ad i have ever seen😏
@laxmanrao6643
@laxmanrao6643 3 года назад
Y
@duykhanh7746
@duykhanh7746 2 года назад
what's with the icon
@amrith007
@amrith007 6 лет назад
Honestly, Google didn't get the data. Google gave us Google photos with unlimited storage and we uploaded millions of photos from millions of users. You got us free photos backup to we give you billions of photos to analyse.
@offchan
@offchan 4 года назад
Yes, they get photos, but the photos don't have labels. Thus, it's very hard to make smarter algorithms. In traditional settings, you require labels like "person", "cat", etc in order to train the system.
@offchan
@offchan 4 года назад
​@Rizwan Bhatti Slaves is one of the ways to label the data. Sites like MTurk are common for them to find labelers. Many researchers use this website to label their dataset including the famous ImageNet. But you don't have to label all the data. After you have trained the system to predict accurately, you can use the system's prediction to guide labeler to label faster. E.g. given a cat image, the system will predict cat and the labeler only needs to crosscheck if it's wrong or correct. Also they can use the unlabeled data to do unsupervised learning. I know the guys at Google are probably smart so they will know how to utilize the remaining tremendous amount of unlabeled data.
@MrBemnet1
@MrBemnet1 3 года назад
@@offchan in deep learning you don't need labels
@offchan
@offchan 3 года назад
@@MrBemnet1 That's wrong. I'm a machine learning engineer. Deep learning still require labels unless you are doing unsupervised learning (which is not that good yet).
@uditysingh1316
@uditysingh1316 3 года назад
Yes you are correct
@TheAIEpiphany
@TheAIEpiphany 4 года назад
There are some inaccuracies in the video but it does paint the general picture of the computer vision. Some errors: 2:55 low-level patterns (like edges), high-level ones are higher level in the semantical sense so say edges -> circles -> eyes -> head going up the network layer hierarchy. 4:40 temporally sensitive model doesn't have to be RNN it can be say C3D (convolutional 3D model)
@imyasharya
@imyasharya 4 года назад
Billions of years are achieved in just few decades. It's so exciting.
@oliver99999-e
@oliver99999-e 2 года назад
The power of exponential growth
@benjaminy.
@benjaminy. 4 месяца назад
Thank for your kind explanation. This is one of the best product introduction video that I’ve watched for quite a while. You combined the theory of machine learning - CNN, RNN into your digital products. Keep up the good work. As a novice of machine learning, I hope to learn more from you.
@ozzyfromspace
@ozzyfromspace 4 года назад
You know how a little kid might see a cat 🐈 one time and in the future it'll be able to tell that other cats are cats. And one day it sees a dog and can immediately tell that something's different. That's what I'm interested in: how do we cut down the data requirement from billions of examples to just one or two? Imagine a self driving car that could appreciate context in real-time despite not having a really fine tuned Neural net that's based on a crazy amount of brittle test data. That's what I'm working on as the founder of an extremely early, unnamed startup. If we don't need 5 billion examples of cars being driven to do a good job, neither should machines. We need to build machines like babies that see cats running and just "get it". That's the dream.
@mattcollins5519
@mattcollins5519 4 года назад
Got a name yet?
@artinbogdanov7229
@artinbogdanov7229 4 года назад
I was thinking about the same. Then I caught myself on the thought that when we see a cat in motion it's equivalent to many images going one after another. If it would be just 1 or 2 images I don't think our brain would be able to recognize it as easily. Especially when we are talking about different breeds and sizes. I'd like to learn about your start-up thought :)
@Anarchy421
@Anarchy421 4 года назад
Part of a child's ability to immediately grasp "cat" from their first encounter has to do with their ability to explore the various features of the cat from different angles, as well as seeing the cat move into different poses. I wonder if it would be possible to have a neural network interact with a photorealistic 3D model of a cat in a virtual setting with the ability to move around and interact, and whether that would reduce the data requirement.
@willd1mindmind639
@willd1mindmind639 3 года назад
The human eye and brain moves at the speed of light in that during the course of a second, the eye and brain processes many "frames" of data even if nothing changes. Vision in living organisms is all about being able to understand the dimensions, perspectives, shapes, colors and textures of objects in three dimensional space. And during the course of a day, your eyes are constantly taking in those frames which adds up to provide the millions of reference images used to build a model of how the real world looks, which has nothing to do with labels. Computers have no eyes and therefore cannot directly perceive the real world and have no concept of 3 dimensional space, texture, shape, color and dimensions intrinsically. So what you are actually doing is writing an algorithm that generates patterns of data using statistical methods during training to associate groups of bit patterns to a set of labels. That is not seeing as in how living creatures see. It is just another way of writing code to perform a task where most of that code is written to do the training and then once the model is built it can be used to dynamically perform certain functions, within some other code or using an API.
@PrathamInCloud
@PrathamInCloud Год назад
@@Anarchy421 Good luck trying to match a model that's trained on millions of years of evolution and uses a 576 MP camera for inputs. Not to mention all that data gets stored on the most dense form of storage known to mankind (and possibly the densest form of storage possible too)
@lincolnwang6774
@lincolnwang6774 5 лет назад
Computer vision is not just Machine learning ok? This video gives me a feeling machine learning is the only way how computer vision works.
@micalopes1
@micalopes1 4 года назад
I wanna cry. Amazing explanation 😍👏🏽
@NeuraSynx
@NeuraSynx 4 года назад
why?
@karanacharya18
@karanacharya18 5 лет назад
I loved the sound design here.
@petersteelenator
@petersteelenator 4 года назад
Same here
@sihya9602
@sihya9602 3 месяца назад
WONDERFUL EXPLANATION
@saurabhs4743
@saurabhs4743 5 лет назад
It was awesome.. thanks Google.. please let her do more machine learning tutorials.. she's amazing at that
@joshsmit779
@joshsmit779 6 лет назад
I loved the explanation, but I still would rather build and train my own model.
@jamesgillis8122
@jamesgillis8122 5 лет назад
why
@chawza8402
@chawza8402 4 года назад
@@jamesgillis8122 he might have the resources or he might have a better way to train his model.
@adamlee9347
@adamlee9347 4 года назад
Yeah using APIs is no fun
@richardlighthouse5328
@richardlighthouse5328 3 года назад
@@jamesgillis8122 Unlimited use with no limits like how many requests you can do to api per month.
@sid98geek
@sid98geek 2 года назад
@@adamlee9347 @Chawza or maybe he doesn't want to risk Google exploiting his data by using their API.
@AshishAwasthiX
@AshishAwasthiX 6 лет назад
Thanks Sara for simple explanation of computer vision and API details. A small correction though, evolution of vision as per en.wikipedia.org/wiki/Cambrian#Dating_the_Cambrian was less than "billions of years ago".
@musicandreptiles101
@musicandreptiles101 2 года назад
Getting GCP certified and started to get tired for the day, then came across this video and am back to interested
@mayalaluna4005
@mayalaluna4005 2 года назад
hi, Google, I really have something i want to ask the AI community. i am not really a developer, but a friend... and i feel there should be more to AI vision than regular cameras... i started think about the issue because my need to have a good quality scan of my old newspapers collections... the quality of smart phone scan, even with google app, is just not good enough comparing to flatbed scan.... and i thought if we can turn the entire screen of smart phone as the scanning glass as in flatbed, it would be so much better quality... most of all, it would ensure the paper stay in perfect flat shape and every detail would be evenly scanned with extreme high density details... the technology of adding some light sensor to the smart phone screen wouldn't be a huge breakthrough.... and here really is the connection i am thinking about of AI vision, if smart phone have such flatbed scanning function, it would be like a sense of touching something with a hand, so in a way, AI not only could have the eye vision through camera, it could gain the visions of physical contact by scanning.... inch by inch, square by square.... and by doing so, it would improve the AI's understanding of the world in a much more expanded dimension.... and in the future if the smart phone screen could be soft flexible, it would really be like the skin of AI, it will feel and observe the world in a way human can not even imagine... i know my writing isn't so good, but i believe this thought of mine is really worthy of google's consideration....
@copaboy
@copaboy 3 года назад
Wow. That was quick and precise analysis of machine and deep learning.
@ozzyfromspace
@ozzyfromspace 4 года назад
Wow, the model you called a Recurrent Neural Network sounds like a flavor of a project I'm working on. Thanks, I didn't know there was a name for it ☺️
@filmonasmerom5235
@filmonasmerom5235 2 года назад
Heyy, could give me a rough idea of what you were/are working on? 😊
@artinbogdanov7229
@artinbogdanov7229 4 года назад
Very nicely explained. Thanks a lot!
@nathanber4002
@nathanber4002 2 года назад
I am currently recruiting for Computer Vision Engineers for a Robotics Manufacturer in Ohio. This is fascinating.
@wesleyshiong
@wesleyshiong 5 лет назад
Thanks, Sara. Your video is very helpful to me.
@DenisTRUFFAUT
@DenisTRUFFAUT 6 лет назад
Highly professional video. Just miss an explanation on human labelling assisted by Google (billed or free feature ?)
@quietusleblanc30
@quietusleblanc30 5 лет назад
what do you need labeled.
@TheAnugupta
@TheAnugupta Год назад
Fantastic explanation.
@digvijaysinh26
@digvijaysinh26 2 года назад
excellent explanation
@pandarzzz
@pandarzzz 6 лет назад
Thank you for sharing this cool video! 👨🖐
@smraghu81
@smraghu81 5 лет назад
Does any one knows what software they used to prepare this video. Kindly suggest.
@colorbars8564
@colorbars8564 6 лет назад
What is the best programming language to learn for computer vision? I'm a college student who is fairly proficient in C++ but am not sure if I should focus more on learning Java or Python to increase my chances of landing a job working in this field after college. I'm an applied mathematics major and have taken several classes in linear algebra, real analysis, complex analysis, probability, numerical analysis/methods and differential equations.
@styxnexus
@styxnexus 6 лет назад
IMHO, you should focus more on Python !
@toshb1384
@toshb1384 6 лет назад
Python or Processing+Java
@renatocastro4285
@renatocastro4285 5 лет назад
Focus on Python, however C++ is very good for Computer Vision too. Almost the half of computer vision projects in production are coded on C++.
@gorannovaks
@gorannovaks 6 лет назад
This lady makes me feel a bit uncomfortable with her creepy facial mimic, but I appreciate the content.
@zaheercarrim1035
@zaheercarrim1035 Год назад
She is brilliant.
@user-ul4br9jt3p
@user-ul4br9jt3p 5 лет назад
Even I starts my master's course in CV soon, I couldn't explain CV in my speak. This video gave me a help to organize what is CV and how it works!
@3swayam
@3swayam 5 лет назад
D B I see you re working on CV , how about collaborating?
@3swayam
@3swayam 5 лет назад
Computer vision enthusiasts pls comment below to collaborate and work on a project
@PrasannaRoutray97
@PrasannaRoutray97 5 лет назад
would love to know about the project
@jindagi_ka_safar
@jindagi_ka_safar 3 года назад
Deep learning/CNN helps the computer understand 'image content' in the same way as our human brain does great!.
@luis96xd
@luis96xd 5 лет назад
Excellent video!
@ugursoydan8187
@ugursoydan8187 2 года назад
thank you well explained
@prabhasadapa9945
@prabhasadapa9945 Год назад
Could you please share those slides?? It will be helpful to us
@ramkumarr1725
@ramkumarr1725 Год назад
Computers have eyes. Great. ❤
@7906jun
@7906jun 4 года назад
Amazing !!
@offload3286
@offload3286 5 лет назад
Thank You Sara Robinson!
@devrajashok8579
@devrajashok8579 3 года назад
What's the name of the music in the background??
@beckygomez748
@beckygomez748 4 года назад
Thanks🙏
@heavenlypot
@heavenlypot 2 года назад
She looks so excited
@imaginethat704
@imaginethat704 2 года назад
Great Info
@mansinghyadav4365
@mansinghyadav4365 2 года назад
Very nice
@alixaprodev
@alixaprodev 4 года назад
just get it now thanks to you
@fizamukhtar3442
@fizamukhtar3442 5 лет назад
Anyone suggest me the latest research topic in computer vision
@_rd_kocaman
@_rd_kocaman 3 года назад
Thank you Gina
@RoxanaNoe
@RoxanaNoe 6 лет назад
Great great video
@tcsls-thedesignlab4132
@tcsls-thedesignlab4132 6 лет назад
Really digging this video. We would like to use this within our organization for a business transformation course, with your permission of course!
@science.20246
@science.20246 Год назад
I do research on subject , I cant explain better
@patriziacasini6661
@patriziacasini6661 6 лет назад
E' STATO VERAMENTE INTERESSANTE
@ai.simplified..
@ai.simplified.. 3 года назад
3:45 really how?
@joeljacob1066
@joeljacob1066 5 лет назад
I loved the video
@IgorSwxy
@IgorSwxy 3 года назад
Google is good at making in-ad videos :)
@AmanRaj-qk6tr
@AmanRaj-qk6tr 6 лет назад
Awesome
@fizamukhtar3442
@fizamukhtar3442 5 лет назад
Nice
@quinn6152730
@quinn6152730 2 года назад
Thank you google🥺
@soulysouly7253
@soulysouly7253 Год назад
it's cool to always throw around the words "machine learning", but it would be even better if we actually educated CS grads with signals and systems theory. No matter how much you know about ML you'll never understand why it works if you don't understand signal (including 2d signal like images) processing.
@aboodaaboood8007
@aboodaaboood8007 6 лет назад
Please download the translation in Arabic
@sanstechie_official4669
@sanstechie_official4669 5 лет назад
You're just training your model with million users photos , if not how can you train it to that much extent ... You guys have large computing power and million users data that's why it's possible to train your model quickly...
@MasterofPlay7
@MasterofPlay7 4 года назад
google when are you going to take apple's head off? xD>>???
@LUSHBEE728
@LUSHBEE728 2 года назад
WOW
@sichard.rimmons
@sichard.rimmons 5 лет назад
sheepdogs and mops LOL!
@madvoice3703
@madvoice3703 2 года назад
SUPER 😇😇😇😇
@AtticusDenzil
@AtticusDenzil 2 года назад
why not start from the big bang?
@johnlin3145
@johnlin3145 6 лет назад
i don't see the creative power in evolution
@silverhawkscape2677
@silverhawkscape2677 3 года назад
Now Computer vision is used to make PC cheats like aimbot available on Console. 🙃
@bilalrajab1879
@bilalrajab1879 3 года назад
1:20 lmao
@AnkitSingh-ru8he
@AnkitSingh-ru8he Месяц назад
What if we built software instead of shifting to cloud😂😂😂😂
@LeonardoRivillini
@LeonardoRivillini 5 лет назад
hahah very happy person, no ? :´p
@motherfucc
@motherfucc Год назад
amazon aws
@markcuello5
@markcuello5 Год назад
HELP
@jony7779
@jony7779 6 лет назад
viridis
@carlosbatista5266
@carlosbatista5266 6 лет назад
Ok
@catherinele8417
@catherinele8417 3 года назад
This is deep learning not computer vision ..
@technologyandinnovation4586
@technologyandinnovation4586 3 года назад
You can't create and use buzz word to impress people. Bottom line no matter how hard google tries it will remain a search engine company and its variant. Every of their effort is optimize search there is nothing innovative just brute force.
@SajiSNairNair-tu9dk
@SajiSNairNair-tu9dk 5 месяцев назад
👉🧠r a m 🕵️😂😊
@dallaskelley1752
@dallaskelley1752 5 лет назад
This is amazingly inefficient and a surprisingly dumb way to go about image detection.
@davidamelemah5770
@davidamelemah5770 5 лет назад
Dallas Kelley do you have a better method
@ozzyfromspace
@ozzyfromspace 4 года назад
I do
@vophie
@vophie 4 года назад
it's the best way we have for AI to do it rn
@DIYRobotGirl
@DIYRobotGirl 3 года назад
I just want to know if we can get a waifu chatbot to have computer vision?
Далее
How Computer Vision Applications Work
13:15
Просмотров 22 тыс.
Мухочирон эхтиёт бошед!
01:31
Просмотров 117 тыс.
Introduction to Generative AI
22:08
Просмотров 1,7 млн
I tried to make a Valorant AI using computer vision
19:23
Why Computer Vision Is a Hard Problem for AI
8:39
Просмотров 127 тыс.
Computer Vision: Crash Course Computer Science #35
11:10
Transport Layer Security (TLS) - Computerphile
15:33
Просмотров 475 тыс.
MIT 6.S094: Computer Vision
53:14
Просмотров 111 тыс.