CoolFace
Datasetpublic

ACCENTECXAI/national-blue-superintelligence

๐ŸŒŠ ACCENTECX AI NATIONAL BLUE SUPERINTELLIGENCE (v1.0) Philippine marine imagery + bounding boxes for ecology, fisheries, aquaculture, maritime awareness, and underwater robotics. Overview โ€ข Quick Specs โ€ข Classes โ€ข Structure โ€ข Annotation โ€ข Uses โ€ข Limitations โ€ข Roadmap โ€ข Citation ๐Ÿงญ Overview The ACCENTECX AI NATIONAL BLUE SUPERINTELLIGENCE (v1.0) is a curated collection of Philippine marine and coastal imagery annotated for object detection usingโ€ฆ See the full description on the dataset page: https://huggingface.co/datasets/ACCENTECXAI/national-blue-superintelligence.

sourceHugging Facecc-by-4.0updated 7mo agoView on Hugging Face
0likes11downloads
Dataset Card

language:

  • โ€”en license: cc-by-4.0 task_categories:
  • โ€”object-detection task_ids:
  • โ€”object-detection prettyname: ACCENTECX AI NATIONAL BLUE SUPERINTELLIGENCE (v1.0) sizecategories:
  • โ€”10K<n<100K tags:
  • โ€”marine-ai
  • โ€”computer-vision
  • โ€”object-detection
  • โ€”coral-reef
  • โ€”fisheries
  • โ€”aquaculture
  • โ€”maritime
  • โ€”underwater ---

<p align="center"> <h1 align="center">๐ŸŒŠ ACCENTECX AI NATIONAL BLUE SUPERINTELLIGENCE (v1.0)</h1> <p align="center"><b>Philippine marine imagery + bounding boxes for ecology, fisheries, aquaculture, maritime awareness, and underwater robotics.</b></p> </p>

<p align="center"> <a href="#-overview">Overview</a> โ€ข <a href="#-quick-specs">Quick Specs</a> โ€ข <a href="#-classes">Classes</a> โ€ข <a href="#-structure">Structure</a> โ€ข <a href="#-annotation-protocol">Annotation</a> โ€ข <a href="#-uses">Uses</a> โ€ข <a href="#-limitations">Limitations</a> โ€ข <a href="#-roadmap">Roadmap</a> โ€ข <a href="#-citation">Citation</a> </p>


๐Ÿงญ Overview

The ACCENTECX AI NATIONAL BLUE SUPERINTELLIGENCE (v1.0) is a curated collection of Philippine marine and coastal imagery annotated for object detection using bounding boxes.

It is designed to support:

  • โ€”๐ŸŸ Fish detection & abundance estimation (proxy)
  • โ€”๐Ÿชธ Coral condition monitoring (healthy vs. bleached)
  • โ€”๐Ÿ—‘๏ธ Marine litter detection
  • โ€”๐Ÿ›ฅ๏ธ Vessel detection & maritime awareness
  • โ€”๐Ÿงฐ Aquaculture infrastructure monitoring
  • โ€”๐Ÿคฟ Underwater robotics / ROV perception training

Status: Under structured development Planned release: May 2026 Formats: COCO (primary), YOLO (export supported)


โšก Quick Specs

CategoryDetails
TaskObject Detection (Bounding Boxes)
Target Size8,000โ€“12,000 images
Est. Annotations~40,000โ€“60,000 boxes (estimated)
HabitatsReef โ€ข Seagrass โ€ข Benthic โ€ข Aquaculture โ€ข Coastal Surface
LicenseCC BY 4.0
ToolsCVAT (annotation)

๐Ÿท Classes

Detection Classes (v1.0)

IDClass
0fish
1fish_school
2coral_healthy
3coral_bleached
4macro_invertebrate
5aquaculture_structure
6vessel
7debris
8diver

Design choice (v1.0): grouped ecological classes for stable detection performance. Planned: increased biological granularity in future versions.


๐Ÿ—‚ Structure

text
images/
  train/
  val/
  test/

annotations/
  coco_annotations.json
  yolo_labels/          (optional export)

metadata/
  metadata.csv

Split Strategy

  • โ€”70% train / 20% validation / 10% test
  • โ€”Splits planned by collection session (not purely random by frame) to reduce near-duplicate leakage.

๐ŸŒ Metadata

Each image may include:

  • โ€”image_file
  • โ€”location
  • โ€”site
  • โ€”habitat (reef / seagrass / benthic / aquaculture / coastal_surface)
  • โ€”depth_min, depth_max (meters, if available)
  • โ€”visibility (clear / moderate / turbid, if available)
  • โ€”date (if available)
  • โ€”source_dive (collection session identifier)

๐Ÿ›  Annotation Protocol

<details> <summary><b>Click to expand annotation rules (CVAT)</b></summary>

Tool & Type

  • โ€”Tool: CVAT
  • โ€”Type: Bounding boxes (rectangles)

Core Rules

  • โ€”Minimum size: skip objects that are too small / unidentifiable
  • โ€”Dense schools: label as fish_school using one grouped box
  • โ€”Overlap: annotate separately if visually distinguishable
  • โ€”Occlusion: skip heavily occluded objects unless clearly identifiable
  • โ€”QA: reviewer validation + consistency checks

</details>


๐ŸŽฏ Uses

<details> <summary><b>Direct Use</b></summary>

  • โ€”Marine object detection benchmarking
  • โ€”Fish detection + approximate abundance estimation
  • โ€”Coral condition monitoring
  • โ€”Marine litter detection systems
  • โ€”Aquaculture infrastructure monitoring automation
  • โ€”ROV/AUV perception training

</details>

<details> <summary><b>Out-of-Scope Use</b></summary>

  • โ€”Full species taxonomy modeling (v1.0 uses grouped classes)
  • โ€”Precision biomass estimation without calibration/scale instrumentation
  • โ€”Identification of individuals (human recognition/biometrics)
  • โ€”Safety-critical autonomous navigation without additional validation

</details>


โš  Limitations

  • โ€”Geographic/site distribution may be uneven depending on contributions
  • โ€”Water visibility and lighting variability may affect generalization
  • โ€”Some classes may be underrepresented (e.g., debris, vessels)
  • โ€”Grouped taxonomy reduces biological specificity in v1.0
  • โ€”Bounding boxes are coarser than segmentation for coverage/area estimation

๐Ÿ”ฎ Roadmap

<details> <summary><b>v1.0</b></summary>

  • โ€”Core ecological + human-activity detection classes
  • โ€”COCO primary export, YOLO optional export
  • โ€”Habitat metadata (reef/seagrass/benthic/aquaculture/coastal_surface)

</details>

<details> <summary><b>v2.0 (Planned)</b></summary>

  • โ€”Expanded invertebrate subclasses (data-driven)
  • โ€”Fish subgrouping (e.g., reeffish vs pelagicfish)
  • โ€”Optional instance segmentation for coral/seagrass
  • โ€”Expanded regional coverage and benchmarks

</details>


๐Ÿ“š Citation

bibtex
@dataset{accentecx_open_marine_v1,
  author    = {ACCENTECX AI},
  title     = {ACCENTECX Open Marine Dataset (v1.0)},
  year      = {2026},
  publisher = {Hugging Face}
}

๐Ÿข About ACCENTECX AI

ACCENTECX AI develops marine-focused artificial intelligence systems and structured datasets supporting fisheries monitoring, coral reef analysis, aquaculture analytics, maritime safety, and autonomous marine systems.

Website: https://accentecxai.com