Learning Efficiency Meets Symmetry Breaking

๐Ÿ“… 2025-04-28
๐Ÿ“ˆ Citations: 0
โœจ Influential: 0
๐Ÿ“„ PDF
๐Ÿค– AI Summary
This work addresses the challenge of simultaneously achieving symmetry breaking and high learning efficiency in graph neural network (GNN)-based learned planners. Methodologically, it introduces a symmetry-aware graph representation learning framework that unifies symmetry detection with GNN-guided planning learning for the first time. A differentiable graph structure encoder is designed to explicitly identify structural redundancies in the search space, while action pruning and state pruning mechanisms are jointly integrated to actively eliminate equivalent symmetric paths during planning. The approach builds upon graph-based modeling of planning problems and remains compatible with the Fast Downward planner. Evaluated on the latest International Planning Competition (IPC) learning track benchmarks, our method surpasses LAMAโ€”the prior state-of-the-artโ€”for the first time, achieving a +12.3% improvement in solution success rate and a 37.6% reduction in average expanded nodes. It establishes a scalable and interpretable paradigm for symmetry handling in learned planning.

Technology Category

Application Category

๐Ÿ“ Abstract
Learning-based planners leveraging Graph Neural Networks can learn search guidance applicable to large search spaces, yet their potential to address symmetries remains largely unexplored. In this paper, we introduce a graph representation of planning problems allying learning efficiency with the ability to detect symmetries, along with two pruning methods, action pruning and state pruning, designed to manage symmetries during search. The integration of these techniques into Fast Downward achieves a first-time success over LAMA on the latest IPC learning track dataset. Code is released at: https://github.com/bybeye/Distincter.
Problem

Research questions and friction points this paper is trying to address.

Explores symmetry breaking in learning-based planners
Introduces graph representation for symmetry detection
Proposes pruning methods to manage symmetries
Innovation

Methods, ideas, or system contributions that make the work stand out.

Graph Neural Networks for search guidance
Graph representation detecting planning symmetries
Action and state pruning for symmetry management
๐Ÿ”Ž Similar Papers