paper-with-me

Papers

Revisiting knowledge transfer for training object class detectors

2017-08-21 · CVPR 2018 6 · Jasper Uijlings, Stefan Popov, Vittorio Ferrari

We propose to revisit knowledge transfer for training object detectors on target classes from weakly supervised training images, helped by a set of source classes with bounding-box annotations. We present a unified knowledge transfer framework based on training a single neural network multi-class object detector over all source classes, organized in a semantic hierarchy. This generates proposals with scores at multiple levels in the hierarchy, which we use to explore knowledge transfer over a broad range of generality, ranging from class-specific (bicycle to motorbike) to class-generic (objectness to any class). Experiments on the 200 object classes in the ILSVRC 2013 detection dataset show that our technique: (1) leads to much better performance on the target classes (70.3% CorLoc, 36.9% mAP) than a weakly supervised baseline which uses manually engineered objectness [11] (50.5% CorLoc, 25.4% mAP). (2) delivers target object detectors reaching 80% of the mAP of their fully supervised counterparts. (3) outperforms the best reported transfer learning results on this dataset (+41% CorLoc and +3% mAP over [18, 46], +16.2% mAP over [32]). Moreover, we also carry out several across-dataset knowledge transfer experiments [27, 24, 35] and find that (4) our technique outperforms the weakly supervised baseline in all dataset pairs by 1.5x-1.9x, establishing its general applicability.

📄 PDF Abstract BibTeX arXiv:1708.06128

Code (0)

등록된 구현이 없습니다.

Tasks

ObjectTransfer Learning

Similar Papers 제목 키워드 기반

Revisiting Class-Incremental Learning with Pre-Trained Models: Generalizability and Adaptivity are All You Need

2023-03-13 · Da-Wei Zhou, Zi-Wen Cai, Han-Jia Ye, De-Chuan Zhan 외

Class-incremental learning (CIL) aims to adapt to emerging new classes without forgetting old ones. Traditional CIL models are trained from scratch to continually acquire knowledge as data evolves. Recently, pre-training…

Allclass-incremental learningClass Incremental LearningIncremental Learning+1

Revisiting Mid-Level Patterns for Cross-Domain Few-Shot Recognition

2020-08-07 · Yixiong Zou, Shanghang Zhang, JianPeng Yu, Yonghong Tian 외

Existing few-shot learning (FSL) methods usually assume base classes and novel classes are from the same domain (in-domain setting). However, in practice, it may be infeasible to collect sufficient training samples for s…

Cross-Domain Few-Shotcross-domain few-shot learningFew-Shot Learning

Revisiting MLLMs: An In-Depth Analysis of Image Classification Abilities

2024-12-21 · Huan Liu, Lingyu Xiao, JiangJiang Liu, Xiaofan Li 외

With the rapid advancement of Multimodal Large Language Models (MLLMs), a variety of benchmarks have been introduced to evaluate their capabilities. While most evaluations have focused on complex tasks such as scientific…

AttributeClassificationGeneral Classificationimage-classification+3

Partial Is Better Than All: Revisiting Fine-tuning Strategy for Few-shot Learning

2021-02-08 · Zhiqiang Shen, Zechun Liu, Jie Qin, Marios Savvides 외

The goal of few-shot learning is to learn a classifier that can recognize unseen classes from limited support data with labels. A common practice for this task is to train a model on the base set first and then transfer …

AllFew-Shot LearningMeta-Learning

Revisiting Classifier: Transferring Vision-Language Models for Video Recognition

2022-07-04 · Wenhao Wu, Zhun Sun, Wanli Ouyang

Transferring knowledge from task-agnostic pre-trained deep models for downstream tasks is an important topic in computer vision research. Along with the growth of computational capacity, we now have open-source vision-la…

Action ClassificationAction RecognitionClassificationLanguage Modelling+3