Datasets:

Modalities:
Image
Size:
< 1K
ArXiv:
Libraries:
Datasets
License:
mtdickens commited on
Commit
cbd40dc
·
1 Parent(s): 8521af9
This view is limited to 50 files because it contains too many changes.   See raw diff
.gitattributes CHANGED
@@ -46,6 +46,7 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
46
  *.ogg filter=lfs diff=lfs merge=lfs -text
47
  *.wav filter=lfs diff=lfs merge=lfs -text
48
  # Image files - uncompressed
 
49
  *.bmp filter=lfs diff=lfs merge=lfs -text
50
  *.gif filter=lfs diff=lfs merge=lfs -text
51
  *.png filter=lfs diff=lfs merge=lfs -text
 
46
  *.ogg filter=lfs diff=lfs merge=lfs -text
47
  *.wav filter=lfs diff=lfs merge=lfs -text
48
  # Image files - uncompressed
49
+ *.svg filter=lfs diff=lfs merge=lfs -text
50
  *.bmp filter=lfs diff=lfs merge=lfs -text
51
  *.gif filter=lfs diff=lfs merge=lfs -text
52
  *.png filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,35 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ ---
4
+ # AutoImagine-Puzzle Dataset Card
5
+
6
+ ## Dataset Details
7
+ This dataset contains 22 image-based jigsaw puzzles created from real-world photographs. Each puzzle consists of irregular puzzle pieces that need to be assembled into the complete image.
8
+
9
+ ## Dataset Structure
10
+ - `dataset` folder
11
+ - `00000` ~ `00010` folder
12
+ - Contains several puzzle pieces and their final positions. `0.png` is the puzzle with pieces removed, while `1.png` ~ `4.png` are **four** individual puzzle pieces. `correct.json` contains the ground truth positions of the puzzle pieces.
13
+ - `00011` ~ `00021` folder
14
+ - Contains several puzzle pieces and their final positions. `0.png` is the puzzle with pieces removed, while `1.png` ~ `6.png` are **six** individual puzzle pieces. `correct.json` contains the ground truth positions of the puzzle pieces.
15
+ - `src` folder
16
+ - Contains the source files for generating puzzle datasets. Each dataset (e.g., `00000`, `00001`) has a corresponding pair of files:
17
+ - `{dataset}.png`: Original image file that provides the visual content for the puzzle
18
+ - `{dataset}.svg`: SVG file defining the boundary paths for cutting the image into irregular puzzle pieces
19
+ - `data` folder
20
+ - Contains the prompts used for the autonomous imagination algorithm;
21
+
22
+ ## Resources for More Information
23
+ - Paper: https://arxiv.org/pdf/2411.18142
24
+ - Code: https://github.com/future-item/autoimagine
25
+
26
+ ## Citation
27
+ If you find our work helpful, please consider citing our paper.
28
+ ```
29
+ @article{liu2024enhancing,
30
+ title={Enhancing visual reasoning with autonomous imagination in multimodal large language models},
31
+ author={Liu, Jingming and Li, Yumeng and Xiao, Boyuan and Jian, Yichang and Qin, Ziang and Shao, Tianjia and Ding, Yao-Xiang and Zhou, Kun},
32
+ journal={arXiv preprint arXiv:2411.18142},
33
+ year={2024}
34
+ }
35
+ ```
data/prompt-placer ADDED
@@ -0,0 +1,19 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ You are a master of puzzles. Now you are given an image of a jigsaw puzzle and please help me finish it!
2
+
3
+ In this task, you will receive a picture of an unfinished puzzle. The picture contains a nearly complete puzzle and 1 piece that have not yet been put into the whole.
4
+
5
+ You have selected a puzzle piece, indicated by a red outline. Now you need to move it into place so it fits into the nearly complete puzzle.
6
+ You should think step by step as follows.
7
+ 1. Describe the contents of the highlighted puzzle piece.
8
+ 2. Based on the analysis in step 1, point out the missing parts of the nearly completed puzzle and infer the contents of the missing parts based on the whole puzzle.
9
+ 3. The highlighted piece is surrounded by at most four letters 'a', 'b', 'c' and 'd'. Based on the analysis above, you should choose the letter that is closest to the target position so that the highlighted piece can best fill in a missing black piece of the whole puzzle.
10
+
11
+ Since the image is edited, please ignore possible artifacts. The black background does not contain any puzzle-related content, please ignore it.
12
+
13
+ You should output the quoted letters in the last line, that is, ['a'], ['b'], ['c'] or ['d'].
14
+
15
+
16
+
17
+
18
+
19
+
data/prompt-searcher ADDED
@@ -0,0 +1,11 @@
 
 
 
 
 
 
 
 
 
 
 
 
1
+ In this task, you will receive a picture of an unfinished puzzle. The picture contains a nearly complete puzzle and several pieces that have not yet been put into the whole.
2
+
3
+ You should think step by step as follows.
4
+
5
+ 1. Which of these individual puzzle pieces do you think fits best into the whole? Describe the contents and location of the puzzle pieces because letters on the image are NOT their labels!
6
+
7
+ 2. There are four letters 'a', 'b', 'c' and 'd' painted in the image. Which letter is closest to the individual puzzle piece selected in step 1?
8
+
9
+ Since the image is edited, please ignore possible artifacts. The black background does not contain any puzzle-related content, please ignore it.
10
+
11
+ You should output the quoted letters in the last line, that is, ['a'], ['b'], ['c'] or ['d'].
data/prompt-searcher-checking-dot ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ In this task, you will receive a picture of an unfinished puzzle. The picture contains a nearly complete puzzle and several pieces that have not yet been put into the whole.
2
+
3
+ There is a small red circle in the picture. What you need to do is check if the red circle falls on one of the single puzzle pieces.
4
+
5
+ Note that you should output 'no' if the red circle falls on the nearly complete puzzle, which contains more than one piece.
6
+ If the circle falls on the edge of the object and you find it difficult to judge, you should output ['no'] as well.
7
+
8
+ Since the image is edited, please ignore possible artifacts. The black background does not contain any puzzle-related content, please ignore it.
9
+
10
+ You should output the check result result in the last line in format: ['yes'] or ['no'].
data/prompt-searcher-checking-mask ADDED
@@ -0,0 +1,12 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ In this task, you need to check if there is a single puzzle piece in the image.
2
+
3
+ You should check one by one in the following order.
4
+
5
+ 1. If the image is pure black and contains nothing, you should output 'no' and skip the following checks.
6
+ 2. Otherwise, if the image shows a partially completed puzzle that contains multiple pieces, you should output 'no' and skip the following checks.
7
+ 3. Otherwise, if the image contains only one puzzle piece, please output 'yes' and skip the following checks.
8
+ 4. If the above points are not met, please output 'no'.
9
+
10
+ Since the image is edited, please ignore possible artifacts. The black background does not contain any puzzle-related content, please ignore it.
11
+
12
+ You should output the final conclusion on the last line in format: ['yes'] or ['no'].
dataset/00000/0.png ADDED

Git LFS Details

  • SHA256: c26a4820e62a2934aa0568c4f8a58e31e6a1ef23107b390a4df69537a1dd28da
  • Pointer size: 131 Bytes
  • Size of remote file: 403 kB
dataset/00000/1.png ADDED

Git LFS Details

  • SHA256: 738f0e5edbeb57e323c78e0004bb5ee892b8ade1be24710c79f27f166e7f2684
  • Pointer size: 130 Bytes
  • Size of remote file: 29.9 kB
dataset/00000/2.png ADDED

Git LFS Details

  • SHA256: 3919c19f95e907108a5c2cb87a06785342793398c530ce4c791366b949d22623
  • Pointer size: 130 Bytes
  • Size of remote file: 54.3 kB
dataset/00000/3.png ADDED

Git LFS Details

  • SHA256: 2cb62391b844d6cb74d4b96ba12b900083baf2c72038db4bec1b5c6a74e53634
  • Pointer size: 130 Bytes
  • Size of remote file: 59.2 kB
dataset/00000/4.png ADDED

Git LFS Details

  • SHA256: db1fe678cbb54334d61b14f934a9d8c15e399f8226e0cc5d423e5007d08cad31
  • Pointer size: 130 Bytes
  • Size of remote file: 46.5 kB
dataset/00000/correct.json ADDED
@@ -0,0 +1,26 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ [
2
+ {
3
+ "id": 1,
4
+ "image": "1.png",
5
+ "gt_x": 350,
6
+ "gt_y": 69
7
+ },
8
+ {
9
+ "id": 2,
10
+ "image": "2.png",
11
+ "gt_x": 448,
12
+ "gt_y": 86
13
+ },
14
+ {
15
+ "id": 3,
16
+ "image": "3.png",
17
+ "gt_x": 338,
18
+ "gt_y": 201
19
+ },
20
+ {
21
+ "id": 4,
22
+ "image": "4.png",
23
+ "gt_x": 451,
24
+ "gt_y": 201
25
+ }
26
+ ]
dataset/00001/0.png ADDED

Git LFS Details

  • SHA256: 8a03145120e5a623ce8a220561879568fae1706129156d29882750c1ab0d2024
  • Pointer size: 131 Bytes
  • Size of remote file: 311 kB
dataset/00001/1.png ADDED

Git LFS Details

  • SHA256: 88e19943c705e0fa9787fcbfbc5fa213b8715615384d139a60d1dc888460debf
  • Pointer size: 130 Bytes
  • Size of remote file: 40.1 kB
dataset/00001/2.png ADDED

Git LFS Details

  • SHA256: 9ad1bf743f9cfebe698d8279b98a3d5b3f9aea1e3636f6dbe9e14015b0468485
  • Pointer size: 130 Bytes
  • Size of remote file: 54.4 kB
dataset/00001/3.png ADDED

Git LFS Details

  • SHA256: e554b54ead76411af81a6d0a8e3121d7d074f22b0ef536ebf97d9e53b11d8d15
  • Pointer size: 130 Bytes
  • Size of remote file: 62.3 kB
dataset/00001/4.png ADDED

Git LFS Details

  • SHA256: f16dc0121f7c0087e66d3b969e8f25acc9427a914a2d1b26351ce0f7a61b61e9
  • Pointer size: 130 Bytes
  • Size of remote file: 53.3 kB
dataset/00001/correct.json ADDED
@@ -0,0 +1,26 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ [
2
+ {
3
+ "id": 1,
4
+ "image": "1.png",
5
+ "gt_x": 150,
6
+ "gt_y": 185
7
+ },
8
+ {
9
+ "id": 2,
10
+ "image": "2.png",
11
+ "gt_x": 250,
12
+ "gt_y": 188
13
+ },
14
+ {
15
+ "id": 3,
16
+ "image": "3.png",
17
+ "gt_x": 150,
18
+ "gt_y": 318
19
+ },
20
+ {
21
+ "id": 4,
22
+ "image": "4.png",
23
+ "gt_x": 259,
24
+ "gt_y": 317
25
+ }
26
+ ]
dataset/00002/0.png ADDED

Git LFS Details

  • SHA256: f8a139e5fe65e1a3cecee0171fea18b15776ac5f194d7a111a9e5aa8105a3052
  • Pointer size: 131 Bytes
  • Size of remote file: 403 kB
dataset/00002/1.png ADDED

Git LFS Details

  • SHA256: 6d96d58caaaec4b9483fb3d777150249c383ce17cc7bfe41f2d67bfefff7fc97
  • Pointer size: 130 Bytes
  • Size of remote file: 57.5 kB
dataset/00002/2.png ADDED

Git LFS Details

  • SHA256: 38b06defdaffa896a5db1c9cd202440936acc328a2b144ca197ee3026888de55
  • Pointer size: 130 Bytes
  • Size of remote file: 50.2 kB
dataset/00002/3.png ADDED

Git LFS Details

  • SHA256: ce07900cc0f4102454b5c4e0dc238fd99f0b768ffcf1b146cc98ffcedc1427a4
  • Pointer size: 130 Bytes
  • Size of remote file: 38.8 kB
dataset/00002/4.png ADDED

Git LFS Details

  • SHA256: 11fa21a5781a4ec7f6105145055c0b1c69bc0bf2384fd9504c162cfa8f5e0f8b
  • Pointer size: 130 Bytes
  • Size of remote file: 72 kB
dataset/00002/correct.json ADDED
@@ -0,0 +1,26 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ [
2
+ {
3
+ "id": 1,
4
+ "image": "1.png",
5
+ "gt_x": 63,
6
+ "gt_y": 212
7
+ },
8
+ {
9
+ "id": 2,
10
+ "image": "2.png",
11
+ "gt_x": 159,
12
+ "gt_y": 200
13
+ },
14
+ {
15
+ "id": 3,
16
+ "image": "3.png",
17
+ "gt_x": 51,
18
+ "gt_y": 329
19
+ },
20
+ {
21
+ "id": 4,
22
+ "image": "4.png",
23
+ "gt_x": 148,
24
+ "gt_y": 315
25
+ }
26
+ ]
dataset/00003/0.png ADDED

Git LFS Details

  • SHA256: b095da8b3fe330c032c88e7fb13b9df4cc3686fd0de2add321a73a8cffe9e150
  • Pointer size: 131 Bytes
  • Size of remote file: 279 kB
dataset/00003/1.png ADDED

Git LFS Details

  • SHA256: 703a9c74073413017c50b160bf5c15c3bfdcfb0ba73c2035f04e1e90449b9253
  • Pointer size: 130 Bytes
  • Size of remote file: 41.2 kB
dataset/00003/2.png ADDED

Git LFS Details

  • SHA256: d72dd4b58a7bb797cdd148bc35433c6891981636711fc116491c30f3eadea7b9
  • Pointer size: 130 Bytes
  • Size of remote file: 46.4 kB
dataset/00003/3.png ADDED

Git LFS Details

  • SHA256: 63f8cc9dc0ae33662f9457a2eca199c03a1dd39e7c52131964161e542f80bd9d
  • Pointer size: 130 Bytes
  • Size of remote file: 42.3 kB
dataset/00003/4.png ADDED

Git LFS Details

  • SHA256: d9fde3e72359d113ca082aaaf0fe30be24cebce42671c9f845b4e55ad7e75127
  • Pointer size: 130 Bytes
  • Size of remote file: 66.3 kB
dataset/00003/correct.json ADDED
@@ -0,0 +1,26 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ [
2
+ {
3
+ "id": 1,
4
+ "image": "1.png",
5
+ "gt_x": 61,
6
+ "gt_y": 197
7
+ },
8
+ {
9
+ "id": 2,
10
+ "image": "2.png",
11
+ "gt_x": 159,
12
+ "gt_y": 215
13
+ },
14
+ {
15
+ "id": 3,
16
+ "image": "3.png",
17
+ "gt_x": 249,
18
+ "gt_y": 186
19
+ },
20
+ {
21
+ "id": 4,
22
+ "image": "4.png",
23
+ "gt_x": 351,
24
+ "gt_y": 186
25
+ }
26
+ ]
dataset/00004/0.png ADDED

Git LFS Details

  • SHA256: 833664470299d7cc84af87df02e02a7eb453081699e1bafb074a8eede37a1c53
  • Pointer size: 131 Bytes
  • Size of remote file: 254 kB
dataset/00004/1.png ADDED

Git LFS Details

  • SHA256: ad54c8a04ce96d112af261aa09e6ae318f0240bb8d84349b8fe23ac92c5c895e
  • Pointer size: 130 Bytes
  • Size of remote file: 79.6 kB
dataset/00004/2.png ADDED

Git LFS Details

  • SHA256: 93af2be8dcae611a6d1b6c10c633e1076b30b5f475bc55682415ee2afa46d906
  • Pointer size: 130 Bytes
  • Size of remote file: 49.8 kB
dataset/00004/3.png ADDED

Git LFS Details

  • SHA256: f8fd729e50717b3361654edf0403d616e1572444f687cc3638472e86962576a2
  • Pointer size: 130 Bytes
  • Size of remote file: 44.4 kB
dataset/00004/4.png ADDED

Git LFS Details

  • SHA256: 04533e156f157de38635e1bba9f0b6158f0703df50df37f988c1f942cdda39d0
  • Pointer size: 130 Bytes
  • Size of remote file: 52.9 kB
dataset/00004/correct.json ADDED
@@ -0,0 +1,26 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ [
2
+ {
3
+ "id": 1,
4
+ "image": "1.png",
5
+ "gt_x": 315,
6
+ "gt_y": 202
7
+ },
8
+ {
9
+ "id": 2,
10
+ "image": "2.png",
11
+ "gt_x": 420,
12
+ "gt_y": 188
13
+ },
14
+ {
15
+ "id": 3,
16
+ "image": "3.png",
17
+ "gt_x": 286,
18
+ "gt_y": 332
19
+ },
20
+ {
21
+ "id": 4,
22
+ "image": "4.png",
23
+ "gt_x": 407,
24
+ "gt_y": 318
25
+ }
26
+ ]
dataset/00005/0.png ADDED

Git LFS Details

  • SHA256: 495d1306ea7e2c3e280d93e4b50b5af92d37fae415e42389a000008aaefee1d9
  • Pointer size: 131 Bytes
  • Size of remote file: 433 kB
dataset/00005/1.png ADDED

Git LFS Details

  • SHA256: f7622c5898652d9d12524175af50321558ae9c8126a4f51d1a856127b62e1e45
  • Pointer size: 130 Bytes
  • Size of remote file: 47.1 kB
dataset/00005/2.png ADDED

Git LFS Details

  • SHA256: 2c7fe2a156b5117fe705361efd9a8622299f50f151fdeed4f601740b23313634
  • Pointer size: 130 Bytes
  • Size of remote file: 66.9 kB
dataset/00005/3.png ADDED

Git LFS Details

  • SHA256: 6b154f33229f8c8c1f9a32fbc0e6887c399512be63b4d797def777c7140a59b8
  • Pointer size: 130 Bytes
  • Size of remote file: 61.6 kB
dataset/00005/4.png ADDED

Git LFS Details

  • SHA256: 69fe2a95f2b27f27ccd8a954b7026b477141a8e6c65fcee6811ab0a165e2af9d
  • Pointer size: 130 Bytes
  • Size of remote file: 55 kB
dataset/00005/correct.json ADDED
@@ -0,0 +1,26 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ [
2
+ {
3
+ "id": 1,
4
+ "image": "1.png",
5
+ "gt_x": 63,
6
+ "gt_y": 70
7
+ },
8
+ {
9
+ "id": 2,
10
+ "image": "2.png",
11
+ "gt_x": 180,
12
+ "gt_y": 68
13
+ },
14
+ {
15
+ "id": 3,
16
+ "image": "3.png",
17
+ "gt_x": 312,
18
+ "gt_y": 81
19
+ },
20
+ {
21
+ "id": 4,
22
+ "image": "4.png",
23
+ "gt_x": 311,
24
+ "gt_y": 197
25
+ }
26
+ ]
dataset/00006/0.png ADDED

Git LFS Details

  • SHA256: 93ad32dd86b8a5d9f0a437e3ba4dde5b929cc22b4b3cc3826160a054c28a1349
  • Pointer size: 131 Bytes
  • Size of remote file: 319 kB
dataset/00006/1.png ADDED

Git LFS Details

  • SHA256: e5014c1c42161287a2e600222f762dd58ce93b5dd8a6daeaf5913b81ed341cf3
  • Pointer size: 130 Bytes
  • Size of remote file: 55.2 kB
dataset/00006/2.png ADDED

Git LFS Details

  • SHA256: 1be9856749f4356ef2cb063a82751d6a4694d79a42545149658cbb086fb41a09
  • Pointer size: 130 Bytes
  • Size of remote file: 48.8 kB
dataset/00006/3.png ADDED

Git LFS Details

  • SHA256: 9c7659e3d171d98a4041d2ebb07afbf7db47d05475b9403697c5b2712b633d84
  • Pointer size: 130 Bytes
  • Size of remote file: 42.2 kB
dataset/00006/4.png ADDED

Git LFS Details

  • SHA256: 3562a74f5102ab576cf609a3e0785072eda184667b0e7c9ace239183bc7a7f1c
  • Pointer size: 130 Bytes
  • Size of remote file: 52.2 kB
dataset/00006/correct.json ADDED
@@ -0,0 +1,26 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ [
2
+ {
3
+ "id": 1,
4
+ "image": "1.png",
5
+ "gt_x": 165,
6
+ "gt_y": 85
7
+ },
8
+ {
9
+ "id": 2,
10
+ "image": "2.png",
11
+ "gt_x": 418,
12
+ "gt_y": 84
13
+ },
14
+ {
15
+ "id": 3,
16
+ "image": "3.png",
17
+ "gt_x": 522,
18
+ "gt_y": 68
19
+ },
20
+ {
21
+ "id": 4,
22
+ "image": "4.png",
23
+ "gt_x": 421,
24
+ "gt_y": 214
25
+ }
26
+ ]
dataset/00007/0.png ADDED

Git LFS Details

  • SHA256: 1a0faf33cbe8ef08ac0995e356a8f9f741b1cc8192f497d2aead30d049dd8f57
  • Pointer size: 131 Bytes
  • Size of remote file: 511 kB
dataset/00007/1.png ADDED

Git LFS Details

  • SHA256: 60f474b349de4caa4d1bc7de4bf0ced1aa3f7392406a193b131a7b8dd42aedc7
  • Pointer size: 130 Bytes
  • Size of remote file: 41.2 kB