paper-with-me

Papers

Auxiliary Learning by Implicit Differentiation

2020-06-22 · ICLR 2021 1 · Aviv Navon, Idan Achituve, Haggai Maron, Gal Chechik, Ethan Fetaya

Training neural networks with auxiliary tasks is a common practice for improving the performance on a main task of interest. Two main challenges arise in this multi-task learning setting: (i) designing useful auxiliary tasks; and (ii) combining auxiliary tasks into a single coherent loss. Here, we propose a novel framework, AuxiLearn, that targets both challenges based on implicit differentiation. First, when useful auxiliaries are known, we propose learning a network that combines all losses into a single coherent objective function. This network can learn non-linear interactions between tasks. Second, when no useful auxiliary task is known, we describe how to learn a network that generates a meaningful, novel auxiliary task. We evaluate AuxiLearn in a series of tasks and domains, including image segmentation and learning with attributes in the low data regime, and find that it consistently outperforms competing methods.

📄 PDF Abstract BibTeX arXiv:2007.02693

Code (1)

AvivNavon/AuxiLearn 공식 구현 pytorch

Tasks

Auxiliary LearningImage ClassificationImage SegmentationMulti-Task LearningSemantic SegmentationSmall Data Image Classification

Similar Papers 제목 키워드 기반

Efficient and Modular Implicit Differentiation

2021-05-31 · NeurIPS 2021 12 · Mathieu Blondel, Quentin Berthet, Marco Cuturi, Roy Frostig 외

Automatic differentiation (autodiff) has revolutionized machine learning. It allows to express complex computations by composing elementary ones in creative ways and removes the burden of computing their derivatives by h…

Meta-Learning

Improved Marginal Unbiased Score Expansion (MUSE) via Implicit Differentiation

2022-09-21 · Marius Millea

We apply the technique of implicit differentiation to boost performance, reduce numerical error, and remove required user-tuning in the Marginal Unbiased Score Expansion (MUSE) algorithm for hierarchical Bayesian inferen…

Bayesian InferenceProbabilistic Programming

Training Data Attribution via Approximate Unrolled Differentiation

2024-05-20 · Juhan Bae, Wu Lin, Jonathan Lorraine, Roger Grosse

Many training data attribution (TDA) methods aim to estimate how a model's behavior would change if one or more data points were removed from the training set. Methods based on implicit differentiation, such as influence…

counterfactual

One-step differentiation of iterative algorithms

2023-05-23 · NeurIPS 2023 11

In appropriate frameworks, automatic differentiation is transparent to the user at the cost of being a significant computational burden when the number of operations is large. For iterative algorithms, implicit different…

Bilevel Optimization

Nonsmooth Implicit Differentiation for Machine Learning and Optimization

2021-06-08 · NeurIPS 2021 12 · Jérôme Bolte, Tam Le, Edouard Pauwels, Antonio Silveti-Falls

In view of training increasingly complex learning architectures, we establish a nonsmooth implicit function theorem with an operational calculus. Our result applies to most practical problems (i.e., definable problems) p…

BIG-bench Machine Learning