paper-with-me

홈 › Papers

On Training Implicit Meta-Learning With Applications to Inductive Weighing in Consistency Regularization

2023-10-28 · Fady Rezk

Meta-learning that uses implicit gradient have provided an exciting alternative to standard techniques which depend on the trajectory of the inner loop training. Implicit meta-learning (IML), however, require computing $2^{nd}$ order gradients, particularly the Hessian which is impractical to compute for modern deep learning models. Various approximations for the Hessian were proposed but a systematic comparison of their compute cost, stability, generalization of solution found and estimation accuracy were largely overlooked. In this study, we start by conducting a systematic comparative analysis of the various approximation methods and their effect when incorporated into IML training routines. We establish situations where catastrophic forgetting is exhibited in IML and explain their cause in terms of the inability of the approximations to estimate the curvature at convergence points. Sources of IML training instability are demonstrated and remedied. A detailed analysis of the effeciency of various inverse Hessian-vector product approximation methods is also provided. Subsequently, we use the insights gained to propose and evaluate a novel semi-supervised learning algorithm that learns to inductively weigh consistency regularization losses. We show how training a "Confidence Network" to extract domain specific features can learn to up-weigh useful images and down-weigh out-of-distribution samples. Results outperform the baseline FixMatch performance.

📄 PDF Abstract BibTeX arXiv:2310.18741

Code (0)

등록된 구현이 없습니다.

Tasks

Meta-Learning

Methods 이 논문이 사용한 방법론

FixMatch FixMatch is an algorithm that first generates pseudo-labels using the model's predictions on weakly-augmented unlabeled images. For a given image, the pseudo-label is only…

Similar Papers 제목 키워드 기반

Meta-Learning the Inductive Biases of Simple Neural Circuits

2022-11-24 · William Dorrell, Maria Yuffa, Peter Latham

Training data is always finite, making it unclear how to generalise to unseen situations. But, animals do generalise, wielding Occam's razor to select a parsimonious explanation of their observations. How they do this is…

Inductive BiasMeta-Learning

From Learning to Meta-Learning: Reduced Training Overhead and Complexity for Communication Systems

2020-01-05 · Osvaldo Simeone, Sangwoo Park, Joonhyuk Kang

Machine learning methods adapt the parameters of a model, constrained to lie in a given model class, by using a fixed learning procedure based on data or active observations. Adaptation is done on a per-task basis, and r…

BIG-bench Machine LearningInductive BiasMeta-Learning

Hypernetworks build Implicit Neural Representations of Sounds

2023-02-09 · Filip Szatkowski, Karol J. Piczak, Przemysław Spurek, Jacek Tabor 외

Implicit Neural Representations (INRs) are nowadays used to represent multimedia signals across various real-life applications, including image super-resolution, image compression, or 3D rendering. Existing methods that …

Image CompressionImage Super-ResolutionMeta-LearningSuper-Resolution

Do We Always Need the Simplicity Bias? Looking for Optimal Inductive Biases in the Wild

2025-03-13 · CVPR 2025 1 · Damien Teney, Liangze Jiang, Florin Gogianu, Ehsan Abbasnejad

Neural architectures tend to fit their data with relatively simple functions. This "simplicity bias" is widely regarded as key to their success. This paper explores the limits of this principle. Building on recent findin…

image-classificationImage Classification

Meta-Inductive Node Classification across Graphs

2021-05-14 · Zhihao Wen, Yuan Fang, Zemin Liu

Semi-supervised node classification on graphs is an important research problem, with many real-world applications in information retrieval such as content classification on a social network and query intent classificatio…

ClassificationGeneral KnowledgeInformation Retrievalintent-classification+4