220
submitted 3 weeks ago* (last edited 3 weeks ago) by frogman@beehaw.org to c/technology@beehaw.org

New accessibility feature coming to Firefox, an "AI powered" alt-text generator.


"Starting in Firefox 130, we will automatically generate an alt text and let the user validate it. So every time an image is added, we get an array of pixels we pass to the ML engine and a few seconds after, we get a string corresponding to a description of this image (see the code).

...

Our alt text generator is far from perfect, but we want to take an iterative approach and improve it in the open.

...

We are currently working on improving the image-to-text datasets and model with what we’ve described in this blog post..."

you are viewing a single comment's thread
view the rest of the comments
[-] Kissaki@beehaw.org 4 points 3 weeks ago* (last edited 3 weeks ago)

So, planned experimentation and availabiltiy

  1. PDF editor when adding an image in Firefox 130
  2. PDF reading
  3. [hopefully] general web browsing

Sounds like a good plan.


Once quantized, these models can be under 200MB on disk, and run in a couple of seconds on a laptop – a big reduction compared to the gigabytes and resources an LLM requires.

While a reasonable size for Laptop and desktop, the couple of seconds time could still be a bit of a hindrance. Nevertheless, a significant unblock for blind/text users.

I wonder what it would mean for mobile. If it's an optional accessibility feature, and with today's smartphones storage space I think it can work well though.


Running inference locally with small models offers many advantages:

They list 5 positives about using local models. On a blog targeting developers, I would wish if not expect them to list the downsides and weighing of the two sides too. As it is, it's promotional material, not honest, open, fully informing descriptions.

While they go into technical details about the architecture and technical implementation, I think the negatives are noteworthy, and the weighing could be insightful for readers.


So every time an image is added, we get an array of pixels we pass to the ML engine

~~An array of pixels doesn't make sense to me. Images can have different widths, so linear data with varying sectioning content would be awful for training.~~

~~I have to assume this was a technical simplification or unintended wording mistake for the article.~~

[-] grrgyle@slrpnk.net 2 points 3 weeks ago

I imagine it's a 2D array? So width would be captured by uhh like a[N].len.

It could be I'm misunderstanding you, because not not sure what you mean by:

linear data with varying sectioning content

[-] Kissaki@beehaw.org 2 points 3 weeks ago

Looking at Wikipedia on arrays, I think I'm just not used to array as terminology for multi-dimensional data structures. TIL

[-] pheet@sopuli.xyz 1 points 3 weeks ago

Might be a significant issue if more applications adopt these kind of festures and can’t share the resources in a meaningful way.

this post was submitted on 05 Jun 2024
220 points (100.0% liked)

Technology

37208 readers
224 users here now

Rumors, happenings, and innovations in the technology sphere. If it's technological news or discussion of technology, it probably belongs here.

Subcommunities on Beehaw:


This community's icon was made by Aaron Schneider, under the CC-BY-NC-SA 4.0 license.

founded 2 years ago
MODERATORS