使用深度神经网络生成最大蛇形多联骨牌 / Generation of maximal snake polyominoes using a deep neural network
1️⃣ 一句话总结
这篇论文提出了一种名为SPS Diffusion的深度学习模型,它能够通过学习而非硬编码规则,从小规模网格中自动生成大规模矩形中的有效且接近最大的蛇形多联骨牌,为研究这类复杂组合结构提供了新工具。
Maximal snake polyominoes are difficult to study numerically in large rectangles, as computing them requires the complete enumeration of all snakes for a specific grid size, which corresponds to a brute force algorithm. This technique is thus challenging to use in larger rectangles, which hinders the study of maximal snakes. Furthermore, most enumerable snakes lie in small rectangles, making it difficult to study large-scale patterns. In this paper, we investigate the contribution of a deep neural network to the generation of maximal snake polyominoes from a data-driven training, where the maximality and adjacency constraints are not encoded explicitly, but learned. To this extent, we experiment with a denoising diffusion model, which we call Structured Pixel Space Diffusion (SPS Diffusion). We find that SPS Diffusion generalizes from small grids to larger ones, generating valid snakes up to 28x28 squares and producing maximal snake candidates on squares close to the current computational limit. The model is, however, prone to errors such as branching, cycles, or multiple components. Overall, the diffusion model is promising and shows that complex combinatorial objects can be understood by deep neural networks, which is useful in their investigation.
使用深度神经网络生成最大蛇形多联骨牌 / Generation of maximal snake polyominoes using a deep neural network
这篇论文提出了一种名为SPS Diffusion的深度学习模型,它能够通过学习而非硬编码规则,从小规模网格中自动生成大规模矩形中的有效且接近最大的蛇形多联骨牌,为研究这类复杂组合结构提供了新工具。
源自 arXiv: 2603.12400