LGAIApr 4

Neural Global Optimization via Iterative Refinement from Noisy Samples

arXiv:2604.036140.0h-index: 2
Predicted impact top 99% in LG · last 90 daysOriginality Incremental advance
AI Analysis

This addresses the challenge of global optimization for machine learning and scientific computing, offering a robust method that avoids local minima without requiring derivatives or multiple restarts, though it is incremental as it builds on existing neural and spline-based techniques.

The paper tackles global optimization of black-box functions from noisy samples by introducing a neural approach that learns to find global minima through iterative refinement, achieving a mean error of 8.05% on multi-modal test functions, a 28.18% improvement over spline initialization.

Global optimization of black-box functions from noisy samples is a fundamental challenge in machine learning and scientific computing. Traditional methods such as Bayesian Optimization often converge to local minima on multi-modal functions, while gradient-free methods require many function evaluations. We present a novel neural approach that learns to find global minima through iterative refinement. Our model takes noisy function samples and their fitted spline representation as input, then iteratively refines an initial guess toward the true global minimum. Trained on randomly generated functions with ground truth global minima obtained via exhaustive search, our method achieves a mean error of 8.05 percent on challenging multi-modal test functions, compared to 36.24 percent for the spline initialization, a 28.18 percent improvement. The model successfully finds global minima in 72 percent of test cases with error below 10 percent, demonstrating learned optimization principles rather than mere curve fitting. Our architecture combines encoding of multiple modalities including function values, derivatives, and spline coefficients with iterative position updates, enabling robust global optimization without requiring derivative information or multiple restarts.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes