Gitpedia

RandOpt

Official Codebase for "Neural Thickets: Diverse Task Experts Are Dense Around Pretrained Weights" (ICML 2026 Spotlight)

From sunrainyg·Updated May 31, 2026·View on GitHub·

**Neural Thickets: Diverse Task Experts Are Dense Around Pretrained Weights** The project is written primarily in Python, first published in 2026. Key topics include: black-box-optimization, ensemble-learning, large-language-models, llm, lora.

RandOpt

Neural Thickets: Diverse Task Experts Are Dense Around Pretrained Weights

Yulu Gan, Phillip Isola

Paper | Project Page | Starting with a 1D Experiment: Open In Colab

Requirements

Option1: Python / Conda

bash
(optional) conda activate your_env pip install -r requirements.txt

Option2: Docker

From the directory containing RandOpt/:

StepCommand
Builddocker build -f RandOpt/docker/Dockerfile_vllm -t randopt-vllm:latest .
Rundocker run -it --gpus all randopt-vllm:latest bash
Run (with data)docker run -it --gpus all -v /path/to/RandOpt/data:/workspace/data randopt-vllm:latest bash

Run RandOpt

Post-train on your own dataset

Please follow the instructions in CUSTOM_DATASET_GUIDE.md

Post-train on a standard dataset

First download the data here: data/README.md

Then, from the RandOpt directory:

ModeCommand
Single nodesbatch scripts/single_node.sh
Multiple nodessbatch scripts/multiple_nodes.sh
Local (no Slurm)bash scripts/local_run.sh

Distill top-k models into a single model

Please follow the instructions in distillation/README.md.

Run Baselines

Please follow the instructions in baselines/README.md

Citation

bib
@misc{gan2026neuralthickets, title={Neural Thickets: Diverse Task Experts Are Dense Around Pretrained Weights}, author={Yulu Gan and Phillip Isola}, year={2026}, eprint={2603.12228}, archivePrefix={arXiv}, primaryClass={cs.LG}, url={https://arxiv.org/abs/2603.12228}, }

Contributors

Showing top 3 contributors by commit count.

View all contributors on GitHub →

This article is auto-generated from sunrainyg/RandOpt via the GitHub API.Last fetched: 6/1/2026