For the unfamiliar, could someone explain what I'm looking at? The abstract was a little too concrete (heh) for me to follow.
Show HN: High-Res Neural Cellular Automata
21–30 of 56 posts
Re: Show HN: High-Res Neural Cellular Automata
#22At a glance it looks like it could be just iterative texture sampling. The difference is when creating each pixel, there’s no coordinate to look up, instead it’s using only a set of rules like Conway’s game of life. But the rules come from a neural network trained on the image, so… it’s kind of memorizing enough information to effectively do the same thing as texture sampling, but using only local information. I’m su…
Of course, this is as close to cells, as neurons from neural networks are to real neurons. And I have no idea what it could be applied to (inpainting/outpainting?), but it’s interesting as exploratory research.
Re: Show HN: High-Res Neural Cellular Automata
#23Really interesting demo, nicely done :) Would be fun if switching the "Target Image" when using the second brush mode in the Growing Demo didn't erase/reset the existing canvas, so we could "stamp" new things on top of other images. Small thing perhaps but I got sad when it disappeared when I wanted to merge a kitten on top of the chameleon but couldn't :(
You can, just enable the 'transition' switch.
Re: Show HN: High-Res Neural Cellular Automata
#24The automata just completely destroys the image if I draw too much over the stabilized image with the brush. 5 horizontal swipes are enough to destroy the kitty, is that to be expected? EDIT: video here: https://imgur.com/a/ItZGd5X
With the old model (and I suspect this one too) it's trained to generate from a single 'seed' pixel in the center of the image. If you erase the center of the image, that's when it completely collapses.
Re: Show HN: High-Res Neural Cellular Automata
#25The automata just completely destroys the image if I draw too much over the stabilized image with the brush. 5 horizontal swipes are enough to destroy the kitty, is that to be expected? EDIT: video here: https://imgur.com/a/ItZGd5X
With the old model (and I suspect this one too) it's trained to generate from a single 'seed' pixel in the center of the image. If you erase the center of the image, that's when it completely collapses.
The model generally learns to generate each pixel from its surroundings, even if the surroundings are partially missing.
Re: Show HN: High-Res Neural Cellular Automata
#26Earlier quoted context omitted.
With the old model (and I suspect this one too) it's trained to generate from a single 'seed' pixel in the center of the image. If you erase the center of the image, that's when it completely collapses.
Have you actually tried that? If you specifically erase the center, the image does change a lot at first, but rebuilds itself eventually (albeit to a slightly different final state). It's uncanny how "biological" is feels!
Re: Show HN: High-Res Neural Cellular Automata
#27Earlier quoted context omitted.
With the old model (and I suspect this one too) it's trained to generate from a single 'seed' pixel in the center of the image. If you erase the center of the image, that's when it completely collapses.
It must be more general than that, otherwise the cells wouldn’t be able to repair their area if the damage came from the wrong direction (repair is not center-out). The model generally learns to generate each pixel from its surroundings, even if the surroundings are partially missing.
Re: Show HN: High-Res Neural Cellular Automata
#28Earlier quoted context omitted.
With the old model (and I suspect this one too) it's trained to generate from a single 'seed' pixel in the center of the image. If you erase the center of the image, that's when it completely collapses.
Have you actually tried that? If you specifically erase the center, the image does change a lot at first, but rebuilds itself eventually (albeit to a slightly different final state). It's uncanny how "biological" is feels!
Re: Show HN: High-Res Neural Cellular Automata
#29Why are the images always generated in the same orientation (upright)? Do the cells have awareness of what is "up"?
Re: Show HN: High-Res Neural Cellular Automata
#30Like a bio inspired Kubernettes.....Bionettes.