File size: 8,070 Bytes
10bf4ed
 
4e4dd35
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
10bf4ed
4e4dd35
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
b4ab9d2
 
 
 
 
 
 
 
 
 
 
 
4e4dd35
 
 
 
b4ab9d2
 
 
 
 
 
 
 
 
 
 
 
4e4dd35
b4ab9d2
 
 
 
 
 
4e4dd35
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
b4ab9d2
4e4dd35
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
---
license: cc0-1.0
task_categories:
- video-classification
tags:
- zebra
- giraffe
- plains zebra
- Grevy's zebra
- video
- animal behavior
- behavior recognition
- annotation
- annotated video
- conservation
- drone
- UAV
- imbalanced
- Kenya
- Mpala Research Centre
pretty_name: >-
  KABR: High-Quality Dataset for Kenyan Animal Behavior Recognition from Drone
  Videos
size_categories:
- 1M<n<10M
---
# Dataset Card for KABR: High-Quality Dataset for Kenyan Animal Behavior Recognition from Drone Videos

## Dataset Description

- **Homepage:** https://dirtmaxim.github.io/kabr/
- **Repository:** https://github.com/dirtmaxim/kabr-tools
- **Paper:** [Coming Soon]
- **Leaderboard:** 
- **Point of Contact:** 

### Dataset Summary

We present a novel high-quality dataset for animal behavior recognition from drone videos. 
The dataset is focused on Kenyan wildlife and contains behaviors of giraffes, plains zebras, and Grevy's zebras. 
The dataset consists of more than 10 hours of annotated videos, and it includes eight different classes, encompassing seven types of animal behavior and an additional category for occluded instances. 
In the annotation process for this dataset, a team of 10 people was involved, with an expert zoologist overseeing the process. 
Each behavior was labeled based on its distinctive features, using a standardized set of criteria to ensure consistency and accuracy across the annotations. 
The dataset was collected using drones that flew over the animals in the [Mpala Research Centre](https://mpala.org/) in Kenya, providing high-quality video footage of the animal's natural behaviors.

<!--This dataset card aims to be a base template for new datasets. It has been generated using [this raw template](https://github.com/huggingface/huggingface_hub/blob/main/src/huggingface_hub/templates/datasetcard_template.md?plain=1).-->

### Supported Tasks and Leaderboards

[Include Benchmarks Here]

### Languages

[More Information Needed]

## Dataset Structure

Under `KABR/dataset/image/`, the data has been archived into `.zip` files, which are split into 2GB files. These must be recombined and extracted. 
After cloning and navigating into the repository, you can use the following commands to do the reconstruction:
```bash
cd KABR/dataset/image/
cat giraffes_part_* > giraffes.zip
md5sum giraffes.zip # Compare this to what's shown with `cat giraffes_md5.txt`
unzip giraffes.zip
rm -rf giraffes_part_*

# Similarly for `zebras_grevys_part_*` and `zebras_plains_part_*`
```

The KABR dataset follows the Charades format:

```
KABR
    /dataset
        /image
            /video_1
                /image_1.jpg
                /image_2.jpg
                ...
                /image_n.jpg
            /video_2
                /image_1.jpg
                /image_2.jpg
                ...
                /image_n.jpg
            ...
            /video_n
                /image_1.jpg
                /image_2.jpg
                /image_3.jpg
                ...
                /image_n.jpg
    /annotation
        /classes.json
        /train.csv
        /val.csv
```

The dataset can be directly loaded and processed by the [SlowFast](https://github.com/facebookresearch/SlowFast) framework.

**Informational Files**
* `KABR/configs`: examples of SlowFast framework configs.
* `KABR/annotation/distribution.xlsx`: distribution of classes for all videos.

**Scripts:**
* `image2video.py`: Encode image sequences into the original video.
  * For example, `[image/G0067.1, image/G0067.2, ..., image/G0067.24]` will be encoded into `video/G0067.mp4`.
* `image2visual.py`: Encode image sequences into the original video with corresponding annotations.
  * For example, `[image/G0067.1, image/G0067.2, ..., image/G0067.24]` will be encoded into `visual/G0067.mp4`.

### Data Instances

**Naming:** Within the image folder, the `video_n` folders are named as follows (X indicates a number):
* G0XXX.X - Giraffes
* ZP0XXX.X - Plains Zebras
* ZG0XXX.X - Grevy's Zebras
* Within each of these folders the images are simply `X.jpg`.

### Data Fields

[More Information Needed]

### Data Splits

Training and validation sets are indicated by their respecive CSV files, located within the `annotation` folder.

## Dataset Creation

### Curation Rationale

We present a novel high-quality dataset for animal behavior recognition from drone videos. 
The dataset is focused on Kenyan wildlife and contains behaviors of giraffes, plains zebras, and Grevy's zebras. 
The dataset consists of more than 10 hours of annotated videos, and it includes eight different classes, encompassing seven types of animal behavior and an additional category for occluded instances. 
In the annotation process for this dataset, a team of 10 people was involved, with an expert zoologist overseeing the process. 
Each behavior was labeled based on its distinctive features, using a standardized set of criteria to ensure consistency and accuracy across the annotations. 
The dataset was collected using drones that flew over the animals in the [Mpala Research Centre](https://mpala.org/) in Kenya, providing high-quality video footage of the animal's natural behaviors. 
We believe that this dataset will be a valuable resource for researchers working on animal behavior recognition, as it provides a diverse and high-quality set of annotated videos that can be used for evaluating deep learning models. 
Additionally, the dataset can be used to study the behavior patterns of Kenyan animals and can help to inform conservation efforts and wildlife management strategies. 

[To be added:]
We provide a detailed description of the dataset and its annotation process, along with some initial experiments on the dataset using conventional deep learning models. 
The results demonstrate the effectiveness of the dataset for animal behavior recognition and highlight the potential for further research in this area.

### Source Data

#### Initial Data Collection and Normalization

[More Information Needed]

Data was collected from 6 January 2023 through 21 January 2023 at the [Mpala Research Centre](https://mpala.org/) in Kenya.

#### Who are the source language producers?

[More Information Needed]

### Annotations

#### Annotation process

[More Information Needed]

In the annotation process for this dataset, a team of 10 people was involved, with an expert zoologist overseeing the process.
Each behavior was labeled based on its distinctive features, using a standardized set of criteria to ensure consistency and accuracy across the annotations.

#### Who are the annotators?

[More Information Needed]

### Personal and Sensitive Information

[More Information Needed]

## Considerations for Using the Data

### Social Impact of Dataset

[More Information Needed]

### Discussion of Biases

[More Information Needed]

### Other Known Limitations

[More Information Needed]

## Additional Information

### Dataset Curators

[More Information Needed]

### ```sing Information

[More Information Needed]

### Citation Information

[More Information Needed]

### Contributions

<!---location for authors instead of under curators?--->
* Maksim Kholiavchenko (Rensselaer Polytechnic Institute) - ORCID: 0000-0001-6757-1957
* Jenna Kline (The Ohio State University)
* Michelle Ramirez (The Ohio State University)
* Sam Stevens (The Ohio State University)
* Alec Sheets (The Ohio State University) - ORCID: 0000-0002-3737-1484
* Reshma Ramesh Babu (The Ohio State University) - ORCID: 0000-0002-2517-5347
* Namrata Banerji (The Ohio State University) - ORCID: 0000-0001-6813-0010
* Elizabeth Campolongo (Imageomics Institute) - ORCID: 0000-0003-0846-2413
* Nina Van Tiel (Eidgenössische Technische Hochschule Zürich) - ORCID: 0000-0001-6393-5629
* Jackson Miliko (Mpala Research Centre)
* Eduardo Bessa (Universidade de Brasília) - ORCID: 0000-0003-0606-5860
* Tanya Berger-Wolf (The Ohio State University) - ORCID: 0000-0001-7610-1412
* Daniel Rubenstein (Princeton University) - ORCID: 0000-0001-9049-5219
* Charles Stewart (Rensselaer Polytechnic Institute)