TL;DR
Modern vision neural networks, despite being trained for different tasks, exhibit similar internal representations. Researchers discovered a geometric invariant called the cross-architecture substrate, which remains consistent across various visual domains.
✦ Why It Matters
Engineers can leverage the cross-architecture substrate to improve model transferability and domain detection in vision tasks.
Key Takeaways
Full Summary
Vision neural networks are designed to handle diverse tasks like image classification and reconstruction, yet they surprisingly share similar internal representations after training. Researchers identified a geometric invariant termed the cross-architecture substrate, which was analyzed using techniques like Principal Component Analysis (PCA) and centered kernel alignment (CKA).
This substrate demonstrated strong consistency across multiple visual domains, achieving a median Procrustes-CKA score of 0.679 across four domains and 0.604 across eight. It emerged early in training and significantly outperformed traditional methods in various applications, such as a label-free transferability filter and a domain detector with 99.6% accuracy.
Notably, it does not facilitate cross-modal transfers or predict transfer quality. These findings suggest that understanding this invariant can enhance the design and application of vision encoders.
Related