paper-with-me

Papers

Hyper-Representations for Pre-Training and Transfer Learning

2022-07-22 · Konstantin Schürholt, Boris Knyazev, Xavier Giró-i-Nieto, Damian Borth

Learning representations of neural network weights given a model zoo is an emerging and challenging area with many potential applications from model inspection, to neural architecture search or knowledge distillation. Recently, an autoencoder trained on a model zoo was able to learn a hyper-representation, which captures intrinsic and extrinsic properties of the models in the zoo. In this work, we extend hyper-representations for generative use to sample new model weights as pre-training. We propose layer-wise loss normalization which we demonstrate is key to generate high-performing models and a sampling method based on the empirical density of hyper-representations. The models generated using our methods are diverse, performant and capable to outperform conventional baselines for transfer learning. Our results indicate the potential of knowledge aggregation from model zoos to new models via hyper-representations thereby paving the avenue for novel research directions.

📄 PDF Abstract BibTeX arXiv:2207.10951

Code (1)

hsg-aiml/neurips_2021-weight_space_learning 공식 구현 pytorch

Tasks

Knowledge DistillationNeural Architecture SearchRepresentation LearningSelf-Supervised LearningTransfer LearningWeight Space Learning

Methods 이 논문이 사용한 방법론

Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Position-Wise Feed-Forward Layer 설명 없음
Residual Connection 설명 없음
Dropout Dropout is a regularization technique for neural networks that drops a unit (along with connections) at training time with a specified probability $p$ (a common value is…
Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Multi-Head Attention 설명 없음
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…

Similar Papers 제목 키워드 기반

Hyperparameter Learning via Distributional Transfer

2018-10-15 · NeurIPS 2019 12 · Ho Chung Leon Law, Peilin Zhao, Lucian Chan, Junzhou Huang 외

Bayesian optimisation is a popular technique for hyperparameter learning but typically requires initial exploration even in cases where similar prior tasks have been solved. We propose to transfer information across task…

Bayesian Optimisation

One Configuration to Rule Them All? Towards Hyperparameter Transfer in Topic Models using Multi-Objective Bayesian Optimization

2022-02-15 · Silvia Terragni, Ismail Harrando, Pasquale Lisena, Raphael Troncy 외

Topic models are statistical methods that extract underlying topics from document collections. When performing topic modeling, a user usually desires topics that are coherent, diverse between each other, and that constit…

AllBayesian OptimizationDocument ClassificationHyperparameter Optimization+1

HyperspectralMAE: The Hyperspectral Imagery Classification Model using Fourier-Encoded Dual-Branch Masked Autoencoder

2025-05-09 · Wooyoung Jeong, Hyun Jae Park, SeongHun Jeong, Jong Wook Jang 외

Hyperspectral imagery provides rich spectral detail but poses unique challenges because of its high dimensionality in both spatial and spectral domains. We propose \textit{HyperspectralMAE}, a Transformer-based foundatio…

Hyperspectral Image ClassificationImage ReconstructionLand Cover ClassificationTransfer Learning

Hyper-RED: Scalable Event Pre-training via Semantic Hypergraph Distillation

2026-09-15 · Meisen Wang, Zhiqiang Tian, Wei Bao, Chengjie Wang 외 arxiv

Event cameras have shown great potential for robust visual perception, yet scaling event representation learning remains challenging due to the scarcity of large-scale annotated event data. Pretrained image models provid…

Representation Learning

Correlative Preference Transfer with Hierarchical Hypergraph Network for Multi-Domain Recommendation

2022-11-21 · Zixuan Xu, Penghui Wei, Shaoguo Liu, Weimin Zhang 외

Advanced recommender systems usually involve multiple domains (such as scenarios or categories) for various marketing strategies, and users interact with them to satisfy diverse demands. The goal of multi-domain recommen…

Graph Neural NetworkMarketingRecommendation Systems