Papers › Compose & Embellish: Well-Structured Piano Performance Generation via A Two-Stage Approach

Compose & Embellish: Well-Structured Piano Performance Generation via A Two-Stage Approach

17 Sep 2022arXiv:2209.08212archive 2025-07-28

Shih-Lun Wu, Yi-Hsuan Yang

Even with strong sequence models like Transformers, generating expressive piano performances with long-range musical structures remains challenging. Meanwhile, methods to compose well-structured melodies or lead sheets (melody + chords), i.e., simpler forms of music, gained more success. Observing the above, we devise a two-stage Transformer-based framework that Composes a lead sheet first, and then Embellishes it with accompaniment and expressive touches. Such a factorization also enables pretraining on non-piano data. Our objective and subjective experiments show that Compose & Embellish shrinks the gap in structureness between a current state of the art and real performances by half, and improves other musical aspects such as richness and coherence as well.

PaperPDFCodeCode Syntology ran

In Syntology Open this paper in Syntology's Atlas, the map of the papers in Syntology's graph and their citations.

For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="2209.08212")

Code

Syntology Ran 0 of 18 code samples harvested from 1 repository linked to this paper; 18 have no recorded run.

By repository: official repository: 18 samples from 1 repository, 0 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

slseanwu/compose_and_embellish officialmentioned in papermentioned on GitHubpytorchMIT report

Repository list and official/mentioned flags are the archive's, frozen 2025-07-28. Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

18 samples harvested; 0 ran; 0 honoured the contract we drafted; 18 have no recorded run. Read from Syntology's graph 2026-09-24; that is when this build read the record, not when the samples ran.

18unverified

Licence: 0 of the 18 samples are pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from slseanwu/compose_and_embellish. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted. community: Not in the archive's code links for this paper; a community repository Syntology harvested. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

check_extreme_pitch slseanwu/compose_and_embellish/stage02_embellish/dataloader.py official repository unverified MIT (permissive) · bfc2a2bea1cae008 · report
construct_inadmissible_set slseanwu/compose_and_embellish/stage02_embellish/inference.py official repository unverified MIT (permissive) · 1684a40ef3af2d8c · report
generate_bidirectional_pad_mask slseanwu/compose_and_embellish/stage01_compose/model/transformer_helpers.py official repository unverified MIT (permissive) · 121b7194cf939651 · report
generate_causal_mask slseanwu/compose_and_embellish/stage01_compose/model/transformer_helpers.py official repository unverified MIT (permissive) · af1231b854ffe10c · report
get_chord_tone slseanwu/compose_and_embellish/stage01_compose/dataloader.py official repository unverified MIT (permissive) · fbaabefe1e3389f9 · report
get_chord_tone slseanwu/compose_and_embellish/stage02_embellish/dataloader.py official repository unverified MIT (permissive) · 84f7aa7796be7bd4 · report
get_min_max_pitch_idx slseanwu/compose_and_embellish/stage01_compose/model/transformer_helpers.py official repository unverified MIT (permissive) · 2873fbbabe34e18e · report
get_position_idx slseanwu/compose_and_embellish/stage01_compose/inference_utils.py official repository unverified MIT (permissive) · b72c3b7bbc8073e4 · report
nucleus slseanwu/compose_and_embellish/stage01_compose/inference_utils.py official repository unverified MIT (permissive) · b21c0c2a2fec8283 · report
numpy_to_tensor slseanwu/compose_and_embellish/stage01_compose/utils.py official repository unverified MIT (permissive) · 8f85297926f9dfbd · report
pickle_load slseanwu/compose_and_embellish/stage01_compose/utils.py official repository unverified MIT (permissive) · a452b37f41bd83f1 · report
read_generated_txt slseanwu/compose_and_embellish/stage01_compose/convert2midi.py official repository unverified MIT (permissive) · a53f289be9ce8588 · report
roundup_enc_bar_arr_size slseanwu/compose_and_embellish/stage01_compose/dataloader.py official repository unverified MIT (permissive) · 6441c139ab46f77b · report
temperature slseanwu/compose_and_embellish/stage01_compose/inference_utils.py official repository unverified MIT (permissive) · 2a2fdbcc3e615d8c · report
temperature slseanwu/compose_and_embellish/stage02_embellish/inference.py official repository unverified MIT (permissive) · cfcd4f3c8b9c03f3 · report
tensor_to_numpy slseanwu/compose_and_embellish/stage01_compose/utils.py official repository unverified MIT (permissive) · 5f9b99960db4d771 · report
transpose_chord slseanwu/compose_and_embellish/stage01_compose/dataloader.py official repository unverified MIT (permissive) · 2c1546244f2ecb37 · report
transpose_chord slseanwu/compose_and_embellish/stage02_embellish/dataloader.py official repository unverified MIT (permissive) · 6833bcfafc4a3a71 · report

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections