Revise citation for AQUA20 benchmark dataset
Browse files
README.md
CHANGED
|
@@ -97,13 +97,18 @@ print(f"Example label: {label} (Class Name: {train_dataset.features['label'].nam
|
|
| 97 |
## Citation
|
| 98 |
|
| 99 |
```bibtex
|
| 100 |
-
@
|
| 101 |
-
|
| 102 |
-
|
| 103 |
-
|
| 104 |
-
|
| 105 |
-
|
| 106 |
-
|
| 107 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 108 |
}
|
| 109 |
```
|
|
|
|
| 97 |
## Citation
|
| 98 |
|
| 99 |
```bibtex
|
| 100 |
+
@article{fuadAQUA20BenchmarkDataset2026,
|
| 101 |
+
title = {{AQUA20}: {A} {Benchmark} {Dataset} for {Underwater} {Species} {Classification} under {Challenging} {Conditions}},
|
| 102 |
+
issn = {2191-4281},
|
| 103 |
+
shorttitle = {{AQUA20}},
|
| 104 |
+
url = {https://doi.org/10.1007/s13369-026-11231-z},
|
| 105 |
+
doi = {10.1007/s13369-026-11231-z},
|
| 106 |
+
language = {en},
|
| 107 |
+
urldate = {2026-03-27},
|
| 108 |
+
journal = {Arabian Journal for Science and Engineering},
|
| 109 |
+
author = {Fuad, Taufikur Rahman and Ahmed, Sabbir and Ivan, Shahriar},
|
| 110 |
+
month = mar,
|
| 111 |
+
year = {2026},
|
| 112 |
+
keywords = {AQUA20, Environmental challenges, Explainable deep learning, Marine species classification, Underwater visual recognition, Vision transformers and lightweight CNNs},
|
| 113 |
}
|
| 114 |
```
|