A sex offender convicted of making more than 1,000 indecent images of children has been banned from using any “AI creating tools” for the next five years in the first known case of its kind.

Anthony Dover, 48, was ordered by a UK court “not to use, visit or access” artificial intelligence generation tools without the prior permission of police as a condition of a sexual harm prevention order imposed in February.

The ban prohibits him from using tools such as text-to-image generators, which can make lifelike pictures based on a written command, and “nudifying” websites used to make explicit “deepfakes”.

Dover, who was given a community order and £200 fine, has also been explicitly ordered not to use Stable Diffusion software, which has reportedly been exploited by paedophiles to create hyper-realistic child sexual abuse material, according to records from a sentencing hearing at Poole magistrates court.

  • @shneancy@lemmy.world
    link
    fedilink
    English
    -82 months ago

    counter point:

    if you have a folder of AI generated CP and put in a couple of pictures of actual CP it’s going to muddle the case as the offender could claim all of them are simply AI generated. Real harm could go unnoticed if those two were to be treated differently.

    Additionally, not every offender will stop at AI generated images, and if their curiosity becomes enough they could go on to want to experience “the real thing”.

    • @Lumisal@lemmy.world
      link
      fedilink
      English
      162 months ago

      You do realize that slippery slope argument is what’s used when it comes to banning anything else, right?

      “Can’t legalize marijuana or people will start wanting to do meth” for example.

      • @shneancy@lemmy.world
        link
        fedilink
        English
        -122 months ago

        I don’t believe those two are comparable.

        Weed and meth are rather different in how they affect people.

        AI images are often used as a way to imitate reality

        • @yokonzo@lemmy.world
          link
          fedilink
          English
          62 months ago

          It doesn’t matter if you believe it, for those who lived through D.A.R.E and the war on drugs, that argument was common and on plenty of people’s lips. It’s a stupid argument but I think that’s the point OP is trying to make

          • @shneancy@lemmy.world
            link
            fedilink
            English
            -52 months ago

            then why is that person repeating a stupid argument at me? those aren’t comparable at all.

            A better comparison would be idk, CBD weed with no THC being legal and that being the “gateway” to normal weed. Or buying a knock off product and wanting to try the original. Or looking at AI generated photos people eating spaghetting and wanting to see how it actually looks like

            • NιƙƙιDιɱҽʂ
              link
              fedilink
              English
              32 months ago

              It’s a stupid argument being juxtaposed with your argument…you’re so close, you got this.

    • @Allero
      link
      English
      62 months ago

      I think the solution here is not banning AI materials outright but to make them identifiable - even by means of digital signatures if you want.

      For example, Stable Diffusion could insert particular piece of metadata into the picture containing the signature and proving the image is AI-generated, etc.

      Without AI materials, said curiosity may lead people straight to the “real thing”, and every darknet or even Telegram dweller will tell you it’s frighteningly easy to find it even if you never intended to. With AI materials, people can have a chance to stop there.

      • @shneancy@lemmy.world
        link
        fedilink
        English
        12 months ago

        meta data is trivially easy to strip off a picture, you don’t even need to bother using tools for it - just take a screenshot and delete the original

        • @Allero
          link
          English
          2
          edit-2
          2 months ago

          Can be baked in pixels, or even better sent to identification for a system similar to what Apple uses to detect CSAM, but as an “alright” ID (but just in police’s hands, not on device or something).

          • Bob Robertson IX
            link
            fedilink
            English
            02 months ago

            But even then, if every pixel gets marked as ‘created by AI’, it would still be trivial to take real CSAM and run it through an image-to-image generator with denoising turned down to 0.05 and suddenly you have real CSAM that has been marked as ‘legal’ since it is technically AI generated.

            Also, keep in mind that there are several open source projects out there where anyone who knows what they are doing could just strip out any protections that might be put in place.

            • @Allero
              link
              English
              12 months ago

              Apple-like ID system solves the latter by technical means.

              As per image-to-image, feeding the model with recognised CSAM should be unavailable to begin with.

        • @hikaru755@feddit.de
          link
          fedilink
          English
          12 months ago

          Yeah but the point is you can’t easily add it to any picture you want (if it’s implemented well), thus providing a way to prove that the pictures were created using AI and no harm has been done to children in their creation. It would be a valid solution to the “easy to hide actual CSAM between AI generated pictures” problem.

          • @Syn_Attck
            link
            English
            1
            edit-2
            2 months ago

            you can’t easily add it to any picture you want (if it’s implemented well

            Edit for the downvoters: StackExchange - How do I add exif data to an image?

            Going to need you to elaborate on this. EXIF data is just bytes in a file, like any of the other bytes in the file. It can be changed and is often changed without the users consent. Are you proposing we create a new type of hardware, something akin to Secure Enclave, and then mass-produce and add it to every consumer CPU to ensure some specific types of exif data isn’t tampered with?

            • @jkrtn@lemmy.ml
              link
              fedilink
              English
              12 months ago

              I disagree that it should be allowed, but I think their proposal would be something like attaching an identifier to the model, the random seed, the “temperature,” and any other relevant parameters that allow exact reproduction of the image without having access to anything but the model. Then you can prove it came from the model.

              Here’s a thought experiment, though, what would prevent someone from taking a real image and a model, then working with them until they can reproduce a very close approximation of the real image from text and parameter input? These models aren’t like a hash function, they can be viewed in reverse to some extent. Backpropagation is how they are trained.

            • @hikaru755@feddit.de
              link
              fedilink
              English
              12 months ago

              I was thinking of an approach based on cryptographic signatures. If all images that come from a certain AI model are signed with a digital certificate, you can tamper with metadata all you want, you’re not gonna be able to produce the correct signature to add to an image unless you have access to the certificate’s private key. This technology has been around for ages and is used in every web browser and would be pretty simple to implement.

              The only weak point with this approach would be that it relies on the private key not being publicly accessible, which makes this a lot harder or maybe even impossible to implement for open source models that anyone can run on their own hardware. But then again, at least for what we’re talking about here, the goal wouldn’t need to be a system covering every model, just one that makes at least a couple models safe to use for this specific purpose.

              I guess the more practical question is whether this would be helpful for any other use case. Because if not, I hardly doubt it’s gonna be implemented. Nobody is gonna want the PR nightmare of building a feature with no other purpose than to help pedophiles generate stuff to get off to “safely”, no matter how well intentioned

        • @Allero
          link
          English
          12 months ago

          The fact that digital signatures don’t work like that and sign specific content.

          It’s a mathematical procedure that involves the data being signed. If you apply it to any other content - the sign won’t be valid.