Reconstructionbased
Reconstructionbased, often written as reconstruction-based, refers to a family of machine learning techniques that learn representations by forcing a model to reconstruct the input data from a latent representation. The central idea is that by encoding essential structure of the data and decoding it back, the model captures meaningful features. These methods are commonly unsupervised or self-supervised and include a range of architectures such as autoencoders, denoising autoencoders, and variational autoencoders. Classical linear counterparts include principal component analysis.
Mechanism: The training objective is to minimize a reconstruction loss between the input and its reconstruction,
Applications: Reconstructionbased methods are used to learn compact representations for downstream tasks, anomaly detection, data denoising
Variations and trends: Recent developments include masked reconstruction, where parts of the input are hidden and