paper-with-me

홈 › Papers

Understanding Segment Anything Model: SAM is Biased Towards Texture Rather than Shape

2023-06-03 · Chaoning Zhang, Yu Qiao, Shehbaz Tariq, Sheng Zheng, Chenshuang Zhang, Chenghao Li, Hyundong Shin, Choong Seon Hong

In contrast to the human vision that mainly depends on the shape for recognizing the objects, deep image recognition models are widely known to be biased toward texture. Recently, Meta research team has released the first foundation model for image segmentation, termed segment anything model (SAM), which has attracted significant attention. In this work, we understand SAM from the perspective of texture \textit{v.s.} shape. Different from label-oriented recognition tasks, the SAM is trained to predict a mask for covering the object shape based on a promt. With this said, it seems self-evident that the SAM is biased towards shape. In this work, however, we reveal an interesting finding: the SAM is strongly biased towards texture-like dense features rather than shape. This intriguing finding is supported by a novel setup where we disentangle texture and shape cues and design texture-shape cue conflict for mask prediction.

📄 PDF Abstract BibTeX arXiv:2311.11465

Code (0)

등록된 구현이 없습니다.

Tasks

Image SegmentationSemantic Segmentation

Methods 이 논문이 사용한 방법론

SAM 설명 없음

Similar Papers 제목 키워드 기반

Segment Anything with Robust Uncertainty-Accuracy Correlation

2026-05-11 · Hongyou Zhou, Marc Toussaint, Ling Shao, Zihan Ye arxiv

Despite strong zero-shot performance, SAM is unreliable under domain shift due to Mask-level Confidence Confusion (MCC), where a single IoU-based mask score fails to reflect pixel-wise reliability near boundaries. Motiva…

TextureSAM: Towards a Texture Aware Foundation Model for Segmentation

2025-05-22 · Inbal Cohen, Boaz Meivar, Peihan Tu, Shai Avidan 외

Segment Anything Models (SAM) have achieved remarkable success in object segmentation tasks across diverse datasets. However, these models are predominantly trained on large-scale semantic segmentation datasets, which in…

Material ClassificationObjectSegmentationSemantic Segmentation

Robustness of SAM: Segment Anything Under Corruptions and Beyond

2023-06-13 · Yu Qiao, Chaoning Zhang, Taegoo Kang, Donghun Kim 외

Segment anything model (SAM), as the name suggests, is claimed to be capable of cutting out any object and demonstrates impressive zero-shot transfer performance with the guidance of prompts. However, there is currently …

Style Transfer

Where Does Texture Evidence Live in SAM? Features, Proposal Masks, and Texture Segmentation

2026-06-07 · Nadav Orenstein, Aviad Cohen Zada, Shai Avidan, Gal Oren arxiv

Texture segmentation stresses foundation segmentation because meaningful regions are defined by material or repeated appearance rather than object identity. Segment Anything Models (SAMs) often fail by default on such te…

Deshadow-Anything: When Segment Anything Model Meets Zero-shot shadow removal

2023-09-21 · Xiao Feng Zhang, Tian Yi Song, Jia Wei Yao

Segment Anything (SAM), an advanced universal image segmentation model trained on an expansive visual dataset, has set a new benchmark in image segmentation and computer vision. However, it faced challenges when it came …

Image RestorationImage SegmentationImage Shadow RemovalSegmentation+2