paper-with-me

Papers

Relaxation Labeling Meets GANs: Solving Jigsaw Puzzles with Missing Borders

2022-03-28 · Marina Khoroshiltseva, Arianna Traviglia, Marcello Pelillo, Sebastiano Vascon

This paper proposes JiGAN, a GAN-based method for solving Jigsaw puzzles with eroded or missing borders. Missing borders is a common real-world situation, for example, when dealing with the reconstruction of broken artifacts or ruined frescoes. In this particular condition, the puzzle's pieces do not align perfectly due to the borders' gaps; in this situation, the patches' direct match is unfeasible due to the lack of color and line continuations. JiGAN, is a two-steps procedure that tackles this issue: first, we repair the eroded borders with a GAN-based image extension model and measure the alignment affinity between pieces; then, we solve the puzzle with the relaxation labeling algorithm to enforce consistency in pieces positioning, hence, reconstructing the puzzle. We test the method on a large dataset of small puzzles and on three commonly used benchmark datasets to demonstrate the feasibility of the proposed approach.

📄 PDF Abstract BibTeX arXiv:2203.14428

Code (0)

등록된 구현이 없습니다.

Methods 이 논문이 사용한 방법론

Repair 설명 없음
Jigsaw Jigsaw is a self-supervision approach that relies on jigsaw-like puzzles as the pretext task in order to learn image representations.
ALIGN In the ALIGN method, visual and language representations are jointly trained from noisy image alt-text data. The image and text encoders are learned via contrastive loss…

Similar Papers 제목 키워드 기반

Multi-Phase Relaxation Labeling for Square Jigsaw Puzzle Solving

2023-03-26 · Ben Vardi, Alessandro Torcinovich, Marina Khoroshiltseva, Marcello Pelillo 외

We present a novel method for solving square jigsaw puzzles based on global optimization. The method is fully automatic, assumes no prior information, and can handle puzzles with known or unknown piece orientation. At th…

global-optimization

Solving Jigsaw Puzzles with Linear Programming

2015-11-13 · Rui Yu, Chris Russell, Lourdes Agapito

We propose a novel Linear Program (LP) based formula- tion for solving jigsaw puzzles. We formulate jigsaw solving as a set of successive global convex relaxations of the stan- dard NP-hard formulation, that can describe…

Position

Solving Jigsaw Puzzles in the Wild: Human-Guided Reconstruction of Cultural Heritage Fragments

2026-03-06 · Omidreza Safaei, Sinem Aslan, Sebastiano Vascon, Luca Palmieri 외 arxiv

Reassembling real-world archaeological artifacts from fragmented pieces poses significant challenges due to erosion, missing regions, irregular shapes, and large-scale ambiguity. Traditional jigsaw puzzle solvers, often …

Unsupervised Learning of Visual Representations by Solving Jigsaw Puzzles

2016-03-30 · Mehdi Noroozi, Paolo Favaro

In this paper we study the problem of image representation learning without human annotation. By following the principles of self-supervision, we build a convolutional neural network (CNN) that can be trained to solve Ji…

Representation LearningTransfer Learning

Jigsaw-ViT: Learning Jigsaw Puzzles in Vision Transformer

2022-07-25 · Yingyi Chen, Xi Shen, Yahui Liu, Qinghua Tao 외

The success of Vision Transformer (ViT) in various computer vision tasks has promoted the ever-increasing prevalence of this convolution-free network. The fact that ViT works on image patches makes it potentially relevan…

ClassificationDomain Generalizationimage-classificationImage Classification+2