-
Internet Appendix for "Sequential Bargaining Based Incentive Mechanism for Collaborative Internet Access"
Authors:
Kübra Uludağ,
Sinan Emre Taşçi,
Ömer Korçak
Abstract:
This document is an Internet Appendix of paper entitled "Sequential Bargaining Based Incentive Mechanism for Collaborative Internet Access". It includes information about LTE signal metrics, results of idle state experiments, and linear regression assumptions of the models presented in the related paper.
This document is an Internet Appendix of paper entitled "Sequential Bargaining Based Incentive Mechanism for Collaborative Internet Access". It includes information about LTE signal metrics, results of idle state experiments, and linear regression assumptions of the models presented in the related paper.
△ Less
Submitted 4 September, 2019;
originally announced September 2019.
-
RILOD: Near Real-Time Incremental Learning for Object Detection at the Edge
Authors:
Dawei Li,
Serafettin Tasci,
Shalini Ghosh,
Jingwen Zhu,
Junting Zhang,
Larry Heck
Abstract:
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…
▽ More
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.
△ Less
Submitted 23 September, 2019; v1 submitted 26 March, 2019;
originally announced April 2019.
-
Class-incremental Learning via Deep Model Consolidation
Authors:
Junting Zhang,
Jie Zhang,
Shalini Ghosh,
Dawei Li,
Serafettin Tasci,
Larry Heck,
Heming Zhang,
C. -C. Jay Kuo
Abstract:
Deep neural networks (DNNs) often suffer from "catastrophic forgetting" during incremental learning (IL) --- an abrupt degradation of performance on the original set of classes when the training objective is adapted to a newly added set of classes. Existing IL approaches tend to produce a model that is biased towards either the old classes or new classes, unless with the help of exemplars of the o…
▽ More
Deep neural networks (DNNs) often suffer from "catastrophic forgetting" during incremental learning (IL) --- an abrupt degradation of performance on the original set of classes when the training objective is adapted to a newly added set of classes. Existing IL approaches tend to produce a model that is biased towards either the old classes or new classes, unless with the help of exemplars of the old data. To address this issue, we propose a class-incremental learning paradigm called Deep Model Consolidation (DMC), which works well even when the original training data is not available. The idea is to first train a separate model only for the new classes, and then combine the two individual models trained on data of two distinct set of classes (old classes and new classes) via a novel double distillation training objective. The two existing models are consolidated by exploiting publicly available unlabeled auxiliary data. This overcomes the potential difficulties due to the unavailability of original training data. Compared to the state-of-the-art techniques, DMC demonstrates significantly better performance in image classification (CIFAR-100 and CUB-200) and object detection (PASCAL VOC 2007) in the single-headed IL setting.
△ Less
Submitted 15 January, 2020; v1 submitted 19 March, 2019;
originally announced March 2019.
-
Boundary-sensitive Network for Portrait Segmentation
Authors:
Xianzhi Du,
Xiaolong Wang,
Dawei Li,
Jingwen Zhu,
Serafettin Tasci,
Cameron Upright,
Stephen Walsh,
Larry Davis
Abstract:
Compared to the general semantic segmentation problem, portrait segmentation has higher precision requirement on boundary area. However, this problem has not been well studied in previous works. In this paper, we propose a boundary-sensitive deep neural network (BSN) for portrait segmentation. BSN introduces three novel techniques. First, an individual boundary-sensitive kernel is proposed by dila…
▽ More
Compared to the general semantic segmentation problem, portrait segmentation has higher precision requirement on boundary area. However, this problem has not been well studied in previous works. In this paper, we propose a boundary-sensitive deep neural network (BSN) for portrait segmentation. BSN introduces three novel techniques. First, an individual boundary-sensitive kernel is proposed by dilating the contour line and assigning the boundary pixels with multi-class labels. Second, a global boundary-sensitive kernel is employed as a position sensitive prior to further constrain the overall shape of the segmentation map. Third, we train a boundary-sensitive attribute classifier jointly with the segmentation network to reinforce the network with semantic boundary shape information. We have evaluated BSN on the current largest public portrait segmentation dataset, i.e, the PFCN dataset, as well as the portrait images collected from other three popular image segmentation datasets: COCO, COCO-Stuff, and PASCAL VOC. Our method achieves the superior quantitative and qualitative performance over state-of-the-arts on all the datasets, especially on the boundary area.
△ Less
Submitted 9 April, 2018; v1 submitted 22 December, 2017;
originally announced December 2017.