REVIEW 2 major objections 4 minor 61 references
Audio synthesizer inversion in symmetric parameter spaces with approximately equivariant flow matching
T0 review · 2 major / 4 minor · reviewed 2026-08-07 · deepseek-v4-flash
Pith's one-line read When a synthesizer has symmetries, inversion is best solved by learning an invariant density, not by regression.
desk verdict A useful, well-engineered paper on synthesizer inversion with a novel learned equivariance relaxation, let down mainly by an architecture confound in the key comparison and a prior assumption that the real-world data only approximately meets. read the letter →
The pith
A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.
The reading
What carries the argument
The load-bearing identity is the orbital factorization of the conditional parameter density, p(x|y)=p(O|y)p(g|O,y)η(O), which reduces inversion to orbit-level density estimation once the symmetry posterior is uniform. The mechanism that implements it is a permutation-equivariant continuous normalizing flow trained with flow matching, whose vector field is a Transformer without positional encoding so that each token sees the parameters of one repeated unit. To handle real synthesizers where symmetries are conditional or approximate, the paper adds Param2Tok, a learned sparse assignment from parameters to tokens, initialized near full permutation invariance and regularized with an L1 penalty; it can keep or break equivariance per parameter group as the data dictates.
What would settle it
Train the equivariant flow on a Surge XT dataset whose parameter prior is deliberately symmetry-breaking — for example, always set LFO 1's amplitude to zero while sampling LFOs 2 through 5 uniformly — and compare against a non-equivariant generative model of matched size; if the equivariant model no longer wins on audio reconstruction metrics, the uniform-symmetry-posterior assumption is the step that carries the result.
Extended reading notes
Core claim
The paper establishes that if a synthesizer has a symmetry group G acting on its parameter space, the posterior p(x|y) factorizes into an orbit posterior p(O|y), a symmetry posterior p(g|O,y), and a stabilizer factor; under a G-invariant prior and likelihood the symmetry posterior is uniform, so the whole problem reduces to learning a G-invariant density over orbits. It then shows how to do this with a continuous normalizing flow whose vector field is a permutation-equivariant Transformer, and introduces Param2Tok, a learned assignment matrix that maps parameters to tokens and can break equivariance where the data requires. The empirical claim is that this combination outperforms both point-estimate regression and non-equivariant generative baselines on audio reconstruction from the Surge XT synthesizer, and that the learned assignment matrices visibly organize parameters into the synthesizer's symmetric subsystems.
Load-bearing premise
The claim that the symmetry posterior p(g|O,y) is uniform, and hence that learning an invariant density is exactly right, rests on the assumption that the training data's parameter prior is invariant under the synthesizer's symmetries; the Surge XT datasets violate this by sampling some parameters from default-heavy or truncated distributions.
Editorial extensions
If this is right
- Permutation symmetry in a synthesizer degrades point-estimate regression, even with permutation-invariant losses or sorting heuristics; the k-osc experiments show this across k=4, 8, 16, and 32 oscillators.
- A conditional generative model that learns the parameter distribution rather than a point estimate substantially improves audio reconstruction under symmetry.
- Making the generative model's density permutation-invariant — via an equivariant continuous normalizing flow — improves reconstruction further than a symmetry-naive generative model on in-domain audio.
- Param2Tok discovers from data which symmetries to respect and which to break, so it matches the best model in both symmetric and asymmetric variants of the toy task.
- On Surge XT, the equivariant flow beats the AST regression baseline and the VAE+RealNVP generative baseline across MSS, wMFCC, SOT, and RMS metrics, and the ordering persists on out-of-distribution audio.
Reading between the lines
- If this reasoning extends beyond synthesizers, any neural network inverting an external system with structural symmetries — audio effects, physical simulators, or set-structured control tasks — should prefer generative density estimation over point prediction when symmetries are present.
- The Param2Tok discovery mechanism suggests a broadly applicable inductive bias: initialize a model to be maximally symmetric and let training break equivariance only where the likelihood demands it, which may improve sample efficiency in other set-to-set prediction problems.
- A testable next step the paper does not run is isolating quasi-symmetries in a k-osc-style task; the authors note this gap, and the outcome would clarify whether the Surge XT gains come from handling approximate symmetries or just from the generative formulation.
- The paper's decision to evaluate in the audio domain rather than parameter space implies that published sound-matching comparisons relying only on parameter distances should be re-examined, because such metrics can penalize valid symmetric solutions while rewarding incorrect ones.
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. The paper addresses the ill-posedness of synthesizer inversion caused by symmetries, focusing on permutation invariance. It derives a factorization of the conditional parameter posterior into orbit and symmetry parts, shows that under a G-invariant prior the symmetry posterior is uniform, and advocates learning G-invariant densities via equivariant continuous normalizing flows. A relaxed equivariance mechanism, Param2Tok, is introduced to discover symmetries from data. Experiments on a synthetic k-oscillator task and on Surge XT show that generative models outperform regression baselines and that the proposed equivariant CNFs achieve the best audio reconstruction metrics.
Significance. If the equivariance benefit is established, the paper gives a principled framework for a practically important problem and connects synthesizer inversion to equivariant generative modeling. The synthetic k-osc task cleanly controls for symmetry, the Surge XT evaluation is large-scale and uses multiple audio metrics, and the authors provide code and audio examples. The theoretical derivation of the orbital factorization is explicit and self-contained. However, the central empirical claim that learning the invariant density, rather than simply using a more expressive architecture, drives the gains is currently not separated from an architecture confound.
major comments (2)
- [4.1.3 / Table 1 / Appendix B.1.2] The comparison between equivariant CNFs (CNF (Equivariant), CNF (Param2Tok)) and the non-equivariant CNF (MLP) simultaneously varies two factors: permutation equivariance and the presence of self-attention. CNF (MLP) is described as having the attention blocks removed, leaving a residual MLP, while the equivariant models are Transformers with self-attention. Thus the reported gains of the equivariant models over CNF (MLP) could be due to attention or token-based processing rather than to permutation equivariance. To support claim (ii) of the conclusion, the paper should include a non-equivariant DiT baseline of comparable capacity (e.g., a DiT with positional encodings that breaks permutation symmetry) and report the k-osc and Surge XT metrics for it.
- [3.2 / Appendix B.3] Param2Tok relies on several hand-chosen mechanisms: the near-invariant initialization of A, Z and Z prime, the L1 sparsity penalty on A, and the guidance scale at inference. The manuscript states these are necessary for good performance but provides no ablations or sensitivity analysis. Without ablation, it is unclear whether the improved results of CNF (Param2Tok) come from symmetry discovery, from the regularization, or from the initialization. A simple ablation on the k-osc task (e.g., varying the L1 weight or using a random initialization) would substantially strengthen the paper's central claims about relaxed equivariance.
minor comments (4)
- [4.2.3] The text says results are presented in Table 2, but the audio reconstruction results are in Table 1; Table 2 is the parameter table in Appendix E.
- [3 / Appendix E] The uniform posterior derivation in Section 3 and Appendix A.3 assumes a G-invariant prior, and the text says this is satisfied by random sampling. Appendix E, however, introduces default-biased and truncated sampling. It would help to state explicitly that these modifications are applied identically across permutable parameter groups, so the joint prior remains exchangeable on those groups despite the non-uniform marginals.
- [Throughout] The typographic rendering PA R A M2TO K is difficult to read; consider using Param2Tok consistently in the text and figures.
- [4.2.3] The VAE + RealNVP baseline collapsed to predicting average values. While the paper notes this and offers a plausible explanation, the collapse may indicate an implementation or tuning issue rather than a fundamental limitation of the method. Since the code is released, a brief verification or a reference to a reproduction script would increase confidence in the comparison.
Circularity Check
No significant circularity: the theoretical derivation is self-contained and the empirical claims are tested against external baselines and audio metrics.
full rationale
The paper's derivation chain is not circular. The orbital factorization of p(x|y) in Section 3 and Appendix A follows from standard probability and group-theoretic identities, with the uniformity of p(g|O,y) derived from explicit assumptions of G-invariance of the likelihood and prior; it does not assume the conclusion. The invariance property of equivariant continuous normalizing flows is imported from the external Köhler et al. result, not from the authors' own prior work. The only self-citation, the responsibility-problem work [9], motivates the regression pathology but is accompanied by an independent citation [10] and is independently demonstrated by the in-paper k-osc experiments; it is not load-bearing for the central generative-equivariance claim. The empirical comparisons use held-out audio reconstruction metrics against regression and generative baselines, so no prediction reduces by construction to a fitted input. Limitations do exist but are correctness risks, not circularity: the CNF (Equivariant) versus CNF (MLP) comparison confounds equivariance with Transformer attention and token-based processing; the Surge XT sampling scheme in Appendix E violates the G-invariant-prior assumption; and the conclusion acknowledges the lack of theoretical guarantees that PARAM2TOK discovers symmetries. None of these involve an equation or fitted parameter being renamed as a prediction, so the circularity score is 0.
Assumptions & free parameters
free parameters (4)
- Classifier-free guidance scale =
2.0
- Param2Tok sparse assignment L1 penalty weight =
0.01
- Param2Tok initialization variances for A and Z =
sigma^2_A = sigma^2_Z = 1e-4
- Surge XT sampling probabilities for default values =
e.g., 50% for LFO amplitude 0 and waveshaper type None
assumptions (4)
- domain assumption G-invariance of the likelihood p(y|x) for the synthesizer's symmetry group G.
- domain assumption G-invariance of the prior p(x), claimed to be satisfied by random sampling from G-invariant distributions.
- standard math Finite group G, product of permutation subgroups, with orbit decomposition valid except for low-probability non-trivial stabilizers.
- ad hoc to paper Existence of a parameter-to-token assignment (Param2Tok) that can represent the relevant conditional symmetries.
Cite this review
Pith. "Pith review of Audio synthesizer inversion in symmetric parameter spaces with approximately equivariant flow matching." pith.science (2026). https://pith.science/paper/E5OOWF3B
@misc{pith2026250607199,
author = {Pith},
title = {Pith review of: Audio synthesizer inversion in symmetric parameter spaces with approximately equivariant flow matching},
year = {2026},
howpublished = {\url{https://pith.science/paper/E5OOWF3B}},
note = {Machine review of arXiv:2506.07199}
}
read the original abstract
Many audio synthesizers can produce the same signal given different parameter configurations, meaning the inversion from sound to parameters is an inherently ill-posed problem. We show that this is largely due to intrinsic symmetries of the synthesizer, and focus in particular on permutation invariance. First, we demonstrate on a synthetic task that regressing point estimates under permutation symmetry degrades performance, even when using a permutation-invariant loss function or symmetry-breaking heuristics. Then, viewing equivalent solutions as modes of a probability distribution, we show that a conditional generative model substantially improves performance. Further, acknowledging the invariance of the implicit parameter distribution, we find that performance is further improved by using a permutation equivariant continuous normalizing flow. To accommodate intricate symmetries in real synthesizers, we also propose a relaxed equivariance strategy that adaptively discovers relevant symmetries from data. Applying our method to Surge XT, a full-featured open source synthesizer used in real world audio production, we find our method outperforms regression and generative baselines across audio reconstruction metrics.
Reference graph
Works this paper leans on
-
[1]
Analytic Signal Processing in Music Computation
J. Justice. “Analytic Signal Processing in Music Computation”. In:IEEE Transactions on Acoustics, Speech, and Signal Processing27.6 (Dec. 1979), pp. 670–684.D O I: 10 . 1109 / TASSP . 1979 . 1163321
work page 1979
-
[2]
BACKGROUND 2.1 Synthesizer inversion & sound matching Given an audio signal, the sound matching task aims to find a synthesizer parameter configuration that best approximates it [4, 5]. We focus in this paper onsynthesizer inversion, a sub-task of sound matching in which the audio signal we seek to approximate is knowna priorito have come from the synthes...
-
[3]
A synthesizer is a map between these spaces, f:P → S
METHOD Let P ⊂Rk be the space of synthesizer parameters 1 and S ⊂Rn be the space of audio signals. A synthesizer is a map between these spaces, f:P → S. It is common that f is not injective. That is, there exist multiple sets of pa- rameters, e.g. x(1),x (2) ∈ P, that produce the same signal, i.e. f(x (1)) =f(x (2)). A trivial example is given when the sy...
-
[4]
EXPERIMENTS We train CNF models with the rectified flow probability path [33]. A minibatch approximation to the optimal trans- port coupling [34] is implemented using the Hungarian algorithm. Conditioning dropout is applied with a proba- bility of 10% and inference is performed with classifier- free guidance [41, 42] with a scale of 2.0. Sampling is perfo...
-
[5]
CONCLUSION The implications of our findings are clear: if the synthesizer has a symmetry, it is better to (i) approach the problem generatively and (ii) learn the corresponding invariant den- sity. This extends beyond synthesizers, as audio effects also commonly exhibit permutation symmetries, as noted by Nercessian [22]. Beyond audio, these results are o...
-
[6]
In particular, our choice of VST synthesizer reflects a bias towards western popular music
ETHICS STATEMENT Like any AI model, our work inherently encodes the biases and values of the authors. In particular, our choice of VST synthesizer reflects a bias towards western popular music. However, the more abstract nature of our synthetic exper- imentation does suggest that our results may reasonably be expected to generalize to tools that better re...
-
[7]
ACKNOWLEDGEMENTS B.H. would like to thank Christopher Mitcheltree, Marco Pasini, Chin-Yun Yu, Jack Loth, and Julien Guinot for their invaluable feedback on this manuscript in varying stages of completion, and Jordie Shier for the many inspiring and illuminating conversations on this topic. This research was supported by UK Research and Innova- tion [grant...
-
[8]
Synthesizer Sound Matching Using Audio Spectrogram Transformers
Fred Bruford, Frederik Blang, and Shahan Nerces- sian. “Synthesizer Sound Matching Using Audio Spectrogram Transformers”. In:Proceedings of the 27th International Conference on Digital Audio Ef- fects. DAFx24. Guildford, Surrey, Sept. 3–7, 2024
work page 2024
Show all 61 references
-
[9]
Speech Analy- sis/Synthesis Based on a Sinusoidal Representation
R. McAulay and T. Quatieri. “Speech Analy- sis/Synthesis Based on a Sinusoidal Representation”. In:IEEE Transactions on Acoustics, Speech, and Signal Processing34.4 (Aug. 1986), pp. 744–754. D O I:10.1109/TASSP.1986.1164910
1986
-
[10]
Spectral Model- ing Synthesis: A Sound Analysis/Synthesis System Based on a Deterministic Plus Stochastic Decompo- sition
Xavier Serra and Julius Smith. “Spectral Model- ing Synthesis: A Sound Analysis/Synthesis System Based on a Deterministic Plus Stochastic Decompo- sition”. In:Computer Music Journal14.4 (1990), pp. 12–24.D O I:10.2307/3680788
1990 doi
-
[11]
A Comparison of Parametric Optimization Techniques for Musical Instrument Tone Matching
Martin Roth and Matthew Yee-King. “A Comparison of Parametric Optimization Techniques for Musical Instrument Tone Matching”. In: Audio Engineering Society Convention 130. Audio Engineering Society, May 13, 2011
2011
-
[12]
The Synthesizer Programming Prob- lem: Improving the Usability of Sound Synthesizers
Jordie Shier. “The Synthesizer Programming Prob- lem: Improving the Usability of Sound Synthesizers”. MA thesis. University of Victoria, 2021
2021
-
[13]
InverSynth: Deep Estimation of Synthesizer Parameter Configurations from Audio Signals
Oren Barkan et al. “InverSynth: Deep Estimation of Synthesizer Parameter Configurations from Audio Signals”. In:IEEE/ACM Transactions on Audio, Speech, and Language Processing27.12 (Dec. 2019), pp. 2385–2396.D O I: 10.1109/TASLP.2019. 2944568. arXiv:1812.06349
2019 arXiv
-
[14]
Improving Semi-Supervised Differentiable Synthesizer Sound Matching for Practical Applications
Naotake Masuda and Daisuke Saito. “Improving Semi-Supervised Differentiable Synthesizer Sound Matching for Practical Applications”. In:IEEE/ACM Transactions on Audio, Speech, and Language Pro- cessing31 (2023), pp. 863–875.D O I: 10.1109/ TASLP.2023.3237161
2023
-
[15]
DDSP: Differentiable Digital Signal Processing
Jesse Engel et al. “DDSP: Differentiable Digital Signal Processing”. In:8th International Conference on Learning Representations. ICLR 2020. Addis Ababa, Ethiopia, Apr. 2020
2020
-
[16]
The Responsibility Problem in Neural Networks with Unordered Targets
Ben Hayes, Charalampos Saitis, and György Fazekas. “The Responsibility Problem in Neural Networks with Unordered Targets”. In:The First Tiny Papers Track at ICLR 2023. ICLR. Kigali, Rwanda, May 5, 2023
2023
-
[17]
FSPool: Learning Set Representations with Featurewise Sort Pooling
Yan Zhang, Jonathon Hare, and Adam Prügel- Bennett. “FSPool: Learning Set Representations with Featurewise Sort Pooling”. In: International Conference on Learning Representations. Sept. 23, 2019
2019
-
[18]
Flow Synthesizer: Universal Audio Synthesizer Control with Normalizing Flows
Philippe Esling et al. “Flow Synthesizer: Universal Audio Synthesizer Control with Normalizing Flows”. In:Applied Sciences10.1 (Dec. 2020), p. 302.D O I: 10.3390/app10010302
2020 doi
-
[19]
Improving Synthesizer Programming From Variational Autoencoders Latent Space
Gwendal Le Vaillant, Thierry Dutoit, and Sebastien Dekeyser. “Improving Synthesizer Programming From Variational Autoencoders Latent Space”. In: 2021 24th International Conference on Digital Au- dio Effects (DAFx). 2021 24th International Con- ference on Digital Audio Effects ...
2021
-
[20]
Equivari- ant Flows: Exact Likelihood Generative Learning for Symmetric Densities
Jonas Köhler, Leon Klein, and Frank Noe. “Equivari- ant Flows: Exact Likelihood Generative Learning for Symmetric Densities”. In:Proceedings of the 37th International Conference on Machine Learning. In- ternational Conference on Machine Learning. PMLR, Nov. 21, 2020, pp. 5361–5370
2020
-
[21]
AST: Audio Spectrogram Transformer
Yuan Gong, Yu-An Chung, and James Glass. “AST: Audio Spectrogram Transformer”. In: Proc. Inter- speech 2021. 2021, pp. 571–575.D O I: 10.21437/ Interspeech.2021-698
2021
-
[22]
Neural Parametric Equalizer Matching Using Differentiable Biquads
Shahan Nercessian. “Neural Parametric Equalizer Matching Using Differentiable Biquads”. In:Pro- ceedings of the 23rd International Conference on Digital Audio Effects. DAFx2020. Vienna, Austria, 2020, p. 8
2020
-
[23]
A Review of Differentiable Digital Signal Processing for Music & Speech Synthesis
Ben Hayes et al. “A Review of Differentiable Digital Signal Processing for Music & Speech Synthesis”. In:Frontiers in Signal Processing(2023)
2023
-
[24]
Synthesizer Sound Matching with Differentiable DSP
Naotake Masuda and Daisuke Saito. “Synthesizer Sound Matching with Differentiable DSP” (On- line). Nov. 7, 2021.D O I: 10 . 5281 / zenodo . 5624609
2021
- [25]
-
[26]
White Box Search over Audio Synthesizer Parameters
Yuting Yang et al. “White Box Search over Audio Synthesizer Parameters”. In:Proc. of the 24rd Int. Society for Music Information Retrieval Conf.ISMIR. Milan, Italy, 2023
2023
-
[27]
Learning to Solve Inverse Problems for Perceptual Sound Matching
Han Han, Vincent Lostanlen, and Mathieu Lagrange. “Learning to Solve Inverse Problems for Perceptual Sound Matching”. In:IEEE/ACM Transactions on Audio, Speech, and Language Processing32 (2024), pp. 2605–2615.D O I: 10.1109/TASLP.2024. 3393738
2024 doi
-
[28]
Self-Supervised Pitch Detection by Inverse Audio Synthesis
Jesse Engel, Rigel Swavely, and Adam Roberts. “Self-Supervised Pitch Detection by Inverse Audio Synthesis”. In:Proceedings of the International Con- ference on Machine Learning. ICML 2020. 2020, p. 9
2020
-
[29]
Neural Ordinary Differential Equations
Ricky T. Q. Chen et al. “Neural Ordinary Differential Equations”. In:Advances in Neural Information Processing Systems. V ol. 31. Curran Associates, Inc., 2018
2018
-
[30]
Set Prediction without Imposing Structure as Conditional Density Estimation
David W. Zhang, Gertjan J. Burghouts, and Cees G. M. Snoek. “Set Prediction without Imposing Structure as Conditional Density Estimation”. In: In- ternational Conference on Learning Representations. Jan. 12, 2021
2021
-
[31]
Deep Set Prediction Networks
Yan Zhang, Jonathon Hare, and Adam Prugel- Bennett. “Deep Set Prediction Networks”. In:Ad- vances in Neural Information Processing Systems. V ol. 32. Curran Associates, Inc., 2019
2019
-
[32]
Conditional Set Generation with Trans- formers
Adam R. Kosiorek, Hyunjik Kim, and Danilo J. Rezende. “Conditional Set Generation with Trans- formers”. In:Workshop on Object-Oriented Learn- ing. International Conference on Machine Learning. arXiv, July 1, 2020. arXiv:2006.16841 [cs]
2020 arXiv
-
[33]
Jinwoo Kim et al.SetVAE: Learning Hierarchi- cal Composition for Generative Modeling of Set- Structured Data. Mar. 29, 2021.D O I:10.48550/ arXiv . 2103 . 15619. arXiv: 2103 . 15619 [cs]. Pre-published
2021
-
[34]
Scalable Nor- malizing Flows for Permutation Invariant Densities
Marin Biloš and Stephan Günnemann. “Scalable Nor- malizing Flows for Permutation Invariant Densities”. In:Proceedings of the 38th International Conference on Machine Learning. International Conference on Machine Learning. PMLR, July 1, 2021, pp. 957– 967
2021
-
[35]
Fast Point Cloud Generation with Straight Flows
Lemeng Wu et al. “Fast Point Cloud Generation with Straight Flows”. In:2023 IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR). 2023 IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR). Vancouver, BC, Canada: IEEE, June 2023, pp. 9445–9454....
2023
-
[36]
Equivariant Flow Matching for Molecular Conformer Generation
Majdi Hassan et al. “Equivariant Flow Matching for Molecular Conformer Generation”. In: ICML’24 Workshop ML for Life and Material Science: From Theory to Industry Applications. July 17, 2024
2024
-
[37]
FFJORD: Free-Form Contin- uous Dynamics for Scalable Reversible Generative Models
Will Grathwohl et al. “FFJORD: Free-Form Contin- uous Dynamics for Scalable Reversible Generative Models”. In: International Conference on Learning Representations. Sept. 27, 2018
2018
-
[38]
Improving and Generaliz- ing Flow-Based Generative Models with Minibatch Optimal Transport
Alexander Tong et al. “Improving and Generaliz- ing Flow-Based Generative Models with Minibatch Optimal Transport”. In:Transactions on Machine Learning Research(2024)
2024
-
[39]
Flow Matching for Generative Modeling
Yaron Lipman et al. “Flow Matching for Generative Modeling”. In: The Eleventh International Confer- ence on Learning Representations. Feb. 1, 2023
2023
-
[40]
In practice, we find it necessary to initialize Z,Z ′, and A such that PA R A M2TO Kis approximately invariant to any permutation of the parameter vector
of the assignment matrix and another set of learned vectors Z′ ∈R k×d as follows: ˜x= Z′ ⊙ AT Xl 1d,(4) where 1d is simply a d-dimensional vector of ones and Xl is the output of the lth Transformer layer. In practice, we find it necessary to initialize Z,Z ′, and A such that P...
-
[41]
Flow Straight and Fast: Learning to Generate and Transfer Data with Rectified Flow
Xingchao Liu, Chengyue Gong, and Qiang Liu. “Flow Straight and Fast: Learning to Generate and Transfer Data with Rectified Flow”. In: The Eleventh International Conference on Learning Representa- tions. Feb. 1, 2023
2023
-
[42]
Multisample Flow Matching: Straightening Flows with Minibatch Cou- plings
Aram-Alexandre Pooladian et al. “Multisample Flow Matching: Straightening Flows with Minibatch Cou- plings”. In:Proceedings of the 40th International Conference on Machine Learning. International Con- ference on Machine Learning. PMLR, July 3, 2023, pp. 28100–28127
2023
- [43]
-
[44]
Equiv- ariant Flow Matching
Leon Klein, Andreas Krämer, and Frank Noe. “Equiv- ariant Flow Matching”. In:Advances in Neural In- formation Processing Systems36 (Dec. 15, 2023), pp. 59886–59910
2023
-
[45]
Attention Is All You Need
Ashish Vaswani et al. “Attention Is All You Need”. In:Advances in Neural Information Processing Sys- tems. V ol. 30. Curran Associates, Inc., 2017
2017
-
[46]
Scalable Dif- fusion Models with Transformers
William Peebles and Saining Xie. “Scalable Dif- fusion Models with Transformers”. In:2023 IEEE/CVF International Conference on Computer Vision (ICCV). 2023 IEEE/CVF International Confer- ence on Computer Vision (ICCV). Paris, France: IEEE, Oct. 1, 2023, pp. 4172–4182.D O I: 10...
2023
-
[47]
Using the Output Em- bedding to Improve Language Models
Ofir Press and Lior Wolf. “Using the Output Em- bedding to Improve Language Models”. In:Pro- ceedings of the 15th Conference of the European Chapter of the Association for Computational Lin- guistics: Volume 2, Short Papers. Proceedings of the 15th Conference of the European C...
2017 doi
-
[48]
Classifier-Free Diffusion Guidance
Jonathan Ho and Tim Salimans. “Classifier-Free Diffusion Guidance”. In: NeurIPS 2021 Workshop on Deep Generative Models and Downstream Appli- cations. Dec. 8, 2021
2021
- [49]
-
[50]
Per- ceptually Informed Synthesis of Bandlimited Classi- cal Waveforms Using Integrated Polynomial Inter- polation
Vesa Välimäki, Jussi Pekonen, and Juhan Nam. “Per- ceptually Informed Synthesis of Bandlimited Classi- cal Waveforms Using Integrated Polynomial Inter- polation”. In:The Journal of the Acoustical Society of America131.1 (Jan. 1, 2012), pp. 974–986.D O I: 10.1121/1.3651227
2012 doi
-
[51]
Parametric Correspondence and Chamfer Matching: Two New Techniques for Image Matching
Harry G Barrow et al. “Parametric Correspondence and Chamfer Matching: Two New Techniques for Image Matching”. In:Proceedings: Image Under- standing Workshop. Science Applications, Inc, 1977, pp. 21–27
1977
-
[52]
Version 0.7.3
Peter Sobot.Pedalboard. Version 0.7.3. Zen- odo, Apr. 10, 2023.D O I: 10 . 5281 / ZENODO . 7817838
2023
-
[53]
On Layer Normalization in the Transformer Architecture
Ruibin Xiong et al. “On Layer Normalization in the Transformer Architecture”. In:Proceedings of the 37th International Conference on Machine Learn- ing. International Conference on Machine Learning. PMLR, Nov. 21, 2020, pp. 10524–10533
2020
-
[54]
Ian Dunn and David Ryan Koes.Mixed Continuous and Categorical Flow Matching for 3D De Novo Molecule Generation. Apr. 30, 2024.D O I: 10 . 48550 / arXiv . 2404 . 19739. arXiv: 2404 . 19739 [q-bio]. Pre-published
2024
-
[55]
I’m Sorry for Your Loss: Spectrally-Based Audio Distances Are Bad at Pitch
Joseph Turian and Max Henry. “I’m Sorry for Your Loss: Spectrally-Based Audio Distances Are Bad at Pitch”. Dec. 9, 2020. arXiv: 2012.04572 [cs, eess]
2020 arXiv
-
[56]
Unsupervised Harmonic Parameter Estimation Us- ing Differentiable DSP and Spectral Optimal Trans- port
Bernardo Torres, Geoffroy Peeters, and Gaël Richard. “Unsupervised Harmonic Parameter Estimation Us- ing Differentiable DSP and Spectral Optimal Trans- port”. In:ICASSP 2024 - 2024 IEEE International Conference on Acoustics, Speech and Signal Pro- cessing (ICASSP). ICASSP 2024...
2024
-
[57]
Neural Audio Synthesis of Musical Notes with WaveNet Autoencoders
Jesse Engel et al. “Neural Audio Synthesis of Musical Notes with WaveNet Autoencoders”. In:Proceedings of the 34th International Conference on Machine Learning - Volume 70. ICML’17. Sydney, Australia, Aug. 6, 2017, pp. 1068–1077
2017
-
[58]
FSD50K: An Open Dataset of Human-Labeled Sound Events
Eduardo Fonseca et al. “FSD50K: An Open Dataset of Human-Labeled Sound Events”. In:IEEE/ACM Transactions on Audio, Speech, and Language Pro- cessing30 (2022), pp. 829–852.D O I: 10.1109/ TASLP.2021.3133208
2022
-
[59]
Density Estimation Using Real NVP
Laurent Dinh, Jascha Sohl-Dickstein, and Samy Ben- gio. “Density Estimation Using Real NVP”. In: International Conference on Learning Representa- tions. Feb. 6, 2017
2017
-
[60]
Fast and Flexible Neural Audio Synthesis
Lamtharn Hantrakul et al. “Fast and Flexible Neural Audio Synthesis”. In:Proceedings of the 20th In- ternational Society for Music Information Retrieval Conference. ISMIR. Delft, The Netherlands, 2019, pp. 524–530
2019
-
[61]
Crepe: A Convolutional Representation for Pitch Estimation
Jong Wook Kim et al. “Crepe: A Convolutional Representation for Pitch Estimation”. In:2018 IEEE International Conference on Acoustics, Speech, and Signal Processing, ICASSP 2018 - Proceedings. 2018 IEEE International Conference on Acoustics, Speech, and Signal Processing, ICAS...
2018
Reviewed August 7, 2026 · model on record in the stance chip above.
Discussion (0). Sign in to comment.