sieann commited on
Commit
aed62c2
·
verified ·
1 Parent(s): b5c26d9

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +43 -1
README.md CHANGED
@@ -9,15 +9,57 @@ tags:
9
  - effect of background
10
  - background correlations
11
  - synthetic
 
12
  - OCTAS
13
  pretty_name: Synset Background Effect Datasets
14
  ---
15
 
 
 
16
  # Synset Background Effect Datasets
17
 
18
  <!-- Provide a quick summary of the dataset. -->
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
19
 
20
- **Download / more info**: [synset.de/datasets/synset-signset-ger/background-effect/](https://synset.de/datasets/synset-signset-ger/background-effect/)
 
21
 
22
  ## Dataset Card Contact
23
 
 
9
  - effect of background
10
  - background correlations
11
  - synthetic
12
+ - synset
13
  - OCTAS
14
  pretty_name: Synset Background Effect Datasets
15
  ---
16
 
17
+ <img src="synset-background-effect-datasets-title-image.png" width=100% />
18
+
19
  # Synset Background Effect Datasets
20
 
21
  <!-- Provide a quick summary of the dataset. -->
22
+ For investigating the effect of background on feature importance and classification performance, we systematically generated six synthetic datasets for the
23
+ task of traffic sign recognition, which differ only in their degree of camera variation and background correlation. Each of these datasets contains 82 classes
24
+ of traffic signs with 1,100 images per class, resulting in 90,200 images per dataset, summing up to a total of 541,200 images.
25
+
26
+ **Website**: [synset.de/datasets/synset-signset-ger/background-effect/](https://synset.de/datasets/synset-signset-ger/background-effect/) <br>
27
+ **Paper:** Sielemann, A., Barner, V., Wolf, S., Roschani, M., Ziehn, J. and Beyerer, J. (2025). [Measuring the Effect of Background on Classification and Feature Importance in Deep Learning for AV Perception](https://ieeexplore.ieee.org/abstract/document/11219547). In 2025 IEEE International Automated Vehicle Validation Conference (IAVVC). [[arXiv](https://arxiv.org/abs/2512.05937)] <br>
28
+ **Authors:** [Anne Sielemann](https://www.linkedin.com/in/anne-sielemann-23011026a/), Valentin Barner, [Stefan Wolf](https://www.linkedin.com/in/stefan-wolf-2552211a9/),
29
+ Masoud Roschani, [Jens Ziehn](https://www.linkedin.com/in/jrziehn/), and Juergen Beyerer. [Fraunhofer IOSB](https://www.iosb.fraunhofer.de/), Germany. <br>
30
+ **Funded by:** [Fraunhofer](https://www.fraunhofer.de/en.html) Internal Programs under Grant No. PREPARE 40-02702 within the ML4Safety project and the [German Federal Ministry for Economic Affairs and Climate Action](https://www.bundeswirtschaftsministerium.de/Navigation/EN/Home/home.html), within the program “New Vehicle and System Technologies” as part of the [AVEAS](https://aveas.org/) research project. <br>
31
+ **License:** CC-BY 4.0 <br>
32
+
33
+ ## Citation
34
+
35
+ <!-- If there is a paper or blog post introducing the dataset, the APA and Bibtex information for that should go in this section. -->
36
+
37
+ **BibTeX:**
38
+
39
+ @inproceedings{measuring_effect_of_background_sielemann_2025,
40
+ title={{Measuring the Effect of Background on Classification and Feature Importance in Deep Learning for AV Perception}},
41
+ author={Sielemann, Anne and Barner, Valentin and Wolf, Stefan and Roschani, Masoud and Ziehn, Jens and Beyerer, Juergen},
42
+ booktitle={2025 IEEE International Automated Vehicle Validation Conference (IAVVC)},
43
+ year={2025}
44
+ }
45
+
46
+
47
+ **APA:**
48
+
49
+ Sielemann, A., Barner, V., Wolf, S., Roschani, M., Ziehn, J., and Beyerer, J. (2025). <br>
50
+ Measuring the Effect of Background on Classification and Feature Importance in Deep Learning for AV Perception. <br>
51
+ In 2025 IEEE International Automated Vehicle Validation Conference (IAVVC).
52
+
53
+ ## Bias, Risks, and Limitations
54
+
55
+ ### Recommendations
56
+
57
+ <!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
58
+
59
+ <!-- Users should be made aware of the risks, biases and limitations of the dataset. More information needed for further recommendations. -->
60
 
61
+ It is recommended to use the dataset primarily for scientific research. Application to practical real-world use cases should include
62
+ human oversight and the exhaustive evaluation of the fitness for the respective purpose, including the impact of domain shifts.
63
 
64
  ## Dataset Card Contact
65