TL;DR MIT researchers have developed an antitampering ID tag that is tiny, cheap, and secure. It is several times smaller and significantly cheaper than the traditional radio frequency tags that are used to verify product authenticity. The tags use glue containing microscopic metal particles. This glue forms unique patterns that can be detected using terahertz waves. The system uses AI to compare glue patterns and calculate their similarity. The tags could be used to authenticate items too small for traditional RFIDs.

  • TheOneCurly
    link
    fedilink
    English
    arrow-up
    53
    arrow-down
    1
    ·
    4 months ago

    We made a tag that can’t be reliably and deterministically scanned so we also included a machine learning model that takes a good guess at it.

    I just don’t see how you could possibly rely on a black box model for anything important. You have no way to mathematically prove if there are collisions in the model output or not, and newer versions of the model can’t be made backwards compatible. So if you have a database of thousands of these tags scanned, then they discover a critical vulnerability and provide a new model, you’re SOL and everything you have is worthless.

    • TimeSquirrel@kbin.social
      link
      fedilink
      arrow-up
      11
      ·
      4 months ago

      Can you imagine your house doorknob had to think about the shape of your key before letting you in, and then have the possibility of just saying “No. Not today.”?

    • lemmyvore@feddit.nl
      link
      fedilink
      English
      arrow-up
      6
      arrow-down
      1
      ·
      4 months ago

      If there were collisions in the output you’d see them while scanning those thousands of entries. And if they release a new model you can use it going forward and keep scanning the old items with the old one.

      This happens in inventory sometimes, new technology comes out, you have to update asset tags.

      • Hacksaw@lemmy.ca
        link
        fedilink
        English
        arrow-up
        3
        arrow-down
        2
        ·
        edit-2
        4 months ago

        Tell me you’ve never developed commercial security software without telling me. “If it works a few thousand times without collisions it should be reliable enough”. That’s not even good enough for tamper proof seals on medication and yogurt jars let alone applications that require the sender and recipient to use a dedicated tetrahertz scanner to validate.

        … Damn AI fanboys smh

        • lemmyvore@feddit.nl
          link
          fedilink
          English
          arrow-up
          5
          arrow-down
          1
          ·
          4 months ago

          Nobody said anything about security applications, lol. It’s a proof of concept and you’re getting all worked up over complete hypotheticals. Where did you even get the idea that it would have collisions within thousands?

          In security applications you need to account for actors with a marked interest in causing a collision but in an inventory scenario you simply generate IDs randomly until you get one that’s not a duplicate. There’s no problem using a hash algorithm with collisions if the probability is small enough. There are tons of scientific labs using MD5, btw.

    • Lmaydev@programming.dev
      link
      fedilink
      English
      arrow-up
      2
      ·
      4 months ago

      It’s used to identify similarities in glue patterns. In what way wouldn’t this be backwards compatible? New versions would just be better at it.