hermanhugging commited on
Commit
fe7bebc
·
verified ·
1 Parent(s): 90a1df6

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +522 -1
README.md CHANGED
@@ -1,3 +1,524 @@
1
  ---
2
- license: apache-2.0
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
+ pretty_name: Stochastic Depth Thesis Benchmark Datasets
3
+ license: other
4
+ task_categories:
5
+ - image-classification
6
+ tags:
7
+ - computer-vision
8
+ - image-classification
9
+ - benchmark
10
+ - resnet
11
+ - stochastic-depth
12
+ - reproducibility
13
+ - pytorch
14
+ - imagefolder
15
+ - academic
16
+ size_categories:
17
+ - 100K<n<1M
18
  ---
19
+
20
+ <div align="center">
21
+
22
+ # Stochastic Depth Thesis Benchmark Datasets
23
+
24
+ ### Five reproducibly prepared image-classification benchmarks for controlled ResNet and stochastic-depth experiments
25
+
26
+ [![Hugging Face Dataset](https://img.shields.io/badge/Hugging%20Face-Dataset-FFD21E?logo=huggingface&logoColor=black)](https://huggingface.co/datasets/hermanhugging/thesis_stochastic_depth)
27
+ [![PyTorch](https://img.shields.io/badge/PyTorch-Compatible-EE4C2C?logo=pytorch&logoColor=white)](https://pytorch.org/)
28
+ [![Task](https://img.shields.io/badge/Task-Image%20Classification-blue)](#dataset-overview)
29
+ [![License](https://img.shields.io/badge/License-Mixed%20%2F%20Other-lightgrey)](#licensing)
30
+
31
+ **Prepared for the bachelor thesis
32
+ _A Study of “Stochastic Depth” for Regularizing Residual Convolutional Neural Networks_**
33
+
34
+ </div>
35
+
36
+ ---
37
+
38
+ ## Dataset summary
39
+
40
+ This repository contains the exact dataset variants used to compare a baseline ResNet with batch-level and sample-level stochastic-depth implementations. It is a **collection of five independent classification benchmarks**, not one merged label space.
41
+
42
+ The preparation pipeline was designed for reproducibility:
43
+
44
+ - all generated splits use a dedicated split seed of `42`;
45
+ - the split seed is independent of model-training seeds;
46
+ - unreadable files are recorded;
47
+ - exact duplicates are detected deterministically;
48
+ - duplicate handling is documented separately for every dataset;
49
+ - large images are converted to a common RGB `224 × 224` representation;
50
+ - training, validation, and test membership is recorded in machine-readable manifests;
51
+ - the test split is kept separate from checkpoint selection.
52
+
53
+ The source code used to prepare and load the datasets is available in the accompanying project repository:
54
+
55
+ > **Code:** https://github.com/gerageragera39/A-Study-of-Stochastic-Depth-for-Regularizing-Residual-Convolutional-Neural-Networks/tree/feature/test
56
+
57
+ ## Dataset overview
58
+
59
+ | Dataset ID | Benchmark | Classes | Experimental split | Stored resolution | Main preparation rule |
60
+ |---|---:|---:|---|---:|---|
61
+ | `cifar100` | CIFAR-100 | 100 | 45,000 train / 5,000 validation / 10,000 official test | `32 × 32` | Official test preserved; exact-image anomalies are diagnostic only |
62
+ | `caltech256` | Caltech-256 | 256 | Stratified `70 / 15 / 15` after cleaning | `224 × 224` RGB | Clutter excluded; exact duplicates handled before splitting |
63
+ | `google4` | Google Scraped Image Dataset | 4 | Stratified `80 / 10 / 10` after merging and cleaning | `224 × 224` RGB | Source train/test folders merged; class aliases normalized |
64
+ | `oxford102` | Oxford Flowers-102 | 102 | Existing train/validation/test membership preserved | `224 × 224` RGB | Cross-split exact duplicates removed without random resplitting |
65
+ | `stanford120` | Stanford Dogs | 120 | Official train split approximately `90 / 10`; official test preserved | `224 × 224` RGB | Official metadata required; test membership is not reconstructed |
66
+
67
+ Exact final counts for the cleaned higher-resolution datasets are stored in each dataset's `split_summary.csv` and `split_config.json`. These generated files are the authoritative source for the published release.
68
+
69
+ ## Important distinction: preprocessing vs. augmentation
70
+
71
+ The images stored in this repository contain only **deterministic offline preprocessing**. Random augmentation is **not baked into the files**.
72
+
73
+ ### Deterministic offline preprocessing
74
+
75
+ For Caltech-256, Google-4, Oxford Flowers-102, and Stanford Dogs:
76
+
77
+ 1. verify that the image can be decoded;
78
+ 2. convert it to RGB;
79
+ 3. resize with bilinear interpolation so that the shorter side becomes 224 pixels;
80
+ 4. take a centered `224 × 224` crop;
81
+ 5. preserve already compatible RGB `224 × 224` files without unnecessary re-encoding.
82
+
83
+ ### Online training augmentation
84
+
85
+ The training code applies the following transforms at runtime:
86
+
87
+ ```python
88
+ from torchvision import transforms
89
+
90
+ train_transform_224 = transforms.Compose([
91
+ transforms.RandomRotation(15),
92
+ transforms.RandomHorizontalFlip(),
93
+ transforms.ColorJitter(
94
+ brightness=0.2,
95
+ contrast=0.2,
96
+ saturation=0.2,
97
+ hue=0.1,
98
+ ),
99
+ transforms.ToTensor(),
100
+ transforms.Normalize(
101
+ mean=[0.485, 0.456, 0.406],
102
+ std=[0.229, 0.224, 0.225],
103
+ ),
104
+ ])
105
+
106
+ eval_transform_224 = transforms.Compose([
107
+ transforms.ToTensor(),
108
+ transforms.Normalize(
109
+ mean=[0.485, 0.456, 0.406],
110
+ std=[0.229, 0.224, 0.225],
111
+ ),
112
+ ])
113
+ ```
114
+
115
+ CIFAR-100 uses a separate `32 × 32` pipeline:
116
+
117
+ ```python
118
+ from torchvision import transforms
119
+
120
+ train_transform_cifar = transforms.Compose([
121
+ transforms.RandomCrop(32, padding=4),
122
+ transforms.RandomHorizontalFlip(),
123
+ transforms.ToTensor(),
124
+ transforms.Normalize(
125
+ mean=(0.5071, 0.4867, 0.4408),
126
+ std=(0.2675, 0.2565, 0.2761),
127
+ ),
128
+ ])
129
+
130
+ eval_transform_cifar = transforms.Compose([
131
+ transforms.ToTensor(),
132
+ transforms.Normalize(
133
+ mean=(0.5071, 0.4867, 0.4408),
134
+ std=(0.2675, 0.2565, 0.2761),
135
+ ),
136
+ ])
137
+ ```
138
+
139
+ Validation and test images receive no random augmentation.
140
+
141
+ ## Split and duplicate policies
142
+
143
+ ### CIFAR-100
144
+
145
+ The official 50,000-image training set is divided deterministically into 45,000 training images and 5,000 validation images, with 450 training and 50 validation images per class. The official 10,000-image test set is preserved unchanged.
146
+
147
+ Exact pixel-array duplicates and label conflicts are reported for diagnostics, but they are not used to remove, relabel, or move official CIFAR-100 samples.
148
+
149
+ ### Caltech-256
150
+
151
+ The `257.clutter` directory is excluded, leaving 256 object categories. Unreadable files are recorded before splitting.
152
+
153
+ For a same-label SHA-256 duplicate group, one deterministic representative is retained. If the same exact file hash appears under different class labels, every member of that conflicting group is excluded. The cleaned data are then divided using a class-stratified `70 / 15 / 15` split.
154
+
155
+ ### Google-4
156
+
157
+ The labelled source folders originally named `train` and `test` are merged before creating the experimental split. Directory-name variants and misspellings are normalized to four canonical classes:
158
+
159
+ - `architecture`
160
+ - `art and culture`
161
+ - `food`
162
+ - `travel and adventure`
163
+
164
+ Unlabelled demonstration images are excluded from quantitative evaluation. Exact duplicate handling follows the same pre-split policy as Caltech-256. The cleaned collection is divided using a class-stratified `80 / 10 / 10` split.
165
+
166
+ ### Oxford Flowers-102
167
+
168
+ The source package's train, validation, and test membership is preserved; no random resplitting is performed.
169
+
170
+ When a same-label exact duplicate occurs in more than one split, the retained split is selected according to:
171
+
172
+ ```text
173
+ test > validation > training
174
+ ```
175
+
176
+ Copies in lower-priority splits are excluded, and no image is moved between splits. Cross-label exact duplicates are treated as blocking conflicts requiring manual review.
177
+
178
+ ### Stanford Dogs
179
+
180
+ The official Stanford Dogs metadata is required. The official 12,000-image training set is divided approximately `90 / 10` into training and validation subsets. The official 8,580-image test set is preserved.
181
+
182
+ Exact-hash groups from the official training data are kept within one generated split. Anomalies involving official benchmark membership are reported diagnostically rather than used to silently modify the benchmark.
183
+
184
+ ## Reproducibility metadata
185
+
186
+ Each prepared dataset is accompanied by machine-readable metadata. Depending on the dataset-specific policy, the repository may contain:
187
+
188
+ | File | Purpose |
189
+ |---|---|
190
+ | `split_manifest.csv` | One row per retained sample, including class, split, source path, processed path, and SHA-256 hashes |
191
+ | `split_summary.csv` | Per-class sample counts for each split |
192
+ | `class_to_idx.json` | Deterministic mapping from class names to integer labels |
193
+ | `split_config.json` | Split policy, seed, image-preparation settings, counts, warnings, and dataset-specific decisions |
194
+ | `corrupt_images.json` | Source files that could not be decoded |
195
+ | `duplicates.json` | Detected same-label exact-duplicate groups |
196
+ | `label_conflicts.json` | Exact hashes observed under more than one label |
197
+ | `excluded_same_label_duplicates.csv` | Same-label copies removed before splitting where applicable |
198
+ | `excluded_cross_split_duplicates.csv` | Oxford copies removed to prevent split leakage |
199
+ | `excluded_conflicts.csv` | Files excluded because of cross-label exact conflicts |
200
+ | `train_indices.npy` / `val_indices.npy` | Deterministic CIFAR-100 split indices |
201
+
202
+ An “exact duplicate” in the folder-based datasets means an identical SHA-256 hash of the source file. This method does not detect perceptually similar images that were recompressed, resized, cropped, rotated, or otherwise modified.
203
+
204
+ ## Repository layout
205
+
206
+ The preparation code produces the following logical layout:
207
+
208
+ ```text
209
+ data/
210
+ ├── processed/
211
+ │ ├── cifar100/
212
+ │ │ └── cifar-100-python/
213
+ │ ├── caltech256/
214
+ │ │ ├── train/<class>/*
215
+ │ │ ├── val/<class>/*
216
+ │ │ └── test/<class>/*
217
+ │ ├── google4/
218
+ │ │ ├── train/<class>/*
219
+ │ │ ├── val/<class>/*
220
+ │ │ └── test/<class>/*
221
+ │ ├── oxford102/
222
+ │ │ ├── train/<class>/*
223
+ │ │ ├── val/<class>/*
224
+ │ │ └── test/<class>/*
225
+ │ └── stanford120/
226
+ │ ├── train/<class>/*
227
+ │ ├── val/<class>/*
228
+ │ └── test/<class>/*
229
+ └── splits/
230
+ ├── cifar100/
231
+ ├── caltech256/
232
+ ├── google4/
233
+ ├── oxford102/
234
+ └── stanford120/
235
+ ```
236
+
237
+ If the Hub upload uses a flatter directory structure, the dataset identifiers and metadata filenames remain the same.
238
+
239
+ ## Download
240
+
241
+ Install the required client:
242
+
243
+ ```bash
244
+ pip install -U huggingface_hub
245
+ ```
246
+
247
+ Download the complete repository:
248
+
249
+ ```python
250
+ from huggingface_hub import snapshot_download
251
+
252
+ local_path = snapshot_download(
253
+ repo_id="hermanhugging/thesis_stochastic_depth",
254
+ repo_type="dataset",
255
+ )
256
+
257
+ print(local_path)
258
+ ```
259
+
260
+ Download only one subset and its metadata:
261
+
262
+ ```python
263
+ from huggingface_hub import snapshot_download
264
+
265
+ local_path = snapshot_download(
266
+ repo_id="hermanhugging/thesis_stochastic_depth",
267
+ repo_type="dataset",
268
+ allow_patterns=[
269
+ "data/processed/caltech256/**",
270
+ "data/splits/caltech256/**",
271
+ "caltech256/**",
272
+ "splits/caltech256/**",
273
+ ],
274
+ )
275
+
276
+ print(local_path)
277
+ ```
278
+
279
+ ## Loading the higher-resolution datasets with PyTorch
280
+
281
+ The four higher-resolution datasets use an `ImageFolder`-compatible split layout.
282
+
283
+ ```python
284
+ from pathlib import Path
285
+
286
+ from huggingface_hub import snapshot_download
287
+ from torchvision.datasets import ImageFolder
288
+
289
+ repo_dir = Path(
290
+ snapshot_download(
291
+ repo_id="hermanhugging/thesis_stochastic_depth",
292
+ repo_type="dataset",
293
+ )
294
+ )
295
+
296
+ def find_dataset_root(repo: Path, dataset_id: str) -> Path:
297
+ candidates = [
298
+ repo / "data" / "processed" / dataset_id,
299
+ repo / "processed" / dataset_id,
300
+ repo / dataset_id,
301
+ ]
302
+ for candidate in candidates:
303
+ if candidate.is_dir():
304
+ return candidate
305
+ raise FileNotFoundError(
306
+ f"Could not locate {dataset_id!r}. Checked: "
307
+ + ", ".join(str(path) for path in candidates)
308
+ )
309
+
310
+ root = find_dataset_root(repo_dir, "caltech256")
311
+
312
+ train_dataset = ImageFolder(root / "train", transform=train_transform_224)
313
+ val_dataset = ImageFolder(root / "val", transform=eval_transform_224)
314
+ test_dataset = ImageFolder(root / "test", transform=eval_transform_224)
315
+
316
+ print(len(train_dataset), len(val_dataset), len(test_dataset))
317
+ print(train_dataset.class_to_idx)
318
+ ```
319
+
320
+ Replace `caltech256` with `google4`, `oxford102`, or `stanford120`.
321
+
322
+ ## Loading CIFAR-100 with the prepared indices
323
+
324
+ CIFAR-100 remains compatible with the official Python pickle format. The repository adds deterministic training and validation index arrays.
325
+
326
+ ```python
327
+ from pathlib import Path
328
+
329
+ import numpy as np
330
+ from huggingface_hub import snapshot_download
331
+ from torch.utils.data import Subset
332
+ from torchvision.datasets import CIFAR100
333
+
334
+ repo_dir = Path(
335
+ snapshot_download(
336
+ repo_id="hermanhugging/thesis_stochastic_depth",
337
+ repo_type="dataset",
338
+ )
339
+ )
340
+
341
+ def first_existing(*paths: Path) -> Path:
342
+ for path in paths:
343
+ if path.exists():
344
+ return path
345
+ raise FileNotFoundError(
346
+ "None of the expected paths exists: "
347
+ + ", ".join(str(path) for path in paths)
348
+ )
349
+
350
+ cifar_root = first_existing(
351
+ repo_dir / "data" / "processed" / "cifar100",
352
+ repo_dir / "processed" / "cifar100",
353
+ repo_dir / "cifar100",
354
+ )
355
+
356
+ split_root = first_existing(
357
+ repo_dir / "data" / "splits" / "cifar100",
358
+ repo_dir / "splits" / "cifar100",
359
+ )
360
+
361
+ official_train_for_training = CIFAR100(
362
+ root=str(cifar_root),
363
+ train=True,
364
+ transform=train_transform_cifar,
365
+ download=False,
366
+ )
367
+
368
+ official_train_for_validation = CIFAR100(
369
+ root=str(cifar_root),
370
+ train=True,
371
+ transform=eval_transform_cifar,
372
+ download=False,
373
+ )
374
+
375
+ official_test = CIFAR100(
376
+ root=str(cifar_root),
377
+ train=False,
378
+ transform=eval_transform_cifar,
379
+ download=False,
380
+ )
381
+
382
+ train_indices = np.load(split_root / "train_indices.npy")
383
+ val_indices = np.load(split_root / "val_indices.npy")
384
+
385
+ train_dataset = Subset(official_train_for_training, train_indices)
386
+ val_dataset = Subset(official_train_for_validation, val_indices)
387
+ test_dataset = official_test
388
+
389
+ print(len(train_dataset), len(val_dataset), len(test_dataset))
390
+ ```
391
+
392
+ Separate CIFAR-100 dataset objects are intentionally used for training and validation so that validation samples do not inherit random crop or horizontal-flip transforms.
393
+
394
+ ## Recommended evaluation protocol
395
+
396
+ For results comparable with the thesis experiments:
397
+
398
+ 1. use the published training split for optimization;
399
+ 2. use validation accuracy for checkpoint selection;
400
+ 3. do not tune hyperparameters on the test split;
401
+ 4. load the checkpoint with the best validation top-1 accuracy;
402
+ 5. evaluate the test split only after model selection;
403
+ 6. report the training seed, architecture, batch size, optimizer configuration, and stochastic-depth variant.
404
+
405
+ ## Intended uses
406
+
407
+ This collection is intended for:
408
+
409
+ - academic image-classification experiments;
410
+ - reproducibility studies;
411
+ - controlled comparisons of ResNet regularization methods;
412
+ - investigation of batch-level and sample-level stochastic depth;
413
+ - teaching and demonstration of deterministic dataset preparation;
414
+ - benchmarking under fixed train/validation/test membership.
415
+
416
+ ## Out-of-scope uses
417
+
418
+ This repository is not designed or validated for:
419
+
420
+ - biometric identification or surveillance;
421
+ - safety-critical or high-stakes decision making;
422
+ - claims about human populations or demographic groups;
423
+ - commercial deployment without an independent rights review;
424
+ - treating accuracy across different datasets as directly comparable without accounting for differences in class count, difficulty, and source distribution.
425
+
426
+ ## Limitations and known risks
427
+
428
+ - SHA-256 detects byte-identical files, not perceptual near-duplicates.
429
+ - Central cropping can remove content near the edge of an original image.
430
+ - The higher-resolution datasets have different collection processes and class distributions.
431
+ - Web-sourced datasets may contain unknown provenance, copyright restrictions, trademarks, artworks, or identifiable people.
432
+ - The Google-4 collection may reflect search-engine and web-publication biases.
433
+ - Caltech-256, Oxford Flowers-102, and Stanford Dogs contain class imbalance or fine-grained visual similarity that can affect metric interpretation.
434
+ - CIFAR-100 retains the official benchmark even when exact-image anomalies are detected.
435
+ - The collection was prepared for a specific thesis protocol and should not be interpreted as a universally optimal preprocessing scheme.
436
+
437
+ ## Licensing
438
+
439
+ **Hugging Face metadata for this repository is intentionally set to `license: other`.**
440
+
441
+ This repository combines several third-party datasets with different or insufficiently explicit licensing information. A single permissive license such as MIT, Apache-2.0, CC0, or CC BY must not be presented as covering all image files.
442
+
443
+ The original images and source labels remain subject to the terms, restrictions, and rights of their respective sources and copyright holders. The repository's curation does not create new rights over third-party images.
444
+
445
+ See [`LICENSE.md`](./LICENSE.md) for the repository-wide licensing notice and dataset-specific source information.
446
+
447
+ For the most conservative distribution model, publish the split manifests, indices, preparation code, and checksums while requiring users to obtain the original image data from the official or cited sources. If image files are redistributed, the uploader is responsible for confirming that redistribution is permitted.
448
+
449
+ ## Source datasets
450
+
451
+ | Dataset | Primary or used source |
452
+ |---|---|
453
+ | CIFAR-100 | https://www.cs.toronto.edu/~kriz/cifar.html |
454
+ | Caltech-256 | https://data.caltech.edu/records/nyy15-4j048 |
455
+ | Google Scraped Image Dataset | https://www.kaggle.com/datasets/duttadebadri/image-classification |
456
+ | Oxford Flowers-102 | https://www.robots.ox.ac.uk/~vgg/data/flowers/102/ |
457
+ | Oxford package used in the experiments | https://www.kaggle.com/datasets/nunenuh/pytorch-challange-flower-dataset |
458
+ | Stanford Dogs | http://vision.stanford.edu/aditya86/ImageNetDogs/ |
459
+ | Stanford Dogs package used in the experiments | https://www.kaggle.com/datasets/jessicali9530/stanford-dogs-dataset |
460
+
461
+ ## Citation
462
+
463
+ When using this prepared collection, please cite both the thesis and the original dataset relevant to your experiment.
464
+
465
+ ### Thesis
466
+
467
+ ```bibtex
468
+ @thesis{dihtenko2026stochasticdepth,
469
+ author = {Herman Dihtenko},
470
+ title = {A Study of ``Stochastic Depth'' for Regularizing Residual Convolutional Neural Networks},
471
+ school = {Catholic University of Eichstätt-Ingolstadt},
472
+ type = {Bachelor's thesis},
473
+ year = {2026}
474
+ }
475
+ ```
476
+
477
+ ### CIFAR-100
478
+
479
+ ```bibtex
480
+ @techreport{krizhevsky2009learning,
481
+ author = {Alex Krizhevsky},
482
+ title = {Learning Multiple Layers of Features from Tiny Images},
483
+ year = {2009}
484
+ }
485
+ ```
486
+
487
+ ### Caltech-256
488
+
489
+ ```bibtex
490
+ @techreport{griffin2007caltech,
491
+ author = {Gregory Griffin and Alex Holub and Pietro Perona},
492
+ title = {Caltech-256 Object Category Dataset},
493
+ institution = {California Institute of Technology},
494
+ year = {2007}
495
+ }
496
+ ```
497
+
498
+ ### Oxford Flowers-102
499
+
500
+ ```bibtex
501
+ @inproceedings{nilsback2008automated,
502
+ author = {Maria-Elena Nilsback and Andrew Zisserman},
503
+ title = {Automated Flower Classification over a Large Number of Classes},
504
+ booktitle = {Proceedings of the Indian Conference on Computer Vision, Graphics and Image Processing},
505
+ year = {2008}
506
+ }
507
+ ```
508
+
509
+ ### Stanford Dogs
510
+
511
+ ```bibtex
512
+ @inproceedings{khosla2011novel,
513
+ author = {Aditya Khosla and Nityananda Jayadevaprakash and Bangpeng Yao and Li Fei-Fei},
514
+ title = {Novel Dataset for Fine-Grained Image Categorization: Stanford Dogs},
515
+ booktitle = {CVPR Workshop on Fine-Grained Visual Categorization},
516
+ year = {2011}
517
+ }
518
+ ```
519
+
520
+ ## Maintainer
521
+
522
+ **Herman Dihtenko**
523
+
524
+ For questions about split generation, preprocessing, or the thesis experiments, please use the issue tracker in the accompanying GitHub repository.