metaencoder
Metaencoder is a term used in machine learning to describe a neural network component that encodes meta-information about data, tasks, or models into a fixed-length representation. Unlike a traditional autoencoder, which aims to reconstruct input data, a metaencoder produces a compact embedding that describes higher-level properties or descriptors of the data or task. The embedding can then condition or guide a downstream model or meta-learner.
In practice, a metaencoder may process meta-features such as dataset size, class imbalance, feature statistics, domain
Applications for metaencoders span few-shot learning, automated machine learning (AutoML), domain adaptation, and multi-task learning. The
Relation to related concepts includes connections to meta-learning, hypernetworks, conditioning mechanisms such as FiLM, and broader