paper-with-me

Papers

F-VLM: Open-Vocabulary Object Detection upon Frozen Vision and Language Models

2022-09-30 · Weicheng Kuo, Yin Cui, Xiuye Gu, AJ Piergiovanni, Anelia Angelova

We present F-VLM, a simple open-vocabulary object detection method built upon Frozen Vision and Language Models. F-VLM simplifies the current multi-stage training pipeline by eliminating the need for knowledge distillation or detection-tailored pretraining. Surprisingly, we observe that a frozen VLM: 1) retains the locality-sensitive features necessary for detection, and 2) is a strong region classifier. We finetune only the detector head and combine the detector and VLM outputs for each region at inference time. F-VLM shows compelling scaling behavior and achieves +6.5 mask AP improvement over the previous state of the art on novel categories of LVIS open-vocabulary detection benchmark. In addition, we demonstrate very competitive results on COCO open-vocabulary detection benchmark and cross-dataset transfer detection, in addition to significant training speed-up and compute savings. Code will be released at the https://sites.google.com/view/f-vlm/home

📄 PDF Abstract BibTeX arXiv:2209.15639

Code (1)

google-research/google-research/tree/master/fvlm 공식 구현 jax

Tasks

Knowledge Distillationobject-detectionObject DetectionOpen-vocabulary object detectionOpen Vocabulary Object Detection

Methods 이 논문이 사용한 방법론

Knowledge Distillation A very simple way to improve the performance of almost any machine learning algorithm is to train many different models on the same data and then to average their predictions.…

Similar Papers 제목 키워드 기반

Multi-modal Queried Object Detection in the Wild

2023-05-30 · NeurIPS 2023 11 · Yifan Xu, Mengdan Zhang, Chaoyou Fu, Peixian Chen 외

We introduce MQ-Det, an efficient architecture and pre-training strategy design to utilize both textual description with open-set generalization and visual exemplars with rich description granularity as category queries,…

Few-Shot Object DetectionObjectobject-detectionObject Detection+1

UniVCD: A New Method for Unsupervised Change Detection in the Open-Vocabulary Era

2025-12-15 · Ziqiang Zhu, Bowei Yang arxiv

Change detection (CD) identifies scene changes from multi-temporal observations and is widely used in urban development and environmental monitoring. Most existing CD methods rely on supervised learning, making performan…

Change Detection

Contrastive Feature Masking Open-Vocabulary Vision Transformer

2023-09-02 · ICCV 2023 1 · Dahun Kim, Anelia Angelova, Weicheng Kuo

We present Contrastive Feature Masking Vision Transformer (CFM-ViT) - an image-text pretraining methodology that achieves simultaneous learning of image- and region-level representation for open-vocabulary object detecti…

Contrastive LearningImage-text Retrievalobject-detectionObject Detection+4

Modulating CNN Features with Pre-Trained ViT Representations for Open-Vocabulary Object Detection

2025-01-28 · Xiangyu Gao, Yu Dai, Benliu Qiu, Hongliang Li

Owing to large-scale image-text contrastive training, pre-trained vision language model (VLM) like CLIP shows superior open-vocabulary recognition ability. Most existing open-vocabulary object detectors attempt to utiliz…

object-detectionObject DetectionOpen-vocabulary object detectionOpen Vocabulary Object Detection

Instance Brownian Bridge as Texts for Open-vocabulary Video Instance Segmentation

2024-01-18 · Zesen Cheng, Kehan Li, Hao Li, Peng Jin 외

Temporally locating objects with arbitrary class texts is the primary pursuit of open-vocabulary Video Instance Segmentation (VIS). Because of the insufficient vocabulary of video data, previous methods leverage image-te…

Instance SegmentationSemantic SegmentationVideo Instance Segmentation