PairingNet: A Learning-Based Pair-Searching and -matching Network for Image Fragments
Abstract
In this paper, we propose a learning-based image fragment pair-searching and -matching approach to solve the challenging restoration problem. Existing works use rule-based methods to match similar contour shapes or textures, which are always difficult to tune hyperparameters for extensive data and computationally time-consuming. Therefore, we propose a neural network that can effectively utilize neighbor textures with contour shape information to fundamentally improve performance. First, we employ a graph-based network to extract the local contour and texture features of fragments. Then, for the pair-searching task, we adopt a linear transformer-based module to integrate these local features and use contrastive loss to encode the global features of each fragment. For the pair-matching task, we design a weighted fusion module to dynamically fuse extracted local contour and texture features, and formulate a similarity matrix for each pair of fragments to calculate the matching score and infer the adjacent segment of contours. To faithfully evaluate our proposed network, we collect a real dataset and generate a simulated image fragment dataset through an algorithm we designed that tears complete images into irregular fragments. The experimental results show that our proposed network achieves excellent pair-searching accuracy, reduces matching errors, and significantly reduces computational time. Source codes and data are available at here.
Cite
Text
Zhou et al. "PairingNet: A Learning-Based Pair-Searching and -matching Network for Image Fragments." Proceedings of the European Conference on Computer Vision (ECCV), 2024. doi:10.1007/978-3-031-73202-7_14Markdown
[Zhou et al. "PairingNet: A Learning-Based Pair-Searching and -matching Network for Image Fragments." Proceedings of the European Conference on Computer Vision (ECCV), 2024.](https://mlanthology.org/eccv/2024/zhou2024eccv-pairingnet/) doi:10.1007/978-3-031-73202-7_14BibTeX
@inproceedings{zhou2024eccv-pairingnet,
title = {{PairingNet: A Learning-Based Pair-Searching and -matching Network for Image Fragments}},
author = {Zhou, Rixin and Xia, Ding and Zhang, Yi and Pang, Honglin and Yang, Xi and Li, Chuntao},
booktitle = {Proceedings of the European Conference on Computer Vision (ECCV)},
year = {2024},
doi = {10.1007/978-3-031-73202-7_14},
url = {https://mlanthology.org/eccv/2024/zhou2024eccv-pairingnet/}
}