paper-with-me

Papers

ASAM: Boosting Segment Anything Model with Adversarial Tuning

2024-05-01 · CVPR 2024 1 · Bo Li, Haoke Xiao, Lv Tang

In the evolving landscape of computer vision, foundation models have emerged as pivotal tools, exhibiting exceptional adaptability to a myriad of tasks. Among these, the Segment Anything Model (SAM) by Meta AI has distinguished itself in image segmentation. However, SAM, like its counterparts, encounters limitations in specific niche applications, prompting a quest for enhancement strategies that do not compromise its inherent capabilities. This paper introduces ASAM, a novel methodology that amplifies SAM's performance through adversarial tuning. We harness the potential of natural adversarial examples, inspired by their successful implementation in natural language processing. By utilizing a stable diffusion model, we augment a subset (1%) of the SA-1B dataset, generating adversarial instances that are more representative of natural variations rather than conventional imperceptible perturbations. Our approach maintains the photorealism of adversarial examples and ensures alignment with original mask annotations, thereby preserving the integrity of the segmentation task. The fine-tuned ASAM demonstrates significant improvements across a diverse range of segmentation tasks without necessitating additional data or architectural modifications. The results of our extensive evaluations confirm that ASAM establishes new benchmarks in segmentation tasks, thereby contributing to the advancement of foundational models in computer vision. Our project page is in https://asam2024.github.io/.

📄 PDF Abstract BibTeX arXiv:2405.00256

Code (1)

luckybird1994/ASAM 공식 구현 pytorch

Tasks

Image SegmentationmodelSegmentationSemantic Segmentation

Methods 이 논문이 사용한 방법론

SAM 설명 없음
Diffusion Diffusion models generate samples by gradually removing noise from a signal, and their training objective can be expressed as a reweighted variational lower-bound…

Similar Papers 제목 키워드 기반

AquaSAM: Underwater Image Foreground Segmentation

2023-08-08 · Muduo Xu, Jianhao Su, Yutao Liu

The Segment Anything Model (SAM) has revolutionized natural image segmentation, nevertheless, its performance on underwater images is still restricted. This work presents AquaSAM, the first attempt to extend the success …

Foreground SegmentationImage SegmentationSegmentationSemantic Segmentation

TASAM: Terrain-and-Aware Segment Anything Model for Temporal-Scale Remote Sensing Segmentation

2025-09-19 · Tianyang Wang, Xi Xiao, Gaofei Chen, Hanzhang Chi 외 arxiv

Segment Anything Model (SAM) has demonstrated impressive zero-shot segmentation capabilities across natural image domains, but it struggles to generalize to the unique challenges of remote sensing data, such as complex t…

Image Segmentation

UltraSam: A Foundation Model for Ultrasound using Large Open-Access Segmentation Datasets

2024-11-25 · Adrien Meyer, Aditya Murali, Didier Mutter, Nicolas Padoy

Purpose: Automated ultrasound image analysis is challenging due to anatomical complexity and limited annotated data. To tackle this, we take a data-centric approach, assembling the largest public ultrasound segmentation …

Segmentation

SAM-I-Am: Semantic Boosting for Zero-shot Atomic-Scale Electron Micrograph Segmentation

2024-04-09 · Waqwoya Abebe, Jan Strube, Luanzheng Guo, Nathan R. Tallent 외

Image segmentation is a critical enabler for tasks ranging from medical diagnostics to autonomous driving. However, the correct segmentation semantics - where are boundaries located? what segments are logically similar? …

Autonomous DrivingImage SegmentationSegmentationSemantic Segmentation

AdaSAM: Boosting Sharpness-Aware Minimization with Adaptive Learning Rate and Momentum for Training Deep Neural Networks

2023-03-01 · Hao Sun, Li Shen, Qihuang Zhong, Liang Ding 외

Sharpness aware minimization (SAM) optimizer has been extensively explored as it can generalize better for training deep neural networks via introducing extra perturbation steps to flatten the landscape of deep learning …