Representationagnostic
Representationagnostic refers to the property of a system, model, or algorithm to operate effectively across a variety of input representations without requiring task-specific adaptations to the representation itself. This can include raw data formats such as images, text, audio, graphs, or structured feature vectors, as well as different preprocessing pipelines, encodings, or tokenization schemes. A representationagnostic approach seeks a functional output that remains stable or comparable when the input is transformed into alternative representations.
It is often pursued through methods that map inputs from different representations into a common latent space,
Applications include multimodal learning, where a model must handle text, images, and audio; data integration tasks
Limitations include potential reduced performance on any single representation, increased model complexity, and difficulties proving invariance