Update index.html
Browse files- index.html +13 -4
index.html
CHANGED
@@ -32,25 +32,29 @@
|
|
32 |
<!-- Hero Section -->
|
33 |
<div class="container text-center">
|
34 |
<img src="figures/ARvsFM.png" alt="AR vs FM" style="width: 100%; border-radius: 20px; box-shadow: 0 4px 16px rgba(0,0,0,0.2); margin-bottom: 20px;">
|
35 |
-
<h1>
|
36 |
<p>
|
37 |
<a href="https://scholar.google.com/citations?user=QK3_J9IAAAAJ" target="_blank">Or Tal</a> ·
|
38 |
<a href="https://scholar.google.com/citations?user=UiERcYsAAAAJ" target="_blank">Felix Kreuk</a> ·
|
39 |
<a href="https://scholar.google.com/citations?user=ryMtc7sAAAAJ" target="_blank">Yossi Adi</a>
|
40 |
</p>
|
|
|
|
|
|
|
|
|
41 |
</div>
|
42 |
|
43 |
<!-- Abstract Section -->
|
44 |
-
<div class="container">
|
45 |
<h2>Abstract</h2>
|
46 |
<p>
|
47 |
-
|
48 |
</p>
|
49 |
</div>
|
50 |
|
51 |
<!-- Unified Paper Highlights Section -->
|
52 |
<div class="container">
|
53 |
-
<h2>
|
54 |
<div id="highlight-box" style="padding: 20px; border: 1px solid #ccc; border-radius: 12px; background: #fefefe; box-shadow: 0 2px 8px rgba(0,0,0,0.05);">
|
55 |
<div style="text-align: center;">
|
56 |
<img id="highlight-image" src="" alt="Highlight figure"
|
@@ -113,6 +117,11 @@
|
|
113 |
// Initialize
|
114 |
showHighlight(highlightIndex);
|
115 |
</script>
|
|
|
|
|
|
|
|
|
|
|
116 |
|
117 |
<!-- Section 1 -->
|
118 |
<div class="container">
|
|
|
32 |
<!-- Hero Section -->
|
33 |
<div class="container text-center">
|
34 |
<img src="figures/ARvsFM.png" alt="AR vs FM" style="width: 100%; border-radius: 20px; box-shadow: 0 4px 16px rgba(0,0,0,0.2); margin-bottom: 20px;">
|
35 |
+
<h1>Auto-Regressive vs Flow-Matching: a Comparative Study of Modeling Paradigms for Text-to-Music Generation</h1>
|
36 |
<p>
|
37 |
<a href="https://scholar.google.com/citations?user=QK3_J9IAAAAJ" target="_blank">Or Tal</a> ·
|
38 |
<a href="https://scholar.google.com/citations?user=UiERcYsAAAAJ" target="_blank">Felix Kreuk</a> ·
|
39 |
<a href="https://scholar.google.com/citations?user=ryMtc7sAAAAJ" target="_blank">Yossi Adi</a>
|
40 |
</p>
|
41 |
+
<br>
|
42 |
+
<p>
|
43 |
+
<a href="https://arxiv.org/abs/2506.08570" target="_blank">Full Paper</a>
|
44 |
+
</p>
|
45 |
</div>
|
46 |
|
47 |
<!-- Abstract Section -->
|
48 |
+
<div class="container text-center">
|
49 |
<h2>Abstract</h2>
|
50 |
<p>
|
51 |
+
Recent progress in text-to-music generation has enabled models to synthesize high-quality musical segments, full compositions, and even respond to fine-grained control signals, e.g. chord progressions. State-of-the-art (SOTA) systems differ significantly across many dimensions, such as training datasets, modeling paradigms, and architectural choices. This diversity complicates efforts to evaluate models fairly and pinpoint which design choices most influence performance. While factors like data and architecture are important, in this study we focus exclusively on the modeling paradigm. We conduct a systematic empirical analysis to isolate its effects, offering insights into associated trade-offs and emergent behaviors that can guide future text-to-music generation systems Specifically, we compare the two arguably most common modeling paradigms: Auto-Regressive decoding and Conditional Flow-Matching. We conduct a controlled comparison by training all models from scratch using identical datasets, training configurations, and similar backbone architectures. Performance is evaluated across multiple axes, including generation quality, robustness to inference configurations, scalability, adherence to both textual and temporally aligned conditioning, and editing capabilities in the form of audio inpainting. This comparative study sheds light on distinct strengths and limitations of each paradigm, providing actionable insights that can inform future architectural and training decisions in the evolving landscape of text-to-music generation.
|
52 |
</p>
|
53 |
</div>
|
54 |
|
55 |
<!-- Unified Paper Highlights Section -->
|
56 |
<div class="container">
|
57 |
+
<h2>Key Take-aways</h2>
|
58 |
<div id="highlight-box" style="padding: 20px; border: 1px solid #ccc; border-radius: 12px; background: #fefefe; box-shadow: 0 2px 8px rgba(0,0,0,0.05);">
|
59 |
<div style="text-align: center;">
|
60 |
<img id="highlight-image" src="" alt="Highlight figure"
|
|
|
117 |
// Initialize
|
118 |
showHighlight(highlightIndex);
|
119 |
</script>
|
120 |
+
|
121 |
+
<div class="container">
|
122 |
+
<h1>Bibtex</h1>
|
123 |
+
<p>TODO</p>
|
124 |
+
</div>
|
125 |
|
126 |
<!-- Section 1 -->
|
127 |
<div class="container">
|