English

Neural Thickets: Diverse Task Experts Are Dense Around Pretrained Weights

Machine Learning 2026-03-13 v1 Artificial Intelligence

Abstract

Pretraining produces a learned parameter vector that is typically treated as a starting point for further iterative adaptation. In this work, we instead view the outcome of pretraining as a distribution over parameter vectors, whose support already contains task-specific experts. We show that in small models such expert solutions occupy a negligible fraction of the volume of this distribution, making their discovery reliant on structured optimization methods such as gradient descent. In contrast, in large, well-pretrained models the density of task-experts increases dramatically, so that diverse, task-improving specialists populate a substantial fraction of the neighborhood around the pretrained weights. Motivated by this perspective, we explore a simple, fully parallel post-training method that samples NN parameter perturbations at random, selects the top KK, and ensembles predictions via majority vote. Despite its simplicity, this approach is competitive with standard post-training methods such as PPO, GRPO, and ES for contemporary large-scale models.

Keywords

Cite

@article{arxiv.2603.12228,
  title  = {Neural Thickets: Diverse Task Experts Are Dense Around Pretrained Weights},
  author = {Yulu Gan and Phillip Isola},
  journal= {arXiv preprint arXiv:2603.12228},
  year   = {2026}
}

Comments

codes are provided at https://github.com/sunrainyg/RandOpt

R2 v1 2026-07-01T11:17:16.375Z