Neural Solvers Often Act as One-Shot Predictors

Aleksey Komissarov· July 23, 2026 View original

Summary

Research on the Lattice Deduction Transformer (LDT) in Sudoku reveals that neural solvers often act as one-shot predictors rather than iterative search procedures, with accuracy determined by initial predictions and symmetry rather than learned search.

This research delves into the operational mechanics of neural solvers, specifically examining the Lattice Deduction Transformer (LDT) in clue-rich Sudoku puzzles. Contrary to the expectation that these solvers iteratively deduce and revise states, the study found that LDT primarily functions as a one-shot predictor. It commits to nearly the entire grid in a single forward pass, effectively turning the iterative solver into a verification wrapper around an initial prediction. The core issue, termed "first-pass poisoning," occurs when the initial pass confidently deletes a value essential for the true solution, predetermining failures before any search begins. Even adding sophisticated search components like learned branching or backtracking did not change which Sudoku instances were solved, only reducing computational waste. The study highlights that accuracy is largely driven by calibration and symmetry, not by the search process itself. Effective interventions included digit-permutation augmentation and test-time union over symmetry-transformed passes, drastically improving accuracy without retraining, further supporting the one-shot amortization hypothesis for clue-rich completion tasks.

Why it matters

AI engineers and researchers can gain a deeper understanding of how neural reasoners actually operate, informing the design of more robust and genuinely iterative AI systems for complex problem-solving.

How to implement this in your domain

  1. 1Analyze your neural solvers for "one-shot amortization" behavior, especially in clue-rich tasks.
  2. 2Implement data augmentation techniques, such as digit-permutation, to improve model robustness and generalization.
  3. 3Apply test-time transformations and ensemble predictions over symmetries to enhance accuracy without retraining.
  4. 4Re-evaluate the necessity and effectiveness of complex search mechanisms if your model exhibits strong one-shot prediction capabilities.

Who benefits

AI ResearchSoftware DevelopmentGamingEducation

Key takeaways

  • Many neural solvers behave as one-shot predictors, not iterative reasoners, in clue-rich tasks.
  • "First-pass poisoning" can predetermine failures before search begins.
  • Accuracy is often driven by initial prediction calibration and data symmetry.
  • Data augmentation and test-time symmetry transformations are highly effective interventions.

Original post by Aleksey Komissarov

"arXiv:2607.19635v1 Announce Type: new Abstract: Neural solvers are built to deduce, branch, and revise intermediate states. The Lattice Deduction Transformer (LDT) appears to do exactly that. In clue-rich Sudoku, it does not: one forward pass commits essentially the entire grid (…"

View on X

Originally posted by Aleksey Komissarov on X · view source

Want to go deeper?

Turn these trends into skills with Learnijoy's hands-on AI & tech courses.

Explore courses