paper-with-me

Papers

Isometric Autoencoders

2020-06-16 · Amos Gropp, Matan Atzmon, Yaron Lipman

High dimensional data is often assumed to be concentrated on or near a low-dimensional manifold. Autoencoders (AE) is a popular technique to learn representations of such data by pushing it through a neural network with a low dimension bottleneck while minimizing a reconstruction error. Using high capacity AE often leads to a large collection of minimizers, many of which represent a low dimensional manifold that fits the data well but generalizes poorly. Two sources of bad generalization are: extrinsic, where the learned manifold possesses extraneous parts that are far from the data; and intrinsic, where the encoder and decoder introduce arbitrary distortion in the low dimensional parameterization. An approach taken to alleviate these issues is to add a regularizer that favors a particular solution; common regularizers promote sparsity, small derivatives, or robustness to noise. In this paper, we advocate an isometry (i.e., local distance preserving) regularizer. Specifically, our regularizer encourages: (i) the decoder to be an isometry; and (ii) the encoder to be the decoder's pseudo-inverse, that is, the encoder extends the inverse of the decoder to the ambient space by orthogonal projection. In a nutshell, (i) and (ii) fix both intrinsic and extrinsic degrees of freedom and provide a non-linear generalization to principal component analysis (PCA). Experimenting with the isometry regularizer on dimensionality reduction tasks produces useful low-dimensional data representations.

📄 PDF Abstract BibTeX arXiv:2006.09289

Code (0)

등록된 구현이 없습니다.

Tasks

DecoderDimensionality Reduction

Methods 이 논문이 사용한 방법론

AE An autoencoder is a type of artificial neural network used to learn efficient data codings in an unsupervised manner. The aim of an autoencoder is to learn a representation…

Similar Papers 제목 키워드 기반

Nonlinear Isometric Manifold Learning for Injective Normalizing Flows

2022-03-08 · Eike Cramer, Felix Rauh, Alexander Mitsos, Raúl Tempone 외

To model manifold data using normalizing flows, we employ isometric autoencoders to design embeddings with explicit inverses that do not distort the probability distribution. Using isometries separates manifold learning …

Density EstimationModel Selection

Learning Ordered Representations in Latent Space for Intrinsic Dimension Estimation via Principal Component Autoencoder

2026-01-27 · Qipeng Zhan, Zhuoping Zhou, Zexuan Wang, Li Shen arxiv

Autoencoders have long been considered a nonlinear extension of Principal Component Analysis (PCA). Prior studies have demonstrated that linear autoencoders (LAEs) can recover the ordered, axis-aligned principal componen…

Dimensionality Reduction

Regularized Autoencoders for Isometric Representation Learning

2021-09-29 · ICLR 2022 4 · Yonghyeon LEE, Sangwoong Yoon, MinJun Son, Frank C. Park

The recent success of autoencoders for representation learning can be traced in large part to the addition of a regularization term. Such regularized autoencoders ``constrain" the representation so as to prevent overfitt…

Information RetrievalRepresentation LearningRetrieval

Topological Autoencoders++: Fast and Accurate Cycle-Aware Dimensionality Reduction

2025-02-27 · Mattéo Clémot, Julie Digne, Julien Tierny

This paper presents a novel topology-aware dimensionality reduction approach aiming at accurately visualizing the cyclic patterns present in high dimensional data. To that end, we build on the Topological Autoencoders (T…

Dimensionality Reduction

Deep Isometric Learning for Visual Recognition

2020-06-30 · ICML 2020 1 · Haozhi Qi, Chong You, Xiaolong Wang, Yi Ma 외

Initialization, normalization, and skip connections are believed to be three indispensable techniques for training very deep convolutional neural networks and obtaining state-of-the-art performance. This paper shows that…