paper-with-me

홈 › Papers

Revisiting Model Stitching to Compare Neural Representations

2021-06-14 · NeurIPS 2021 12 · Yamini Bansal, Preetum Nakkiran, Boaz Barak

We revisit and extend model stitching (Lenc & Vedaldi 2015) as a methodology to study the internal representations of neural networks. Given two trained and frozen models $A$ and $B$, we consider a "stitched model'' formed by connecting the bottom-layers of $A$ to the top-layers of $B$, with a simple trainable layer between them. We argue that model stitching is a powerful and perhaps under-appreciated tool, which reveals aspects of representations that measures such as centered kernel alignment (CKA) cannot. Through extensive experiments, we use model stitching to obtain quantitative verifications for intuitive statements such as "good networks learn similar representations'', by demonstrating that good networks of the same architecture, but trained in very different ways (e.g.: supervised vs. self-supervised learning), can be stitched to each other without drop in performance. We also give evidence for the intuition that "more is better'' by showing that representations learnt with (1) more data, (2) bigger width, or (3) more training time can be "plugged in'' to weaker models to improve performance. Finally, our experiments reveal a new structural property of SGD which we call "stitching connectivity'', akin to mode-connectivity: typical minima reached by SGD can all be stitched to each other with minimal change in accuracy.

📄 PDF Abstract BibTeX arXiv:2106.07682

Code (0)

등록된 구현이 없습니다.

Tasks

modelSelf-Supervised Learning

Methods 이 논문이 사용한 방법론

SGD Stochastic Gradient Descent is an iterative optimization technique that uses minibatches of data to form an expectation of the gradient, rather than the full gradient using…

Similar Papers 제목 키워드 기반

Model Stitching: Looking For Functional Similarity Between Representations

2023-03-20 · Adriano Hernandez, Rumen Dangovski, Peter Y. Lu, Marin Soljacic

Model stitching (Lenc & Vedaldi 2015) is a compelling methodology to compare different neural network representations, because it allows us to measure to what degree they may be interchanged. We expand on a previous work…

Revisiting Model Stitching In the Foundation Model Era

2026-03-12 · Zheda Mai, Ke Zhang, Fu-En Wang, Zixiao Ken Wang 외 arxiv

Model stitching, connecting early layers of one model (source) to later layers of another (target) via a light stitch layer, has served as a probe of representational compatibility. Prior work finds that models trained o…

Multiple Object Stitching for Unsupervised Representation Learning

2025-06-09 · Chengchao Shen, Dawei Liu, Jianxin Wang

Contrastive learning for single object centric images has achieved remarkable progress on unsupervised representation, but suffering inferior performance on the widespread images with multiple objects. In this paper, we …

Contrastive LearningObjectobject-detectionObject Detection+2

Context-Former: Stitching via Latent Conditioned Sequence Modeling

2024-01-29 · Ziqi Zhang, Jingzehua Xu, Jinxin Liu, Zifeng Zhuang 외

Offline reinforcement learning (RL) algorithms can learn better decision-making compared to behavior policies by stitching the suboptimal trajectories to derive more optimal ones. Meanwhile, Decision Transformer (DT) abs…

D4RLDecision MakingImitation LearningOffline RL+1

Better Patch Stitching for Parametric Surface Reconstruction

2020-10-14 · Zhantao Deng, Jan Bednařík, Mathieu Salzmann, Pascal Fua

Recently, parametric mappings have emerged as highly effective surface representations, yielding low reconstruction error. In particular, the latest works represent the target shape as an atlas of multiple mappings, whic…

Surface Reconstruction