Тёмный

Growing Neural Cellular Automata 

Yannic Kilcher
Подписаться 263 тыс.
Просмотров 22 тыс.
50% 1

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

 

2 окт 2024

Поделиться:

Ссылка:

Скачать:

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

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 37   
@jrkirby93
@jrkirby93 4 года назад
Reminds me a lot of the wavefunction collapse procedural generation technique. Of course that algorithm isn't entirely local like this, and it doesn't require training a model either. This begs the question, how big and how complex can you make the images before the model starts failing to reproduce them with low error? If you increase the hidden state size and model size, how does that change things? Could you use this as a way to measure image complexity in a more nuance way than resolution?
@YannicKilcher
@YannicKilcher 4 года назад
True. It would be interesting to analyze how much of the overall structure is encoded in each cell's hidden state. Maybe this whole thing is just trivial and all global information is hidden in there.
@oneman7094
@oneman7094 4 года назад
This channel is gold.
@nikolayandcards
@nikolayandcards 4 года назад
Agree. Found this hidden gem just today.
@SuperCobraUltra
@SuperCobraUltra 4 года назад
Crucial insight buried in the video here about aging (not a new idea, but nice to see it implied here)... how the update rules' result seems to go awry after the number of steps it has been trained for.... maybe this is why our bodies start breaking down and going wonky after we live past the typical reproductive period of our ancestors! Maybe part of aging is that our morphogenic+morphostatic system has not been trained/evolved to maintain our structure past a certain point. The methods they used to overcome this might inspire distant future attempts at combating or preventing aging. Really really excellent video...made it simple for dumb people like me to understand and nerd out on, thanks!
@rodrigoff7456
@rodrigoff7456 4 года назад
That is a very interesting thought! A few months ago Veritasium made a video about some of the new insights on body aging: ru-vid.com/video/%D0%B2%D0%B8%D0%B4%D0%B5%D0%BE-QRt7LjqJ45k.html
@revimfadli4666
@revimfadli4666 4 года назад
Some of them really looked like cancerous growth
@-into-the-void-
@-into-the-void- 3 года назад
The smileys look like they are in excruciating pain.
@paulfrischknecht3999
@paulfrischknecht3999 3 года назад
Very interesting research. This kind of model definitely gets close to what must be going on in a body growing out of a lump of cells. Clearly, there cannot be much reliable communication (with chamicals or otherwise) at great distances, especially not before the blood and nervous systems are in place, so the body-shaping decisions must be made locally. However, each cell has the same complex program so "The network parametrizing this update rule consists of approximately 8,000 parameters. " does not sound excessive. "Typical cellular automata update all cells simultaneously. This implies the existence of a global clock, synchronizing all cells. Relying on global synchronisation is not something one expects from a self-organising system. " is also another important consideration.
@dhiahassen9414
@dhiahassen9414 2 года назад
maybe the womb does the synchronization at some stages
@SuperCobraUltra
@SuperCobraUltra 4 года назад
Excellent video... much clearer explanation than 2-minute papers.
@luna010
@luna010 3 года назад
fucking robots
@SuperCobraUltra
@SuperCobraUltra 4 года назад
Really inspired that they backpropagate through time instead of using evolutionary methods like most "artificial embryology", that was a suitable update rule could be discovered much more quickly and perhaps more accurate rules could be discovered.
@PunmasterSTP
@PunmasterSTP 2 года назад
This was fascinating, and you broke things down really well! I'm very glad I came across your video today.
@ianweckhorst3200
@ianweckhorst3200 7 месяцев назад
I remember experimenting with this thing, all I ever did was make walls of chaos or accidentally delete everything
@ClosiusBeg
@ClosiusBeg 4 года назад
Amazing! This is regeneration process. Its interesting how to apply it to something
@taku8751
@taku8751 4 года назад
It is amazing, god said "To build an eye", then the eye comes out. The only problem is when organs combine together, the cell on the border can not make clear which organ should it belongs to.
@masonhunter2748
@masonhunter2748 4 года назад
God said: “here’s atoms, do stuff”
@ianweckhorst3200
@ianweckhorst3200 7 месяцев назад
Although the website is non functional now as the original patterns were replaced with black dots and it is NOT configured to grow from that, it’s only configured to have a preexisting pattern, I know this is an old video, but can someone fix that?
@AnotherTowerDev
@AnotherTowerDev 2 месяца назад
Found some cool gliders in this, I think the plankton in the lizard one is the coolest since it divides
@eladwarshawsky7587
@eladwarshawsky7587 2 года назад
Would this be improved if each pixel was also embedded with it's global positional embedding normalized to between 0 and 1?
@k.k.9378
@k.k.9378 2 года назад
Giving cells any global knowledge defeats the point and makes it trivial.
@revimfadli4666
@revimfadli4666 4 года назад
10:00 is that the CA equivalent of cancer? Lol 13:41 really reminds me of two-headed flatworms
@simonstrandgaard5503
@simonstrandgaard5503 4 года назад
Interesting explanation. And awesome to interact with.
@dionbridger5944
@dionbridger5944 4 года назад
Decent explanation of the article. One point of confusion for me though - when you mentioned the 'residual connection' being the key to making the whole thing work ; did you mean that the fact that they output a delta pixel and add that to the input pixel to get value of that pixel at the next time step?
@revimfadli4666
@revimfadli4666 4 года назад
Sort of, since it computes deltas rather than the new value itself, there's an "identity" connection from a timestep to its previous one, which could let gradients pass nearly undisturbed/without being shrunk/exploded due to matrix multiplications & activation functions
@von_nobody
@von_nobody 2 года назад
Only thing missing is encoding this neural network per pixel and have multiple different network competing with each other :D
@mersidems7437
@mersidems7437 Год назад
it reminds me of the principle of "free energy". Where the system fights the external environment and maintains itself in a stable state.
@anyabataeva729
@anyabataeva729 4 года назад
loved it
@yabdelm
@yabdelm 4 года назад
Do you know how I could sort of re-do this but for sounds?
@revimfadli4666
@revimfadli4666 4 года назад
Perhaps make it a 1D cellular automata? With amplitude in place of the RGB channels. Do you wanna use it to recover sounds? Because it seems that this algorithm will only output a specific pattern it's been trained on. I wonder if a GAN could generalize better
@Kerrosene
@Kerrosene 4 года назад
Like the T-1000 this is
@CheapDeath96
@CheapDeath96 3 года назад
lol one guy did not like this video
@surferbois
@surferbois 4 года назад
Unfortunately, I still don't quite get how this thing actually works with only so few information at hand.
@lenasearcy9511
@lenasearcy9511 4 года назад
Is cnn the reason why people are so hooked on watching the news, which loops? I think it creates anxiety and a false sense of reality in people. Just a "dumb" question.
@paddy9609
@paddy9609 3 года назад
what?
Далее
Self-classifying MNIST Digits (Paper Explained)
30:31
I programmed some creatures. They Evolved.
56:10
Просмотров 4,2 млн
小路飞嫁祸姐姐搞破坏 #路飞#海贼王
00:45
Обменялись песнями с POLI
00:18
Просмотров 260 тыс.
Artificial Life is the New Frontier in Science
29:27
Просмотров 102 тыс.
The moment we stopped understanding AI [AlexNet]
17:38
I Made an AI with just Redstone!
17:23
Просмотров 1 млн