paper-with-me

Papers

TextureSAM: Towards a Texture Aware Foundation Model for Segmentation

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

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 introduce a bias toward object shape rather than texture cues in the image. This limitation is critical in domains such as medical imaging, material classification, and remote sensing, where texture changes define object boundaries. In this study, we investigate SAM's bias toward semantics over textures and introduce a new texture-aware foundation model, TextureSAM, which performs superior segmentation in texture-dominant scenarios. To achieve this, we employ a novel fine-tuning approach that incorporates texture augmentation techniques, incrementally modifying training images to emphasize texture features. By leveraging a novel texture-alternation of the ADE20K dataset, we guide TextureSAM to prioritize texture-defined regions, thereby mitigating the inherent shape bias present in the original SAM model. Our extensive experiments demonstrate that TextureSAM significantly outperforms SAM-2 on both natural (+0.2 mIoU) and synthetic (+0.18 mIoU) texture-based segmentation datasets. The code and texture-augmented dataset will be publicly available.

📄 PDF Abstract BibTeX arXiv:2505.16540

Code (0)

등록된 구현이 없습니다.

Tasks

Material ClassificationObjectSegmentationSemantic Segmentation

Methods 이 논문이 사용한 방법론

SAM 설명 없음

Similar Papers 제목 키워드 기반

Boundary-by-Mask: Few-Shot Instance Segmentation with Mask-Conditioned Boundary Learning for Texture-Poor Industrial Parts

2026-06-19 · Yutaka Yoshinaga, Naoya Chiba, Koichi Hashimoto arxiv

Recent advances in large pre-trained models have led to remarkable progress in instance segmentation on general images. However, industrial scenarios remain challenging. Instance definitions are often application-specifi…

Few-shot Instance Segmentation

Texture-Aware Superpixel Segmentation

2019-01-30 · Remi Giraud, Vinh-Thong Ta, Nicolas Papadakis, Yannick Berthoumieu

Most superpixel algorithms compute a trade-off between spatial and color features at the pixel level. Hence, they may need fine parameter tuning to balance the two measures, and highly fail to group pixels with similar l…

SegmentationSuperpixels

TSAR-MVS: Textureless-aware Segmentation and Correlative Refinement Guided Multi-View Stereo

2023-08-19 · Zhenlong Yuan, Jiakai Cao, Zhaoqi Wang, Zhaoxin Li

The reconstruction of textureless areas has long been a challenging problem in MVS due to lack of reliable pixel correspondences between images. In this paper, we propose the Textureless-aware Segmentation And Correlativ…

3D ReconstructionDepth CompletionEdge DetectionLine Detection+2

TEFormer: Texture-Aware and Edge-Guided Transformer for Semantic Segmentation of Urban Remote Sensing Images

2025-08-08 · Guoyu Zhou, Jing Zhang, Yi Yan, Hui Zhang 외 arxiv

Accurate semantic segmentation of urban remote sensing images (URSIs) is essential for urban planning and environmental monitoring. However, it remains challenging due to the subtle texture differences and similar spatia…

Semantic Segmentation

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…