Skip to content
Tech News
← Back to articles

Show HN: High-Res Neural Cellular Automata

read original more articles
Why This Matters

This article introduces a high-resolution neural cellular automaton (NCA) that leverages a lightweight neural network to generate detailed surface properties like color and normals, operating on a mesh-based lattice. This advancement enables more precise and efficient surface modeling, which is crucial for industries like computer graphics, gaming, and virtual reality. It signifies a step toward more realistic and computationally efficient visual simulations for consumers and developers alike.

Key Takeaways

The NCA operates on a coarse lattice of cells (in this example vertices of a mesh). Center: A sampling point \(\Point\) (red dot) inside a triangle primitive, whose vertices correspond to NCA cells \(\State_i,\,\State_j,\,\State_k\). The local coordinate \(u(\Point)\) expresses the point’s position inside the primitive, while the locally averaged cell state \(\bar{\State}(\Point)\) is obtained by interpolating the surrounding cell states. Right: The Local Pattern Producing Network (LPPN), A shared lightweight MLP, receives \((\bar{\State}(\Point), u(\Point))\) as input and outputs the target properties, such as color and surface normal, at point \(\Point\). The NCA and the LPPN are trained jointly and end-to-end.

Play with the interactive visualization below to see coarse NCA cell states and the output the LPPN generates.