paper-with-me

Papers

Bootstrap Segmentation Foundation Model under Distribution Shift via Object-Centric Learning

2024-08-29 · Luyao Tang, Yuxuan Yuan, Chaoqi Chen, Kunze Huang, Xinghao Ding, Yue Huang

Foundation models have made incredible strides in achieving zero-shot or few-shot generalization, leveraging prompt engineering to mimic the problem-solving approach of human intelligence. However, when it comes to some foundation models like Segment Anything, there is still a challenge in performing well on out-of-distribution data, including camouflaged and medical images. Inconsistent prompting strategies during fine-tuning and testing further compound the issue, leading to decreased performance. Drawing inspiration from how human cognition processes new environments, we introduce SlotSAM, a method that reconstructs features from the encoder in a self-supervised manner to create object-centric representations. These representations are then integrated into the foundation model, bolstering its object-level perceptual capabilities while reducing the impact of distribution-related variables. The beauty of SlotSAM lies in its simplicity and adaptability to various tasks, making it a versatile solution that significantly enhances the generalization abilities of foundation models. Through limited parameter fine-tuning in a bootstrap manner, our approach paves the way for improved generalization in novel environments. The code is available at github.com/lytang63/SlotSAM.

📄 PDF Abstract BibTeX arXiv:2408.16310

Code (1)

lytang63/slotsam 공식 구현

Tasks

Prompt Engineering

Similar Papers 제목 키워드 기반

Better Generalization of White Matter Tract Segmentation to Arbitrary Datasets with Scaled Residual Bootstrap

2023-09-25 · Wan Liu, Chuyang Ye

White matter (WM) tract segmentation is a crucial step for brain connectivity studies. It is performed on diffusion magnetic resonance imaging (dMRI), and deep neural networks (DNNs) have achieved promising segmentation …

Segmentation

Challenges in Deep Learning-Based Small Organ Segmentation: A Benchmarking Perspective for Medical Research with Limited Datasets

2025-09-07 · Phongsakon Mark Konrad, Andrei-Alexandru Popa, Yaser Sabzehmeidani, Liang Zhong 외 arxiv

Accurate segmentation of carotid artery structures in histopathological images is vital for cardiovascular disease research. This study systematically evaluates ten deep learning segmentation models including classical a…

Hyperparameter OptimizationData Augmentation

Improving the Generalization of Segmentation Foundation Model under Distribution Shift via Weakly Supervised Adaptation

2023-12-06 · CVPR 2024 1 · Haojie Zhang, Yongyi Su, Xun Xu, Kui Jia

The success of large language models has inspired the computer vision community to explore image segmentation foundation model that is able to zero/few-shot generalize through prompt engineering. Segment-Anything(SAM), a…

Domain AdaptationImage SegmentationPrompt EngineeringPseudo Label+2

TTT-KD: Test-Time Training for 3D Semantic Segmentation through Knowledge Distillation from Foundation Models

2024-03-18 · Lisa Weijler, Muhammad Jehanzeb Mirza, Leon Sick, Can Ekkazan 외

Test-Time Training (TTT) proposes to adapt a pre-trained network to changing data distributions on-the-fly. In this work, we propose the first TTT method for 3D semantic segmentation, TTT-KD, which models Knowledge Disti…

3D Semantic SegmentationKnowledge DistillationSegmentationSemantic Segmentation

Calibrated and Robust Foundation Models for Vision-Language and Medical Image Tasks Under Distribution Shift

2025-07-12 · Behraj Khan, Tahir Syed

Foundation models like CLIP and SAM have transformed computer vision and medical imaging via low-shot transfer learning. However, deployment of these models hindered by two key challenges: \textit{distribution shift} bet…

BenchmarkingTransfer Learning