AI Navigate

OilSAM2: Memory-Augmented SAM2 for Scalable SAR Oil Spill Detection

arXiv cs.CV / 3/12/2026

📰 NewsTools & Practical UsageModels & Research

Key Points

  • OilSAM2 is a memory-augmented segmentation framework tailored for unordered SAR oil spill monitoring, enabling cross-image information reuse across scenes.
  • It introduces a hierarchical feature-aware multi-scale memory bank that explicitly models texture, structure, and semantic representations to tackle appearance variability and scale heterogeneity in SAR imagery.
  • A structure-semantic consistent memory update strategy is proposed to mitigate memory drift by selectively refreshing memory based on semantic discrepancy and structural variation.
  • Experiments on two public SAR oil spill datasets demonstrate state-of-the-art segmentation performance under noisy monitoring scenarios, with the source code released on GitHub.

Abstract

Segmenting oil spills from Synthetic Aperture Radar (SAR) imagery remains challenging due to severe appearance variability, scale heterogeneity, and the absence of temporal continuity in real world monitoring scenarios. While foundation models such as Segment Anything (SAM) enable prompt driven segmentation, existing SAM based approaches operate on single images and cannot effectively reuse information across scenes. Memory augmented variants (e.g., SAM2) further assume temporal coherence, making them prone to semantic drift when applied to unordered SAR image collections. We propose OilSAM2, a memory augmented segmentation framework tailored for unordered SAR oil spill monitoring. OilSAM2 introduces a hierarchical feature aware multi scale memory bank that explicitly models texture, structure, and semantic level representations, enabling robust cross image information reuse. To mitigate memory drift, we further propose a structure semantic consistent memory update strategy that selectively refreshes memory based on semantic discrepancy and structural variation.Experiments on two public SAR oil spill datasets demonstrate that OilSAM2 achieves state of the art segmentation performance, delivering stable and accurate results under noisy SAR monitoring scenarios. The source code is available at https://github.com/Chenshuaiyu1120/OILSAM2.