Research & Papers

SSPO's structure-aware weighting boosts neural optimization, now live at JD.com

This training method scores all B sampled solutions jointly, beating best-anchor baselines on three benchmarks.

Deep Dive

Neural combinatorial optimization (NCO) trains models to solve routing, scheduling, and facility-location problems by sampling many candidate solutions in parallel. But existing training methods waste information hidden in the co-sampled solution group. Preference-optimization approaches anchor only on the single best solution, discarding fine-grained quality and structural signals from all other peers—a failure the authors call gradient signal polarization. Mean-based baselines, meanwhile, weight all peers uniformly, so structurally similar solutions flood the baseline with redundant data and keep gradient variance high—a failure called baseline redundancy.

SSPO fixes both problems with one mechanism: a dissimilarity-weighted leave-one-out baseline that scores all B sampled solutions jointly, giving structurally distinct peers higher weight. The baseline relies on zero-parameter, problem-adaptive solution embeddings built from the encoder's existing node representations, so it adds no learnable overhead. Experiments on TSP (traveling salesman), EFL (facility location), and JSP (job shop scheduling) benchmarks show consistent gains over both best-anchor and uniform-weight baselines. Ablations confirm that structure-aware weighting is the primary driver of improvement, not the leave-one-out trick. The SSPO-trained EFL policy has already been deployed in a production facility-location system at JD.com, demonstrating that the method works beyond academic benchmarks.

Key Points
  • SSPO solves two failures in NCO training: gradient signal polarization from best-anchor methods and baseline redundancy from uniform weighting
  • Uses zero-parameter, problem-adaptive solution embeddings built from encoder node representations
  • Consistent benchmark improvements on TSP, EFL, and JSP; deployed at JD.com for production facility location

Why It Matters

Better neural combinatorial optimization means cheaper logistics, faster scheduling, and smarter facility placement—now validated in real production at JD.com.

📬 Get the top 10 AI stories daily