CORTEXA
← Browse
arxivcs.LGcs.AI2026-07-08

Architecture Generalization with MetaNCA

Meet Barot, Daniel Berenberg, Sina Khajehabdollahi

Self-organization is an emergent property of life, driven by the collective behavior of individual components acting on local information. Biological neurons, through local interactions transmitted through synapses, are able to learn efficiently and can adapt their connections over an organism's lifespan. Motivated by these desirable properties of adaptability and local interaction, neural cellular automata (NCA) models have been successful at learning morphogenesis solely through local update rules, demonstrating stability over many updates and robustness to perturbations. In this work, we introduce Meta Neural Cellular Automata (MetaNCA), a framework that learns local rules which self-organize the weights of artificial neural networks. A learned rule network iteratively updates the weights of a task network using only local interactions on the computation graph. We propose a novel Weight Transformer architecture for the local rule network, which uses linear attention to aggregate signals from neighboring weights and hidden states. Once trained, the rule network generates task networks of diverse architectures without backpropagation. We show that MetaNCA generates weights for feedforward MLPs, CNNs, and ResNets on MNIST and CIFAR-100, scaling to networks of 2 million parameters. We further show that MetaNCA generalizes to architectures not seen during meta-training, and that architectural diversity in the training phase strengthens this generalization.

View free PDFSource page

Related papers

arxivcs.CVcs.AIcs.LG2026-06-30

A Mechanism-Driven Theory of Phase Transitions in Active Learning

Julia Machnio, Mads Nielsen, Mostafa Mehdipour Ghazi

Active learning (AL) performance is known to be budget-dependent, yet regimes are typically defined by heuristic label counts that fail to generalize across datasets or architectures. We characterize AL dynamics by reframing budget regimes as shifts in the dominant generalization…

View free PDFSource page
arxivcs.LGcs.AIcs.CVmath.FA2026-07-10

All you need is SAMPAT

Jayadeva, Madhur Aswani

The current state of the art in AI/ML rests on deep neural architectures, which, in general, suffer from a lack of interpretability. Interpretability is crucial to gleaning insights while analyzing experimental data, where quantitative predictions may not be adequate for a scient…

View free PDFSource page
arxivcs.LGcs.AI2026-07-17

Hard Rules, Soft Preferences: Bridging Reasoning, Learning, and Optimization for Personalized Packing Checklist Generation

Himel Dev, Madhusudan Basak, Tanmoy Sen, Paromita Shome, Bashima Islam

Packing for air travel is recurring and error-prone: the checklist must be personal and context-aware, yet feasible under safety rules, item dependencies, and luggage limits. Existing packing assistants are template-driven and generic, or recommendation-driven but unconstrained,…

View free PDFSource page
arxivcs.LGcs.AI2026-07-17

Gradient-Energy Guided Block-Wise Perturbations for Sharpness-Aware Minimization

Zhen Huang, Jiaxin Deng, Junbiao Pang

Sharpness-Aware Minimization (SAM) improves generalization by minimizing the worst-case loss in a local parameter neighborhood. Standard SAM implicitly allocates its global perturbation budget across parameter blocks according to instantaneous minibatch gradient norms. Such an al…

View free PDFSource page
arxivcs.LGcs.AI2026-07-08

Jet-Long: Efficient Long-Context Extension with Dynamic Bifocal RoPE

Haozhan Tang, Zerui Wang, Yuxian Gu, Song Han, Han Cai

Modern LLMs are increasingly deployed in long-context applications such as retrieval-augmented generation, repository-level coding, and agentic workflows whose accumulated reasoning and tool traces routinely push the input an order of magnitude past the pretraining window, making…

View free PDFSource page