用SAM2提升视频语义分割精度,解决边界与时序一致性难题
Evaluating SAM2 for Video Semantic Segmentation
- 结合SAM2掩码与分割网络并行优化,提升边界精度
- 利用预测掩码提取特征向量分类,融合结果生成最终分割
- 适合需要高精度多对象分割的视觉任务研究者
分割一切模型2(SAM2)在图像和视频中展示了强大的可提示视觉对象分割能力,能通过记忆块实现对象感知记忆的时序传递。尽管在视频对象分割中表现优异,但将其扩展至密集视频语义分割(VSS)面临空间精度、时序一致性及复杂边界和尺度变化下多对象跟踪的挑战。本文探索了SAM2在VSS中的应用,提出两种主要方法:第一种是利用SAM2从图像中提取唯一对象掩码,同时并行使用分割网络生成并优化初始预测;第二种是将预测掩码用于提取唯一特征向量,输入简单分类网络进行分类,最终融合分类结果与掩码生成最终分割。实验表明,借助SAM2显著提升了整体性能,主要得益于其对物体边界的精确预测。
原文摘要 · Abstract (English)
The Segmentation Anything Model 2 (SAM2) has proven to be a powerful foundation model for promptable visual object segmentation in both images and videos, capable of storing object-aware memories and transferring them temporally through memory blocks. While SAM2 excels in video object segmentation by providing dense segmentation masks based on prompts, extending it to dense Video Semantic Segmentation (VSS) poses challenges due to the need for spatial accuracy, temporal consistency, and the ability to track multiple objects with complex boundaries and varying scales. This paper explores the extension of SAM2 for VSS, focusing on two primary approaches and highlighting firsthand observations and common challenges faced during this process. The first approach involves using SAM2 to extract unique objects as masks from a given image, with a segmentation network employed in parallel to generate and refine initial predictions. The second approach utilizes the predicted masks to extract unique feature vectors, which are then fed into a simple network for classification. The resulting classifications and masks are subsequently combined to produce the final segmentation. Our experiments suggest that leveraging SAM2 enhances overall performance in VSS, primarily due to its precise predictions of object boundaries.
Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。