paper-with-me

Papers

RILOD: Near Real-Time Incremental Learning for Object Detection at the Edge

2019-03-26 · Dawei Li, Serafettin Tasci, Shalini Ghosh, Jingwen Zhu, Junting Zhang, Larry Heck

Object detection models shipped with camera-equipped edge devices cannot cover the objects of interest for every user. Therefore, the incremental learning capability is a critical feature for a robust and personalized object detection system that many applications would rely on. In this paper, we present an efficient yet practical system, RILOD, to incrementally train an existing object detection model such that it can detect new object classes without losing its capability to detect old classes. The key component of RILOD is a novel incremental learning algorithm that trains end-to-end for one-stage deep object detection models only using training data of new object classes. Specifically to avoid catastrophic forgetting, the algorithm distills three types of knowledge from the old model to mimic the old model's behavior on object classification, bounding box regression and feature extraction. In addition, since the training data for the new classes may not be available, a real-time dataset construction pipeline is designed to collect training images on-the-fly and automatically label the images with both category and bounding box annotations. We have implemented RILOD under both edge-cloud and edge-only setups. Experiment results show that the proposed system can learn to detect a new object class in just a few minutes, including both dataset construction and model training. In comparison, traditional fine-tuning based method may take a few hours for training, and in most cases would also need a tedious and costly manual dataset labeling step.

📄 PDF Abstract BibTeX arXiv:1904.00781

Code (0)

등록된 구현이 없습니다.

Tasks

Incremental LearningObjectobject-detectionObject Detection

Similar Papers 제목 키워드 기반

Real-Time Incremental Explanations for Object Detectors

2024-08-21 · Santiago Calderón-Peña, Hana Chockler, David A. Kelly

Existing black box explainability tools for object detectors rely on multiple calls to the model, which prevents them from computing explanations in real time. In this paper we introduce IncX, an algorithm for real-time …

Object

Incremental Real-Time Multibody VSLAM with Trajectory Optimization Using Stereo Camera

2016-08-02 · N. Dinesh Reddy, Iman Abbasnejad, Sheetal Reddy, Amit Kumar Mondal 외

Real time outdoor navigation in highly dynamic environments is an crucial problem. The recent literature on real time static SLAM don't scale up to dynamic outdoor environments. Most of these methods assume moving object…

Motion Segmentation

Tell me what this is: Few-Shot Incremental Object Learning by a Robot

2020-07-15 · Ali Ayub, Alan R. Wagner

For many applications, robots will need to be incrementally trained to recognize the specific objects needed for an application. This paper presents a practical system for incrementally training a robot to recognize diff…

Incremental Learning

An Incremental Non-Linear Manifold Approximation Method

2025-04-12 · Praveen T. W. Hettige, Benjamin W. Ong

Analyzing high-dimensional data presents challenges due to the "curse of dimensionality'', making computations intensive. Dimension reduction techniques, categorized as linear or non-linear, simplify such data. Non-linea…

Dimensionality Reduction

CausalX: Causal Explanations and Block Multilinear Factor Analysis

2021-02-25 · M. Alex O. Vasilescu, Eric Kim, Xiao S. Zeng

By adhering to the dictum, "No causation without manipulation (treatment, intervention)", cause and effect data analysis represents changes in observed data in terms of changes in the causal factors. When causal factors …

Computational EfficiencycounterfactualObjectObject Recognition