IC-914In Pythia models (70M through 2.8B), BERT-base, OPT-6.7B, LLaMA-2-7B, and ViT-Huge, the MLP out-projection vectors are almost orthogonal throughout training
Yuandong Tian, Yiping Wang, Zhenyu Zhang, Beidi Chen, Simon Shaolei Du
The paper verifies its theoretical assumption of orthonormal embedding vectors by measuring the absolute cosine similarity between all pairs of column vectors in the MLP out-projection (upper) matrix across layers. In Pythia models of various sizes (70M, 160M, 410M, 1B, 1.4B, 2.8B), the average cosine similarity remains well below 1 throughout the entire training process, including early stages. The same near-orthogonality is confirmed at the final checkpoint for BERT-base, OPT-6.7B, LLaMA-2-7B, and ViT-Huge.
Evidence
observational
Caveat
The paper notes that 4d d-dimensional vectors must be linearly dependent, so perfect orthogonality is impossible; the claim is that they are 'almost orthogonal' (cossim << 1).