earlab commited on
Commit
ec2be84
Β·
verified Β·
1 Parent(s): 344797e

update the paper link and other info

Browse files
Files changed (1) hide show
  1. README.md +18 -40
README.md CHANGED
@@ -10,7 +10,14 @@ tags:
10
  ---
11
  # Ξ΅ar-VAE2
12
 
13
- [[Demo Page](https://eps-acoustic-revolution-lab.github.io/EAR_VAE2/)] - [[Paper (coming soon)](#)] - [[Codebase](https://github.com/Eps-Acoustic-Revolution-Lab/EAR_VAE2)]
 
 
 
 
 
 
 
14
 
15
  ---
16
 
@@ -43,7 +50,7 @@ Reconstruction quality on **Song Describer Dataset** (546 full tracks, 48 kHz st
43
  | **Ξ΅ar-VAE2 (base)** | 10.9 | 0.916 | 0.572 | 0.966 |
44
  | **Ξ΅ar-VAE2 (full)** | **11.3** | **0.870** | **0.461** | **0.973** |
45
 
46
- > Ξ΅ar-VAE2 (full) achieves the best spectral fidelity (STFT Dist, Mel Dist) among all systems while matching the phase coherence (CCPC) of the larger Ξ΅ar-VAE baseline.
47
 
48
  ## Spec-SnakeBeta
49
 
@@ -108,36 +115,6 @@ reconstructed = reconstructed[:, :, :orig_len]
108
  python inference.py --checkpoint ear_vae2.pt --config configs/ear_vae2.json --input input.wav --output output.wav
109
  ```
110
 
111
- <details>
112
- <summary><b>πŸ“ Project Structure</b></summary>
113
-
114
- ```
115
- EAR_VAE2/
116
- β”œβ”€β”€ README.md
117
- β”œβ”€β”€ LICENSE
118
- β”œβ”€β”€ requirements.txt
119
- β”œβ”€β”€ inference.py # CLI inference script
120
- β”œβ”€β”€ configs/
121
- β”‚ └── ear_vae2.json # Full model config (with refiner)
122
- β”œβ”€β”€ ear_vae2/
123
- β”‚ β”œβ”€β”€ __init__.py
124
- β”‚ └── model.py # Self-contained EarVAE2 model
125
- β”‚ # (encoder, decoder, Spec-SnakeBeta,
126
- β”‚ # refiner, STFT helpers)
127
- β”œβ”€β”€ assets/
128
- β”‚ β”œβ”€β”€ architecture.png
129
- β”‚ β”œβ”€β”€ spec_snakebeta.png
130
- β”‚ └── input_repr.png
131
- └── docs/ # Demo page (GitHub Pages, served from /docs)
132
- β”œβ”€β”€ index.html
133
- β”œβ”€β”€ config.js
134
- β”œβ”€β”€ css/
135
- β”œβ”€β”€ js/
136
- β”œβ”€β”€ assets/
137
- └── cases/
138
- ```
139
-
140
- </details>
141
 
142
  ## Model Details
143
 
@@ -157,11 +134,14 @@ EAR_VAE2/
157
  ## Citation
158
 
159
  ```bibtex
160
- @inproceedings{earvae2,
161
- title = {Frequency-Aware Spectral Autoencoding for High-Fidelity Music Reconstruction},
162
- author = {Anonymous},
163
- booktitle = {International Conference on Learning Representations (ICLR)},
164
- year = {2026}
 
 
 
165
  }
166
  ```
167
 
@@ -179,6 +159,4 @@ We gratefully acknowledge the following projects that inspired components of Ξ΅a
179
 
180
  ## License
181
 
182
- This project is licensed under the [Apache License 2.0](LICENSE).
183
-
184
- Copyright 2026 Epsilon Acoustic Revolution Lab.
 
10
  ---
11
  # Ξ΅ar-VAE2
12
 
13
+ **Fourier is Frontier: Frequency-Aware Autoencoding for High-Fidelity Music Reconstruction**
14
+
15
+ Kangdi Wang<sup>1</sup> Β· Yusheng Dai<sup>2</sup> Β· Jin Xu<sup>1†</sup>
16
+
17
+ <sup>1</sup> Qwen Team, Alibaba &nbsp;&nbsp; <sup>2</sup> Monash University &nbsp;&nbsp; <sup>†</sup> Corresponding author
18
+
19
+
20
+ [[Demo Page](https://eps-acoustic-revolution-lab.github.io/EAR_VAE2/)] - [[Paper](https://arxiv.org/abs/2608.19843)] - [[Codebase](https://github.com/Eps-Acoustic-Revolution-Lab/EAR_VAE2)]
21
 
22
  ---
23
 
 
50
  | **Ξ΅ar-VAE2 (base)** | 10.9 | 0.916 | 0.572 | 0.966 |
51
  | **Ξ΅ar-VAE2 (full)** | **11.3** | **0.870** | **0.461** | **0.973** |
52
 
53
+ > Ξ΅ar-VAE2 (full) achieves the best spectral fidelity (STFT Dist, Mel Dist) among all systems while matching the phase coherence (CCPC) of the Ξ΅ar-VAE baseline.
54
 
55
  ## Spec-SnakeBeta
56
 
 
115
  python inference.py --checkpoint ear_vae2.pt --config configs/ear_vae2.json --input input.wav --output output.wav
116
  ```
117
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
118
 
119
  ## Model Details
120
 
 
134
  ## Citation
135
 
136
  ```bibtex
137
+ @misc{earvae2,
138
+ title = {Fourier is Frontier: Frequency-Aware Autoencoding for High-Fidelity Music Reconstruction},
139
+ author = {Kangdi Wang and Yusheng Dai and Jin Xu},
140
+ year = {2026},
141
+ eprint = {2608.19843},
142
+ archivePrefix = {arXiv},
143
+ primaryClass = {cs.SD},
144
+ url = {https://arxiv.org/abs/2608.19843}
145
  }
146
  ```
147
 
 
159
 
160
  ## License
161
 
162
+ This project is licensed under the [Apache License 2.0](LICENSE).