pith. sign in

arxiv: 1711.03705 · v1 · pith:IUAZXM2Pnew · submitted 2017-11-10 · 💻 cs.LG

Online Deep Learning: Learning Deep Neural Networks on the Fly

classification 💻 cs.LG
keywords learningonlinedeepdatabackpropagationsettingdnnsfunction
0
0 comments X p. Extension
pith:IUAZXM2P Add to your LaTeX paper What is a Pith Number?
\usepackage{pith}
\pithnumber{IUAZXM2P}

Prints a linked pith:IUAZXM2P badge after your title and writes the identifier into PDF metadata. Compiles on arXiv with no extra files. Learn more

read the original abstract

Deep Neural Networks (DNNs) are typically trained by backpropagation in a batch learning setting, which requires the entire training data to be made available prior to the learning task. This is not scalable for many real-world scenarios where new data arrives sequentially in a stream form. We aim to address an open challenge of "Online Deep Learning" (ODL) for learning DNNs on the fly in an online setting. Unlike traditional online learning that often optimizes some convex objective function with respect to a shallow model (e.g., a linear/kernel-based hypothesis), ODL is significantly more challenging since the optimization of the DNN objective function is non-convex, and regular backpropagation does not work well in practice, especially for online learning settings. In this paper, we present a new online deep learning framework that attempts to tackle the challenges by learning DNN models of adaptive depth from a sequence of training data in an online learning setting. In particular, we propose a novel Hedge Backpropagation (HBP) method for online updating the parameters of DNN effectively, and validate the efficacy of our method on large-scale data sets, including both stationary and concept drifting scenarios.

This paper has not been read by Pith yet.

discussion (0)

Sign in with ORCID, Apple, or X to comment. Anyone can read and Pith papers without signing in.

Forward citations

Cited by 1 Pith paper

Reviewed papers in the Pith corpus that reference this work. Sorted by Pith novelty score.

  1. Pitfalls of Unlabeled Disagreement-Based Drift Detection in Streaming Tree Ensembles

    cs.LG 2026-05 unverdicted novelty 5.0

    Disagreement measures from label flipping in IDT ensembles underperform loss-based drift detectors in streaming tabular data due to the limited plasticity of tree models.