edge cognition – Telegram
edge cognition
74 subscribers
42 photos
18 videos
4 files
37 links
realtime dynamical systems & self-organization research

feedback: @algalgalg
Download Telegram
descent
Video
reaction&diffusion + scalable moire patterns #webgl
edge cognition pinned «This talk gave an inspiration for the creation of neural cellular automata model, and subsequently, the whole differentiable self-organizing system field. To learn about neural cellular automata, start with these two papers on distill.pub https://distil…»
This media is not supported in your browser
VIEW IN TELEGRAM
inpainting objective, on a base model. Model tries to learn oscillators to remember the initial picture, but struggles with it
This media is not supported in your browser
VIEW IN TELEGRAM
inpainting objective with 1 channel used as hard memory (updates on this channel are zeroed)
collider
This media is not supported in your browser
VIEW IN TELEGRAM
metastability #webgpu

primordial partical system with high partical speeds and huge interaction radius.

when beta is small negative number, particles tend to cluster together. If beta is a bigger negative number, behaviour becomes chaotic.
As always, there is an interesting region in the parameter space between those two phases
https://compute.toys/view/359

[WIP] refactor NCA to use array structs, leveraging webgpu capabilities #webgpu
👍2
simple implementation of texture NCA in webgpu compute shaders
https://compute.toys/view/359
(code for train & export your own model is in the next post)
1
edge cognition
simple implementation of texture NCA in webgpu compute shaders https://compute.toys/view/359 (code for train & export your own model is in the next post)
While refactoring NCA to use webgpu arrays, I've encountered a strange performance problem:
in 1x1 conv stage, when there is 12*48 cycles to compute state update, my machine initially hanged after ~50 cycles.
It turned out, that accessing weights that were defined as top-level const is very inefficient for some reason.
copying weight matrix to a local variable in the function body solved it 🤷
👍1
new neural cellular automata demo + recap of recent papers
https://google-research.github.io/self-organising-systems/isonca/