Building your own computer vision system is, frankly, much more satisfying. And you control every aspect of the technology.
@mugodavid69972 жыл бұрын
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?
@yishayhaz2 жыл бұрын
easier said than done.
@brianmaugo8768 Жыл бұрын
Right?
@sunitaskitchen63354 жыл бұрын
most informative ad i have ever seen😏
@laxmanrao66433 жыл бұрын
Y
@duykhanh77462 жыл бұрын
what's with the icon
@imyasharya4 жыл бұрын
Billions of years are achieved in just few decades. It's so exciting.
@oliver99999-e3 жыл бұрын
The power of exponential growth
@TheAIEpiphany4 жыл бұрын
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)
@IgorSwxy4 жыл бұрын
The outcome of this video: don't dare to understand how computer vision works, just use our API :)
@Napssamuel2 ай бұрын
You make a great point 😅
@amrith0076 жыл бұрын
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.
@offchan5 жыл бұрын
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.
@offchan5 жыл бұрын
@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.
@MrBemnet14 жыл бұрын
@@offchan in deep learning you don't need labels
@offchan4 жыл бұрын
@@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).
@uditysingh13163 жыл бұрын
Yes you are correct
@benjaminy.8 ай бұрын
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.
@micalopes14 жыл бұрын
I wanna cry. Amazing explanation 😍👏🏽
@NeuraSynx4 жыл бұрын
why?
@ozzyfromspace5 жыл бұрын
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.
@mattcollins55194 жыл бұрын
Got a name yet?
@artinbogdanov72294 жыл бұрын
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 :)
@Anarchy4214 жыл бұрын
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.
@willd1mindmind6393 жыл бұрын
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.
@PrathamInCloud2 жыл бұрын
@@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)
@saurabhs47435 жыл бұрын
It was awesome.. thanks Google.. please let her do more machine learning tutorials.. she's amazing at that
@karanacharya185 жыл бұрын
I loved the sound design here.
@petersteelenator4 жыл бұрын
Same here
@sihya96028 ай бұрын
WONDERFUL EXPLANATION
@lincolnwang67745 жыл бұрын
Computer vision is not just Machine learning ok? This video gives me a feeling machine learning is the only way how computer vision works.
@musicandreptiles1013 жыл бұрын
Getting GCP certified and started to get tired for the day, then came across this video and am back to interested
@copaboy3 жыл бұрын
Wow. That was quick and precise analysis of machine and deep learning.
@joshsmit7796 жыл бұрын
I loved the explanation, but I still would rather build and train my own model.
@jamesgillis81225 жыл бұрын
why
@chawza84025 жыл бұрын
@@jamesgillis8122 he might have the resources or he might have a better way to train his model.
@adamlee93474 жыл бұрын
Yeah using APIs is no fun
@richardlighthouse53283 жыл бұрын
@@jamesgillis8122 Unlimited use with no limits like how many requests you can do to api per month.
@sid98geek2 жыл бұрын
@@adamlee9347 @Chawza or maybe he doesn't want to risk Google exploiting his data by using their API.
@AshishAwasthiX6 жыл бұрын
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".
@nathanstake2 жыл бұрын
I am currently recruiting for Computer Vision Engineers for a Robotics Manufacturer in Ohio. This is fascinating.
@ozzyfromspace5 жыл бұрын
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 ☺️
@filmonasmerom52353 жыл бұрын
Heyy, could give me a rough idea of what you were/are working on? 😊
@artinbogdanov72294 жыл бұрын
Very nicely explained. Thanks a lot!
@wesleyshiong5 жыл бұрын
Thanks, Sara. Your video is very helpful to me.
@TheAnugupta2 жыл бұрын
Fantastic explanation.
@mayalaluna40052 жыл бұрын
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....
@digvijaysinh263 жыл бұрын
excellent explanation
@pandarzzz6 жыл бұрын
Thank you for sharing this cool video! 👨🖐
@DenisTRUFFAUT6 жыл бұрын
Highly professional video. Just miss an explanation on human labelling assisted by Google (billed or free feature ?)
@quietusleblanc305 жыл бұрын
what do you need labeled.
@zaheercarrim10352 жыл бұрын
She is brilliant.
@gorannovaks6 жыл бұрын
This lady makes me feel a bit uncomfortable with her creepy facial mimic, but I appreciate the content.
@jindagi_ka_safar3 жыл бұрын
Deep learning/CNN helps the computer understand 'image content' in the same way as our human brain does great!.
@devrajashok85793 жыл бұрын
What's the name of the music in the background??
@ramkumarr1725 Жыл бұрын
Computers have eyes. Great. ❤
@luis96xd6 жыл бұрын
Excellent video!
@smraghu816 жыл бұрын
Does any one knows what software they used to prepare this video. Kindly suggest.
@beckygomez7484 жыл бұрын
Thanks🙏
@7906jun4 жыл бұрын
Amazing !!
@imaginethat7043 жыл бұрын
Great Info
@colorbars85646 жыл бұрын
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.
@styxnexus6 жыл бұрын
IMHO, you should focus more on Python !
@toshb13846 жыл бұрын
Python or Processing+Java
@renatocastro42855 жыл бұрын
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++.
@딱구리-d1c6 жыл бұрын
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!
@3swayam5 жыл бұрын
D B I see you re working on CV , how about collaborating?
@ugursoydan81873 жыл бұрын
thank you well explained
@mansinghyadav43652 жыл бұрын
Very nice
@RoxanaNoe6 жыл бұрын
Great great video
@offload32866 жыл бұрын
Thank You Sara Robinson!
@ai.simplified..4 жыл бұрын
3:45 really how?
@alixaprodev5 жыл бұрын
just get it now thanks to you
@prabhasadapa99452 жыл бұрын
Could you please share those slides?? It will be helpful to us
@_rd_kocaman3 жыл бұрын
Thank you Gina
@joeljacob10666 жыл бұрын
I loved the video
@3swayam5 жыл бұрын
Computer vision enthusiasts pls comment below to collaborate and work on a project
@PrasannaRoutray975 жыл бұрын
would love to know about the project
@tcsls-thedesignlab41326 жыл бұрын
Really digging this video. We would like to use this within our organization for a business transformation course, with your permission of course!
@madvoice37033 жыл бұрын
SUPER 😇😇😇😇
@fizamukhtar34425 жыл бұрын
Anyone suggest me the latest research topic in computer vision
@IgorSwxy4 жыл бұрын
Google is good at making in-ad videos :)
@heavenlypot2 жыл бұрын
She looks so excited
@AmanRaj-qk6tr6 жыл бұрын
Awesome
@fizamukhtar34425 жыл бұрын
Nice
@quinn61527303 жыл бұрын
Thank you google🥺
@patriziacasini66616 жыл бұрын
E' STATO VERAMENTE INTERESSANTE
@soulysouly72532 жыл бұрын
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.
@sanstechie_official46695 жыл бұрын
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...
@science_electronique Жыл бұрын
I do research on subject , I cant explain better
@MasterofPlay74 жыл бұрын
google when are you going to take apple's head off? xD>>???
@sichard.rimmons6 жыл бұрын
sheepdogs and mops LOL!
@LUSHBEE7283 жыл бұрын
WOW
@aboodaaboood80076 жыл бұрын
Please download the translation in Arabic
@silverhawkscape26773 жыл бұрын
Now Computer vision is used to make PC cheats like aimbot available on Console. 🙃
@bilalrajab18793 жыл бұрын
1:20 lmao
@AnkitSingh-ru8he6 ай бұрын
What if we built software instead of shifting to cloud😂😂😂😂
@johnlin31456 жыл бұрын
i don't see the creative power in evolution
@AtticusDenzil2 жыл бұрын
why not start from the big bang?
@technologyandinnovation45864 жыл бұрын
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.
@jony77796 жыл бұрын
viridis
@carlosbatista52666 жыл бұрын
Ok
@LeonardoRivillini6 жыл бұрын
hahah very happy person, no ? :´p
@catherinele84174 жыл бұрын
This is deep learning not computer vision ..
@john_salt Жыл бұрын
amazon aws
@markcuello5 Жыл бұрын
HELP
@SajiSNairNair-tu9dk10 ай бұрын
👉🧠r a m 🕵️😂😊
@dallaskelley17525 жыл бұрын
This is amazingly inefficient and a surprisingly dumb way to go about image detection.
@davidamelemah57705 жыл бұрын
Dallas Kelley do you have a better method
@ozzyfromspace5 жыл бұрын
I do
@vophie4 жыл бұрын
it's the best way we have for AI to do it rn
@DIYRobotGirl3 жыл бұрын
I just want to know if we can get a waifu chatbot to have computer vision?