AIAny
AI Audio2025
Icon for item

SAM-Audio

Isolates any single sound from a complex audio mixture using a text description, a visual cue from a video frame, or a time span, returning both the isolated target and the residual. Released in small, base, and large sizes plus visual-prompt variants.

Introduction

For years, "segment anything" lived only in the image world: point at an object, get a mask, no per-class retraining. Audio never had that. Pulling a single dog bark out of a street scene usually meant training a model dedicated to that one source type. SAM-Audio ports the promptable foundation-model idea to sound — you describe or point at what you want, and it lifts that out of the mixture.

What Sets It Apart
  • Three ways to name a target with one model: a natural-language text prompt, a visual cue (a mask on a video frame), or a temporal span — no retraining per sound category.
  • Every separation returns two tracks, the isolated target and the residual (everything else), so the output is composable: subtract it, recombine it, or feed it downstream.
  • It rides on the Perception-Encoder Audio-Visual (PE-AV) encoder, which is what lets a single backbone reason jointly over audio and the video frames used as visual prompts.
  • Optional span prediction can detect when a sound occurs on its own, and re-ranking via CLAP, Judge, and ImageBind lets the model score its own separations.
Who It's For and the Trade-offs

Great fit if you build audio post-production, dataset-cleaning, or video-understanding pipelines and want one promptable separator instead of a zoo of source-specific models. The "-tv" variants trade some generality for target correctness and stronger visual prompting, so you pick a point on that curve. Look elsewhere if you need a permissive license: the weights ship under Meta's custom SAM License, not Apache or MIT. Validate on your own audio first — fidelity varies across speech, music, and general sound effects.

Information

  • Websitegithub.com
  • OrganizationsMeta AI (FAIR)
  • AuthorsBowen Shi, Andros Tjandra, John Hoffman, Helin Wang, Yi-Chiao Wu, Luya Gao, Julius Richter, Matt Le, Apoorv Vyas, Sanyuan Chen
  • Published date2025/09/04

Categories

More Items

Hugging Face
AI Audio2026

Generates low-latency, instruction-driven English and Chinese speech for voice cloning, voice design, and directed performances; supports real-time streaming, reference-free voice creation, and reference-guided cloning. Open-weight PyTorch model released under a research/non-commercial license with GPU recommendations.

Hugging Face
AI Audio2026

Zero-shot multilingual text-to-speech checkpoint for speech generation and voice cloning with a compact footprint. Features an ~170M-parameter main model plus a bundled ~120M-parameter codec decoder, with primary support for Chinese and English; other languages show more variable quality and long/noisy references reduce fidelity.

GitHub
AI Audio2026

Local-first voice workflows for cloning, multi-engine TTS/ASR, video dubbing, dictation, transcription and audiobook production across 646 languages. Desktop app with a local OpenAI-compatible API, engine catalogue (TTS/ASR/LLM), and explicit opt-ins for remote features to keep audio and projects on-device.