nihermann commited on
Commit
e05e127
·
verified ·
1 Parent(s): 9d235db

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +43 -0
README.md CHANGED
@@ -1,3 +1,46 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: mit
3
  language:
 
1
+ # <img src="https://www.svgrepo.com/show/510149/puzzle-piece.svg" width="22"/> Puzzle Similarity
2
+
3
+ -----
4
+
5
+ > This repository contains the dataset presented in the ICCV 2025 paper "Puzzle Similarity: A Perceptually-guided Cross-Reference Metric for Artifact Detection in 3D Scene Reconstructions" (See arxiv.org/abs/2411.17489 or the [project page](https://nihermann.github.io/))
6
+ > Authors: Nicolai Hermann, Jorge Condor, and Piotr Didyk
7
+
8
+
9
+ ### Dataset Description
10
+ The Dataset consists of 36 hand-selected 3D Gaussian Splatting renderings containing common reconstruction artefacts, ground truths, human-annotated masks, and a set of reference views of the same scene.
11
+
12
+ Each mask is an average of 22 binary masks, each created by a different human participant who was asked to annotate areas in the reconstructed images that they perceived as visually degraded, unnatural, or incongruent. The dataset can be used to benchmark No-Reference, Cross-Reference, and Full-Reference image quality metrics for their correlation with human judgment. The naming convention of the data is as follows:
13
+
14
+ dataset_perc_id_mask.png (grayscale)
15
+ dataset_perc_id_artifact.png
16
+ dataset_perc_id_gt.png
17
+ dataset_perc_refs/
18
+
19
+ The dataset was created by fitting 3DGS to a scene while using a reduced number of training views. We withheld a percentage of views (perc) and added them to the validation dataset, which is found in the *_refs/ directory for each respective sample to act as unseen reference views for Cross-Reference metrics. We fitted the scenes while withholding 60%, 70%, or 80% to get a wider variety and strength of artifacts. (Disclaimer: perc actually refers to proportions, so the possible values are 0.6, 0.7, or 0.8)
20
+
21
+ The included datasets are a collection from the Mip-NeRF360 [1], Tanks and Temples [2], and Deep Blending [3] datasets; thus, the ground truths are copies from their data.
22
+
23
+ [1] Jonathan T. Barron, Ben Mildenhall, Matthew Tancik, Peter 594 Hedman, Ricardo Martin-Brualla, and Pratul P. Srinivasan. 595 Mip-NeRF: A Multiscale Representation for Anti-Aliasing 596 Neural Radiance Fields, 2021.
24
+
25
+ [2] Arno Knapitsch, Jaesik Park, Qian-Yi Zhou, and Vladlen 656 Koltun. Tanks and temples: benchmarking large-scale scene 657 reconstruction. ACM Transactions on Graphics, 36(4):1–13, 658 2017
26
+
27
+ [3] Peter Hedman, Julien Philip, True Price, Jan-Michael Frahm, 619 George Drettakis, and Gabriel Brostow. Deep blending for 620 free-viewpoint image-based rendering. ACM Transactions 621 on Graphics, 37(6):1–15, 2018.
28
+
29
+
30
+ ### Citation
31
+ If you find this work useful, please consider citing:
32
+ ```bibtex
33
+ @misc{hermann2024puzzlesim,
34
+ title={Puzzle Similarity: A Perceptually-guided Cross-Reference Metric for Artifact Detection in 3D Scene Reconstructions},
35
+ author={Nicolai Hermann and Jorge Condor and Piotr Didyk},
36
+ year={2024},
37
+ eprint={2411.17489},
38
+ archivePrefix={arXiv},
39
+ primaryClass={cs.CV},
40
+ url={https://arxiv.org/abs/2411.17489},
41
+ }
42
+ ```
43
+
44
  ---
45
  license: mit
46
  language: