Views
No views yet
LiquidAI/LFM2.5-VL-450M1{"risk_level": "HIGH"} // vegetation progressively drying — elevated fire fuel risk
2{"risk_level": "LOW"} // stable or moist vegetation| Metric | Base LFM2.5-VL (zero-shot) | FireGuard LoRA |
|---|---|---|
| Precision | 0.500 | 1.000 |
| Recall | 1.000 | 1.000 |
| F1 | 0.667 | 1.000 |
| FP Rate | 1.000 | 0.000 |
| Latency | 283 ms | 208 ms |
YujiYamaguchi/fireguard-sentinel2-wildfire-precursor1from transformers import AutoProcessor, AutoModelForImageTextToText
2from peft import PeftModel
3
4base = AutoModelForImageTextToText.from_pretrained("LiquidAI/LFM2.5-VL-450M")
5model = PeftModel.from_pretrained(base, "YujiYamaguchi/lfm2-5-vl-450m-wildfire-precursor")
6processor = AutoProcessor.from_pretrained("LiquidAI/LFM2.5-VL-450M")@misc{fireguard2026,
title = {FireGuard: Pre-Fire Vegetation Drought Detection via Sentinel-2 NDMI Time-Series},
author = {Yuji Yamaguchi},
year = {2026},
note = {Liquid AI × DPhi Space AI in Space Hackathon}
}