Close Menu
Ztoog
    What's Hot
    Science

    The world’s brightest X-ray machine has been turned on

    Gadgets

    Apple announces sweeping EU App Store policy changes—including sideloading

    Gadgets

    Google Home is getting deeper Gemini integration and a new widget

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

      Can work-life balance tracking improve well-being?

      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

    • Technology

      Elon Musk tries to stick to spaceships

      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

    • 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

      June skygazing: A strawberry moon, the summer solstice… and Asteroid Day!

      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

    • AI

      Fueling seamless AI at scale

      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

    • Crypto

      Bitcoin Maxi Isn’t Buying Hype Around New Crypto Holding Firms

      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

    Ztoog
    Home » Scaling multimodal understanding to long videos – Google Research Blog
    AI

    Scaling multimodal understanding to long videos – Google Research Blog

    Facebook Twitter Pinterest WhatsApp
    Scaling multimodal understanding to long videos – Google Research Blog
    Share
    Facebook Twitter LinkedIn Pinterest WhatsApp

    Posted by Isaac Noble, Software Engineer, Google Research, and Anelia Angelova, Research Scientist, Google DeepMind

    When constructing machine studying fashions for real-life functions, we want to contemplate inputs from a number of modalities so as to seize numerous elements of the world round us. For instance, audio, video, and textual content all present different and complementary details about a visible enter. However, constructing multimodal fashions is difficult due to the heterogeneity of the modalities. Some of the modalities is perhaps properly synchronized in time (e.g., audio, video) however not aligned with textual content. Furthermore, the massive quantity of knowledge in video and audio alerts is way bigger than that in textual content, so when combining them in multimodal fashions, video and audio usually can’t be absolutely consumed and wish to be disproportionately compressed. This drawback is exacerbated for longer video inputs.

    In “Mirasol3B: A Multimodal Autoregressive model for time-aligned and contextual modalities”, we introduce a multimodal autoregressive mannequin (Mirasol3B) for studying throughout audio, video, and textual content modalities. The most important concept is to decouple the multimodal modeling into separate targeted autoregressive fashions, processing the inputs in accordance to the traits of the modalities. Our mannequin consists of an autoregressive element for the time-synchronized modalities (audio and video) and a separate autoregressive element for modalities that aren’t essentially time-aligned however are nonetheless sequential, e.g., textual content inputs, reminiscent of a title or description. Additionally, the time-aligned modalities are partitioned in time the place native options might be collectively discovered. In this manner, audio-video inputs are modeled in time and are allotted comparatively extra parameters than prior works. With this strategy, we will effortlessly deal with for much longer videos (e.g., 128-512 frames) in contrast to different multimodal fashions. At 3B parameters, Mirasol3B is compact in contrast to prior Flamingo (80B) and PaLI-X (55B) fashions. Finally, Mirasol3B outperforms the state-of-the-art approaches on video query answering (video QA), long video QA, and audio-video-text benchmarks.

    The Mirasol3B structure consists of an autoregressive mannequin for the time-aligned modalities (audio and video), that are partitioned in chunks, and a separate autoregressive mannequin for the unaligned context modalities (e.g., textual content). Joint function studying is carried out by the Combiner, which learns compact however sufficiently informative options, permitting the processing of long video/audio inputs.

    Coordinating time-aligned and contextual modalities

    Video, audio and textual content are numerous modalities with distinct traits. For instance, video is a spatio-temporal visible sign with 30–100 frames per second, however due to the massive quantity of knowledge, usually solely 32–64 frames per video are consumed by present fashions. Audio is a one-dimensional temporal sign obtained at a lot larger frequency than video (e.g., at 16 Hz), whereas textual content inputs that apply to the entire video, are usually 200–300 word-sequence and function a context to the audio-video inputs. To that finish, we suggest a mannequin consisting of an autoregressive element that fuses and collectively learns the time-aligned alerts, which happen at excessive frequencies and are roughly synchronized, and one other autoregressive element for processing non-aligned alerts. Learning between the parts for the time-aligned and contextual modalities is coordinated through cross-attention mechanisms that permit the 2 to alternate info whereas studying in a sequence with out having to synchronize them in time.

    Time-aligned autoregressive modeling of video and audio

    Long videos can convey wealthy info and actions occurring in a sequence. However, current fashions strategy video modeling by extracting all the knowledge without delay, with out adequate temporal info. To deal with this, we apply an autoregressive modeling technique the place we situation collectively discovered video and audio representations for one time interval on function representations from earlier time intervals. This preserves temporal info.

    The video is first partitioned into smaller video chunks. Each chunk itself might be 4–64 frames. The options corresponding to every chunk are then processed by a studying module, known as the Combiner (described beneath), which generates a joint audio and video function illustration on the present step — this step extracts and compacts a very powerful info per chunk. Next, we course of this joint function illustration with an autoregressive Transformer, which applies consideration to the earlier function illustration and generates the joint function illustration for the following step. Consequently, the mannequin learns how to characterize not solely every particular person chunk, but in addition how the chunks relate temporally.

    We use an autoregressive modeling of the audio and video inputs, partitioning them in time and studying joint function representations, that are then autoregressively discovered in sequence.

    Modeling long videos with a modality combiner

    To mix the alerts from the video and audio info in every video chunk, we suggest a studying module known as the Combiner. Video and audio alerts are aligned by taking the audio inputs that correspond to a particular video timeframe. We then course of video and audio inputs spatio-temporally, extracting info notably related to modifications within the inputs (for videos we use sparse video tubes, and for audio we apply the spectrogram illustration, each of that are processed by a Vision Transformer). We concatenate and enter these options to the Combiner, which is designed to study a brand new function illustration capturing each these inputs. To deal with the problem of the massive quantity of knowledge in video and audio alerts, one other objective of the Combiner is to scale back the dimensionality of the joint video/audio inputs, which is completed by choosing a smaller variety of output options to be produced. The Combiner might be carried out merely as a causal Transformer, which processes the inputs within the route of time, i.e., utilizing solely inputs of the prior steps or the present one. Alternatively, the Combiner can have a learnable reminiscence, described beneath.

    Combiner kinds

    A easy model of the Combiner adapts a Transformer structure. More particularly, all audio and video options from the present chunk (and optionally prior chunks) are enter to a Transformer and projected to a decrease dimensionality, i.e., a smaller variety of options are chosen because the output “combined” options. While Transformers will not be usually used on this context, we discover it efficient for decreasing the dimensionality of the enter options, by choosing the final m outputs of the Transformer, if m is the specified output dimension (proven beneath). Alternatively, the Combiner can have a reminiscence element. For instance, we use the Token Turing Machine (TTM), which helps a differentiable reminiscence unit, accumulating and compressing options from all earlier timesteps. Using a hard and fast reminiscence permits the mannequin to work with a extra compact set of options at each step, fairly than course of all of the options from earlier steps, which reduces computation.

    We use a easy Transformer-based Combiner (left) and a Memory Combiner (proper), based mostly on the Token Turing Machine (TTM), which makes use of reminiscence to compress earlier historical past of options.

    Results

    We consider our strategy on a number of benchmarks, MSRVTT-QA, ActivityNet-QA and NeXT-QA, for the video QA activity, the place a text-based query a couple of video is issued and the mannequin wants to reply. This evaluates the flexibility of the mannequin to perceive each the text-based query and video content material, and to type a solution, specializing in solely related info. Of these benchmarks, the latter two goal long video inputs and have extra complicated questions.

    We additionally consider our strategy within the more difficult open-ended textual content era setting, whereby the mannequin generates the solutions in an unconstrained style as free type textual content, requiring a precise match to the bottom reality reply. While this stricter analysis counts synonyms as incorrect, it might higher mirror a mannequin’s capability to generalize.

    Our outcomes point out improved efficiency over state-of-the-art approaches for many benchmarks, together with all with open-ended era analysis — notable contemplating our mannequin is barely 3B parameters, significantly smaller than prior approaches, e.g., Flamingo 80B. We used solely video and textual content inputs to be comparable to different work. Importantly, our mannequin can course of 512 frames with no need to improve the mannequin parameters, which is essential for dealing with longer videos. Finally with the TTM Combiner, we see each higher or comparable efficiency whereas decreasing compute by 18%.

    Results on NeXT-QA benchmark, which options long videos for the video QA activity.

    Results on audio-video benchmarks

    Results on the favored audio-video datasets VGG-Sound and EPIC-SOUNDS are proven beneath. Since these benchmarks are classification-only, we deal with them as an open-ended textual content generative setting the place our mannequin produces the textual content of the specified class; e.g., for the category ID corresponding to the “playing drums” exercise, we anticipate the mannequin to generate the textual content “playing drums”. In some circumstances our strategy outperforms the prior cutting-edge by massive margins, regardless that our mannequin outputs the ends in the generative open-ended setting.

    Results on the VGG-Sound (audio-video QA) dataset.

    Benefits of autoregressive modeling

    We conduct an ablation examine evaluating our strategy to a set of baselines that use the identical enter info however with commonplace strategies (i.e., with out autoregression and the Combiner). We additionally evaluate the consequences of pre-training. Because commonplace strategies are ill-suited for processing longer video, this experiment is carried out for 32 frames and 4 chunks solely, throughout all settings for truthful comparability. We see that Mirasol3B’s enhancements are nonetheless legitimate for comparatively brief videos.

    Ablation experiments evaluating the principle parts of our mannequin. Using the Combiner, the autoregressive modeling, and pre-training all enhance efficiency.

    Conclusion

    We current a multimodal autoregressive mannequin that addresses the challenges related to the heterogeneity of multimodal information by coordinating the educational between time-aligned and time-unaligned modalities. Time-aligned modalities are additional processed autoregressively in time with a Combiner, controlling the sequence size and producing highly effective representations. We display {that a} comparatively small mannequin can efficiently characterize long video and successfully mix with different modalities. We outperform the state-of-the-art approaches (together with some a lot larger fashions) on video- and audio-video query answering.

    Acknowledgements

    This analysis is co-authored by AJ Piergiovanni, Isaac Noble, Dahun Kim, Michael Ryoo, Victor Gomes, and Anelia Angelova. We thank Claire Cui, Tania Bedrax-Weiss, Abhijit Ogale, Yunhsuan Sung, Ching-Chung Chang, Marvin Ritter, Kristina Toutanova, Ming-Wei Chang, Ashish Thapliyal, Xiyang Luo, Weicheng Kuo, Aren Jansen, Bryan Seybold, Ibrahim Alabdulmohsin, Jialin Wu, Luke Friedman, Trevor Walker, Keerthana Gopalakrishnan, Jason Baldridge, Radu Soricut, Mojtaba Seyedhosseini, Alexander D’Amour, Oliver Wang, Paul Natsev, Tom Duerig, Younghui Wu, Slav Petrov, Zoubin Ghahramani for his or her assist and assist. We additionally thank Tom Small for making ready the animation.

    Share. Facebook Twitter Pinterest LinkedIn WhatsApp

    Related Posts

    AI

    Fueling seamless AI at scale

    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

    Leave A Reply Cancel Reply

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

    What are AI agents? | MIT Technology Review

    Agents featured prominently in Google’s annual I/O convention in May, when the corporate unveiled its…

    Science

    Satellites Keep Photobombing Space Images. Astronomers Need a Fix

    Throngs of satellites are streaking throughout the Hubble Space Telescope’s subject of view, leaving what…

    AI

    Researchers from Johns Hopkins Medicine Developed a Machine Learning Model for Precise Osteosarcoma Necrosis Calculation

    In the realm of oncology, assessing the effectiveness of chemotherapy on bone most cancers sufferers…

    Crypto

    VanEck Eyes $1 Trillion Market Cap As ETH Stalls

    Banking behemoth VanEck has valued Ethereum Layer-2 (L2) options at an astounding $1 trillion in…

    Technology

    Non-competes, NDAs, non-disparagement, and how employers keep control even after you leave

    You’d suppose that when a job is over, it’s over. You give up or you’re…

    Our Picks
    Technology

    Epic Games Store prepares for Android launch with a teaser

    Mobile

    More Wear OS watch faces will use less power in the future

    The Future

    Belkin’s 3-in-1 charger with MagSafe has fallen to an all-time low

    Categories
    • AI (1,494)
    • Crypto (1,754)
    • Gadgets (1,805)
    • Mobile (1,851)
    • Science (1,867)
    • Technology (1,803)
    • The Future (1,649)
    Most Popular
    Crypto

    Crypto losses declined over 50% in 2023

    The Future

    How to Use Conversation Analytics Software for Lead Generation

    Mobile

    This is how a used iPhone unit gets a second shot at life

    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.