paper-with-me

Papers

Exploring the Common Principal Subspace of Deep Features in Neural Networks

2021-10-06 · Haoran Liu, Haoyi Xiong, Yaqing Wang, Haozhe An, Dongrui Wu, Dejing Dou

We find that different Deep Neural Networks (DNNs) trained with the same dataset share a common principal subspace in latent spaces, no matter in which architectures (e.g., Convolutional Neural Networks (CNNs), Multi-Layer Preceptors (MLPs) and Autoencoders (AEs)) the DNNs were built or even whether labels have been used in training (e.g., supervised, unsupervised, and self-supervised learning). Specifically, we design a new metric $\mathcal{P}$-vector to represent the principal subspace of deep features learned in a DNN, and propose to measure angles between the principal subspaces using $\mathcal{P}$-vectors. Small angles (with cosine close to $1.0$) have been found in the comparisons between any two DNNs trained with different algorithms/architectures. Furthermore, during the training procedure from random scratch, the angle decrease from a larger one ($70^\circ-80^\circ$ usually) to the small one, which coincides the progress of feature space learning from scratch to convergence. Then, we carry out case studies to measure the angle between the $\mathcal{P}$-vector and the principal subspace of training dataset, and connect such angle with generalization performance. Extensive experiments with practically-used Multi-Layer Perceptron (MLPs), AEs and CNNs for classification, image reconstruction, and self-supervised learning tasks on MNIST, CIFAR-10 and CIFAR-100 datasets have been done to support our claims with solid evidences. Interpretability of Deep Learning, Feature Learning, and Subspaces of Deep Features

📄 PDF Abstract BibTeX arXiv:2110.02863

Code (0)

등록된 구현이 없습니다.

Tasks

Image ReconstructionSelf-Supervised Learning

Similar Papers 제목 키워드 기반

Common Mode Patterns for Supervised Tensor Subspace Learning

2019-02-06 · Konstantinos Makantasis, Anastasios Doulamis, Nikolaos Doulamis, Athanasios Voulodimos

In this work we propose a method for reducing the dimensionality of tensor objects in a binary classification framework. The proposed Common Mode Patterns method takes into consideration the labels' information, and ensu…

Binary ClassificationGeneral Classification

Exploring the Linear Subspace Hypothesis in Gender Bias Mitigation

2020-09-20 · EMNLP 2020 11 · Francisco Vargas, Ryan Cotterell

Bolukbasi et al. (2016) presents one of the first gender bias mitigation techniques for word representations. Their method takes pre-trained word representations as input and attempts to isolate a linear subspace that ca…

Word Embeddings

MiLoRA: Harnessing Minor Singular Components for Parameter-Efficient LLM Finetuning

2024-06-13 · Hanqing Wang, Yixia Li, Shuo Wang, Guanhua Chen 외

Efficient finetuning of large language models (LLMs) aims to adapt the LLMs with reduced computational and memory cost. Previous LoRA-based approaches initialize the low-rank matrices with Gaussian distribution and zero …

Instruction FollowingMathvisual instruction following

Forecast the Principal, Stabilize the Residual: Subspace-Aware Feature Caching for Efficient Diffusion Transformers

2026-01-12 · Guantao Chen, Shikang Zheng, Yuqi Lin, Linfeng Zhang arxiv

Diffusion Transformer (DiT) models have achieved unprecedented quality in image and video generation, yet their iterative sampling process remains computationally prohibitive. To accelerate inference, feature caching met…

Video Generation

EPA: Neural Collapse Inspired Robust Out-of-Distribution Detector

2024-01-03 · Jiawei Zhang, Yufan Chen, Cheng Jin, Lei Zhu 외

Out-of-distribution (OOD) detection plays a crucial role in ensuring the security of neural networks. Existing works have leveraged the fact that In-distribution (ID) samples form a subspace in the feature space, achievi…

Out of Distribution (OOD) Detection