BiEncoder
Biencoder is a theoretical framework in data encoding and representation learning. It describes a bidirectional encoder–decoder architecture that learns compact, modality-agnostic representations of data. The aim is to map inputs from multiple domains into a shared latent space and to reconstruct the originals, enabling generation and retrieval.
Core components include an encoder that maps input to a latent representation, a decoder that reconstructs
Training typically combines reconstruction losses with latent-space regularization and may include contrastive losses to align related
Applications include multimodal data processing, cross-modal retrieval, multilingual translation with shared representations, image captioning, and audio-visual
History and status: The term is used in theoretical discussions as a class name for bidirectional encoder–decoder
Evaluation and limitations: Biencoder models can be computationally intensive and data-hungry. Potential issues include overfitting to
See also: Autoencoder, Variational autoencoder, Cross-modal embedding.