SYNTOLOGY HomeExplorerAtlasCodeMethodologyAboutDevelopersFeedPricing
Paper · 2306.06955 · 2023

A Brief Review of Hypernetworks in Deep Learning

arXiv · PDF · Open in the Atlas

Code that ran

We lifted 12 functions out of this paper's own repositories and ran 0 of them in a sandbox. "Ran" means the function executed on a synthesized input and returned a value. It is not a reproduction of the paper's results.

RepositoryRoleRan
jmdvinodjmd/HyperITE canonical 0 of 12
FunctionStatusWhere it lives
MLPFunctional Not yet run jmdvinodjmd/HyperITE/src/models/hn_utils.py
code served (permissive licence) · get_code("43fc2f08683fd9a1")
calc_layer_param_max Not yet run jmdvinodjmd/HyperITE/src/models/hypernetworks.py
code served (permissive licence) · get_code("8dd582f3eaadaa64")
calc_metrics Not yet run jmdvinodjmd/HyperITE/src/utils.py
code served (permissive licence) · get_code("b96b4b3c56d7f938")
calc_params Not yet run jmdvinodjmd/HyperITE/src/models/hypernetworks.py
code served (permissive licence) · get_code("db491fe4e6a79756")
create_embeddings Not yet run jmdvinodjmd/HyperITE/src/models/hypernetworks.py
code served (permissive licence) · get_code("1a4cab9a648afbdf")
get_dataset Not yet run jmdvinodjmd/HyperITE/src/load_model_data.py
code served (permissive licence) · get_code("e1d1253359cda097")
get_logger Not yet run jmdvinodjmd/HyperITE/src/utils.py
code served (permissive licence) · get_code("c8f7fcc00a2439dc")
get_loss Not yet run jmdvinodjmd/HyperITE/src/training_loop.py
code served (permissive licence) · get_code("4f0864055cb19cfa")
get_meta_model Not yet run jmdvinodjmd/HyperITE/src/load_model_data.py
code served (permissive licence) · get_code("2d6adf360f806515")
shapeWeights Not yet run jmdvinodjmd/HyperITE/src/models/hn_utils.py
code served (permissive licence) · get_code("75fcd30fa3971e9b")
test Not yet run jmdvinodjmd/HyperITE/src/training_loop.py
code served (permissive licence) · get_code("f478ca191bec1a45")
weighted_mse_loss Not yet run jmdvinodjmd/HyperITE/src/utils.py
code served (permissive licence) · get_code("39cfd19e3f57f2b0")

Repositories linked to this paper

Some links come from the archived Papers with Code dataset (CC BY-SA 4.0): attribution and licence.

Abstract

Hypernetworks, or hypernets for short, are neural networks that generate weights for another neural network, known as the target network. They have emerged as a powerful deep learning technique that allows for greater flexibility, adaptability, dynamism, faster training, information sharing, and model compression. Hypernets have shown promising results in a variety of deep learning problems, including continual learning, causal inference, transfer learning, weight pruning, uncertainty quantification, zero-shot learning, natural language processing, and reinforcement learning. Despite their success across different problem settings, there is currently no comprehensive review available to inform researchers about the latest developments and to assist in utilizing hypernets. To fill this gap, we review the progress in hypernets. We present an illustrative example of training deep neural networks using hypernets and propose categorizing hypernets based on five design criteria: inputs, outputs, variability of inputs and outputs, and the architecture of hypernets. We also review applications of hypernets across different deep learning problem settings, followed by a discussion of general scenarios where hypernets can be effectively employed. Finally, we discuss the challenges and future directions that remain underexplored in the field of hypernets. We believe that hypernetworks have the potential to revolutionize the field of deep learning. They offer a new way to design and train neural networks, and they have the potential to improve the performance of deep learning models on a variety of tasks. Through this review, we aim to inspire further advancements in deep learning through hypernetworks.

For agents

The same record, over MCP at https://syntology.ai/mcp:

get_harvested_code_for_paper("2306.06955")
get_code_for_paper("2306.06955")
have("2306.06955")

Connect an agent — have() is free.