paper-with-me

홈 › Papers

Representation Selection via Cross-Model Agreement using Canonical Correlation Analysis

2026-04-01 · Dylan B. Lewis, Jens Gregor, Hector Santos-Villalobos arxiv

Modern vision pipelines increasingly rely on pretrained image encoders whose representations are reused across tasks and models, yet these representations are often overcomplete and model-specific. We propose a simple, training-free method to improve the efficiency of image representations via a post-hoc canonical correlation analysis (CCA) operator. By leveraging the shared structure between representations produced by two pre-trained image encoders, our method finds linear projections that serve as a principled form of representation selection and dimensionality reduction, retaining shared semantic content while discarding redundant dimensions. Unlike standard dimensionality reduction techniques such as PCA, which operate on a single embedding space, our approach leverages cross-model agreement to guide representation distillation and refinement. The technique allows representations to be reduced by more than 75% in dimensionality with improved downstream performance, or enhanced at fixed dimensionality via post-hoc representation transfer from larger or fine-tuned models. Empirical results on ImageNet-1k, CIFAR-100, MNIST, and additional benchmarks show consistent improvements over both baseline and PCA-projected representations, with accuracy gains of up to 12.6%.

📄 PDF Abstract BibTeX arXiv:2604.00921

Code (0)

등록된 구현이 없습니다.

Tasks

Dimensionality Reduction

Similar Papers 제목 키워드 기반

Graph Canonical Correlation Analysis

2025-02-03 · Hongju Park, Shuyang Bai, Zhenyao Ye, Hwiyoung Lee 외

Canonical correlation analysis (CCA) is a widely used technique for estimating associations between two sets of multi-dimensional variables. Recent advancements in CCA methods have expanded their application to decipher …

Grouping effects of sparse CCA models in variable selection

2020-08-07 · Kefei Liu, Qi Long, Li Shen

The sparse canonical correlation analysis (SCCA) is a bi-multivariate association model that finds sparse linear combinations of two sets of variables that are maximally correlated with each other. In addition to the sta…

Variable Selection

Neural Networks Trained to Solve Differential Equations Learn General Representations

2018-06-29 · NeurIPS 2018 12 · Martin Magill, Faisal Qureshi, Hendrick W. de Haan

We introduce a technique based on the singular vector canonical correlation analysis (SVCCA) for measuring the generality of neural network layers across a continuously-parametrized set of tasks. We illustrate this metho…

Transfer Learning

Cross-domain recommender system using Generalized Canonical Correlation Analysis

2019-09-15 · Seyed Mohammad Hashemi, Mohammad Rahmati

Recommender systems provide personalized recommendations to the users from a large number of possible options in online stores. Matrix factorization is a well-known and accurate collaborative filtering approach for recom…

Collaborative FilteringRecommendation Systems

Sparse Weighted Canonical Correlation Analysis

2017-10-13 · Wenwen Min, Juan Liu, Shihua Zhang

Given two data matrices $X$ and $Y$, sparse canonical correlation analysis (SCCA) is to seek two sparse canonical vectors $u$ and $v$ to maximize the correlation between $Xu$ and $Yv$. However, classical and sparse CCA m…