English
Related papers

Related papers: Towards a category-extended object detector with l…

200 papers

Multi-label image classification allows predicting a set of labels from a given image. Unlike multiclass classification, where only one label per image is assigned, such a setup is applicable for a broader range of applications. In this…

Computer Vision and Pattern Recognition · Computer Science 2022-12-21 Kirill Prokofiev , Vladislav Sovrasov

Despite their success for object detection, convolutional neural networks are ill-equipped for incremental learning, i.e., adapting the original model trained on a set of classes to additionally detect objects of new classes, in the absence…

Computer Vision and Pattern Recognition · Computer Science 2017-08-24 Konstantin Shmelkov , Cordelia Schmid , Karteek Alahari

Object detection aims to identify instances of semantic objects of a certain class in images or videos. The success of state-of-the-art approaches is attributed to the significant progress of object proposal and convolutional neural…

Computer Vision and Pattern Recognition · Computer Science 2017-03-02 Feng Gao , Yihang Lou , Yan Bai , Shiqi Wang , Tiejun Huang , Ling-Yu Duan

Cross domain object detection learns an object detector for an unlabeled target domain by transferring knowledge from an annotated source domain. Promising results have been achieved via Mean Teacher, however, pseudo labeling which is the…

Computer Vision and Pattern Recognition · Computer Science 2024-07-11 Jiangming Chen , Li Liu , Wanxia Deng , Zhen Liu , Yu Liu , Yingmei Wei , Yongxiang Liu

Supervised 3D Object Detection models have been displaying increasingly better performance in single-domain cases where the training data comes from the same environment and sensor as the testing data. However, in real-world scenarios data…

Computer Vision and Pattern Recognition · Computer Science 2023-08-03 Louis Soum-Fontez , Jean-Emmanuel Deschaud , François Goulette

We introduce and tackle the problem of zero-shot object detection (ZSD), which aims to detect object classes which are not observed during training. We work with a challenging set of object classes, not restricting ourselves to similar…

Computer Vision and Pattern Recognition · Computer Science 2018-07-30 Ankan Bansal , Karan Sikka , Gaurav Sharma , Rama Chellappa , Ajay Divakaran

Service robots are expected to operate effectively in human-centric environments for long periods of time. In such realistic scenarios, fine-grained object categorization is as important as basic-level object categorization. We tackle this…

Computer Vision and Pattern Recognition · Computer Science 2019-07-31 S. Hamidreza Kasaei

The highest accuracy object detectors to date are based on a two-stage approach popularized by R-CNN, where a classifier is applied to a sparse set of candidate object locations. In contrast, one-stage detectors that are applied over a…

Computer Vision and Pattern Recognition · Computer Science 2018-02-08 Tsung-Yi Lin , Priya Goyal , Ross Girshick , Kaiming He , Piotr Dollár

A common practice in transfer learning is to initialize the downstream model weights by pre-training on a data-abundant upstream task. In object detection specifically, the feature backbone is typically initialized with Imagenet classifier…

Computer Vision and Pattern Recognition · Computer Science 2022-06-28 Cristina Vasconcelos , Vighnesh Birodkar , Vincent Dumoulin

Predictive uncertainty-a model's self awareness regarding its accuracy on an input-is key for both building robust models via training interventions and for test-time applications such as selective classification. We propose a novel…

Machine Learning · Computer Science 2024-01-04 Nishant Jain , Karthikeyan Shanmugam , Pradeep Shenoy

Detecting objects occupying only small areas in an image is difficult, even for humans. Therefore, annotating small-size object instances is hard and thus costly. This study questions common sense by asking the following: is annotating…

Computer Vision and Pattern Recognition · Computer Science 2024-12-10 Yusuke Hosoya , Masanori Suganuma , Takayuki Okatani

Training image-based object detectors presents formidable challenges, as it entails not only the complexities of object detection but also the added intricacies of precisely localizing objects within potentially diverse and noisy…

Computer Vision and Pattern Recognition · Computer Science 2024-02-22 Chandan Kumar , Jansel Herrera-Gerena , John Just , Matthew Darr , Ali Jannesari

We propose a hybrid framework for consistently producing high-quality object tracks by combining an automated object tracker with little human input. The key idea is to tailor a module for each dataset to intelligently decide when an object…

Computer Vision and Pattern Recognition · Computer Science 2024-05-07 Samreen Anjum , Suyog Jain , Danna Gurari

Existing object detectors often struggle to generalize across domains while adapting to emerging novel categories. Adaptive open-set object detection (AOOD) addresses this challenge by training on base categories in the source domain and…

Computer Vision and Pattern Recognition · Computer Science 2026-04-14 Yuqi Ji , Junjie Ke , Lihuo He , Lizhi Wang , Xinbo Gao

State-of-the-art learning based boundary detection methods require extensive training data. Since labelling object boundaries is one of the most expensive types of annotations, there is a need to relax the requirement to carefully annotate…

Computer Vision and Pattern Recognition · Computer Science 2015-11-25 Anna Khoreva , Rodrigo Benenson , Mohamed Omran , Matthias Hein , Bernt Schiele

Universal lesion detection has great value for clinical practice as it aims to detect various types of lesions in multiple organs on medical images. Deep learning methods have shown promising results, but demanding large volumes of…

Computer Vision and Pattern Recognition · Computer Science 2023-09-26 Xiaoyu Bai , Benteng Ma , Changyang Li , Yong Xia

We present ObjectBox, a novel single-stage anchor-free and highly generalizable object detection approach. As opposed to both existing anchor-based and anchor-free detectors, which are more biased toward specific object scales in their…

Computer Vision and Pattern Recognition · Computer Science 2022-07-15 Mohsen Zand , Ali Etemad , Michael Greenspan

Object detection methods trained on a fixed set of known classes struggle to detect objects of unknown classes in the open-world setting. Current fixes involve adding approximate supervision with pseudo-labels corresponding to candidate…

Computer Vision and Pattern Recognition · Computer Science 2024-10-11 Mısra Yavuz , Fatma Güney

Gathering training data is a key step of any supervised learning task, and it is both critical and expensive. Critical, because the quantity and quality of the training data has a high impact on the performance of the learned function.…

Data Structures and Algorithms · Computer Science 2021-10-28 Quentin Lutz , Élie de Panafieu , Alex Scott , Maya Stein

Open-world continual learning (OWCL) adapts to sequential tasks with open samples, learning knowledge incrementally while preventing forgetting. However, existing OWCL still requires a large amount of labeled data for training, which is…

Machine Learning · Computer Science 2025-07-29 Yujie Li , Xiangkun Wang , Xin Yang , Marcello Bonsangue , Junbo Zhang , Tianrui Li