paper-with-me

Papers

Exploring Causes of Representational Similarity in Machine Learning Models

2025-05-20 · Zeyu Michael Li, Hung Anh Vu, Damilola Awofisayo, Emily Wenger

Numerous works have noted significant similarities in how machine learning models represent the world, even across modalities. Although much effort has been devoted to uncovering properties and metrics on which these models align, surprisingly little work has explored causes of this similarity. To advance this line of inquiry, this work explores how two possible causal factors -- dataset overlap and task overlap -- influence downstream model similarity. The exploration of dataset overlap is motivated by the reality that large-scale generative AI models are often trained on overlapping datasets of scraped internet data, while the exploration of task overlap seeks to substantiate claims from a recent work, the Platonic Representation Hypothesis, that task similarity may drive model similarity. We evaluate the effects of both factors through a broad set of experiments. We find that both positively correlate with higher representational similarity and that combining them provides the strongest effect. Our code and dataset are published.

📄 PDF Abstract BibTeX arXiv:2505.13899

Code (1)

lizeyu090312/reprsimcauses 공식 구현 pytorch

Methods 이 논문이 사용한 방법론

SET Dynamic Sparse Training method where weight mask is updated randomly periodically

Similar Papers 제목 키워드 기반

Exploring new ways: Enforcing representational dissimilarity to learn new features and reduce error consistency

2023-07-05 · Tassilo Wald, Constantin Ulrich, Fabian Isensee, David Zimmerer 외

Independently trained machine learning models tend to learn similar features. Given an ensemble of independently trained models, this results in correlated predictions and common failure modes. Previous attempts focusing…

Anatomy of Catastrophic Forgetting: Hidden Representations and Task Semantics

2020-07-14 · ICLR 2021 1 · Vinay V. Ramasesh, Ethan Dyer, Maithra Raghu

A central challenge in developing versatile machine learning systems is catastrophic forgetting: a model trained on tasks in sequence will suffer significant performance drops on earlier tasks. Despite the ubiquity of ca…

AnatomySplit-CIFAR-10

Measuring Compositionality in Representation Learning

2019-02-19 · ICLR 2019 5 · Jacob Andreas

Many machine learning algorithms represent input data with vector embeddings or discrete codes. When inputs exhibit compositional structure (e.g. objects built from parts or procedures from subroutines), it is natural to…

BIG-bench Machine LearningRepresentation Learning

ReSi: A Comprehensive Benchmark for Representational Similarity Measures

2024-08-01 · Max Klabunde, Tassilo Wald, Tobias Schumacher, Klaus Maier-Hein 외

Measuring the similarity of different representations of neural architectures is a fundamental task and an open research challenge for the machine learning community. This paper presents the first comprehensive benchmark…

Comparing and Integrating Different Notions of Representational Correspondence in Neural Systems

2025-09-25 · Jialin Wu, Shreya Saha, Yiqing Bo, Meenakshi Khosla arxiv

The extent to which different biological and artificial neural systems rely on equivalent internal representations to support similar tasks remains a central question in neuroscience and machine learning. Prior work typi…