paper-with-me

홈 › Papers

Neural Global Optimization via Iterative Refinement from Noisy Samples

2026-04-04 · Qusay Muzaffar, David Levin, Michael Werman arxiv

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.

📄 PDF Abstract BibTeX arXiv:2604.03614

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

IRNet: Iterative Refinement Network for Noisy Partial Label Learning

2022-11-09 · Zheng Lian, Mingyu Xu, Lan Chen, Licai Sun 외

Partial label learning (PLL) is a typical weakly supervised learning, where each sample is associated with a set of candidate labels. The basic assumption of PLL is that the ground-truth label must reside in the candidat…

Data AugmentationPartial Label LearningWeakly-supervised Learning

Trade When Opportunity Comes: Price Movement Forecasting via Locality-Aware Attention and Iterative Refinement Labeling

2021-07-26 · Liang Zeng, Lei Wang, Hui Niu, Ruchen Zhang 외

Price movement forecasting, aimed at predicting financial asset trends based on current market information, has achieved promising advancements through machine learning (ML) methods. Most existing ML methods, however, st…

Metric LearningTime Series Analysis

Inference-Time Scaling in Diffusion Models through Iterative Partial Refinement

2026-05-19 · Taegu Kang, Jaesik Yoon, Sungjin Ahn arxiv

Inference-time scaling has emerged as a major approach for improving reasoning capabilities, and has been increasingly applied to diffusion models. However, existing inference-time scaling methods for diffusion models ty…

Mitigating Instance-Dependent Label Noise: Integrating Self-Supervised Pretraining with Pseudo-Label Refinement

2024-12-06 · Gouranga Bala, Anuj Gupta, Subrat Kumar Behera, Amit Sethi

Deep learning models rely heavily on large volumes of labeled data to achieve high performance. However, real-world datasets often contain noisy labels due to human error, ambiguity, or resource constraints during the an…

Pseudo LabelSelf-Supervised Learning

PCSR: Pseudo-label Consistency-Guided Sample Refinement for Noisy Correspondence Learning

2025-09-19 · Zhuoyao Liu, Yang Liu, Wentao Feng, Shudong Huang arxiv

Cross-modal retrieval aims to align different modalities via semantic similarity. However, existing methods often assume that image-text pairs are perfectly aligned, overlooking Noisy Correspondences in real data. These …

Cross-Modal RetrievalSemantic Similarity