paper-with-me

Papers

Learning feed-forward one-shot learners

2016-06-16 · NeurIPS 2016 12 · Luca Bertinetto, João F. Henriques, Jack Valmadre, Philip H. S. Torr, Andrea Vedaldi

One-shot learning is usually tackled by using generative models or discriminative embeddings. Discriminative methods based on deep learning, which are very effective in other learning scenarios, are ill-suited for one-shot learning as they need large amounts of training data. In this paper, we propose a method to learn the parameters of a deep model in one shot. We construct the learner as a second deep network, called a learnet, which predicts the parameters of a pupil network from a single exemplar. In this manner we obtain an efficient feed-forward one-shot learner, trained end-to-end by minimizing a one-shot classification objective in a learning to learn formulation. In order to make the construction feasible, we propose a number of factorizations of the parameters of the pupil network. We demonstrate encouraging results by learning characters from single exemplars in Omniglot, and by tracking visual objects from a single initial exemplar in the Visual Object Tracking benchmark.

📄 PDF Abstract BibTeX arXiv:1606.05233

Code (0)

등록된 구현이 없습니다.

Tasks

Object TrackingOne-Shot LearningVisual Object Tracking

Similar Papers 제목 키워드 기반

pystacked: Stacking generalization and machine learning in Stata

2022-08-23 · Achim Ahrens, Christian B. Hansen, Mark E. Schaffer

pystacked implements stacked generalization (Wolpert, 1992) for regression and binary classification via Python's scikit-learn. Stacking combines multiple supervised machine learners -- the "base" or "level-0" learners -…

Binary Classificationregression

PREFER: Prompt Ensemble Learning via Feedback-Reflect-Refine

2023-08-23 · Chenrui Zhang, Lin Liu, Jinpeng Wang, Chuyuan Wang 외

As an effective tool for eliciting the power of Large Language Models (LLMs), prompting has recently demonstrated unprecedented abilities across a variety of complex tasks. To further improve the performance, prompt ense…

Ensemble LearningHallucination

LLM-Generated Feedback Supports Learning If Learners Choose to Use It

2025-06-20 · Danielle R. Thomas, Conrad Borchers, Shambhavi Bhushan, Erin Gatz 외

Large language models (LLMs) are increasingly used to generate feedback, yet their impact on learning remains underexplored, especially compared to existing feedback methods. This study investigates how on-demand LLM-gen…

Selection bias

LMTurk: Few-Shot Learners as Crowdsourcing Workers

2022-01-16 · ACL ARR January 2022 1 · Anonymous

Vast efforts have been devoted to creating high-performance few-shot learners, i.e., large-scale pretrained language models (PLMs) that perform well with little downstream task training data. Training PLMs has incurred …

"I Wrote, I Paused, I Rewrote" Teaching LLMs to Read Between the Lines of Student Writing

2025-06-09 · Samra Zafar, Shaheer Minhas, Syed Ali Hassan Zaidi, Arfa Naeem 외

Large language models(LLMs) like Gemini are becoming common tools for supporting student writing. But most of their feedback is based only on the final essay missing important context about how that text was written. In …