paper-with-me

Papers

Dynamic Kernel Selection for Improved Generalization and Memory Efficiency in Meta-learning

2022-06-03 · CVPR 2022 1 · Arnav Chavan, Rishabh Tiwari, Udbhav Bamba, Deepak K. Gupta

Gradient based meta-learning methods are prone to overfit on the meta-training set, and this behaviour is more prominent with large and complex networks. Moreover, large networks restrict the application of meta-learning models on low-power edge devices. While choosing smaller networks avoid these issues to a certain extent, it affects the overall generalization leading to reduced performance. Clearly, there is an approximately optimal choice of network architecture that is best suited for every meta-learning problem, however, identifying it beforehand is not straightforward. In this paper, we present MetaDOCK, a task-specific dynamic kernel selection strategy for designing compressed CNN models that generalize well on unseen tasks in meta-learning. Our method is based on the hypothesis that for a given set of similar tasks, not all kernels of the network are needed by each individual task. Rather, each task uses only a fraction of the kernels, and the selection of the kernels per task can be learnt dynamically as a part of the inner update steps. MetaDOCK compresses the meta-model as well as the task-specific inner models, thus providing significant reduction in model size for each task, and through constraining the number of active kernels for every task, it implicitly mitigates the issue of meta-overfitting. We show that for the same inference budget, pruned versions of large CNN models obtained using our approach consistently outperform the conventional choices of CNN models. MetaDOCK couples well with popular meta-learning approaches such as iMAML. The efficacy of our method is validated on CIFAR-fs and mini-ImageNet datasets, and we have observed that our approach can provide improvements in model accuracy of up to 2% on standard meta-learning benchmark, while reducing the model size by more than 75%.

📄 PDF Abstract BibTeX arXiv:2206.01690

Code (1)

transmuteai/metadock 공식 구현 pytorch

Tasks

Meta-Learning

Similar Papers 제목 키워드 기반

Learnability in Online Kernel Selection with Memory Constraint via Data-dependent Regret Analysis

2024-07-01 · Junfan Li, Shizhong Liao

Online kernel selection is a fundamental problem of online kernel methods.In this paper,we study online kernel selection with memory constraint in which the memory of kernel selection and online prediction procedures is …

Learning Memory Kernels in Generalized Langevin Equations

2024-02-18 · Quanjun Lang, Jianfeng Lu

We introduce a novel approach for learning memory kernels in Generalized Langevin Equations. This approach initially utilizes a regularized Prony method to estimate correlation functions from trajectory data, followed by…

regression

Error Analysis of Generalized Langevin Equations with Approximated Memory Kernels

2025-12-11 · Quanjun Lang, Jianfeng Lu arxiv

We analyze prediction error in stochastic dynamical systems with memory, focusing on generalized Langevin equations (GLEs) formulated as stochastic Volterra equations. We establish that, under a strongly convex potential…

Trajectory Prediction

Block-Weighted Lasso for Joint Optimization of Memory Depth and Kernels in Wideband DPD

2025-04-18 · Jinfei Wang, Yi Ma, Fei Tong, Ziming He

The optimizations of both memory depth and kernel functions are critical for wideband digital pre-distortion (DPD). However, the memory depth is usually determined via exhaustive search over a wide range for the sake of …

Low-Precision Random Fourier Features for Memory-Constrained Kernel Approximation

2018-10-31 · Jian Zhang, Avner May, Tri Dao, Christopher Ré

We investigate how to train kernel approximation methods that generalize well under a memory budget. Building on recent theoretical work, we define a measure of kernel approximation error which we find to be more predict…

Quantization