CNS: Concept Neuron Selection—the proposed method to identify and update only neurons specific to a new concept
LoRA: Low-Rank Adaptation—a parameter-efficient fine-tuning technique that freezes pre-trained weights and injects trainable rank decomposition matrices
Cross-attention: A mechanism in diffusion models where text conditions influence the image generation process; the weights W_k and W_v are the focus of this paper
Base neurons: Neurons in the cross-attention layers that activate strongly for the specific images of the target concept
General neurons: Neurons that activate strongly across a diverse set of general prompts, indicating they are responsible for general image synthesis rather than specific concepts
Concept neurons: The subset of neurons obtained by removing General neurons from Base neurons; these are the only ones updated for personalization
Catastrophic forgetting: The tendency of a neural network to completely lose previously learned information upon learning new information
Zero-shot generation: The ability of the model to generate images from text prompts it hasn't been explicitly fine-tuned on (e.g., standard objects)