Learning Explicit Deep Representations from Deep Kernel Networks
Mingyuan Jiu, Hichem Sahbi

TL;DR
This paper introduces a method to efficiently approximate deep kernel networks with deep map networks, significantly reducing computation time while maintaining accuracy, especially on large-scale datasets.
Contribution
It proposes a layer-wise greedy approach to construct deep map networks from pretrained deep kernel networks, with an additional fine-tuning step for improved generalization.
Findings
DMNs achieve similar accuracy to DKNs when used with SVMs.
DMNs are at least ten times faster than DKNs on large datasets.
The method is validated on ImageCLEF and COREL5k benchmarks.
Abstract
Deep kernel learning aims at designing nonlinear combinations of multiple standard elementary kernels by training deep networks. This scheme has proven to be effective, but intractable when handling large-scale datasets especially when the depth of the trained networks increases; indeed, the complexity of evaluating these networks scales quadratically w.r.t. the size of training data and linearly w.r.t. the depth of the trained networks. In this paper, we address the issue of efficient computation in Deep Kernel Networks (DKNs) by designing effective maps in the underlying Reproducing Kernel Hilbert Spaces. Given a pretrained DKN, our method builds its associated Deep Map Network (DMN) whose inner product approximates the original network while being far more efficient. The design principle of our method is greedy and achieved layer-wise, by finding maps that approximate DKNs at…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsDomain Adaptation and Few-Shot Learning · Human Pose and Action Recognition · Advanced Neural Network Applications
