Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MIVIA-IWDD-500 DATASET

A PUBLIC VIDEO BENCHMARK FOR AUTOMATED ILLEGAL WASTE DUMPING DETECTION AND TEMPORAL LOCALIZATION

Paper Training Set Public Test Set ID Contest

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.


TABLE OF CONTENTS


OVERVIEW

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.


TASK DEFINITION

The benchmark distinguishes two complementary disposal modalities, defined according to the spatial and temporal characteristics of the abandonment action:

TASK DEFINITION
MODALITYSTATIC DUMPINGDYNAMIC DUMPING
DESCRIPTIONWaste left at a fixed location.Waste released while in motion.
EXAMPLEStatic dumping exampleDynamic dumping 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.


DATASET

MIVIA-IWDD-500 DATASET SUMMARY
PROPERTYVALUE
DATASET NAMEMIVIA-IWDD-500
TOTAL VIDEOS500
TOTAL FOOTAGE3 HOURS
POSITIVE VIDEOS250
NEGATIVE VIDEOS250
STATIC DISPOSAL VIDEOS125
DYNAMIC DISPOSAL VIDEOS125
OFFICIAL SPLIT400 TRAINING / 100 TEST

DATA COLLECTION AND SAMPLE SELECTION

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.

POSITIVE SAMPLES

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 SAMPLES AND HARD-NEGATIVE CURATION

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.


ANNOTATION METHODOLOGY

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

SEMANTIC ANNOTATION COMPONENTS
COMPONENTAPPLIES TODOMAIN / REPRESENTATION
VIDEO-LEVEL LABELALL VIDEOSDUMPING / NO DUMPING
EVENT-ONSET TIMESTAMPPOSITIVE VIDEOSTIMESTAMP ON VIDEO TIMELINE
DISPOSAL MODALITYPOSITIVE VIDEOSSTATIC / DYNAMIC
TIME OF DAYALL VIDEOSDAY / NIGHT
ILLUMINATIONALL VIDEOSBRIGHT / DIM

ANNOTATION FORMAT

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.

NEGATIVE VIDEOS

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"
  }
}

POSITIVE VIDEOS

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"
  }
}

CITATION

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}
}

AUTHORS

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.

About

This repository contains the dataset described in the following paper: Greco A., Ricciardi A., Sansone C., Vento B., "Benchmarking illegal waste dumping detection: a public video dataset and a reference baseline", Image and Vision Computing.

Resources

Stars

1 star

Watchers

0 watching

Forks

Releases

Packages

Contributors