UCL Introduces Large Discovery Models (LDM): Automating Experimental Design with AI
机器之心 · wechat · 2026-08-30
A team led by Wang Jun at UCL has released Large Discovery Models (LDM), designed to solve the problem of "how to design the next experiment" in scientific discovery. LDM integrates generative foundation models with Gaussian Process (GP) reward models, showing strong results in Auto-Research, antibody design, and molecular optimization.
Core Architecture: Fast and Slow Loops
- Fast Loop: The LLM generates open-ended candidates (code, sequences), while the GP evaluates value based on experimental feedback (exploration vs. exploitation), selecting the best experiment via acquisition functions.
- Slow Loop: High-value search strategies are distilled into model parameters, enabling the model to learn "how to propose new designs based on experience," a meta-skill transferable across tasks.
Key Concept: Discovery
- Traditional optimization focuses on "exploitation" (finding best in known space) and "exploration" (gathering info in known space).
- LDM emphasizes "discovery": when the current search space is saturated, the model alters its representation to include novel mechanisms or structures.
Experimental Results
- Auto-Research: Introduced new mechanisms like Muon optimizer; BPB reduction is 2.4x that of pure LLM reflection, reaching 0.902291 on B200 hardware.
- Antibody Design: Achieved an average 18.2% reduction in binding energy in a 20^11 sequence space.
- Molecular Design: Pareto hypervolume improved by 60% over pure LLM and Bayesian optimization.
Cross-Task Generalization
- A model fine-tuned only on code and molecule data matched or outperformed supervised models on 4 out of 5 unseen antibody tasks, proving the acquisition of general research decision strategies.
More from Research
- LiteMol-1 generates drug candidates on M1 Max in 30 seconds — CatAstro_Piyush · 2026-09-01
- Google Paper: Autonomous AI Research Hallucinates 90% Without Checks — rohanpaul_ai · 2026-09-01
- RLHF impact on tokens: unconscious shifts vs conscious choices — voooooogel · 2026-09-01
- On token layers and consciousness in RLHF — voooooogel · 2026-09-01
- CommerceAgentBench released: Qwen leads open-weight models — Alibaba_Qwen · 2026-09-01
- Discussion on Why Universal Time Series Models Work — Afinetheorem · 2026-09-01