In Star Wars Rebels, there was an E-XD-series infiltrator droid that could quickly take inventory of everything in a Rebel warehouse. With the advanced object recognition capabilities of modern AI, it’s only a matter of time before an app for Android can accurately and rapidly identify and store objects in real-time from video capture. This could be similar to a home inventory app where users only need to capture video and move around the house instead of taking pictures and labeling items. When do you think such an app will become available? Also, what is the closest app available right now?

edit: I didn’t say offline or on-device, I don’t know why everyone assumes that. I mean a service offered through an Android app.

  • @[email protected]
    link
    fedilink
    11
    edit-2
    1 year ago

    Modern AI, as you’re seeing it today, is processed by massive data centers online with thousands of processing units running in parallel, not by your local device. Your device would be way too slow to expect any sort of realtime object recognition, at least with the current state of technology.

    TL;DR - I don’t think it’ll happen anytime soon, at least not on your local device. It would take a super fast and steady connection to the AI service.

    • @[email protected]
      link
      fedilink
      10
      edit-2
      1 year ago

      Don’t underestimate the potential for optimization when you can constrain the problem to a narrow range of uses. Model pruning and custom silicon go far. Voice assistants used to be purely cloud compute, but a lot of common use cases are done on device now.

      • @[email protected]
        link
        fedilink
        61 year ago

        We’re not talking about image rendering, we’re talking about image recognition. Although they may seem related, they are not.

        It’s one thing to sling a 3D model and textures to a GPU, but it’s totally a different thing to take a photo and sling it against a humongous AI model being run at a datacenter with billions of images to compare it to.

        • @[email protected]
          link
          fedilink
          41 year ago

          image recognition is also done on gpus, a powerful enough gpu on say, a phone can do a variety of ai tasks

          a mobile integrated intel gpu can already do facial recognition on a video stream for example

          data centers have to be big because they centralize a lot of work

          • @[email protected]
            link
            fedilink
            3
            edit-2
            1 year ago

            Recognizing a face is one thing, that’s more or less just knowing certain geometries. Recognizing who that face actually is, or what model car that is, or whatever, requires processing through a huge database of information.

            Also, as of right now, not all AI systems are even smart enough to distinguish a human from a monkey. They both have faces yo…

              • @[email protected]
                link
                fedilink
                11 year ago

                No shit Watson, that’s my whole point. AI as anyone today knows it is cloud based, meaning you’re tethered to the internet. Your device can’t process it all by its little measly lonesome self.

    • @[email protected]
      link
      fedilink
      21 year ago

      Honestly, I expect some form of it in the next five years. Tech can move fast when it wants to and there’s 💵 involved.

  • @[email protected]
    link
    fedilink
    101 year ago

    There is an app called Object Detector which does this. It’s not particularly accurate and can’t recognize a lot of objects though. It does run on phones in realtime though.

  • @[email protected]
    link
    fedilink
    51 year ago

    An isolated phone, not for a while. A phone with a dedicated 5g connection would be pretty close.

  • @[email protected]
    link
    fedilink
    41 year ago

    Don’t know about an Android app but YOLOv8 Detect and similar models can detect objects in videos and classify them.

  • QubaXR
    link
    fedilink
    31 year ago

    GPT 4 with image uploads gets pretty damn close, though it’s not real-time and processed server side

  • Em Adespoton
    link
    fedilink
    21 year ago

    Think about what Apple currently has: dedicated ML processing chip with multiple cores, and yet the on-device object recognition is still an “overnight while plugged in” process for a single image, and only detects a limited number of object types.

    Real-time mobile offline OR is still the mythical “at least ten years out.” It needs improvements in processors, sample sets, training data and algorithms to get to real-time.

    • @[email protected]
      link
      fedilink
      81 year ago

      Yes, but OP is referring to realtime object recognition. Although we don’t have to wait very long for object recognition right now, we still have to wait a bit. That’s not quite realtime.

  • @[email protected]
    link
    fedilink
    11 year ago

    Not likely in the near future, probably not feasible in the long term either. It’s not just about recognising an object. You could write a program that recognises a screw but you’d need far more complicated sensors and algorithms to identify the dimensions, specific characteristics, material composition, design specifications, etc, then apply that to every screw, bolt, washer, small component and assembly, tubes, threaded rods, tyres, pistons, brake pads, resistors, capacitors, diodes, seals, consumables, etc.

    For a long time, I think that kind of thing would be wildly inaccurate, hugely expensive, massively complicated, and much less efficient than asking a human to kindly go over there and check all those things manually.