I appreciate the video and generally agree with Fei-Fei but I think it almost understates how different the problem of reasoning about the physical world actually is. Most dynamics of the physical world are sparse, non-linear systems at every level of resolution. Most ways of constructing accurate models mathematically don’t actually work. LLMs, for better or worse, are pretty classic (in an algorithmic information t…
Fei-Fei Li: Spatial intelligence is the next frontier in AI [video]
151–160 of 163 posts
Re: Fei-Fei Li: Spatial intelligence is the next frontier in AI [video]
#152Earlier quoted context omitted.
> An immaterial side note: funny how obsessed she seems to be with her age. Given her intellectual stature, Professor Li likely was one of the strongest minds in any room she found herself in and, for the first half of her life, also one of the youngest voices. Now that she’s entering mid-life, she’s still one of the most powerful minds, but no longer one of the youngest. It’s something middle-aged thinkers can’t hel…
It's interesting how figures get idolized. Fei-Fei Li is known for the creation of ImageNet, which is certainly transformative in the field of computer vision. But the crux of it is painstaking grunt work to create the vast labeled dataset. Fei-Fei Li is a leader who mobilized vast resources and people hours to create this vast dataset. Certainly worth a ton of acclaim. But to claim she's the most brilliant mind in a…
You reduce Professor Li’s massive intellect to her leading the ImageNet project. You also misrepresent my observation that “Professor Li likely was one of the strongest minds in any room she found herself in [....]”.
That’s intellectually dishonest.
Watch the video linked in the OP, listen to her assessments of the direction of artificial intelligence, the state and future of the computing industry, the ways one might make a strong impact as a scholarly researcher, etc.
To do so is to recognize Professor Li is not only one of the most brilliant minds in that particular room, but also one of the sharpest minds in the history of Silicon Valley.
Re: Fei-Fei Li: Spatial intelligence is the next frontier in AI [video]
#153I've always wondered how spatial reasoning appears to be operating quite differently from other cognitive abilities, with significant individual variations. Some people effortlessly parallel park while others struggle with these tasks despite excelling at other forms of pattern recognition. What was particularly intriguing for me is that some people with aphantasia have no difficulty with spatial reasoning tasks, so…
Either that or they're perfectly capable, they just don't care.
Re: Fei-Fei Li: Spatial intelligence is the next frontier in AI [video]
#154Earlier quoted context omitted.
some pointers to the research program please?
It was a national security program with no public face. I was recruited into it because I solved a fundamental computer science problem they were deeply interested in. I did not get my extensive supercomputing experience in academia. It was a great experience if you just wanted to do hardcore computer science research, which at the time I did. There are several VCs with knowledge of the program. It is obscure but has…
Re: Fei-Fei Li: Spatial intelligence is the next frontier in AI [video]
#155Earlier quoted context omitted.
Yeah I'm envisioning putting a thousand simplistic robotic "infants" into a vast "playpen" to gather sensor data about their environment, for some (probably smaller) number of deep learning models to ingest the input and guess at output strategies (move this servo, rotate this camshaft this far in that direction, etc) and make predictions about resulting changes to input. In principle a thousand different deep learni…
But the playpen will contain objects that are inherently breakable. You cannot rough handle the glass vessel and have it too.
Perhaps the least applicable part is that "robot hurting itself" has the liability of some cost to replace the broken robot part, vs the potentially immeasurable cost of a human infant injuring themselves.
If it's not a good idea to put a "glass vessel" in a human crib (strictly from an "I don't want the glass vessel to be damaged" sense) then it's not a good idea to put that in the robot-infant crib either.
Give them something less expensive to repair, like a stack of blocks instead. :P
Re: Fei-Fei Li: Spatial intelligence is the next frontier in AI [video]
#156Re: Fei-Fei Li: Spatial intelligence is the next frontier in AI [video]
#157Earlier quoted context omitted.
How do we prove a trained LLM has no inductive bias for space, causality, etc.? We can't assume this is true by construction, can we?
Why would we need to prove such a thing? Human vision has strong inductive biases, which is why you can perceive objects in abstract patterns. This is why you can lay down at a park and see a duck in a cloud. It's also why we can create abstracted representations of things with graphics. Having inductive biases makes it more relatable to the way we work. And again, you're using the term LLMs again when vision based t…
Re: Fei-Fei Li: Spatial intelligence is the next frontier in AI [video]
#158Earlier quoted context omitted.
Above commenter also asserts "highly developed research but no public literature" shrug ...
It was a national security program that plenty of people are familiar with and has been used across several countries. None of those programs publish. As much as the literature doesn’t exist, the tech has been used in production for over a decade. That’s just my word of course but a lot of people know. :shrug:
Re: Fei-Fei Li: Spatial intelligence is the next frontier in AI [video]
#159Earlier quoted context omitted.
But then that sounds more like that person explained it wrong. They didn't explain why it is necessary to reduce to GRAPHCUT, it seems to me to beg the question. We should not assume this is true based on some vague anthropomorphic appeal to spatial locality, surely?
It isn’t a graph cutting problem, graph cutting is just a simpler, special case of this more general cutting problem (h/t IBM Research). If you can solve the general problem you effectively get efficient graph cutting for free. This is obviously attractive to the extent you can do both complex spatial and graph computation at scale on the same data structure instead of specializing for one or the other. The challenge…
You said this is obvious once explained. I don't see this as obvious, rather, I see this as begging the question--the research program you were secretly involved in wanted to parallelize the engineering of it so obviously they needed some fancy "cutting algorithm" to make it possible.
The problem is that this conflated the scientific statement of what "spatial reasoning" is. There's no obvious explanation why spatial reasoning should intuitively be some kind of cutting problem however you wish to define or generalize a cutting problem. That's not how good CS research is done or explained.
In fact I could (mimicking your broad assertions) go so far as to claim, the project was doomed to fail because they weren't really trying to understand something, they want to make something without understanding it as the priority. So they were constrained by the parallel technology that they had at the time, and when the computational power available didn't pan out they reached a natural dead end.
Re: Fei-Fei Li: Spatial intelligence is the next frontier in AI [video]
#160Earlier quoted context omitted.
Ive spent years trying to tackle spatial representations on my own, so Im extremely curious here. How does the cutting problem relate to intelligence in the first place?
Indexing is a special case of AI. At the limit, optimal cutting and learning are equivalent problems. Non-trivial spatial representations push these two things much closer together than is normally desirable for e.g. indexing algorithms. Tractability becomes a real issue. Practically, scalable indexing of complex spatial relationships requires what is essentially a type of learned indexing, albeit not neural network…
NN is just function approximation, why do you think that could not be a valuable part of the solution?
It seems like a dynamically adjusted/learned function approximator is a good general tool to most of these hard problems.