Close Menu
Ztoog
    What's Hot
    Technology

    Calendar Planning to Create Work-Life Balance

    Crypto

    Coinbase Ranks As Second Largest ETH Staking Entity As Lido’s Dominance Raises Concerns

    Technology

    23andMe says private user data is up for sale after being scraped

    Important Pages:
    • About Us
    • Contact us
    • Privacy Policy
    • Terms & Conditions
    Facebook X (Twitter) Instagram Pinterest
    Facebook X (Twitter) Instagram Pinterest
    Ztoog
    • Home
    • The Future

      Any wall can be turned into a camera to see around corners

      JD Vance and President Trump’s Sons Hype Bitcoin at Las Vegas Conference

      AI may already be shrinking entry-level jobs in tech, new research suggests

      Today’s NYT Strands Hints, Answer and Help for May 26 #449

      LiberNovo Omni: The World’s First Dynamic Ergonomic Chair

    • Technology

      A Replit employee details a critical security flaw in web apps created using AI-powered app builder Lovable that exposes API keys and personal info of app users (Reed Albergotti/Semafor)

      Gemini in Google Drive can now help you skip watching that painfully long Zoom meeting

      Apple iPhone exports from China to the US fall 76% as India output surges

      Today’s NYT Wordle Hints, Answer and Help for May 26, #1437

      5 Skills Kids (and Adults) Need in an AI World – O’Reilly

    • Gadgets

      Future-proof your career by mastering AI skills for just $20

      8 Best Vegan Meal Delivery Services and Kits (2025), Tested and Reviewed

      Google Home is getting deeper Gemini integration and a new widget

      Google Announces AI Ultra Subscription Plan With Premium Features

      Google shows off Android XR-based glasses, announces Warby Parker team-up

    • Mobile

      Deals: the Galaxy S25 series comes with a free tablet, Google Pixels heavily discounted

      Microsoft is done being subtle – this new tool screams “upgrade now”

      Wallpaper Wednesday: Android wallpapers 2025-05-28

      Google can make smart glasses accessible with Warby Parker, Gentle Monster deals

      vivo T4 Ultra specs leak

    • Science

      Analysts Say Trump Trade Wars Would Harm the Entire US Energy Sector, From Oil to Solar

      Do we have free will? Quantum experiments may soon reveal the answer

      Was Planet Nine exiled from the solar system as a baby?

      How farmers can help rescue water-loving birds

      A trip to the farm where loofahs grow on vines

    • AI

      Rationale engineering generates a compact new tool for gene therapy | Ztoog

      The AI Hype Index: College students are hooked on ChatGPT

      Learning how to predict rare kinds of failures | Ztoog

      Anthropic’s new hybrid AI model can work on tasks autonomously for hours at a time

      AI learns how vision and sound are connected, without human intervention | Ztoog

    • Crypto

      GameStop bought $500 million of bitcoin

      CoinW Teams Up with Superteam Europe to Conclude Solana Hackathon and Accelerate Web3 Innovation in Europe

      Ethereum Net Flows Turn Negative As Bulls Push For $3,500

      Bitcoin’s Power Compared To Nuclear Reactor By Brazilian Business Leader

      Senate advances GENIUS Act after cloture vote passes

    Ztoog
    Home » Modeling and improving text stability in live captions – Google Research Blog
    AI

    Modeling and improving text stability in live captions – Google Research Blog

    Facebook Twitter Pinterest WhatsApp
    Modeling and improving text stability in live captions – Google Research Blog
    Share
    Facebook Twitter LinkedIn Pinterest WhatsApp

    Posted by Vikas Bahirwani, Research Scientist, and Susan Xu, Software Engineer, Google Augmented Reality

    Automatic speech recognition (ASR) expertise has made conversations extra accessible with live captions in distant conferencing software program, cellular purposes, and head-worn shows. However, to keep up real-time responsiveness, live caption techniques usually show interim predictions which can be up to date as new utterances are obtained. This may cause text instability (a “flicker” the place beforehand displayed text is up to date, proven in the captions on the left in the video under), which may impair customers’ studying expertise because of distraction, fatigue, and issue following the dialog.

    In “Modeling and Improving Text Stability in Live Captions”, introduced at ACM CHI 2023, we formalize this downside of text stability by a number of key contributions. First, we quantify the text instability by using a vision-based flicker metric that makes use of luminance distinction and discrete Fourier remodel. Second, we additionally introduce a stability algorithm to stabilize the rendering of live captions through tokenized alignment, semantic merging, and easy animation. Finally, we performed a person examine (N=123) to know viewers’ expertise with live captioning. Our statistical evaluation demonstrates a powerful correlation between our proposed flicker metric and viewers’ expertise. Furthermore, it exhibits that our proposed stabilization strategies considerably improves viewers’ expertise (e.g., the captions on the precise in the video above).

    Raw ASR captions vs. stabilized captions

    Metric

    Inspired by earlier work, we suggest a flicker-based metric to quantify text stability and objectively consider the efficiency of live captioning techniques. Specifically, our aim is to quantify the glint in a grayscale live caption video. We obtain this by evaluating the distinction in luminance between particular person frames (frames in the figures under) that represent the video. Large visible modifications in luminance are apparent (e.g., addition of the phrase “bright” in the determine on the underside), however delicate modifications (e.g., replace from “… this gold. Nice..” to “… this. Gold is nice”) could also be troublesome to discern for readers. However, changing the change in luminance to its constituting frequencies exposes each the apparent and delicate modifications.

    Thus, for every pair of contiguous frames, we convert the distinction in luminance into its constituting frequencies utilizing discrete Fourier remodel. We then sum over every of the low and excessive frequencies to quantify the glint in this pair. Finally, we common over all the frame-pairs to get a per-video flicker.

    For occasion, we are able to see under that two an identical frames (high) yield a flicker of 0, whereas two non-identical frames (backside) yield a non-zero flicker. It is value noting that increased values of the metric point out excessive flicker in the video and thus, a worse person expertise than decrease values of the metric.

    Illustration of the glint metric between two an identical frames.
    Illustration of the glint between two non-identical frames.

    Stability algorithm

    To enhance the stability of live captions, we suggest an algorithm that takes as enter already rendered sequence of tokens (e.g., “Previous” in the determine under) and the brand new sequence of ASR predictions, and outputs an up to date stabilized text (e.g., “Updated text (with stabilization)” under). It considers each the pure language understanding (NLU) side in addition to the ergonomic side (show, format, and so on.) of the person expertise in deciding when and learn how to produce a steady up to date text. Specifically, our algorithm performs tokenized alignment, semantic merging, and easy animation to attain this aim. In what follows, a token is outlined as a phrase or punctuation produced by ASR.

    We present (a) the beforehand already rendered text, (b) the baseline format of up to date text with out our merging algorithm, and (c) the up to date text as generated by our stabilization algorithm.

    Our algorithm deal with the problem of manufacturing stabilized up to date text by first figuring out three courses of modifications (highlighted in crimson, inexperienced, and blue under):

    1. Red: Addition of tokens to the top of beforehand rendered captions (e.g., “How about”).
    2. Green: Addition / deletion of tokens, in the center of already rendered captions.
      • B1: Addition of tokens (e.g., “I” and “buddies”). These might or might not have an effect on the general comprehension of the captions, however might result in format change. Such format modifications should not desired in live captions as they trigger vital jitter and poorer person expertise. Here “I” doesn’t add to the comprehension however “friends” does. Thus, it is very important stability updates with stability specifically for B1 sort tokens.
      • B2: Removal of tokens, e.g., “in” is eliminated in the up to date sentence.
    3. Blue: Re-captioning of tokens: This contains token edits which will or might not have an effect on the general comprehension of the captions.
      • C1: Proper nouns like “disney land” are up to date to “Disneyland”.
      • C2: Grammatical shorthands like “it is” are up to date to “It was”.
    Classes of modifications between beforehand displayed and up to date text.

    Alignment, merging, and smoothing

    To maximize text stability, our aim is to align the outdated sequence with the brand new sequence utilizing updates that make minimal modifications to the present format whereas making certain correct and significant captions. To obtain this, we leverage a variant of the Needleman-Wunsch algorithm with dynamic programming to merge the 2 sequences relying on the category of tokens as outlined above:

    • Case A tokens: We instantly add case A tokens, and line breaks as wanted to suit the up to date captions.
    • Case B tokens: Our preliminary research confirmed that customers most popular stability over accuracy for beforehand displayed captions. Thus, we solely replace case B tokens if the updates don’t break an current line format.
    • Case C tokens: We examine the semantic similarity of case C tokens by remodeling authentic and up to date sentences into sentence embeddings, measuring their dot-product, and updating them provided that they’re semantically completely different (similarity < 0.85) and the replace is not going to trigger new line breaks.

    Finally, we leverage animations to scale back visible jitter. We implement easy scrolling and fading of newly added tokens to additional stabilize the general format of the live captions.

    User analysis

    We performed a person examine with 123 members to (1) look at the correlation of our proposed flicker metric with viewers’ expertise of the live captions, and (2) assess the effectiveness of our stabilization strategies.

    We manually chosen 20 movies in YouTube to acquire a broad protection of subjects together with video conferences, documentaries, educational talks, tutorials, information, comedy, and extra. For every video, we chosen a 30-second clip with at the very least 90% speech.

    We ready 4 forms of renderings of live captions to check:

    1. Raw ASR: uncooked speech-to-text outcomes from a speech-to-text API.
    2. Raw ASR + thresholding: solely show interim speech-to-text outcome if its confidence rating is increased than 0.85.
    3. Stabilized captions: captions utilizing our algorithm described above with alignment and merging.
    4. Stabilized and easy captions: stabilized captions with easy animation (scrolling + fading) to evaluate whether or not softened show expertise helps enhance the person expertise.

    We collected person scores by asking the members to look at the recorded live captions and fee their assessments of consolation, distraction, ease of studying, ease of following the video, fatigue, and whether or not the captions impaired their expertise.

    Correlation between flicker metric and person expertise

    We calculated Spearman’s coefficient between the glint metric and every of the behavioral measurements (values vary from -1 to 1, the place damaging values point out a damaging relationship between the 2 variables, optimistic values point out a optimistic relationship, and zero signifies no relationship). Shown under, our examine demonstrates statistically vital ( < 0.001) correlations between our flicker metric and customers’ scores. The absolute values of the coefficient are round 0.3, indicating a average relationship.

    Behavioral Measurement         Correlation to Flickering Metric*
    Comfort -0.29

    Distraction 0.33

    Easy to learn -0.31

    Easy to comply with movies -0.29

    Fatigue 0.36

    Impaired Experience 0.31

    Spearman correlation exams of our proposed flickering metric. *p < 0.001.

    Stabilization of live captions

    Our proposed approach (stabilized easy captions) obtained persistently higher scores, vital as measured by the Mann-Whitney U check (p < 0.01 in the determine under), in 5 out of six aforementioned survey statements. That is, customers thought of the stabilized captions with smoothing to be extra comfy and simpler to learn, whereas feeling much less distraction, fatigue, and impairment to their expertise than different forms of rendering.

    User scores from 1 (Strongly Disagree) – 7 (Strongly Agree) on survey statements. (**: p<0.01, ***: p<0.001; ****: p<0.0001; ns: non-significant)

    Conclusion and future route

    Text instability in live captioning considerably impairs customers’ studying expertise. This work proposes a vision-based metric to mannequin caption stability that statistically considerably correlates with customers’ expertise, and an algorithm to stabilize the rendering of live captions. Our proposed resolution might be probably built-in into current ASR techniques to reinforce the usability of live captions for quite a lot of customers, together with these with translation wants or these with listening to accessibility wants.

    Our work represents a considerable step in direction of measuring and improving text stability. This might be developed to incorporate language-based metrics that target the consistency of the phrases and phrases used in live captions over time. These metrics might present a mirrored image of person discomfort because it pertains to language comprehension and understanding in real-world situations. We are additionally in conducting eye-tracking research (e.g., movies proven under) to trace viewers’ gaze patterns, reminiscent of eye fixation and saccades, permitting us to raised perceive the forms of errors which can be most distracting and learn how to enhance text stability for these.

    Illustration of monitoring a viewer’s gaze when studying uncooked ASR captions.

    Illustration of monitoring a viewer’s gaze when studying stabilized and smoothed captions.

    By improving text stability in live captions, we are able to create simpler communication instruments and enhance how individuals join in on a regular basis conversations in acquainted or, by translation, unfamiliar languages.

    Acknowledgements

    This work is a collaboration throughout a number of groups at Google. Key contributors embrace Xingyu “Bruce” Liu, Jun Zhang, Leonardo Ferrer, Susan Xu, Vikas Bahirwani, Boris Smus, Alex Olwal, and Ruofei Du. We want to lengthen our due to our colleagues who offered help, together with Nishtha Bhatia, Max Spear, and Darcy Philippon. We would additionally prefer to thank Lin Li, Evan Parker, and CHI 2023 reviewers.

    Share. Facebook Twitter Pinterest LinkedIn WhatsApp

    Related Posts

    AI

    Rationale engineering generates a compact new tool for gene therapy | Ztoog

    AI

    The AI Hype Index: College students are hooked on ChatGPT

    AI

    Learning how to predict rare kinds of failures | Ztoog

    AI

    Anthropic’s new hybrid AI model can work on tasks autonomously for hours at a time

    AI

    AI learns how vision and sound are connected, without human intervention | Ztoog

    AI

    How AI is introducing errors into courtrooms

    AI

    With AI, researchers predict the location of virtually any protein within a human cell | Ztoog

    AI

    Google DeepMind’s new AI agent cracks real-world problems better than humans can

    Leave A Reply Cancel Reply

    Follow Us
    • Facebook
    • Twitter
    • Pinterest
    • Instagram
    Top Posts
    Technology

    Shafiqah Hudson, Who Fought Trolls on Social Media, Dies at 46

    Shafiqah Hudson was on the lookout for a job in early June of 2014, toggling…

    Technology

    How the shoplifting scare is undermining criminal justice reform

    Over the final couple of years, it appeared that America was experiencing a shoplifting epidemic.…

    Science

    Report: US needs much more than the IRA to get to net zero by 2050

    On Tuesday, the US National Academies of Science launched a report entitled “Accelerating Decarbonization in…

    Technology

    Dealmaster: Power tools, laptops, gaming accessories, and more

    Enlarge / The Razer Blade Pro 17 gaming laptop computer. Whether you spend your summer…

    Technology

    It could be another very hot summer. Here’s what that means.

    The United States could be in for another scorcher this summer time, per a brand…

    Our Picks
    Technology

    Top 10 Web Development Companies In USA 2023

    Crypto

    Bitcoin Cash Network Enables Developers to Create Tokens

    Technology

    Mercedes-Benz accidentally shared its source code and business secrets with the whole world

    Categories
    • AI (1,493)
    • Crypto (1,753)
    • Gadgets (1,805)
    • Mobile (1,851)
    • Science (1,866)
    • Technology (1,802)
    • The Future (1,648)
    Most Popular
    Crypto

    Ethereum To See Fresh Move Soon? What Futures Data Says

    Gadgets

    Verizon Family App: A Comprehensive Safety Tool For Connected Families

    The Future

    The Role of Technology in Preventing Car Accidents

    Ztoog
    Facebook X (Twitter) Instagram Pinterest
    • Home
    • About Us
    • Contact us
    • Privacy Policy
    • Terms & Conditions
    © 2025 Ztoog.

    Type above and press Enter to search. Press Esc to cancel.