jindongwang / transferlearning

Transfer learning / domain adaptation / domain generalization / multi-task learning etc. Papers, codes, datasets, applications, tutorials.-迁移学习
http://transferlearning.xyz/
MIT License
13.24k stars 3.8k forks source link

Our new test-time adaptation algorithm for segmentation #423

Closed lwpyh closed 8 months ago

lwpyh commented 8 months ago

Hi jindong,

Thank you for your great collection of transfer learning papers and tutorials. Our new AAAI 24 paper "Relax Image-Specific Prompt Requirement in SAM: A Single Generic Prompt for Segmenting Camouflaged Objects" has just released. It utilizes a training-free test-time adaptation approach to relax the instance-specific prompts requirment in SAM. Here is our project page: https://lwpyh.github.io/GenSAM/, and here is our paper page: https://arxiv.org/abs/2312.07374. Could you please consider add our paper in the list?

Best,

jindongwang commented 8 months ago

@lwpyh Thanks for the suggestion! Indeed, I suggest you make a PR of my repo to include your papers. If you don't know how to do it, then I can do it for you.

lwpyh commented 8 months ago

@lwpyh Thanks for the suggestion! Indeed, I suggest you make a PR of my repo to include your papers. If you don't know how to do it, then I can do it for you.

Thank you, I have made a PR.

jindongwang commented 8 months ago

Thank you for your contribution.