• 1 Post
  • 71 Comments
Joined 1 year ago
cake
Cake day: June 21st, 2023

help-circle














  • You’d have to read the article to know what they’re getting at.

    The use case provided was for businesses like a car wash that puts a sticker on a car windshield. The ML model would be able to detect if the customer attempted to transfer the sticker from one car to another.

    A pretrained ML model to detect this is actually a very good use case.

    However, I think the implimentation of this as an “anti-tampering detector” is a dangerous route to tread since there are other factors that need to be considered.


  • To clarify what OP meant by his ‘AI’ statement

    The system uses AI to compare glue patterns […]

    The researchers noticed that if someone attempted to remove a tag from a product, it would slightly alter the glue with metal particles making the original signature slightly different. To counter this they trained a model:

    The researchers produced a light-powered antitampering tag that is about 4 square millimeters in size. They also demonstrated a machine-learning model that helps detect tampering by identifying similar glue pattern fingerprints with more than 99 percent accuracy.

    It’s a good use case for an ML model.

    In my opinion, this should only be used for continuing to detect the product itself.
    The danger that I can see with this product would be a decision made by management thinking that they can rely on this to detect tampering without considering other factors.

    The use case provided in the article was for something like a car wash sticker placed on a customers car.

    If the customer tried to peel it off and reattach it to a different car, the business could detect that as tampering.

    However, in my opinion, there are a number of other reasons where this model could falsely accuse someone of tampering:

    • Temperature swings. A hot day could warp the glue/sticker slightly which would cause the antitampering device to go off the next time it’s scanned.
    • Having to get the windshield replaced because of damage/cracks. The customer would transfer the sticker and unknowingly void the sticker.
    • Kids, just don’t underestimate them.

    In the end, most management won’t really understand this device well beyond statements like, “You can detect tampering with more than 99 percent accuracy!” And, unless they inform the customers of how the anti-tampering works, Customers won’t understand why they’re being accused of tampering with the sticker.




  • AI is a very broad topic. Unless you only want to talk about Large Language Models (like ChatGPT) or AI Image Generators (Midjourney) there are a lot of uses for AI that you seem to not be considering.

    It’s great for upscaling old videos: (this would fall under image generating AI since it can be used for colorizing, improving details, and adding in additional frames) so that you end up with something like: https://www.youtube.com/watch?v=hZ1OgQL9_Cw

    It’s useful for scanning an image for text and being able to copy it out (OCR).

    It’s excellent if you’re deaf, or sitting in a lobby with a muted live broadcast and want to see what is being said with closed captions (Speech to Text).

    Flying your own drone with object detection/avoidance.

    There’s a lot more, but basically, it’s great at taking mundane tasks where you’re stuck doing the same (or similar) thing over, and over, and over again, and automating it.