paper-with-me

홈 › Papers

Exploring Learned Representations of Neural Networks with Principal Component Analysis

2023-09-27 · Amit Harlev, Andrew Engel, Panos Stinis, Tony Chiang

Understanding feature representation for deep neural networks (DNNs) remains an open question within the general field of explainable AI. We use principal component analysis (PCA) to study the performance of a k-nearest neighbors classifier (k-NN), nearest class-centers classifier (NCC), and support vector machines on the learned layer-wise representations of a ResNet-18 trained on CIFAR-10. We show that in certain layers, as little as 20% of the intermediate feature-space variance is necessary for high-accuracy classification and that across all layers, the first ~100 PCs completely determine the performance of the k-NN and NCC classifiers. We relate our findings to neural collapse and provide partial evidence for the related phenomenon of intermediate neural collapse. Our preliminary work provides three distinct yet interpretable surrogate models for feature representation with an affine linear model the best performing. We also show that leveraging several surrogate models affords us a clever method to estimate where neural collapse may initially occur within the DNN.

📄 PDF Abstract BibTeX arXiv:2309.15328

Code (0)

등록된 구현이 없습니다.

Methods 이 논문이 사용한 방법론

k-NN $k$-Nearest Neighbors is a clustering-based algorithm for classification and regression. It is a a type of instance-based learning as it does not attempt to construct a…

Similar Papers 제목 키워드 기반

Blending Task Success and User Satisfaction: Analysis of Learned Dialogue Behaviour with Multiple Rewards

2021-07-01 · SIGDIAL (ACL) 2021 7 · Stefan Ultes, Wolfgang Maier

Recently, principal reward components for dialogue policy reinforcement learning use task success and user satisfaction independently and neither the resulting learned behaviour has been analysed nor a suitable proper an…

reinforcement-learningReinforcement Learning (RL)

Unsupervised Machine Learning for Exploratory Data Analysis of Exoplanet Transmission Spectra

2022-01-07 · Konstantin T. Matchev, Katia Matcheva, Alexander Roman

Transit spectroscopy is a powerful tool to decode the chemical composition of the atmospheres of extrasolar planets. In this paper we focus on unsupervised techniques for analyzing spectral data from transiting exoplanet…

Anomaly DetectionBIG-bench Machine LearningClusteringDimensionality Reduction

A New Basis for Sparse Principal Component Analysis

2020-07-01 · Fan Chen, Karl Rohe

Previous versions of sparse principal component analysis (PCA) have presumed that the eigen-basis (a $p \times k$ matrix) is approximately sparse. We propose a method that presumes the $p \times k$ matrix becomes approxi…

ClusteringDimensionality Reduction

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

Regularized Multivariate Functional Principal Component Analysis

2023-06-24 · Hossein Haghbin, Yue Zhao, Mehdi Maadooliat

Multivariate Functional Principal Component Analysis (MFPCA) is a valuable tool for exploring relationships and identifying shared patterns of variation in multivariate functional data. However, controlling the roughness…