paper-with-me

Papers

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 utilize the pre-trained VLM to attain generative representation. F-ViT uses the pre-trained visual encoder as the backbone network and freezes it during training. However, the frozen backbone doesn't benefit from the labeled data to strengthen the representation. Therefore, we propose a novel two-branch backbone network design, named as ViT-Feature-Modulated Multi-Scale Convolutional network (VMCNet). VMCNet consists of a trainable convolutional branch, a frozen pre-trained ViT branch and a feature modulation module. The trainable CNN branch could be optimized with labeled data while the frozen pre-trained ViT branch could keep the representation ability derived from large-scale pre-training. Then, the proposed feature modulation module could modulate the multi-scale CNN features with the representations from ViT branch. With the proposed mixed structure, detector is more likely to discover novel categories. Evaluated on two popular benchmarks, our method boosts the detection performance on novel category and outperforms the baseline. On OV-COCO, the proposed method achieves 44.3 AP$_{50}^{\mathrm{novel}}$ with ViT-B/16 and 48.5 AP$_{50}^{\mathrm{novel}}$ with ViT-L/14. On OV-LVIS, VMCNet with ViT-B/16 and ViT-L/14 reaches 27.8 and 38.4 mAP$_{r}$.

📄 PDF Abstract BibTeX arXiv:2501.16981

Code (0)

등록된 구현이 없습니다.

Tasks

object-detectionObject DetectionOpen-vocabulary object detectionOpen Vocabulary Object Detection

Methods 이 논문이 사용한 방법론

CLIP Contrastive Language-Image Pre-training (CLIP), consisting of a simplified version of ConVIRT trained from scratch, is an efficient method of image representation learning…

Similar Papers 제목 키워드 기반

XMask3D: Cross-modal Mask Reasoning for Open Vocabulary 3D Semantic Segmentation

2024-11-20 · Ziyi Wang, Yanbo Wang, Xumin Yu, Jie zhou 외

Existing methodologies in open vocabulary 3D semantic segmentation primarily concentrate on establishing a unified feature space encompassing 3D, 2D, and textual modalities. Nevertheless, traditional techniques such as g…

3D geometry3D Semantic SegmentationDenoisingOpen Vocabulary Semantic Segmentation+3

OV-Stitcher: A Global Context-Aware Framework for Training-Free Open-Vocabulary Semantic Segmentation

2026-04-09 · Seungjae Moon, Seunghyun Oh, Youngmin Ro arxiv

Training-free open-vocabulary semantic segmentation(TF-OVSS) has recently attracted attention for its ability to perform dense prediction by leveraging the pretrained knowledge of large vision and vision-language models,…

Semantic Segmentation

Leveraging Open-Vocabulary Diffusion to Camouflaged Instance Segmentation

2023-12-29 · Tuan-Anh Vu, Duc Thanh Nguyen, Qing Guo, Binh-Son Hua 외

Text-to-image diffusion techniques have shown exceptional capability of producing high-quality images from text descriptions. This indicates that there exists a strong correlation between the visual and textual domains. …

Instance SegmentationSegmentationSemantic Segmentation

FreeSeg-Diff: Training-Free Open-Vocabulary Segmentation with Diffusion Models

2024-03-29 · Barbara Toniella Corradini, Mustafa Shukor, Paul Couairon, Guillaume Couairon 외

Foundation models have exhibited unprecedented capabilities in tackling many domains and tasks. Models such as CLIP are currently widely used to bridge cross-modal representations, and text-to-image diffusion models are …

Image GenerationImage SegmentationSegmentationSemantic Segmentation+1

Open-Vocabulary Temporal Action Detection with Off-the-Shelf Image-Text Features

2022-12-20 · Vivek Rathod, Bryan Seybold, Sudheendra Vijayanarasimhan, Austin Myers 외

Detecting actions in untrimmed videos should not be limited to a small, closed set of classes. We present a simple, yet effective strategy for open-vocabulary temporal action detection utilizing pretrained image-text co-…

Action DetectionOptical Flow Estimation