Mivia-IWDD-500 is a fully balanced public video dataset developed for the automated detection and temporal localization of illegal waste dumping events in realistic surveillance footage. It comprises 500 videos, equally divided into 250 positive and 250 negative samples. The positive subset is further balanced between 125 static and 125 dynamic disposal events, enabling a controlled evaluation across two complementary behavioral modalities.
- OVERVIEW
- TASK DEFINITION
- DATASET
- DATA COLLECTION AND SAMPLE SELECTION
- ANNOTATION METHODOLOGY
- ANNOTATION FORMAT
- CITATION
- AUTHORS
Illegal Waste Dumping Detection (IWDD) concerns the automatic recognition of unlawful waste disposal in video streams. The problem cannot be reduced to the static recognition of garbage objects: a reliable system must interpret the temporally evolving action through which an object is abandoned and distinguish it from visually similar but legitimate activities. IWDD can therefore be framed as a domain-specific video-anomaly and action-recognition problem. Mivia-IWDD-500 was introduced to address the lack of a publicly available benchmark specifically designed for video-based IWDD. Existing resources have largely focused on static waste images, material classification, abandoned dumpsites, or private video collections, thereby limiting reproducibility and standardized comparison. The dataset provides a balanced benchmark characterized by heterogeneous surveillance conditions, event-onset annotations, and an official train/test protocol.
The benchmark distinguishes two complementary disposal modalities, defined according to the spatial and temporal characteristics of the abandonment action:
| TASK DEFINITION | ||
|---|---|---|
| MODALITY | STATIC DUMPING | DYNAMIC DUMPING |
| DESCRIPTION | Waste left at a fixed location. | Waste released while in motion. |
| EXAMPLE | ![]() | ![]() |
The benchmark supports two coupled objectives: video-level detection, which determines whether an illegal dumping event occurs, and temporal localization, which estimates the event-onset timestamp in positive videos. This formulation requires models to combine global scene understanding with fine-grained temporal reasoning.
| MIVIA-IWDD-500 DATASET SUMMARY | |
|---|---|
| PROPERTY | VALUE |
| DATASET NAME | MIVIA-IWDD-500 |
| TOTAL VIDEOS | 500 |
| TOTAL FOOTAGE | 3 HOURS |
| POSITIVE VIDEOS | 250 |
| NEGATIVE VIDEOS | 250 |
| STATIC DISPOSAL VIDEOS | 125 |
| DYNAMIC DISPOSAL VIDEOS | 125 |
| OFFICIAL SPLIT | 400 TRAINING / 100 TEST |
The dataset was constructed through a deliberate collection and curation process designed to represent the environments in which automated IWDD systems are likely to operate. These include waste collection points, public dumping areas, roadside zones, rural or vegetated locations, and other surveillance contexts characterized by variable visibility, scene complexity, and human or vehicle activity.
The majority of positive videos were collected from real-world surveillance systems, including both concealed and openly installed cameras. These recordings capture authentic and unscripted waste-abandonment events under naturally occurring conditions. The collection process preserves the variability typical of operational surveillance footage, including differences in camera angle, field of view, illumination, time of day, scene clutter, partial occlusion, waste appearance, subject motion, vehicle motion, and the spatial and temporal development of the disposal action.
The positive subset includes static disposal events, such as placing boxes, domestic garbage bags, furniture, construction debris, or bulky materials on the ground, together with dynamic disposal events, such as throwing or dropping waste while walking or from a moving vehicle. This composition allows the benchmark to represent both prolonged actions and highly transient behaviors that may occur within a fraction of a second.
Negative-sample selection was treated as a central component of the benchmark design. Rather than including only clearly unrelated activities, the authors deliberately selected hard negative samples that resemble illegal dumping in appearance, motion, or context. These videos include subjects who appear to place or drop an object without abandoning it, people carrying bags or boxes, pedestrians or vehicles moving near pre-existing waste, individuals picking up objects from the ground, sanitation workers, garbage trucks, and authorized cleaning operations.
These confounding scenarios are intended to reduce shortcut learning and false alarms by requiring models to distinguish the act of illegal abandonment from ordinary movement, pre-existing waste, and legitimate waste-management activities. Their inclusion makes the negative class operationally meaningful and increases the realism of the benchmark.
All annotations were produced by human annotators. For every positive video, the annotation records the exact onset of the disposal event and assigns the event to the static or dynamic taxonomy. The ground-truth onset is defined as the first frame at which the dumping action becomes visible, following exhaustive review of the video sequence.
Each video also includes contextual labels describing the time of day and the illumination condition. The annotation design is weakly temporal: the event onset is annotated, but the paper explicitly states that dense frame-level annotations are not available. This structure supports both video-level supervision and fine-grained analysis across behavioral and environmental conditions.
| SEMANTIC ANNOTATION COMPONENTS | ||
|---|---|---|
| COMPONENT | APPLIES TO | DOMAIN / REPRESENTATION |
| VIDEO-LEVEL LABEL | ALL VIDEOS | DUMPING / NO DUMPING |
| EVENT-ONSET TIMESTAMP | POSITIVE VIDEOS | TIMESTAMP ON VIDEO TIMELINE |
| DISPOSAL MODALITY | POSITIVE VIDEOS | STATIC / DYNAMIC |
| TIME OF DAY | ALL VIDEOS | DAY / NIGHT |
| ILLUMINATION | ALL VIDEOS | BRIGHT / DIM |
Each video in the dataset is released together with a JSON annotation file. The two sample classes share the same structure and differ only in the values of the label, timestamp, and event_type fields.
Videos that do not contain an illegal dumping event set label to false, use a timestamp of -1 to indicate the absence of any event, and set event_type to normal.
{
"label": "false",
"timestamp": -1,
"metadata": {
"video_id": "vid0005.mp4",
"resolution": "1920x1080",
"frame_rate": 29.97,
"duration": 17.42,
"event_type": "normal"
}
}Videos that contain an illegal dumping event set label to true, while timestamp reports, in seconds, the initial instant (onset) of the event. The event_type field takes either static dumping or dynamic dumping.
{
"label": "true",
"timestamp": 2,
"metadata": {
"video_id": "vid0012.mp4",
"resolution": "1920x1080",
"frame_rate": 59.94,
"duration": 15.63,
"event_type": "dynamic dumping"
}
}When using Mivia-IWDD-500 in scientific work, please cite the following publications:
@article{greco2026benchmarking,
title = {Benchmarking Illegal Waste Dumping Detection: A Public Video Dataset and a Reference Baseline},
author = {Greco, Antonio and Ricciardi, Andrea Vincenzo and Sansone, Carlo and Vento, Bruno},
journal = {Image and Vision Computing},
volume = {174},
pages = {106125},
year = {2026}
}
@inproceedings{bouwmans2026illegal,
title = {Illegal waste dumping detection},
author = {Bouwmans, Thierry and Greco, Antonio and Pierard, Sebastien and Ricciardi, Andrea Vincenzo and Sansone, Carlo and Van Droogenbroeck, Marc and Vento, Bruno},
booktitle = {Proceedings of the IEEE/CVF Winter Conference on Applications of Computer Vision},
pages = {539--548},
year = {2026}
}- Antonio Greco — DIEM — University of Salerno, ITA — agreco@unisa.it
- Andrea Vincenzo Ricciardi — DIEM — University of Salerno, ITA — anricciardi@unisa.it
- Carlo Sansone — DIETI — University of Naples Federico II, ITA — carlo.sansone@unina.it
- Bruno Vento — CINI, ITA — brunovento.it@gmail.com
All authors contributed equally to the work. For any additional requests, clarifications, or information not available in this repository, please do not hesitate to contact us at the e-mail addresses listed above.

