jonathan-roberts1
commited on
Commit
•
a9cc83b
1
Parent(s):
705e4c0
Update README.md
Browse files
README.md
CHANGED
@@ -30,7 +30,41 @@ dataset_info:
|
|
30 |
num_examples: 2100
|
31 |
download_size: 416309630
|
32 |
dataset_size: 438859816.5
|
|
|
33 |
---
|
34 |
# Dataset Card for "UC_Merced_LandUse_MultiLabel"
|
35 |
|
36 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
30 |
num_examples: 2100
|
31 |
download_size: 416309630
|
32 |
dataset_size: 438859816.5
|
33 |
+
license: other
|
34 |
---
|
35 |
# Dataset Card for "UC_Merced_LandUse_MultiLabel"
|
36 |
|
37 |
+
## Dataset Description
|
38 |
+
|
39 |
+
- **Paper:** [Bag-of-visual-words and spatial extensions for land-use classification](https://dl.acm.org/doi/pdf/10.1145/1869790.1869829)
|
40 |
+
- **Paper:** [Multilabel Remote Sensing Image Retrieval Using a Semisupervised Graph-Theoretic Method](https://ieeexplore.ieee.org/iel7/36/4358825/08089668.pdf)
|
41 |
+
|
42 |
+
### Licensing Information
|
43 |
+
|
44 |
+
Public Domain; “Map services and data available from U.S. Geological Survey, National Geospatial Program.”
|
45 |
+
|
46 |
+
|
47 |
+
## Citation Information
|
48 |
+
|
49 |
+
[Bag-of-visual-words and spatial extensions for land-use classification](https://dl.acm.org/doi/pdf/10.1145/1869790.1869829)
|
50 |
+
|
51 |
+
[Multilabel Remote Sensing Image Retrieval Using a Semisupervised Graph-Theoretic Method](https://ieeexplore.ieee.org/iel7/36/4358825/08089668.pdf)
|
52 |
+
```
|
53 |
+
@inproceedings{yang2010bag,
|
54 |
+
title = {Bag-of-visual-words and spatial extensions for land-use classification},
|
55 |
+
author = {Yang, Yi and Newsam, Shawn},
|
56 |
+
year = 2010,
|
57 |
+
booktitle = {Proceedings of the 18th SIGSPATIAL international conference on advances in geographic information systems},
|
58 |
+
pages = {270--279}
|
59 |
+
}
|
60 |
+
@article{8089668,
|
61 |
+
title = {Multilabel Remote Sensing Image Retrieval Using a Semisupervised Graph-Theoretic Method},
|
62 |
+
author = {Chaudhuri, Bindita and Demir, Begüm and Chaudhuri, Subhasis and Bruzzone, Lorenzo},
|
63 |
+
year = 2018,
|
64 |
+
journal = {IEEE Transactions on Geoscience and Remote Sensing},
|
65 |
+
volume = 56,
|
66 |
+
number = 2,
|
67 |
+
pages = {1144--1158},
|
68 |
+
doi = {10.1109/TGRS.2017.2760909}
|
69 |
+
}
|
70 |
+
```
|