File size: 1,457 Bytes
665b1c5
 
86a6f6f
 
 
665b1c5
 
 
 
86a6f6f
 
 
 
 
 
 
 
 
 
 
 
29df892
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
---
title: README
emoji: 🎹
colorFrom: indigo
colorTo: purple
sdk: static
pinned: false
---

<div align="center">

# PianoVAM 🎹

**A multimodal piano performance dataset, and the models built on it.**

From the [MAC Lab](https://mac.kaist.ac.kr/) at KAIST and the [Music Informatics Group](https://musicinformatics.gatech.edu/) at Georgia Tech.

</div>

PianoVAM captures piano performance across every modality at once. Each of 107 practice recordings on a Yamaha Disklavier aligns top-view video, lossless audio, ground-truth MIDI, and 21-point hand landmarks to the same take. On top of the dataset we build models that read one modality from another, starting with V2N, which transcribes piano to complete MIDI from silent video alone.

### PianoVAM
A multimodal piano performance dataset (ISMIR 2025).
🗂️ [Dataset](https://huggingface.co/datasets/PianoVAM/PianoVAM_v1) · 🎬 [Live demo](https://huggingface.co/spaces/PianoVAM/PianoVAM) · 📄 [Paper](https://arxiv.org/abs/2509.08800) · 💻 [Code](https://github.com/yonghyunk1m/PianoVAM-Code)

### V2N (Video to Notes)
Visual piano transcription from silent video (ISMIR 2026).
🎬 [Live demo](https://huggingface.co/spaces/PianoVAM/V2N) · 📄 [Paper](https://arxiv.org/abs/2608.03419) · 💻 [Code](https://github.com/yonghyunk1m/V2N)

### PiaRec & ASDF
Web toolkits for dataset acquisition and fingering annotation (ISMIR 2025 LBD).
📄 [Paper](https://arxiv.org/abs/2509.15222)