paper-with-me

Papers

Concept Steerers: Leveraging K-Sparse Autoencoders for Controllable Generations

2025-01-31 · Dahye Kim, Deepti Ghadiyaram

Despite the remarkable progress in text-to-image generative models, they are prone to adversarial attacks and inadvertently generate unsafe, unethical content. Existing approaches often rely on fine-tuning models to remove specific concepts, which is computationally expensive, lack scalability, and/or compromise generation quality. In this work, we propose a novel framework leveraging k-sparse autoencoders (k-SAEs) to enable efficient and interpretable concept manipulation in diffusion models. Specifically, we first identify interpretable monosemantic concepts in the latent space of text embeddings and leverage them to precisely steer the generation away or towards a given concept (e.g., nudity) or to introduce a new concept (e.g., photographic style). Through extensive experiments, we demonstrate that our approach is very simple, requires no retraining of the base model nor LoRA adapters, does not compromise the generation quality, and is robust to adversarial prompt manipulations. Our method yields an improvement of $\mathbf{20.01\%}$ in unsafe concept removal, is effective in style manipulation, and is $\mathbf{\sim5}$x faster than current state-of-the-art.

📄 PDF Abstract BibTeX arXiv:2501.19066

Code (1)

kim-dahye/steerers 공식 구현 pytorch

Methods 이 논문이 사용한 방법론

Diffusion Diffusion models generate samples by gradually removing noise from a signal, and their training objective can be expressed as a reweighted variational lower-bound…
BASE 설명 없음

Similar Papers 제목 키워드 기반

Affine steerers for structured keypoint description

2024-08-26 · Georg Bökman, Johan Edstedt, Michael Felsberg, Fredrik Kahl

We propose a way to train deep learning based keypoint descriptors that makes them approximately equivariant for locally affine transformations of the image plane. The main idea is to use the representation theory of GL(…

Concept-SAE: A Controllable and Invertible Concept Interface for Sparse Autoencoders

2025-09-26 · Jianrong Ding, Muxi Chen, Chenchen Zhao, Qiang Xu arxiv

Standard Sparse Autoencoders (SAEs) excel at discovering a dictionary of a model's learned features, providing a powerful lens for passive feature discovery. However, this passive nature makes it difficult to systematica…

Steering Vision-Language Models with Joint Sparse Autoencoders

2026-06-24 · Huizhen Shu, Xuying Li, Hongxu Lin, Wenjie Sun 외 arxiv

Sparse Autoencoders (SAEs) have shown promise for analyzing language models, but applying them to vision-language models (VLMs) often yields representations that are difficult to use as controllable cross-modal steering …

Sparse Concept Anchoring for Interpretable and Controllable Neural Representations

2025-12-13 · Sandy Fraser, Patryk Wielopolski arxiv

We introduce Sparse Concept Anchoring, a method that biases latent space to position a targeted subset of concepts while allowing others to self-organize, using only minimal supervision (labels for <0.1% of examples per …

Steerers: A framework for rotation equivariant keypoint descriptors

2023-12-04 · CVPR 2024 1 · Georg Bökman, Johan Edstedt, Michael Felsberg, Fredrik Kahl

Image keypoint descriptions that are discriminative and matchable over large changes in viewpoint are vital for 3D reconstruction. However, descriptions output by learned descriptors are typically not robust to camera ro…

3D ReconstructionData Augmentation