Research
On-device research index

arXiv research

A locally-built, LLM-digested index of recent arXiv papers in quant finance, geometry/topology, and statistical ML — keyword search served straight from SQLite on this machine.

169,051 papers · 148 categories

Trend · papers per month

208416623831 · Jun 202019922001200920172026
48 results for shot-free meta training

A new method for few-shot learning using embedded class models and shot-free meta training.

problem Few-shot learning with limited data and varying number of samples per class.
method Learning embeddings for few-shot learning with embedded class models and shot-free meta training.
result Achieves state-of-the-art performance on standard few-shot benchmark datasets.

Theoretical analysis improves few-shot learning performance.

problem Optimizing the number of labeled examples per category in few-shot learning.
method Theoretical analysis of Prototypical Networks, proposing a robust method to the shot number.
result Model trained for arbitrary meta-training shot number performs well across different meta-testing shot numbers.

Study on generalization in gradient-based meta-learning, showing flatter solutions and coherence between adaptation trajectories.

problem Understanding generalization in gradient-based meta-learning.
method Analysis of objective landscapes, experimental demonstration of solution properties, and empirical evidence on coherence between adaptation trajectories.
result Meta-test solutions become flatter, lower in loss, and further away from the meta-train solution as meta-training progresses, even as generalization starts to degrade.

Meta-learning improves feature extraction for few-shot tasks.

problem Understanding why meta-learning models perform better on few-shot classification.
method Developed hypotheses and a regularizer to improve standard training routines.
result Meta-learned models outperform classical training routines in few-shot classification.

Meta-learning algorithms use past experience to learn to quickly solve new tasks. In the context of reinforcement learning, meta-learning algorithms acquire reinforcement learning procedures to solve new problems more efficiently by utilizing experience from prior tasks. The performance of meta-learning algorithms depe…

2018-06-12abs ↗pdf ↗

Meta-learning strategy improves few-shot classification performance.

problem Few-shot classification with deep neural networks struggles when labeled samples are limited.
method Proposes an easy-to-hard expert meta-training strategy to arrange training tasks based on task hardness.
result Meta-learners achieve better results with the proposed expert training strategy.

Meta-learning is a promising method to achieve efficient training method towards deep neural net and has been attracting increases interests in recent years. But most of the current methods are still not capable to train complex neuron net model with long-time training process. In this paper, a novel second-order meta-…

2018-05-22abs ↗pdf ↗

In this paper, we propose a novel dynamic ensemble selection framework using meta-learning. The framework is divided into three steps. In the first step, the pool of classifiers is generated from the training data. The second phase is responsible to extract the meta-features and train the meta-classifier. Five distinct…

2018-11-01abs ↗pdf ↗

MAT combines meta-learning and adversarial training to defend against universal patches.

problem Defending against universal patches that fool models in various contexts.
method Meta adversarial training (MAT) integrates meta-learning with adversarial training.
result MAT increases robustness against universal patch attacks on image classification and traffic-light detection.

MxML combines multiple meta-learners to improve few-shot classification.

problem Few-shot classification performance degrades when a new task is out of the training distribution.
method Train an ensemble of meta-learners (MxML) with mixing parameters optimized by a weight prediction network (WPN).
result MxML significantly outperforms state-of-the-art meta-learners and their naive ensemble.

Meta-learning reduces training overhead for communication systems.

problem Inefficiency in machine learning due to frequent retraining when system configuration changes.
method Meta-learning selects a suitable inductive bias from related tasks, reducing training data and time requirements.
result Meta-learning can reduce training overhead for communication systems.

CosML combines domain-specific meta-learners for cross-domain few-shot classification.

problem Generalizing to unseen domains while meta-learning on multiple seen domains.
method CosML trains domain-specific meta-learners and combines their meta-parameters in the parameter space.
result CosML outperforms state-of-the-art methods and achieves strong cross-domain generalization.

Meta-learning algorithms prepare quantum Gibbs states efficiently for NISQ devices.

problem Efficiently preparing quantum Gibbs states for NISQ devices.
method Meta-Variational Quantum Thermalizer (Meta-VQT) and Neural Network Meta-VQT (NN-Meta VQT) algorithms.
result Meta-learned parameters significantly outperform random initializations in optimization tasks.

Meta-learning approaches have been proposed to tackle the few-shot learning problem.Typically, a meta-learner is trained on a variety of tasks in the hopes of being generalizable to new tasks. However, the generalizability on new tasks of a meta-learner could be fragile when it is over-trained on existing tasks during …

2018-05-20abs ↗pdf ↗

MetaGenRL learns a general objective function from diverse agents.

problem Generalizing to new environments in reinforcement learning.
method MetaGenRL distills experiences from many agents into a low-complexity neural objective function.
result MetaGenRL can generalize to new environments and outperforms human-engineered algorithms.

Meta-learning improved by using information theory to prioritize data-driven adaptation.

problem Challenges in meta-learning due to the need for mutually-exclusive tasks.
method Designing a meta-regularization objective using information theory.
result Successfully uses data from non-mutually-exclusive tasks to efficiently adapt to novel tasks.

Meta-trained LSTM Meta-Learners learn tasks faster and differently than DL and RL systems.

problem Understanding the learning dynamics of meta-trained LSTM Meta-Learners compared to traditional DL and RL systems.
method Comparative analysis of learning trajectories on three structured tasks.
result Meta-trained LSTM Meta-Learners learn all task structure concurrently, unlike sample-inefficient DL and RL systems.

Meta-learning improves DNN generalization on standard supervised learning.

problem Improving deep neural networks' generalization without adding more parameters.
method MLTP simulates meta-training by considering a batch of samples as a task, optimizing for both current and new tasks.
result MLTP consistently improves DNN generalization across various sizes and datasets.

Careful tuning of the learning rate, or even schedules thereof, can be crucial to effective neural net training. There has been much recent interest in gradient-based meta-optimization, where one tunes hyperparameters, or even learns an optimizer, in order to minimize the expected loss when the training procedure is un…

2018-03-06abs ↗pdf ↗

TaskNorm improves meta-learning performance by rethinking batch normalization.

problem Challenges in batch normalization for meta-learning with deep networks.
method Developed TaskNorm, a novel approach to batch normalization for meta-learning.
result TaskNorm consistently improves meta-learning performance across various datasets and meta-learning approaches.