Multi-Way Representation Alignment
Abstract
Lay Summary
Many AI models learn useful internal descriptions of the data they see. For example, one model may process images, another may process text, and another may process speech. Even when these models capture related information, their internal descriptions are not directly comparable. A common way to align models is to learn a map from one model’s space to another. With many models, this requires a separate map for each pair, which quickly becomes inefficient. It also gives no single shared reference for comparing all models together. We propose a way to align many models through one shared reference space. Each model is mapped once into this space, so different models can be compared through the same reference. We first build the shared space so that each model’s internal structure is preserved, and then add a small correction that improves agreement between matching examples. Across a range of tasks, we find that the shared space improves alignment and performance. Because each model only needs one map into the shared space, new models can also be added without rebuilding all pairwise maps.