zero-cost proxy
**Zero-cost proxy** is **a neural-architecture-evaluation signal that estimates model quality without full training** - Proxies use initialization-time statistics such as gradient norms or synaptic saliency to rank architectures quickly.
**What Is Zero-cost proxy?**
- **Definition**: A neural-architecture-evaluation signal that estimates model quality without full training.
- **Core Mechanism**: Proxies use initialization-time statistics such as gradient norms or synaptic saliency to rank architectures quickly.
- **Operational Scope**: It is used in machine-learning system design to improve model quality, efficiency, and deployment reliability across complex tasks.
- **Failure Modes**: Proxy rankings can fail when task characteristics differ from assumptions behind the proxy.
**Why Zero-cost proxy Matters**
- **Performance Quality**: Better methods increase accuracy, stability, and robustness across challenging workloads.
- **Efficiency**: Strong algorithm choices reduce data, compute, or search cost for equivalent outcomes.
- **Risk Control**: Structured optimization and diagnostics reduce unstable or misleading model behavior.
- **Deployment Readiness**: Hardware and uncertainty awareness improve real-world production performance.
- **Scalable Learning**: Robust workflows transfer more effectively across tasks, datasets, and environments.
**How It Is Used in Practice**
- **Method Selection**: Choose approach by data regime, action space, compute budget, and operational constraints.
- **Calibration**: Combine multiple proxies and validate rank correlation against partially trained reference models.
- **Validation**: Track distributional metrics, stability indicators, and end-task outcomes across repeated evaluations.
Zero-cost proxy is **a high-value technique in advanced machine-learning system engineering** - It accelerates NAS by reducing dependence on expensive full training loops.