paper-with-me

Papers

A Generalized Genetic Algorithm-Based Solver for Very Large Jigsaw Puzzles of Complex Types

2017-11-17 · Dror Sholomon, Eli David, Nathan S. Netanyahu

In this paper we introduce new types of square-piece jigsaw puzzles, where in addition to the unknown location and orientation of each piece, a piece might also need to be flipped. These puzzles, which are associated with a number of real world problems, are considerably harder, from a computational standpoint. Specifically, we present a novel generalized genetic algorithm (GA)-based solver that can handle puzzle pieces of unknown location and orientation (Type 2 puzzles) and (two-sided) puzzle pieces of unknown location, orientation, and face (Type 4 puzzles). To the best of our knowledge, our solver provides a new state-of-the-art, solving previously attempted puzzles faster and far more accurately, handling puzzle sizes that have never been attempted before, and assembling the newly introduced two-sided puzzles automatically and effectively. This paper also presents, among other results, the most extensive set of experimental results, compiled as of yet, on Type 2 puzzles.

📄 PDF Abstract BibTeX arXiv:1711.06768

Code (0)

등록된 구현이 없습니다.

Methods 이 논문이 사용한 방법론

Jigsaw Jigsaw is a self-supervision approach that relies on jigsaw-like puzzles as the pretext task in order to learn image representations.

Similar Papers 제목 키워드 기반

Genetic Algorithm-Based Solver for Very Large Multiple Jigsaw Puzzles of Unknown Dimensions and Piece Orientation

2017-11-17 · Dror Sholomon, Eli David, Nathan S. Netanyahu

In this paper we propose the first genetic algorithm (GA)-based solver for jigsaw puzzles of unknown puzzle dimensions and unknown piece location and orientation. Our solver uses a novel crossover technique, and sets a n…

A Genetic Algorithm-Based Solver for Very Large Jigsaw Puzzles

2017-11-17 · CVPR 2013 6 · Dror Sholomon, Eli David, Nathan S. Netanyahu

In this paper we propose the first effective automated, genetic algorithm (GA)-based jigsaw puzzle solver. We introduce a novel procedure of merging two "parent" solutions to an improved "child" solution by detecting, ex…

An Automatic Solver for Very Large Jigsaw Puzzles Using Genetic Algorithms

2017-11-17 · Dror Sholomon, Eli David, Nathan S. Netanyahu

In this paper we propose the first effective genetic algorithm (GA)-based jigsaw puzzle solver. We introduce a novel crossover procedure that merges two "parent" solutions to an improved "child" configuration by detectin…

Accelerating Vehicle Routing via AI-Initialized Genetic Algorithms

2025-04-08 · Ido Greenberg, Piotr Sielski, Hugo Linsenmaier, Rajesh Gandham 외

Vehicle Routing Problems (VRP) are an extension of the Traveling Salesperson Problem and are a fundamental NP-hard challenge in combinatorial optimization. Solving VRP in real-time at large scale has become critical in n…

Combinatorial Optimizationreinforcement-learningReinforcement Learning

Fine-Grain GPU Parallelization of the Generalized Partition Crossover for Large-Scale Traveling Salesman Problems

2026-08-21 · Swetha Varadarajan, Darrell Whitley arxiv

The Traveling Salesman Problem (TSP) is one of the most extensively studied NP-hard optimization problems. Genetic Algorithm (GA)-based solvers, such as the Edge Assembly Crossover (EAX), achieve state-of-the-art perform…