paper-with-me

Papers

Efficient Feature Distillation for Zero-shot Annotation Object Detection

2023-03-21 · Zhuoming Liu, Xuefeng Hu, Ram Nevatia

We propose a new setting for detecting unseen objects called Zero-shot Annotation object Detection (ZAD). It expands the zero-shot object detection setting by allowing the novel objects to exist in the training images and restricts the additional information the detector uses to novel category names. Recently, to detect unseen objects, large-scale vision-language models (e.g., CLIP) are leveraged by different methods. The distillation-based methods have good overall performance but suffer from a long training schedule caused by two factors. First, existing work creates distillation regions biased to the base categories, which limits the distillation of novel category information. Second, directly using the raw feature from CLIP for distillation neglects the domain gap between the training data of CLIP and the detection datasets, which makes it difficult to learn the mapping from the image region to the vision-language feature space. To solve these problems, we propose Efficient feature distillation for Zero-shot Annotation object Detection (EZAD). Firstly, EZAD adapts the CLIP's feature space to the target detection domain by re-normalizing CLIP; Secondly, EZAD uses CLIP to generate distillation proposals with potential novel category names to avoid the distillation being overly biased toward the base categories. Finally, EZAD takes advantage of semantic meaning for regression to further improve the model performance. As a result, EZAD outperforms the previous distillation-based methods in COCO by 4% with a much shorter training schedule and achieves a 3% improvement on the LVIS dataset. Our code is available at https://github.com/dragonlzm/EZAD

📄 PDF Abstract BibTeX arXiv:2303.12145

Code (2)

dragonlzm/EZSD 공식 구현 pytorch
dragonlzm/ezad 공식 구현 pytorch

Tasks

Objectobject-detectionObject DetectionZero-Shot Object Detection

Methods 이 논문이 사용한 방법론

BASE 설명 없음
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 제목 키워드 기반

End-to-End Zero-Shot HOI Detection via Vision and Language Knowledge Distillation

2022-04-01 · Mingrui Wu, Jiaxin Gu, Yunhang Shen, Mingbao Lin 외

Most existing Human-Object Interaction~(HOI) Detection methods rely heavily on full annotations with predefined HOI categories, which is limited in diversity and costly to scale further. We aim at advancing zero-shot HOI…

Human-Object Interaction DetectionKnowledge DistillationObjectobject-detection+2

Context-aware Feature Generation for Zero-shot Semantic Segmentation

2020-08-16 · Zhangxuan Gu, Siyuan Zhou, Li Niu, Zihan Zhao 외

Existing semantic segmentation models heavily rely on dense pixel-wise annotations. To reduce the annotation pressure, we focus on a challenging task named zero-shot semantic segmentation, which aims to segment unseen ob…

SegmentationSemantic SegmentationWord EmbeddingsZero Shot Segmentation+1

Exploiting CLIP for Zero-shot HOI Detection Requires Knowledge Distillation at Multiple Levels

2023-09-10 · Bo Wan, Tinne Tuytelaars

In this paper, we investigate the task of zero-shot human-object interaction (HOI) detection, a novel paradigm for identifying HOIs without the need for task-specific annotations. To address this challenging task, we emp…

Human-Object Interaction DetectionKnowledge DistillationLanguage ModelingLanguage Modelling

Contrastive Distillation of Emotion Knowledge from LLMs for Zero-Shot Emotion Recognition

2025-05-23 · Minxue Niu, Emily Mower Provost

The ability to handle various emotion labels without dedicated training is crucial for building adaptable Emotion Recognition (ER) systems. Conventional ER models rely on training using fixed label sets and struggle to g…

DescriptiveEmotion Recognition

Annotation Free Spacecraft Detection and Segmentation using Vision Language Models

2026-02-04 · Samet Hicsonmez, Jose Sosa, Dan Pineau, Inder Pal Singh 외 arxiv

Vision Language Models (VLMs) have demonstrated remarkable performance in open-world zero-shot visual recognition. However, their potential in space-related applications remains largely unexplored. In the space domain, a…