> ## Documentation Index
> Fetch the complete documentation index at: https://aegean.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Remote Sensing

> AI-driven sidewalk detection pipeline for statewide infrastructure analysis.

## Overview

This section documents our **statewide, AI-driven sidewalk detection pipeline** that transforms high-resolution aerial imagery into accurate, vectorized sidewalk networks. The system spans the full machine learning lifecycle, from dataset curation and model training, to scalable inference and statewide deployment.

<CardGroup cols={2}>
  <Card title="Introduction" icon="book" href="/products/applications/remote-sensing/introduction">
    Project overview and system architecture
  </Card>

  <Card title="GAIS Lakehouse" icon="database" href="/products/applications/remote-sensing/datasets">
    GIS data formats and the open lakehouse stack
  </Card>
</CardGroup>

## Models

<CardGroup cols={3}>
  <Card title="DeepLabV3+" icon="brain" href="/products/applications/remote-sensing/models/deeplabv3plus">
    Our primary semantic segmentation model
  </Card>

  <Card title="Mask R-CNN" icon="layer-group" href="/products/applications/remote-sensing/models/detectron2">
    Alternative Detectron2 model architecture
  </Card>

  <Card title="SAM" icon="wand-magic-sparkles" href="/products/applications/remote-sensing/models/sam">
    Segment Anything Model exploration
  </Card>
</CardGroup>

## Training

<CardGroup cols={2}>
  <Card title="Training Pipelines" icon="server" href="/products/applications/remote-sensing/training">
    Distributed training with Ray and ClearML
  </Card>

  <Card title="Dataset Processing" icon="filter" href="/products/applications/remote-sensing/training/dataset">
    Data cleaning, augmentation, and streaming
  </Card>

  <Card title="Metrics Report" icon="chart-line" href="/products/applications/remote-sensing/training/metrics">
    Training results and model performance
  </Card>
</CardGroup>

## Inference

<CardGroup cols={2}>
  <Card title="Pipeline Architecture" icon="sitemap" href="/products/applications/remote-sensing/inference/pipeline_structure">
    Ray + Triton distributed inference system
  </Card>

  <Card title="NJ Statewide Results" icon="map-location-dot" href="/products/applications/remote-sensing/inference/pipeline_results">
    Production deployment and performance analysis
  </Card>
</CardGroup>

## Key Achievements

* **9,202 tiles** processed in a single statewide run
* **4.8 million chips** with \~319 billion pixels analyzed
* **\~17 hours** for complete state coverage on single GPU
* **99.66% success rate** with robust fault handling
* **96% pixel accuracy** and **0.77 mean IoU** on validation

## Technology Stack

* **Model:** DeepLabV3+ with ResNet-103 backbone
* **Training:** Detectron2 with Hugging Face streaming
* **Inference:** Ray actors + NVIDIA Triton Inference Server
* **Output:** GeoJSON centerlines for transportation planning

***

<Callout icon="pen-to-square" iconType="regular">
  [Edit this page on GitHub](https://github.com/aegean-ai/eaia/edit/main/src/products/applications/remote-sensing/index.mdx) or [file an issue](https://github.com/aegean-ai/eaia/issues/new/choose).
</Callout>
