We gratefully acknowledge support from
the Simons Foundation and member institutions.
Full-text links:

Download:

Current browse context:

cs.LG

Change to browse by:

References & Citations

DBLP - CS Bibliography

Bookmark

(what is this?)
CiteULike logo BibSonomy logo Mendeley logo del.icio.us logo Digg logo Reddit logo

Computer Science > Machine Learning

Title: DrMAD: Distilling Reverse-Mode Automatic Differentiation for Optimizing Hyperparameters of Deep Neural Networks

Abstract: The performance of deep neural networks is well-known to be sensitive to the setting of their hyperparameters. Recent advances in reverse-mode automatic differentiation allow for optimizing hyperparameters with gradients. The standard way of computing these gradients involves a forward and backward pass of computations. However, the backward pass usually needs to consume unaffordable memory to store all the intermediate variables to exactly reverse the forward training procedure. In this work we propose a simple but effective method, DrMAD, to distill the knowledge of the forward pass into a shortcut path, through which we approximately reverse the training trajectory. Experiments on several image benchmark datasets show that DrMAD is at least 45 times faster and consumes 100 times less memory compared to state-of-the-art methods for optimizing hyperparameters with minimal compromise to its effectiveness. To the best of our knowledge, DrMAD is the first research attempt to make it practical to automatically tune thousands of hyperparameters of deep neural networks. The code can be downloaded from this https URL
Comments: International Joint Conference on Artificial Intelligence, IJCAI, 2016
Subjects: Machine Learning (cs.LG); Neural and Evolutionary Computing (cs.NE)
Cite as: arXiv:1601.00917 [cs.LG]
  (or arXiv:1601.00917v5 [cs.LG] for this version)

Submission history

From: Jie Fu [view email]
[v1] Tue, 5 Jan 2016 17:43:15 GMT (484kb,D)
[v2] Wed, 6 Jan 2016 05:57:51 GMT (460kb,D)
[v3] Tue, 26 Jan 2016 11:43:31 GMT (467kb,D)
[v4] Fri, 5 Feb 2016 05:45:35 GMT (353kb,D)
[v5] Wed, 6 Apr 2016 15:55:19 GMT (347kb,D)

Link back to: arXiv, form interface, contact.