Close Menu
Ztoog
    What's Hot
    AI

    The people paid to train AI are outsourcing their work… to AI

    Gadgets

    Google lays off “dozens” from X Labs, wants projects to seek outside funding

    AI

    Architectural Removal and Distillation: A Path to Efficient Compression in AI Text-to-Image Diffusion Models

    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 » Scaling audio-visual learning without labels | Ztoog
    AI

    Scaling audio-visual learning without labels | Ztoog

    Facebook Twitter Pinterest WhatsApp
    Scaling audio-visual learning without labels | Ztoog
    Share
    Facebook Twitter LinkedIn Pinterest WhatsApp

    Researchers from MIT, the MIT-IBM Watson AI Lab, IBM Research, and elsewhere have developed a brand new approach for analyzing unlabeled audio and visible information that would enhance the efficiency of machine-learning fashions utilized in functions like speech recognition and object detection. The work, for the primary time, combines two architectures of self-supervised learning, contrastive learning and masked information modeling, in an effort to scale machine-learning duties like occasion classification in single- and multimodal information without the necessity for annotation, thereby replicating how people perceive and understand our world.

    “A larger portion of human knowledge is learned in a self-supervised way, because we don’t always get supervision signals, and we want to enable the machine-learning model to have the same ability,” says Yuan Gong, an MIT postdoc within the Computer Science and Artificial Intelligence Laboratory (CSAIL).

    “So, another way to put it is that self-supervised learning often forms the foundation of an initial model, because it can learn on vast amounts of unlabeled data. And then you can use classical, supervised learning or reinforcement learning to fine tune the model to something particular if you want to,” says Jim Glass, an MIT senior analysis scientist and member of the MIT-IBM Watson AI Lab.

    The approach, known as the contrastive audio-visual masked autoencoder (CAV-MAE), is a kind of neural community that may be taught to extract and map significant latent representations into high-dimensional house from acoustic and visible information by coaching on giant YouTube datasets of audio and video 10-second clips. The researchers say the approach is simpler than earlier approaches as a result of it explicitly fashions the relationships between audio and visible information in a approach that different strategies don’t.

    Joining Gong and Glass on the research are graduate college students Andrew Rouditchenko and Alexander H. Liu of MIT, David Harwath PhD ’18 of the University of Texas at Austin, and MIT-IBM Watson AI Lab members Leonid Karlinsky and Hilde Kuehne. Kuehne can also be affiliated with Goethe University Frankfurt. The technique was not too long ago offered on the International Conference on Learning Representations.

    A joint and coordinated strategy

    The CAV-MAE works by “learning by prediction” and “learning by comparison,” says Gong. The masked information modeling, or the prediction technique, takes a video together with its coordinated audio waveform, converts the audio to a spectrogram, and masks 75 % of each. The unmasked information is tokenized, then fed into separate audio and visible encoders earlier than getting into a joint encoder/decoder, the place the mannequin is requested to recuperate the lacking information. The distinction (reconstruction loss) between the ensuing reconstructed prediction and the unique audio-visual mixture is then used to coach the mannequin for higher efficiency. An instance of this may be protecting a part of a video of a piano and a part of a spectrogram of piano music, after which asking the mannequin to attempt to decide the masked inputs. Unfortunately, this technique might not seize the affiliation between the video and audio pair, whereas contrastive learning leverages this, however might discard some modality-unique data, just like the background in a video.

    Contrastive learning goals to map representations which can be related shut to one another. For instance, the mannequin will try to put completely different video and audio information of various parrots shut to one another and additional away from pairs of video and audio of guitars taking part in. In an analogous vogue to masked autoencoding, audio-visual pairs are handed into separate modality encoders; nevertheless, the audio and visible parts are stored individually inside the joint encoder earlier than the mannequin performs pooling and contrastive loss. In this fashion, contrastive learning tries to establish the components of every audio or video which can be most related to the opposite. For instance, if a video reveals somebody talking and the corresponding audio clip accommodates speech, the autoencoder will be taught to affiliate the mouth actions of the speaker with the phrases being spoken. It will then regulate the mannequin’s parameters in order that these inputs are represented shut to one another. Ultimately, the CAV-MAE technique combines each strategies with a number of ahead information streams with masking as a primary step, modality-specific encoders, and layer normalization in order that the illustration strengths are related.

    “We [then] wanted to compare the proposed CAV-MAE with a model trained only with a masked autoencoder and a model trained only with contrastive learning, because we want to show that by combining masked autoencoder and contrastive learning, we can get some performance improvement,” says Gong, “and the results support our hypothesis that there’s obvious improvement.”

    The researchers examined CAV-MAE — in addition to their technique without contrastive loss or a masked autoencoder — towards different state-of-the-art strategies on audio-visual retrieval and audio-visual occasion classification duties utilizing customary AudioSet (20K and 2M) and VGGSound datasets — labeled, practical quick clips, which might embody a number of sounds. Audio-visual retrieval signifies that the mannequin sees both the audio or visible element of a question pair and searches for the lacking one; occasion classification consists of figuring out actions or sounds inside information, like an individual singing or a automobile driving.

    Overall, they discovered that contrastive learning and masked information modeling are complementary strategies. CAV-MAE was capable of outperform earlier strategies (with absolutely self-supervised pre-training) by about 2 % for occasion classification efficiency verses fashions with comparable computation and, extra impressively, stored tempo with or outperformed fashions with industry-level computational assets. The workforce’s mannequin ranked equally to fashions skilled with solely the contrastive loss. And surprisingly, the workforce says, the incorporation of multi-modal information into CAV-MAE pre-training vastly improves the fine-tuning of single-modality illustration by way of supervised learning (with some labeled information) and efficiency on audio-only occasion classification duties. This demonstrates that, like people, multi-modal data offers an extra “soft label” enhance even for audio or visible solely duties; as an example, it helps the mannequin to know if it’s in search of an electrical or acoustic guitar — a richer supervision sign.

    “I think people like the elegance of this model for combining information in the different audio and visual streams. It has the contrastive and the reconstruction loss, and compared to models that have been evaluated with similar data, it clearly does very well across a range of these tasks,” says Glass.

    Building on this, “one special thing is, our model can do both classification and the retrieval, which is not common,” Gong provides. “Before this work, these methods are used separately, but after this work, I see that most of the audio-visual learning frameworks use contracting loss and the masked autoencoder together, implicitly or explicitly.”

    Bringing self-supervised audio-visual learning into our world

    The researchers see their contribution of the contrastive audio-visual masked autoencoder (CAV-MAE) as an essential milestone and a step ahead for functions, that are more and more transferring from single modality to multi-modality and which require or leverage audio-visual fusion. They hypothesize that sooner or later it may very well be used for motion recognition in realms like sports activities, training, leisure, motor autos, and public security. It might additionally, sooner or later, prolong to different modalities. At this time, the truth that, “this only applies to audio-visual data may be a limitation, but we are targeting multi-modal learning, which is trend of machine learning,” says Gong. “As humans, we have multi-modalities — we have smell, touch — many more things that just audio-visual. So, when we try to build AI, we try to mimic humans somehow, not necessarily from the biological perspective, and this method could [potentially be] generalized to other unexplored modalities.”

    As machine-learning fashions proceed to play an more and more essential function in our lives, strategies like this one will develop into more and more useful.

    This analysis was supported by the MIT-IBM Watson AI Lab.

    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
    Mobile

    Samsung Galaxy Ring review: The most useless product in the Galaxy

    I’ve by no means been an individual who enjoys carrying a watch. Even although I’ve…

    Science

    Why do solar eclipses happen?

    This article was initially featured on The Conversation. On April 8, 2024, hundreds of thousands…

    Science

    Trump administration cuts off all future federal funding to Harvard

    The ongoing conflict between the Trump administration and Harvard University has taken a brand new…

    Crypto

    Silent Bitcoin Storm: Glassnode’s Beneath-the-Surface Revelations

    In the dynamic realm of Bitcoin, the flexibility to discern patterns and traits from uncooked…

    Crypto

    Values Drop 60% After Holiday Frenzy

    The short-lived reign of Bitcoin because the main NFT platform got here to an finish…

    Our Picks
    Science

    There’s a Huge Covid Surge Right Now and Nobody Is Talking About It

    Technology

    The Spigen Thin Fit is my favorite Apple Watch Series 8 case

    Gadgets

    Beis The Diaper Pack Review (2023): Practically Perfect

    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
    Science

    How to Guarantee the Safety of Autonomous Vehicles

    Technology

    Linda Doyle Blasts Through Ireland’s Academic Glass Ceiling

    AI

    3 Questions: Enhancing last-mile logistics with machine learning | Ztoog

    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.