Research Papers 论文研究 5h ago Updated 2h ago 更新于 2小时前 46

Stabilized Best-of-K Training for Neural Combinatorial Optimization 神经组合优化的稳定化最佳K训练

Extends POMO's Leader Reward by replacing binary leader/non-leader signals with a stabilized rank signal indexed by sampling budget K Reproduces Leader Reward's reported 7.766 score on TSP-100 (7.7662 under 100-start, 8-augmentation greedy decoding) Stabilized K=8 sampling lowers realized Best-of-8 cost to 7.7944 vs 7.8136 across three paired training seeds Authors explicitly disclaim universal superiority, unbiased-estimator claims, or state-of-the-art assertions 提出Stabilized Best-of-K训练方法,将POMO的Leader Reward从二元区分扩展为基于采样预算K的稳定化排名信号 在TSP-100测试集上,K=8独立采样方案在三个配对训练种子中均降低Best-of-8成本(7.7944 vs 7.8136) Leader Reward在K=1采样下表现更优,且在原始增强贪心解码协议下仍保持微弱优势 作者明确声明仅为估计性观察,不声称无偏估计器、普遍优越性或SOTA

58
Hot 热度
75
Quality 质量
65
Impact 影响力

Analysis 深度分析

TL;DR

  • Extends POMO's Leader Reward by replacing binary leader/non-leader signals with a stabilized rank signal indexed by sampling budget K
  • Reproduces Leader Reward's reported 7.766 score on TSP-100 (7.7662 under 100-start, 8-augmentation greedy decoding)
  • Stabilized K=8 sampling lowers realized Best-of-8 cost to 7.7944 vs 7.8136 across three paired training seeds
  • Authors explicitly disclaim universal superiority, unbiased-estimator claims, or state-of-the-art assertions

Why It Matters

This work addresses a practical gap in neural combinatorial optimization: how to better leverage repeated inference during training without relying on brittle binary reward signals. For practitioners working on TSP and related routing problems, the stabilized rank approach offers a tunable interpolation between greedy and best-of-K decoding strategies, which is directly applicable to production deployment where sampling budget is a controllable resource.

Technical Details

  • Architecture: POMO (Policy Optimization with Multiple Optima) backbone with 3,050-epoch training schedule on TSP-100 (100-city Traveling Salesman Problem instances)
  • Core innovation: Replaces Leader Reward's binary winner-take-all signal with a continuous rank-based reward indexed by sampling budget K, creating a "stabilized" gradient signal that better reflects relative trajectory quality
  • Decoding protocols: Evaluated under both augmented-greedy (100-start, 8-augmentation) and independent sampling regimes
  • Results: Leader Reward reimplementation matches reported 7.766 at displayed precision (7.7662); stabilized K=8 improves Best-of-8 realized cost from 7.8136 to 7.7944 across three seeds
  • Limitations acknowledged: Three seeds below six-seed testing floor; Leader Reward remains better at K=1 and under original augmented-greedy protocol

Industry Insight

  • The K-tunable rank signal provides a practical knob for trading off training stability against exploitation intensity—worth experimenting with when deploying neural TSP solvers in latency-constrained settings
  • The authors' explicit humility about claims suggests the field is maturing: incremental, well-scoped improvements are more credible than sweeping SOTA assertions
  • For practitioners, the key takeaway is that Best-of-K decoding quality depends non-monotonically on K during training—greedy-optimized models may underperform at higher K during inference, so training-inference alignment matters more than raw training loss

TL;DR

  • 提出Stabilized Best-of-K训练方法,将POMO的Leader Reward从二元区分扩展为基于采样预算K的稳定化排名信号
  • 在TSP-100测试集上,K=8独立采样方案在三个配对训练种子中均降低Best-of-8成本(7.7944 vs 7.8136)
  • Leader Reward在K=1采样下表现更优,且在原始增强贪心解码协议下仍保持微弱优势
  • 作者明确声明仅为估计性观察,不声称无偏估计器、普遍优越性或SOTA

为什么值得看

本文针对神经组合优化中的Best-of-K采样策略提供了细粒度的训练信号改进方案,对需要平衡采样效率与训练稳定性的研究者具有参考价值。其诚实的局限性声明也为后续工作提供了清晰的边界认知。

技术解析

  • 核心方法:将Leader Reward的二元"leader/non-leader"区分替换为基于采样预算K的稳定化排名信号,通过重复推理强调最优轨迹
  • 实验配置:固定使用POMO架构、3,050轮训练调度、TSP-100测试集,确保对比公平性
  • 性能表现:Leader Reward重现在100-start、8-augmentation贪心解码下获得7.7662,与报告值7.766匹配;稳定化K=8在独立采样下实现7.7944 vs 7.8136的改进
  • 局限性:仅基于三个种子验证,低于六种子测试下限;结论依赖特定解码器,不具备普遍性

行业启示

  • Best-of-K类方法在组合优化中的价值需结合具体采样预算和训练协议评估,不存在放之四海而皆准的最优配置
  • 神经组合优化领域应重视实验透明度和结果边界声明,避免过度解读有限实验条件下的改进
  • 对于资源受限的研究者,可优先考虑K=1场景下的Leader Reward变体,其在低采样预算下表现更稳定

Disclaimer: The above content is generated by AI and is for reference only. 免责声明:以上内容由 AI 生成,仅供参考。

Training 训练 Research 科学研究 Benchmark 基准测试