Show HN: High-Res Neural Cellular Automata
- AI
- Graphics
- Research
- Developer Tools
The post shows a high-resolution neural cellular automata system, or NCA, that grows images, PBR textures, and volumetric patterns from a seed and keeps them stable in real time. Instead of storing an image and reading pixels back by coordinate, each cell updates from only its 3x3 neighborhood using a learned neural rule. The author says each pattern is trained as its own model, and that the current trick for reaching HD resolution is to make each cell a neural field rather than a single pixel.
Treat this as a promising self-organizing graphics technique, not robust self-healing computation yet. If you build on it, pay attention to training setup, orientation assumptions, and how quickly local-only communication breaks down at larger scales.
- cells2pixels.github.io
- Discuss on HN