paper-with-me

홈 › Papers

Loss Landscapes of Regularized Linear Autoencoders

2019-01-23 · Daniel Kunin, Jonathan M. Bloom, Aleksandrina Goeva, Cotton Seed

Autoencoders are a deep learning model for representation learning. When trained to minimize the distance between the data and its reconstruction, linear autoencoders (LAEs) learn the subspace spanned by the top principal directions but cannot learn the principal directions themselves. In this paper, we prove that $L_2$-regularized LAEs are symmetric at all critical points and learn the principal directions as the left singular vectors of the decoder. We smoothly parameterize the critical manifold and relate the minima to the MAP estimate of probabilistic PCA. We illustrate these results empirically and consider implications for PCA algorithms, computational neuroscience, and the algebraic topology of learning.

📄 PDF Abstract BibTeX arXiv:1901.08168

Code (2)

danielkunin/Regularized-Linear-Autoencoders 공식 구현 tf
gknilsen/PCA_tests

Tasks

DecoderRepresentation Learning

Methods 이 논문이 사용한 방법론

PCA Principle Components Analysis (PCA) is an unsupervised method primary used for dimensionality reduction within machine learning. PCA is calculated via a singular value…

Similar Papers 제목 키워드 기반

Non-linear, Sparse Dimensionality Reduction via Path Lasso Penalized Autoencoders

2021-02-22 · Oskar Allerbo, Rebecka Jörnsten

High-dimensional data sets are often analyzed and explored via the construction of a latent low-dimensional space which enables convenient visualization and efficient predictive modeling or clustering. For complex data s…

ClusteringDimensionality Reduction

Feature-metric Loss for Self-supervised Learning of Depth and Egomotion

2020-07-21 · ECCV 2020 8 · Chang Shu, Kun Yu, Zhixiang Duan, Kuiyuan Yang

Photometric loss is widely used for self-supervised depth and egomotion estimation. However, the loss landscapes induced by photometric differences are often problematic for optimization, caused by plateau landscapes for…

Depth EstimationMonocular Depth EstimationSelf-Supervised LearningVisual Odometry

Neural network optimization strategies and the topography of the loss landscape

2026-02-24 · Jianneng Yu, Alexandre V. Morozov arxiv

Neural networks are trained by optimizing multi-dimensional sets of fitting parameters on non-convex loss landscapes. Low-loss regions of the landscapes correspond to the parameter sets that perform well on the training …

What can linear interpolation of neural network loss landscapes tell us?

2021-06-30 · Tiffany Vlaar, Jonathan Frankle

Studying neural network loss landscapes provides insights into the nature of the underlying optimization problems. Unfortunately, loss landscapes are notoriously difficult to visualize in a human-comprehensible fashion. …

Error Bound Analysis for the Regularized Loss of Deep Linear Neural Networks

2025-02-16 · Po Chen, Rujun Jiang, Peng Wang

The optimization foundations of deep linear networks have received significant attention lately. However, due to the non-convexity and hierarchical structure, analyzing the regularized loss of deep linear networks remain…