Manhph2211 commited on
Commit
5ced9ae
·
verified ·
1 Parent(s): 2b927ba

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +46 -3
README.md CHANGED
@@ -1,3 +1,46 @@
1
- ---
2
- license: apache-2.0
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ ---
4
+
5
+
6
+ <div align="center" style="font-size: 5em;">
7
+ <strong>From Cheap to Chic: Enhancing Music Playback Quality of Budget Earphones via Hardware-Aware Learning</strong>
8
+ <br> </br>
9
+ </div>
10
+ <div align="center">
11
+ <a href="https://contributor21.github.io/Cheap2Chic/"><img src="https://img.shields.io/badge/Website-Cheap2Chic WebPage-blue?style=for-the-badge"></a>
12
+ <a href=""><img src="https://img.shields.io/badge/arxiv-Paper-red?style=for-the-badge"></a>
13
+ <a href=""><img src="https://img.shields.io/badge/Checkpoint-%F0%9F%A4%97%20Hugging%20Face-White?style=for-the-badge"></a>
14
+ </div>
15
+
16
+ <div align="center">
17
+ <a href="https://laserhu.github.io/" target="_blank">Hu&nbsp;Changshuo*</a> &emsp;
18
+ <a href="https://maxph2211.dev/" target="_blank">Hung&nbsp;Manh&nbsp;Pham*</a> &emsp;
19
+ <a href="" target="_blank">Ting&nbsp;Dang</a> &emsp;
20
+ <a href="" target="_blank">Jiannan&nbsp;Li</a> &emsp;
21
+ <a href="" target="_blank">Rajesh&nbsp;Balan</a> &emsp;
22
+ <a href="https://www.dongma.info/" target="_blank">Dong&nbsp;Ma</a> &emsp;
23
+ </div>
24
+
25
+ <br>
26
+
27
+ <div align="center" >
28
+ <small>* indicates equal contribution</small>
29
+ </div>
30
+
31
+ <!-- <div align="center">
32
+ <img src="" alt="Illustration of our technique"/>
33
+ </div> -->
34
+
35
+ ## :rocket: Introduction
36
+
37
+ Low-end earphones are widely spread due to their affordability, but their limited speaker hardware often leads to poor music playback quality. This raises a key question: **Can we compensate for hardware limitations to enhance the listening experience without modifying the device?**
38
+
39
+ In this work:
40
+ - We proposed Cheap2Chic, a novel framework that enhances music delivery quality on low-end earphones. Cheap2Chic innovates with (1) a deep learning-based approach for speaker characterization and (2) a cascaded architecture that learns effective compensation strategies to address speaker deficiencies.
41
+
42
+ - We designed a data synthesis module that accurately simulates earphone recordings by leveraging coarse-grained FRC data. This approach innovatively treats the FRC as an image and extracts features using a vision-language model (VLM).
43
+
44
+ - We built a prototype and collected a dataset of playback recordings from eight commercial earphones across ten music genres (totaling 40 hours). We plan to release this dataset publicly to facilitate and encourage broader research on earphone audio quality.
45
+
46
+ - We conducted extensive experiments to evaluate the effectiveness and system overhead of Cheap2Chic under various real-world factors.