paper-with-me

Papers

Benign Autoencoders

2022-10-02 · Semyon Malamud, Teng Andrea Xu, Antoine Didisheim

Recent progress in Generative Artificial Intelligence (AI) relies on efficient data representations, often featuring encoder-decoder architectures. We formalize the mathematical problem of finding the optimal encoder-decoder pair and characterize its solution, which we name the "benign autoencoder" (BAE). We prove that BAE projects data onto a manifold whose dimension is the optimal compressibility dimension of the generative problem. We highlight surprising connections between BAE and several recent developments in AI, such as conditional GANs, context encoders, stable diffusion, stacked autoencoders, and the learning capabilities of generative models. As an illustration, we show how BAE can find optimal, low-dimensional latent representations that improve the performance of a discriminator under a distribution shift. By compressing "malignant" data dimensions, BAE leads to smoother and more stable gradients.

📄 PDF Abstract BibTeX arXiv:2210.00637

Code (1)

tengandreaxu/benign-autoencoders 공식 구현 pytorch

Tasks

DecoderDimensionality Reduction

Similar Papers 제목 키워드 기반

Graph-Regularized Sparse Autoencoders for LLM Safety Steering

2025-12-07 · Jehyeok Yeon, Federico Cinus, Yifan Wu, Luca Luceri arxiv

Sparse autoencoders (SAEs) are increasingly used to extract activation directions for inference-time steering, but their standard sparsity objective treats latent features as independent. This prior can be poorly matched…

Preference Instability in Reward Models: Detection and Mitigation via Sparse Autoencoders

2026-05-07 · Shunchang Liu, Xin Chen, Belen Martin Urcelay, Francesco Croce arxiv

Preference learning in large language models relies on reward models as proxies for human judgment. However, these models frequently exhibit preference instability, producing contradictory preference assignments in respo…

OrthoEraser: Coupled-Neuron Orthogonal Projection for Concept Erasure

2026-03-12 · Chuancheng Shi, Wenhua Wu, Fei Shen, Xiaogang Zhu 외 arxiv

Text-to-image (T2I) models face significant safety risks from adversarial induction, yet current concept erasure methods often cause collateral damage to benign attributes when suppressing selected neurons entirely. This…

Synthetic Lung Nodule 3D Image Generation Using Autoencoders

2018-11-19 · Steve Kommrusch, Louis-Noël Pouchet

One of the challenges of using machine learning techniques with medical data is the frequent dearth of source image data on which to train. A representative example is automated lung cancer diagnosis, where nodule images…

BIG-bench Machine LearningImage GenerationLung Cancer Diagnosis

CRISP: Persistent Concept Unlearning via Sparse Autoencoders

2025-08-19 · Tomer Ashuach, Dana Arad, Aaron Mueller, Martin Tutek 외 arxiv

As large language models (LLMs) are increasingly deployed in real-world applications, the need to selectively remove unwanted knowledge while preserving model utility has become paramount. Recent work has explored sparse…