Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ucas-vg/Sambor

Sambor: Boosting Segment Anything Model Towards Open-Vocabulary Learning
https://github.com/ucas-vg/Sambor

object-detection open-vocabulary segment-anything vision-language

Last synced: 2 months ago
JSON representation

Sambor: Boosting Segment Anything Model Towards Open-Vocabulary Learning

Awesome Lists containing this project

README

        

# Sambor

> **[Boosting Segment Anything Model Towards Open-Vocabulary Learning](https://arxiv.org/abs/2312.03628)**

> Xumeng Han, Longhui Wei, Xuehui Yu, Zhiyang Dou, Xin He, Kuiran Wang, Zhenjun Han, Qi Tian

## Method
![method](imgs/overview.png)
**Overall architecture of Sambor. (Left)** We construct a SideFormer to extract features from SAM and inject CLIP visual features to enhance semantic understanding. Building upon a two-stage detector, we devise an Open-set RPN that augments the vanilla RPN with open-set proposals generated by SAM. The language branch of CLIP encodes concepts in parallel, thereby empowering the detector with open-vocabulary recognition. **(Right)** The specific implementations of the extractor and injector in SideFormer.