Controlling the image generation process with parametric activation functions
Ilia Pavlov
TL;DR
The paper addresses the scarcity of interpretable tools for controlling image-generative models by enabling users to replace static activations with parametric variants and adjust their parameters through a GUI. It demonstrates the approach on StyleGAN2 and BigGAN trained on FFHQ and ImageNet, respectively, and shows how mapping and early generator layers respond to activation changes. The method introduces several activations, including SinLU, ReLUN, ShiLU, and a polynomial form, controlled by parameters $a$, $b$, $n$, and $w_i$, respectively. The work provides a practical, interactive framework for exploring internal mechanisms of image generation with educational value and acknowledges the need for a user study and guided control improvements.
Abstract
As image generative models continue to increase not only in their fidelity but also in their ubiquity the development of tools that leverage direct interaction with their internal mechanisms in an interpretable way has received little attention In this work we introduce a system that allows users to develop a better understanding of the model through interaction and experimentation By giving users the ability to replace activation functions of a generative network with parametric ones and a way to set the parameters of these functions we introduce an alternative approach to control the networks output We demonstrate the use of our method on StyleGAN2 and BigGAN networks trained on FFHQ and ImageNet respectively.
