Inducing self-NSFW classification in image models to prevent deepfakes edits
Then I tried something a bit weirder: instead of fighting the model, I tried pushing it to classify uploaded images itself as NSFW, so it ends up triggering its own guardrails.
This turned out to be more interesting than expected. It’s inconsistent and definitely not robust, but in some cases relatively mild transformations are enough to flip the model’s internal safety classification on otherwise benign images.
This isn’t about bypassing safeguards, if anything, it’s the opposite. The idea is to intentionally stress the safety layer itself. I’m planning to open-source this as a small tool + UI once I can make the behavior more stable and reproducible, mainly as a way to probe and pre-filter moderation pipelines.
If it works reliably, even partially, it could at least raise the cost for people who get their kicks from abusing these systems.
5 comments
[ 4.2 ms ] story [ 24.1 ms ] threadIs it any more effective than (say) messing with its recognition so that any attempt to deepfake just ends up as garbled nonsense?
Can't help wondering if the censor models get tweaked more frequently and aggressively (also presumedly easier to low-pass on a detector than a generator, since lossiness doesn't impact final image)