paper-with-me

Papers

Towards a category-extended object detector with limited data

2020-12-28 · Bowen Zhao, Chen Chen, Xi Xiao, Shutao Xia

Object detectors are typically learned on fully-annotated training data with fixed predefined categories. However, categories are often required to be increased progressively. Usually, only the original training set annotated with old classes and some new training data labeled with new classes are available in such scenarios. Based on the limited datasets, a unified detector that can handle all categories is strongly needed. We propose a practical scheme to achieve it in this work. A conflict-free loss is designed to avoid label ambiguity, leading to an acceptable detector in one training round. To further improve performance, we propose a retraining phase in which Monte Carlo Dropout is employed to calculate the localization confidence to mine more accurate bounding boxes, and an overlap-weighted method is proposed for making better use of pseudo annotations during retraining. Extensive experiments demonstrate the effectiveness of our method.

📄 PDF Abstract BibTeX arXiv:2012.14115

Code (0)

등록된 구현이 없습니다.

Tasks

Object

Methods 이 논문이 사용한 방법론

Monte Carlo Dropout 설명 없음
Dropout Dropout is a regularization technique for neural networks that drops a unit (along with connections) at training time with a specified probability $p$ (a common value is…

Similar Papers 제목 키워드 기반

Orchestrating the Symphony of Prompt Distribution Learning for Human-Object Interaction Detection

2024-12-11 · Mingda Jia, Liming Zhao, Ge Li, Yun Zheng

Human-object interaction (HOI) detectors with popular query-transformer architecture have achieved promising performance. However, accurately identifying uncommon visual patterns and distinguishing between ambiguous HOIs…

Human-Object Interaction Detection

Exemplar-based Linear Discriminant Analysis for Robust Object Tracking

2014-02-24 · Changxin Gao, Feifei Chen, Jin-Gang Yu, Rui Huang 외

Tracking-by-detection has become an attractive tracking technique, which treats tracking as a category detection problem. However, the task in tracking is to search for a specific object, rather than an object category a…

ObjectObject Tracking

Analysing object detectors from the perspective of co-occurring object categories

2018-09-21 · Csaba Nemes, Sandor Jordan

The accuracy of state-of-the-art Faster R-CNN and YOLO object detectors are evaluated and compared on a special masked MS COCO dataset to measure how much their predictions rely on contextual information encoded at objec…

Object

Detecting Everything in the Open World: Towards Universal Object Detection

2023-03-21 · CVPR 2023 1 · Zhenyu Wang, YaLi Li, Xi Chen, Ser-Nam Lim 외

In this paper, we formally address universal object detection, which aims to detect every scene and predict every category. The dependence on human annotations, the limited visual information, and the novel categories in…

object-detectionObject DetectionOpen World Object DetectionZero-shot Generalization

Learning to Track Any Object

2019-10-25 · Achal Dave, Pavel Tokmakov, Cordelia Schmid, Deva Ramanan

Object tracking can be formulated as "finding the right object in a video". We observe that recent approaches for class-agnostic tracking tend to focus on the "finding" part, but largely overlook the "object" part of the…

Instance SegmentationObjectObject TrackingSemantic Segmentation+3