Stable Audio 3
Abstract: Stable Audio 3 is a family of fast latent diffusion models (small, medium, large) for variable-length audio generation and editing. Since our models can generate several minutes of audio, variable-length generations are key to avoid the cost of producing full-length generations for short sounds. We also support inpainting, enabling targeted audio editing and the continuation of short recordings. Our latent diffusion models operate on top of a novel semantic-acoustic autoencoder that projects audio into a compact latent space, enabling efficient diffusion-based generation while preserving audio fidelity and encouraging semantic structure in the latent. Finally, we run adversarial post-training to both accelerate inference and improve generation quality, reducing the number of inference steps while improving fidelity and prompt adherence. Stable Audio 3 models are trained on licensed and Creative Commons data to generate music and sounds in less than a 2s on an H200 GPU and less than a few seconds on a MacBook Pro M4. We release the weights of small and medium, that can run on consumer-grade hardware, together with their training and inference pipeline.
Paper Prompts
Sign up for free to create and run prompts on this paper using GPT-5.
Top Community Prompts
Explain it Like I'm 14
What this paper is about (overview)
This paper introduces Stable Audio 3, a set of AI models that can turn text prompts into music and sound effects, as well as edit existing audio. The big ideas are:
- make long, high‑quality audio fast to generate,
- let people choose any length (short beep to multi‑minute track) without wasting compute,
- and allow precise edits like filling gaps or continuing a clip.
The team also releases two versions (small and medium) that run on everyday computers, not just big servers.
What the researchers wanted to achieve (key questions)
They set out to solve a few clear problems:
- How can a diffusion model make audio of any length quickly, without generating lots of useless silence?
- How can we edit only certain parts of audio (like “erase this bit and redraw it”) and also continue a clip naturally?
- How can we keep sound quality high while making generation fast enough to feel instant for creators?
- Can we design a compact “language” for audio that keeps both the fine sound details and the high‑level meaning (like chords or stereo placement)?
- Can we share models that are usable and legally safe for artists and developers?
How the system works (methods, in simple terms)
Think of the system as a two‑part artist:
- A smart “zipper” for audio (semantic‑acoustic autoencoder)
- Like making a tiny sketch of a big painting: it compresses a full stereo, 44.1 kHz waveform down by 4096× into a short sequence of numbers called a latent.
- This sketch still keeps important details (how it sounds) and meaning (music-y things like harmony and left/right balance).
- It does this with special building blocks (Transformer Resampling Blocks) that carefully downsample and upsample.
- During training, it learns to recreate the original sound very closely and also to align with musical features (like chroma for pitch/chords) and stereo cues.
- Result: audio becomes a compact, easy‑to‑work‑with representation that still sounds good when decoded.
- A “director” that draws from noise (diffusion transformer)
- Diffusion is like sculpting a statue from a block of marble: start with noisy “stone,” then refine it step by step into finished audio.
- This transformer takes:
- your text prompt (like “a jazz piano solo”),
- how long you want,
- and, if you’re editing, which parts to keep vs. redraw (a mask).
- It operates in the compact latent space, then the decoder turns the latent back into full audio.
Variable‑length generation (no more wasting time on silence)
- Old audio diffusion models often had to generate a fixed maximum length every time, even for short sounds—like rendering a whole movie to get a 10‑second clip.
- Stable Audio 3 generates only as much as you ask for. During training, they:
- pad shorter examples but “mask out” the padding so it doesn’t affect learning,
- adjust noise levels depending on clip length so long and short clips train fairly,
- and sometimes add small silence tails so the model learns to end cleanly.
Bottom line: compute scales with the length you pick.
Editing by “inpainting” (targeted changes)
- You can mark time regions to regenerate while keeping the rest of the audio intact.
- This supports:
- changing a single spot,
- changing multiple spots,
- or continuing a clip naturally past its end.
- It works by feeding the model both the existing audio (with holes) and a simple mask showing where to fill in.
Faster generation with fewer steps
- Diffusion usually takes many steps. The team speeds it up in three training phases: 1) Flow matching pre‑training: teaches the model a smooth path from noise to audio. 2) Distillation warmup: compresses many steps into one by learning to jump straight to a good answer from halfway points. 3) Adversarial post‑training: adds a critic (discriminator) that pushes outputs to sound more realistic and detailed, so the model can do high‑quality results in very few steps.
- They also use a simple “ping‑pong” sampling trick when needed: denoise a bit, add a tiny bit of noise back, denoise again—like polishing in small passes.
Helpful model tweaks (kept simple)
- Memory embeddings: small learned “notes” the model can look up for global context.
- Differential attention (in larger models): a way of focusing on differences between attention patterns to sharpen what matters.
- Duration conditioning: the model is explicitly told how long the output should be, improving timing and structure.
What they found (main results) and why it matters
- Fast and long: They can generate up to about 6 minutes and 20 seconds in under 2 seconds on a large GPU, and in a few seconds on a MacBook Pro M4.
- Variable length: The model efficiently makes audio exactly as long as requested, saving time and memory for short clips.
- High quality and control: The audio keeps strong fidelity, follows prompts well, and supports inpainting (single spot, multi‑spot, and continuation).
- Open and practical: Small and medium versions are released with weights and code, trained on licensed/Creative Commons data. They run on consumer‑grade hardware.
Why it’s important:
- Creators can quickly prototype music and sound effects without waiting or using expensive gear.
- Editors can surgically fix or extend audio without redoing everything.
- Developers can build interactive tools and experiences where quick audio feedback matters.
What this could mean going forward (implications)
- Faster, flexible audio tools: Expect more real‑time or near‑real‑time music and sound design apps, including on laptops.
- Better editing workflows: Inpainting enables targeted fixes, rearrangements, and smart continuations in podcasts, videos, and games.
- Accessible research and innovation: Open weights for smaller models help the community experiment, customize, and add new controls.
- A step toward “semantic” audio creation: By learning a compact representation that understands both sound quality and musical meaning, future systems can respond more naturally to creative ideas, not just raw signal patterns.
In short, Stable Audio 3 makes AI‑generated and AI‑edited audio faster, smarter, and more accessible—helping anyone from teenagers making beats to professionals producing soundtracks.
Knowledge Gaps
Knowledge gaps, limitations, and open questions
Below is a concise, action-oriented list of what remains missing, uncertain, or unexplored based on the paper.
- Quantify the impact of the aggressive 4096× compression on audio fidelity, especially for transients, high‐frequency content, stereo imaging, and micro‑timing; include ablations versus 1024×/2048× downsampling and objective/subjective evaluations.
- Provide ablations isolating the contribution of key architectural choices (TRBs, differential attention, memory embeddings, AdaLN‑Single with gating, partial RoPE) to quality, speed, and stability.
- Detail the SAME autoencoder’s reconstruction limits: failure cases, genre/instrument dependencies, and whether freezing SAME limits end‑to‑end optimization for generation quality.
- Explore joint finetuning of the autoencoder with the diffusion model versus freezing SAME, and determine whether co‑training improves prompt adherence or reconstruction artifacts.
- Characterize temporal resolution constraints imposed by ~10.76 Hz latent frame rate (≈93 ms/frame) on rhythmic precision, percussive attacks, and edit boundary artifacts.
- Describe and release the exact datasets (composition, size, genre/language/culture balance) to assess biases, coverage gaps, and out‑of‑distribution robustness; report data filtering and licensing provenance in detail.
- Evaluate generalization to underrepresented genres (e.g., non‑Western instruments, experimental styles) and non‑music SFX domains beyond those explicitly targeted.
- Assess prompt adherence across languages and domains; the system relies on a frozen T5Gemma encoder and truncates to 256 tokens—impacts on long, multilingual, or complex prompts remain unclear.
- Compare duration conditioning strategies: how duration embeddings via both AdaLN and cross‑attention interact, and whether they conflict or over‑constrain endings; quantify failure modes (abrupt cutoffs, overlong tails).
- Report objective and human listening evaluations for variable‑length outputs at very short (<1 s) and near‑maximum durations; characterize failure patterns and quality‑vs‑length trade‑offs.
- Investigate positional extrapolation limits with partial RoPE and memory embeddings—how far beyond seen sequence lengths can the model maintain coherence without drift?
- Study inference beyond the advertised Lmax (6m20s): feasibility, quality degradation, memory scaling, and whether chunked/streaming generation with boundary consistency is possible.
- Provide a principled method for choosing ping‑pong sampling steps and noise schedule; analyze quality/latency trade‑offs and convergence behavior versus one‑step or few‑step baselines.
- Analyze adversarial post‑training stability: training dynamics, failure modes (mode collapse, over‑sharpening), sensitivity to discriminator design, and reproducibility across seeds.
- Quantify how adversarial post‑training affects semantic alignment and timbral diversity relative to MSE‑distilled models; disentangle improvements due to adversarial loss vs. distillation warmup.
- Clarify the CLAP and contrastive losses used in post‑training: architecture, weighting, and ablations on their contribution to prompt adherence and realism.
- Evaluate robustness of inpainting to diverse mask patterns (densely scattered, long gaps, edge‑aligned), and quantify boundary artifacts, leakage into preserved regions, and phase continuity.
- Extend controllability beyond mask‑based editing: instruction‑based operations, global style/reference conditioning, and time‑varying controls (e.g., ControlNet/LoRA) with concrete finetuning recipes and evaluations.
- Address out‑of‑scope domains (vocals, lyrics editing): required data, architectural changes, and whether SAME latents capture phonetic/lyrical structure sufficiently for singing/rap.
- Report latency and memory footprints across commodity GPUs/CPUs for different batch sizes, durations, and ping‑pong steps; include quantization/pruning impacts for edge deployment.
- Explore multi‑sample‑rate and channel configurations (48 kHz, 96 kHz, mono, multichannel/ambisonics) and how SAME/TRBs scale to spatial audio; evaluate ILD/ITD preservation.
- Investigate negative prompting, safety conditioning, and prompt sanitization; provide evaluations of harmful/toxic content generation and mitigation effectiveness.
- Provide comparisons to autoregressive and hybrid baselines specifically on variable‑length efficiency (FLOPs vs. duration) and quality at short/long extremes.
- Examine data‑to‑noise coupling via minibatch optimal transport: ablate its effect on training stability, sample quality, and ODE straightness for audio latents.
- Study the effect of the per‑element timestep shift and silence augmentation: sensitivity to hyperparameters, optimal shift functions, and generalization to unseen duration distributions.
- Clarify reproducibility gaps: availability of SAME‑L weights, training code/scripts for all stages (flow matching, distillation, adversarial), and access to data or sufficiently similar public substitutes.
- Define evaluation metrics and protocols for “long‑form musical structure” (e.g., motif development, sectional form) and provide quantitative/subjective evidence of coherence over minutes.
- Assess edit‑time user experience: latency for encode‑inpaint‑decode loops, boundary alignment precision, and UI‑relevant failure cases in real workflows.
- Explore streaming/online generation and real‑time continuation with causal masks, including chunk stitching strategies and artifacts at chunk boundaries.
Practical Applications
Immediate Applications
Below are concrete, deployable use cases that leverage Stable Audio 3’s variable-length latent diffusion, inpainting-based editing, fast few-step inference, and open-weight availability. Each item notes target sectors, potential tools/workflows, and feasibility caveats.
- Industry — Music production co-creation and ideation
- Use case: Generate exact-length loops, riffs, beds, and transitions from a text prompt; extend sketches via continuation; fix or replace sections with mask-based inpainting.
- Sectors: Media/entertainment, creator economy.
- Tools/workflows: DAW plugins (VST/AU) wrapping the released small/medium checkpoints; “Generate to duration” and “Inpaint selection” commands; seed/variation browsing; offline batch rendering.
- Assumptions/dependencies: Best for instrumental music and SFX (no vocals/stems control); quality vs. speed trade-offs differ across small vs. medium; prompt engineering needed for style control.
- Industry — Game, AR/VR, and app sound design
- Use case: On-demand one-shots (UI clicks, alerts), ambience loops, and event stingers with precise durations; localized edits of transient issues without re-recording.
- Sectors: Gaming, software UX, AR/VR.
- Tools/workflows: Unity/Unreal integrations; FMOD/Wwise authoring nodes; local inference on dev machines for rapid prototyping; asset pipelines that store prompt + seed for reproducibility.
- Assumptions/dependencies: On-device performance varies with hardware; production builds may still prefer pre-baked assets for determinism; safety/brand filters may be required.
- Industry — Advertising, trailers, and social content
- Use case: Prompt-to-bed or jingle timed exactly to 6–30 s cuts; intro/outro generation; quick alt versions for A/B tests.
- Sectors: Advertising, marketing, creator tools.
- Tools/workflows: NLE panel integrations (Premiere, Resolve) with “fit-to-timeline-length” generation; template prompts per brand kit.
- Assumptions/dependencies: Generated content must pass legal/brand review; consistent style requires curated prompts or preset libraries.
- Industry — Audio post-production repair (non-speech)
- Use case: Inpaint to replace unwanted noises or fill missing segments in non-speech tracks (percussion hits, ambience gaps).
- Sectors: Post-production, archival audio.
- Tools/workflows: “Mask and regenerate” operator within spectral editors; batch restoration scripts using stable-audio-tools.
- Assumptions/dependencies: Not trained for speech; success depends on context availability around the mask and matchable prompt guidance.
- Software/UX — On-device notification and branding sounds
- Use case: Rapidly generate cohesive sound packs (alerts, ringtones) with consistent timbre theme; exact-length variants for different platforms.
- Sectors: Software, IoT.
- Tools/workflows: Design system plugins that store prompt libraries; export to multiple bitrates; automated loudness normalization.
- Assumptions/dependencies: Small model suffices for one-shots; ensure loudness and spectral constraints fit platform policies.
- Academia — Reproducible baselines for variable-length diffusion
- Use case: Benchmarking latent diffusion with variable-length attention, per-element timestep shifts, and minibatch OT coupling; ablation studies.
- Sectors: ML/audio research.
- Tools/workflows: Open weights (small/medium) and code; SAME latents for controlled experiments; integration into academic toolkits.
- Assumptions/dependencies: Requires careful metric selection for long-form quality; teacher-student distillation stages and ping-pong sampling should be documented in experiments.
- Academia — Music information retrieval (MIR) and semantics research
- Use case: Use SAME’s 256-d semantic-acoustic latents for MIR tasks (e.g., key/chroma proxies, spatial cues) and cross-modal studies.
- Sectors: MIR, multimodal learning.
- Tools/workflows: Feature extraction pipelines; probing tasks; contrastive evaluations with text embeddings.
- Assumptions/dependencies: Latent semantics tuned for instrumental music; domain shift requires validation.
- Policy/compliance — “Licensed-data” deployment templates
- Use case: Adopt Stable Audio 3 as a model class for commercial-safe audio generation with documented training provenance.
- Sectors: Public sector procurement, enterprise compliance.
- Tools/workflows: Internal guidelines citing licensed/CC training; vendor checklists; model cards referencing open-weight lineage.
- Assumptions/dependencies: Jurisdiction-specific IP interpretations vary; generated outputs may still need rights management policies.
- Sustainability — Cost- and energy-aware audio generation
- Use case: Reduce compute and energy by matching inference cost to requested duration (no full-length padding).
- Sectors: Green IT, enterprise AI.
- Tools/workflows: CI pipelines that log energy savings vs. fixed-length baselines; cost calculators tied to duration controls.
- Assumptions/dependencies: Benefits depend on replacing fixed-length diffusion setups; tracking infrastructure needed for reporting.
- Creator tools — Generative SFX browsers and libraries
- Use case: From text descriptors to on-the-fly SFX variants; auto-tagging generated assets with prompts for search.
- Sectors: Stock/audio libraries, marketplaces.
- Tools/workflows: Web apps on CPU/GPU with seed locking; batch variability generation; moderation queue for curation.
- Assumptions/dependencies: Curation still required for quality; clear ToS on generated asset licensing.
- Privacy-first edge creation
- Use case: Local generation on laptops (e.g., MacBook Pro M4), avoiding cloud uploads for sensitive projects.
- Sectors: Regulated industries, confidential R&D.
- Tools/workflows: Desktop apps embedding small/medium checkpoints; offline prompt libraries.
- Assumptions/dependencies: Hardware capability and thermal constraints; model updates managed securely.
- Education — Practice accompaniments and ear-training materials
- Use case: Prompt custom backing tracks at target tempos/lengths; generate contrastive examples for interval/timbre training.
- Sectors: Music education, e-learning.
- Tools/workflows: Web classroom tools; teacher-approved prompt presets; assignment auto-generation.
- Assumptions/dependencies: Pedagogical validation for learning outcomes; careful content filtering for classrooms.
Long-Term Applications
These opportunities build on Stable Audio 3’s methods but require further research, fine-tuning (e.g., LoRA/ControlNet), productization, or policy frameworks.
- Runtime-adaptive game and XR audio
- Vision: In-engine, low-latency generative music/SFX that adapt continuously to gameplay/state, with strict duration and transition guarantees.
- Sectors: Gaming, XR.
- Dependencies: Further latency reduction, deterministic rendering or robust caching, time-varying controls, and safety gating.
- Semantic “Photoshop for audio” editors
- Vision: Mask-based and instruction-driven edits (“make drums tighter,” “replace guitar with synth”) on multitrack/stem-aware projects.
- Sectors: DAW vendors, post-production.
- Dependencies: Instruction-based and stem-conditioned fine-tuning; datasets with stems; UI/UX for region- and source-level intent.
- Multimodal auto-scoring and foley for video
- Vision: Joint models that read video and generate perfectly timed music/SFX with scene awareness, using variable-length and inpainting to hit edit points.
- Sectors: Film, TV, social platforms.
- Dependencies: Video-conditioned controls (ControlNet-like), sync metrics, rights workflows, and human-in-the-loop QA.
- Personalized streaming music and “infinite” channels
- Vision: Listener-specific versions of tracks or endless mixes tailored to mood and context; seamless transitions using continuation.
- Sectors: Music streaming.
- Dependencies: Licensing and royalty frameworks, style-preservation controls, content safety, and scalable on-device/edge inference.
- Assistive and therapeutic soundscapes
- Vision: Personalized tinnitus masking, relaxation, or focus soundscapes; exact-length therapy sessions with smooth onsets/offsets.
- Sectors: Healthcare/wellness.
- Dependencies: Clinical validation, safety guidelines, and medical device compliance; bias and efficacy studies.
- Robotics and smart environments
- Vision: Contextual audio cues and soundscapes synthesized on-device for HRI feedback, accessibility cues, or ambient masking.
- Sectors: Robotics, smart home.
- Dependencies: Real-time constraints, privacy-preserving models, fail-safe behaviors, and user comfort studies.
- Advanced controllability suites
- Vision: Time-varying, global conditioning, and lyric-aware controls; parameter automation lanes in DAWs for evolving textures.
- Sectors: Music tech, creator tools.
- Dependencies: Additional control modules (e.g., ControlNet-style), lyric datasets, and fine-tuning pipelines.
- Synthetic dataset generation for downstream training
- Vision: High-diversity, labeled SFX/music corpora for training classifiers, separators, or enhancement models.
- Sectors: ML/audio.
- Dependencies: Labeling-through-prompt standardization, bias audits, domain-gap mitigation, provenance tracking.
- Provenance and watermarking standards
- Vision: Attaching verifiable provenance to generated audio and optional watermarks for platform compliance.
- Sectors: Platforms, policy.
- Dependencies: Integration of watermarking schemes compatible with SAME latents; adoption of provenance standards (e.g., C2PA-like for audio).
- Hardware acceleration and NPU integration
- Vision: Dedicated kernels for TRB/transformer blocks and SAME codec on NPUs for mobile/embedded deployment.
- Sectors: Semiconductor, mobile.
- Dependencies: Kernel development, quantization aware training, and memory budgeting for long sequences.
- Rights and governance templates for gen-audio
- Vision: Sector-wide policies codifying licensed training data, opt-in frameworks, and fair-compensation models for generative audio at scale.
- Sectors: Policy, legal.
- Dependencies: Multi-stakeholder standards bodies, auditing tools, and transparent model cards aligned with regulation.
Notes on feasibility and dependencies (cross-cutting)
- Domain scope: Models target instrumental music and SFX; speech/vocals and lyric-conditioned generation are out of scope without additional training.
- Quality/latency: Few-step and ping-pong sampling reduce latency, but “real-time” interactive use may still need further optimization and guardrails.
- Hardware: Small/medium checkpoints run on consumer hardware; quality improves with larger models/GPUs.
- Controls: Instruction-based, time-varying, and global controls require fine-tuning or auxiliary modules not included by default.
- Legal: Training on licensed/CC data reduces IP risk; enterprises should still adopt output licensing and content policies.
- Safety: Brand safety and content moderation are necessary in production tools; human-in-the-loop review is recommended for high-stakes uses.
Glossary
- AdaLN (Adaptive layer normalization): A conditioning technique that modulates transformer layers using learned scale, shift, and gating parameters derived from embeddings (e.g., diffusion timestep and duration). Example: "Adaptive layer normalisation (AdaLN): diffusion timestep and duration conditioning."
- AdaLN-Single: A parameter-efficient AdaLN variant where the same conditioning embeddings are shared across all transformer blocks. Example: "This variant is referred to as AdaLN-Single [36], since the conditioning embeddings are shared across all transformer blocks, substantially reducing the number of conditioning parameters compared to standard AdaLN."
- Adversarial post-training: A fine-tuning stage using a discriminator-driven objective to improve perceptual quality and enable few-step or one-step generation. Example: "we use adversarial post-training, which allows reducing the number of sampling steps while maintaining (or improving) output quality [18]."
- ARC: An adversarial post-training approach combining relativistic and contrastive losses for few-step audio generation. Example: "ARC [18] combined relativistic and contrastive adversarial losses"
- Autoregressive models: Generative models that produce outputs sequentially, token by token (or frame by frame). Example: "Autoregressive models have achieved strong results by operating sequentially on discrete audio tokens."
- CFG: Classifier-Free Guidance, a technique to steer conditional generation strength during sampling. Example: "15 DPM++ steps with CFG set to 5"
- Chroma: A high-level music feature representing pitch class energy across the 12 semitone classes, used here as a semantic regression target. Example: "to predict chroma and interaural level difference (ILD) features."
- CLAP loss: A loss based on Contrastive Language-Audio Pretraining for improving text–audio alignment. Example: "a contrastive loss Lc, and a CLAP loss LCLAP."
- Consistency Distillation: A distillation method that enforces consistent predictions across adjacent ODE steps, anchored at the clean endpoint. Example: "Finally, our setup is also related to Consistency Distillation [59] which trains a student model to map any point on the teacher's ODE trajectory to the endpoint xt -> £o."
- Contrastive latent alignment loss: A loss encouraging the latent space to align audio and text semantics via a critic distinguishing matched triplets. Example: "Finally, the contrastive latent alignment loss employs a transformer-based critic (4 layers, 1024-dimensional) that is trained to distinguish whether the latent sequence, wavelet (audio) features, and a T5Gemma text embedding (triplet) originate from the same input"
- Contrastive loss: A loss that pushes matched pairs (e.g., audio–text) together and mismatched pairs apart in embedding space. Example: "a contrastive loss Lc"
- ControlNet: An auxiliary model used to inject structured controls into diffusion models. Example: "auxiliary models (ControlNet [55])."
- Cross-attention: An attention mechanism where the model attends to external context (e.g., text embeddings) to condition generation. Example: "Text and duration conditioning enter each transformer block via cross-attention."
- Differential attention: An attention variant computing two attention maps and subtracting them to cancel common patterns, improving expressivity. Example: "medium and large use differential attention [24] in both self-attention and cross-attention layers"
- Diffusion transformer: A transformer architecture used as the denoising network in latent diffusion or flow models. Example: "Our generative model is a diffusion transformer operating on SAME latents [25]."
- Distillation warmup: A brief distillation phase that trains a one-step student to match a multi-step teacher’s outputs, easing later adversarial training. Example: "Second, we perform a distillation warmup that repurposes the model as a one-step denoiser."
- DPM++: A family of improved diffusion samplers (solvers) used to generate teacher trajectories efficiently. Example: "15 DPM++ steps with CFG set to 5"
- Flash attention: A memory-efficient attention algorithm enabling long-sequence training with masking. Example: "variable- length flash attention [81]."
- Flow matching: A training objective that learns a velocity field to transport noise to data via an ODE, enabling fast diffusion-like sampling. Example: "The initial training stage uses a flow matching objective [19, 20]."
- IFGD: Instantaneous Frequency and Group Delay, a phase-sensitive component in the spectral reconstruction loss. Example: "an instantaneous frequency + group delay (IFGD) phase loss [40]."
- Inpainting: Mask-based generation that fills in or edits specified regions of an audio sequence while preserving unmasked content. Example: "We also support inpainting, enabling targeted audio editing and the continuation of short recordings."
- Interaural level difference (ILD): A binaural cue representing level differences between ears; here used as a semantic regression target. Example: "to predict chroma and interaural level difference (ILD) features."
- K-weighting pre-emphasis filter: A perceptually motivated pre-emphasis applied before STFT to better match human loudness perception. Example: "A K-weighting pre-emphasis filter is applied before the STFT."
- Logit-normal distribution: A probability distribution used to sample timesteps for training after truncation and rescaling. Example: "Timesteps are drawn from a truncated logit-normal distribution [80, 84]."
- LoRA: Low-Rank Adaptation, a lightweight fine-tuning method often used to add controls with minimal extra parameters. Example: "these often rely on model fine-tuning (LoRA [58, 57]) or auxiliary models (ControlNet [55])."
- Memory embeddings: Learnable tokens prepended to the latent sequence to provide global context accessible by attention. Example: "A set of 64 memory embeddings is prepended, providing a global memory buffer that every position can attend to."
- Mid/side: A stereo representation using sum (mid) and difference (side) channels for more robust spectral losses. Example: "the STFT loss is computed independently on both the sum-and-difference (mid/side) and per-channel (left/right) rep-resentations."
- Minibatch optimal transport coupling: An in-batch assignment of noise to data that minimizes transport cost, straightening learned flows. Example: "Minibatch optimal transport coupling. It is used to find a permutation of noise samples that minimises the squared L2 transport cost within each minibatch, computed via Sinkhorn iterations on GPU [19, 85]."
- Multi-resolution STFT loss: A reconstruction loss computed over multiple STFT scales to encourage high-fidelity spectral accuracy. Example: "SAME uses a multi-resolution STFT loss computed at seven resolutions"
- ODE (ordinary differential equation): A continuous-time formulation used to transport noise to data under a learned velocity field. Example: "At inference, this ODE is solved numerically over many t steps (50-100)."
- ODE warmup distillation: A distillation step targeting ODE-based generation to reduce steps by training a one-step student. Example: "ODE warmup distillation [22, 23]"
- Ping-pong sampling: An iterative denoise–renoise schedule that breaks a difficult one-step mapping into several smaller refinements. Example: "we describe how ping-pong sampling alleviates this"
- QK-RMSNorm: Per-head RMS normalization applied to queries and keys to stabilize attention logits. Example: "each head employs QK-RMSNorm to prevent dot-product outputs from growing unconstrained [78]."
- ReFlow: A procedure that retrains a flow model on coupled endpoints to straighten transport paths and enable faster sampling. Example: "Note that our technique is related to ReFlow [19], which straightens the transport paths of a trained flow model."
- Relativistic GAN objective: An adversarial objective comparing real and generated samples relatively to enhance realism. Example: "the adversarial loss is formulated using a relativistic GAN objective."
- RMSNorm: A normalization layer using root mean square statistics without mean-centering or bias for efficiency. Example: "We use RMSNorm [77] as a pre-normalization layer in transformer blocks."
- RoPE (rotary position embeddings): A positional encoding method applying rotations to embed relative positions in attention. Example: "Positional embeddings are ROPE [76] with partial rotation"
- SAME (Semantically-Aligned Music autoEncoder): A semantic-acoustic autoencoder producing compact, semantically structured latents for audio. Example: "relying on the Semantically-Aligned Music autoEncoder (SAME) [40], which produces 256-dim latents"
- SiLU: The Sigmoid-weighted Linear Unit (swish) activation used in MLPs and gates. Example: "the gate is a swish (SiLU) gate"
- SwiGLU: A gated feed-forward variant combining GLU with SiLU, typically with a wider hidden dimension. Example: "The feed-forward network is a SwiGLU [79]"
- Transformer Resampling Block (TRB): A transformer-based module that interleaves learnable embeddings to downsample/upsample sequences. Example: "Transformer Resampling Block (TRB, Figure 1)."
- Variable-length generation: The capability to generate audio of arbitrary duration without incurring full maximum-length computation. Example: "Variable-length generation is a key capability of Stable Audio 3"
Collections
Sign up for free to add this paper to one or more collections.