Skip to content
/ PEACE Public

Automatic Prompt Generation and Segmentation for Safe-Landing Zone Detection (DOVESEI)

License

Notifications You must be signed in to change notification settings

MISTLab/PEACE

Repository files navigation

PEACE ✌️: Prompt Engineering Automation for CLIPSeg Enhancement for Safe-Landing Zone Segmentation

This work is an extenion of DOVESEI (https://arxiv.org/abs/2308.11471), where we improved on the prompt generation and engineering inside DOVESEI, and improved on merging segmentation by stacking target and non-target segmemnntations. The objective was to generate prompts that are dynamic, such that prompts are adaptive to observed images instead of a static prompt.

Details about DOVESEI: https://github.com/MISTLab/DOVESEI/blob/main/README.md PEACE enables the possibility of dynamically generating prompts that are specifically optimized for an input image. We believe that this is an important step towards developing more robust autonomous UAV systems. In summary, our main contributions are:

  1. Dynamic aerial prompt engineering per image frame that can adapt to changing environments during safe-landing zone segmentation.

Figure 1: PEACE Data Pipeline

2) Introduce the method of combining positive and negative term segmentations to improve safe-landing zone segmentation accuracy: Generate segmentations for all safe-landing zones (positive terms: all target classes that are considered safe to land such as grass, park, water, etc.) and unsafe-landing zones (negative terms: all classes that are unsafe to land such as concrete, street, building, etc.). Segmentations of positive terms are stacked to merge safe-landing zone segmentations and the segmentations of negative terms are also stacked and merged to segment all unsafe-landing zones. Finally, the merged segmentations of negative terms are used to eliminate unsafe landing zones from the merged segmentations of positive terms.

Figure 2: PEACE Data Pipeline

Comparison

Figure 3: Segmetation Difference

Comparison of CLIP and CLIPSeg’s original prompt engineering and PEACE using images from CARLA.

a) A photo of grass
b) A blurry photo of grass in autumn
c) A photo of grass
d) A 3D photo of grass in morning

Publication

For more information about PEACE, refer to our paper: https://arxiv.org/abs/2310.00085

About

Automatic Prompt Generation and Segmentation for Safe-Landing Zone Detection (DOVESEI)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published