Back to Blog

    Drone Swarm Detection Dataset: Solving the Hardest Problem in Counter-UAS

    Most drone datasets show single, large drones against clear skies. Real-world threats look nothing like that. We built a dataset for what actually matters.

    By Fredrik
    December 22, 2025
    7 min read

    The Saturation Problem

    When a single drone approaches, detection is relatively straightforward. But what happens when fifteen drones arrive simultaneously from different directions? This is the saturation attack—and it's the scenario that breaks most Counter-UAS systems.

    Current public drone detection datasets have a fundamental problem: they were built for yesterday's threats. Single consumer quadcopters, clean backgrounds, optimal lighting. Train on these datasets and your model will fail spectacularly when it encounters:

    • Multiple targets appearing simultaneously (swarm tactics)
    • Tiny objects at long range (10-50 pixel targets)
    • Complex backgrounds (urban rubble, forests, smoke)
    • Adverse weather (fog, rain, snow, low light)
    • Non-standard drone shapes (FPVs, loitering munitions)

    We built this dataset specifically to address these gaps.

    What Makes This Dataset Different

    High-Density Scenarios

    • • 5-15 distinct drone targets per frame
    • • Simulated saturation attack patterns
    • • Multiple drone types in same scene
    • • Overlapping and occluded targets

    Realistic Conditions

    • • Heavy snow, rain, and fog
    • • Low-light "golden hour" scenarios
    • • Complex photorealistic backgrounds
    • • Urban, rural, and military environments

    Tiny Object Detection at Scale

    One of the biggest challenges in Counter-UAS is detecting threats at range. At 500 meters, a small drone might only occupy 15-30 pixels in your optical sensor. Standard object detection models trained on consumer datasets simply aren't optimized for this.

    Our dataset includes targets ranging from 10 to 50 pixels—the actual sizes you'll encounter in long-range surveillance scenarios. This lets you benchmark and improve your small object detection performance before deployment.

    Dataset Structure

    dataset/
     ├─ images/     # High-fidelity synthetic .jpg files
     └─ labels/     # YOLO format .txt annotations
    
    Class Map:
    ID | Class Name | Description
    0  | drone      | Quadcopters, FPVs, loitering munitions

    YOLO Configuration

    # Simuletic Drone Swarm Configuration
    path: /path/to/dataset
    train: images
    val: images
    
    nc: 1
    names: ['drone']

    Use Cases

    Counter-UAS Systems

    Train detection systems to handle saturation attacks where multiple threats appear simultaneously.

    Small Object Detection

    Benchmark model performance on tiny, fast-moving objects against noisy backgrounds.

    FPV Defense

    Detect kamikaze and FPV drones that don't look like standard consumer quadcopters.

    Download the Dataset

    Full Dataset

    1,000+ images with evaluation videos available. Contact us for access.

    Ethics & License

    Synthetic & Compliant

    • 100% computer-generated by Simuletic
    • No flight restrictions violated
    • No sensitive locations filmed
    • Free from GDPR and export control concerns

    License: CC BY 4.0

    • Free for research and commercial proofs-of-concept
    • Attribution to Simuletic required
    • Contact us for full-scale production datasets

    Citation

    @dataset{simuletic_drone_swarm_2025,
      author = {Simuletic Team},
      title = {Simuletic Synthetic Drone Swarm & Saturation Attack Dataset},
      year = {2025},
      url = {https://simuletic.com}
    }

    Need More Than a Sample Dataset?

    This is a benchmark sample. We provide full-scale synthetic data for Counter-UAS applications—from FPV threats to adverse weather scenarios. Get hyper-realistic data tailored to your specific detection requirements.

    Related Articles

    Jun 1, 2026

    The Camera Saw It, the Model Missed It: Training Shoplifting Detection AI That Actually Works in Retail CCTV

    Synthetic CCTV dataset with 5,000+ frames, 100+ videos, YOLO + pose + VLM captions, for retail loss prevention AI.

    Read More
    May 26, 2026

    Who's Holding the Knife? Role-Aware ATM Robbery Detection with Synthetic Data

    A 3,000-image synthetic CCTV dataset with offender, victim, gun, and knife classes for ATM security AI.

    Read More
    Apr 26, 2026

    The First 60 Seconds: Why Most Fire-Detection AI Misses the Fires That Matter Most

    Forest-fire datasets won't save a building. Here's how synthetic data finally cracks early-stage CCTV fire detection.

    Read More