vix.ing · top · new · best · stats

Scaling Object Detection by Transferring Classification Weights

2019/09/15 by Jason Kuen, Kuen, Jason, Federico Perazzi +8 · 3 citations
Computer Science · Mathematics · #Advanced Image and Video Retrieval Techniques #Advanced Neural Network Applications #Artificial intelligence #Artificial neural network #Autoencoder #Code (set theory) #Computer Vision and Pattern Recognition (cs.CV) #Computer science #Domain Adaptation and Few-Shot Learning #FOS: Computer and information sciences #Generalization #Machine Learning (cs.LG) #Mathematics #Normalization (sociology) #Object (grammar) #Pattern recognition (psychology) #Set (abstract data type) #cs.CV #cs.LG

paper · pdf · doi:10.48550/arxiv.1909.06804

published in arXiv (Cornell University) (Cornell University) · ICCV 2019

arxiv created 2019/09/15 · openalex publication_date 2019/09/15 · arxiv updated 2019/09/17 · openalex created_date 2025/10/10 · openalex updated_date 2026/07/28

Abstract

Large scale object detection datasets are constantly increasing their size in terms of the number of classes and annotations count. Yet, the number of object-level categories annotated in detection datasets is an order of magnitude smaller than image-level classification labels. State-of-the art object detection models are trained in a supervised fashion and this limits the number of object classes they can detect. In this paper, we propose a novel weight transfer network (WTN) to effectively and efficiently transfer knowledge from classification network's weights to detection network's weights to allow detection of novel classes without box supervision. We first introduce input and feature normalization schemes to curb the under-fitting during training of a vanilla WTN. We then propose autoencoder-WTN (AE-WTN) which uses reconstruction loss to preserve classification network's information over all classes in the target latent space to ensure generalization to novel classes. Compared to vanilla WTN, AE-WTN obtains absolute performance gains of 6% on two Open Images evaluation sets with 500 seen and 57 novel classes respectively, and 25% on a Visual Genome evaluation set with 200 novel classes. The code is available at https://github.com/xternalz/AE-WTN.

Citations

Related