paper-with-me

홈 › Papers

Visual and Semantic Knowledge Transfer for Large Scale Semi-supervised Object Detection

2018-01-09 · Yu-Xing Tang, Josiah Wang, Xiaofang Wang, Boyang Gao, Emmanuel Dellandrea, Robert Gaizauskas, Liming Chen

Deep CNN-based object detection systems have achieved remarkable success on several large-scale object detection benchmarks. However, training such detectors requires a large number of labeled bounding boxes, which are more difficult to obtain than image-level annotations. Previous work addresses this issue by transforming image-level classifiers into object detectors. This is done by modeling the differences between the two on categories with both image-level and bounding box annotations, and transferring this information to convert classifiers to detectors for categories without bounding box annotations. We improve this previous work by incorporating knowledge about object similarities from visual and semantic domains during the transfer process. The intuition behind our proposed method is that visually and semantically similar categories should exhibit more common transferable properties than dissimilar categories, e.g. a better detector would result by transforming the differences between a dog classifier and a dog detector onto the cat class, than would by transforming from the violin class. Experimental results on the challenging ILSVRC2013 detection dataset demonstrate that each of our proposed object similarity based knowledge transfer methods outperforms the baseline methods. We found strong evidence that visual similarity and semantic relatedness are complementary for the task, and when combined notably improve detection, achieving state-of-the-art detection performance in a semi-supervised setting.

📄 PDF Abstract BibTeX arXiv:1801.03145

Code (0)

등록된 구현이 없습니다.

Tasks

Objectobject-detectionObject DetectionSemi-Supervised Object DetectionTransfer Learning

Similar Papers 제목 키워드 기반

Connecting Giants: Synergistic Knowledge Transfer of Large Multimodal Models for Few-Shot Learning

2025-10-13 · Hao Tang, Shengfeng He, Jing Qin arxiv

Few-shot learning (FSL) addresses the challenge of classifying novel classes with limited training samples. While some methods leverage semantic knowledge from smaller-scale models to mitigate data scarcity, these approa…

Few-Shot Learning

Large Scale Semi-Supervised Object Detection Using Visual and Semantic Knowledge Transfer

2016-06-01 · CVPR 2016 6 · Yu-Xing Tang, Josiah Wang, Boyang Gao, Emmanuel Dellandrea 외

Deep CNN-based object detection systems have achieved remarkable success on several large-scale object detection benchmarks. However, training such detectors requires a large number of labeled bounding boxes, which are m…

Objectobject-detectionObject DetectionSemi-Supervised Object Detection+1

From Visual Prompt Learning to Zero-Shot Transfer: Mapping Is All You Need

2023-03-09 · Ziqing Yang, Zeyang Sha, Michael Backes, Yang Zhang

Visual prompt learning, as a newly emerged technique, leverages the knowledge learned by a large-scale pre-trained model and adapts it to downstream tasks through the usage of prompts. While previous research has focused…

AllPrompt Learning

Large Language Model Teaches Visual Students: Cross-Modality Transfer of Fine-Grained Conceptual Knowledge

2026-06-25 · Thomas Shih-Chao Liang, Zhuoran Yu, Yong Jae Lee arxiv

Large Language Models (LLMs) possess broad conceptual knowledge acquired through large-scale text pretraining, yet their potential to supervise models in other modalities remains underexplored. In this work, we propose L…

Knowledge Distillation

SgVA-CLIP: Semantic-guided Visual Adapting of Vision-Language Models for Few-shot Image Classification

2022-11-28 · Fang Peng, Xiaoshan Yang, Linhui Xiao, YaoWei Wang 외

Although significant progress has been made in few-shot learning, most of existing few-shot image classification methods require supervised pre-training on a large amount of samples of base classes, which limits their ge…

Few-Shot Image ClassificationFew-Shot Learningimage-classificationImage Classification+2