paper-with-me

홈 › Papers

On the Texture Bias for Few-Shot CNN Segmentation

2020-03-09 · Reza Azad, Abdur R Fayjie, Claude Kauffman, Ismail Ben Ayed, Marco Pedersoli, Jose Dolz

Despite the initial belief that Convolutional Neural Networks (CNNs) are driven by shapes to perform visual recognition tasks, recent evidence suggests that texture bias in CNNs provides higher performing models when learning on large labeled training datasets. This contrasts with the perceptual bias in the human visual cortex, which has a stronger preference towards shape components. Perceptual differences may explain why CNNs achieve human-level performance when large labeled datasets are available, but their performance significantly degrades in lowlabeled data scenarios, such as few-shot semantic segmentation. To remove the texture bias in the context of few-shot learning, we propose a novel architecture that integrates a set of Difference of Gaussians (DoG) to attenuate high-frequency local components in the feature space. This produces a set of modified feature maps, whose high-frequency components are diminished at different standard deviation values of the Gaussian distribution in the spatial domain. As this results in multiple feature maps for a single image, we employ a bi-directional convolutional long-short-term-memory to efficiently merge the multi scale-space representations. We perform extensive experiments on three well-known few-shot segmentation benchmarks -- Pascal i5, COCO-20i and FSS-1000 -- and demonstrate that our method outperforms state-of-the-art approaches in two datasets under the same conditions. The code is available at: https://github.com/rezazad68/fewshot-segmentation

📄 PDF Abstract BibTeX arXiv:2003.04052

Code (1)

rezazad68/fewshot-segmentation 공식 구현 tf

Tasks

Few-Shot LearningFew-Shot Semantic SegmentationSegmentationSemantic Segmentation

Similar Papers 제목 키워드 기반

VessShape: Few-shot 2D blood vessel segmentation by leveraging shape priors from synthetic images

2025-10-31 · Cesar H. Comin, Wesley N. Galvão arxiv

Semantic segmentation of blood vessels is an important task in medical image analysis, but its progress is often hindered by the scarcity of large annotated datasets and the poor generalization of models across different…

Semantic Segmentation

GANORCON: Are Generative Models Useful for Few-shot Segmentation?

2021-12-01 · CVPR 2022 1 · Oindrila Saha, Zezhou Cheng, Subhransu Maji

Advances in generative modeling based on GANs has motivated the community to find their use beyond image generation and editing tasks. In particular, several recent works have shown that GAN representations can be re-pur…

Contrastive LearningImage GenerationSelf-Supervised Learning

Texture Bias Of CNNs Limits Few-Shot Classification Performance

2019-10-18 · Sam Ringer, Will Williams, Tom Ash, Remi Francis 외

Accurate image classification given small amounts of labelled data (few-shot classification) remains an open problem in computer vision. In this work we examine how the known texture bias of Convolutional Neural Networks…

ClassificationFew-Shot LearningGeneral Classificationimage-classification+1

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

MeshSegmenter: Zero-Shot Mesh Semantic Segmentation via Texture Synthesis

2024-07-18 · Ziming Zhong, Yanxu Xu, Jing Li, Jiale Xu 외

We present MeshSegmenter, a simple yet effective framework designed for zero-shot 3D semantic segmentation. This model successfully extends the powerful capabilities of 2D segmentation models to 3D meshes, delivering acc…

3D Semantic SegmentationSegmentationSemantic SegmentationTexture Synthesis+1