Research methodology

MIRP: Staff-Referenced Musical Inference.

MIRP uses the detected clef and staff boundaries to define a reference note. Other notes are inferred from their vertical displacement relative to that reference.

Staff reference

The detected staff provides its upper and lower boundaries. The vertical step is estimated from these coordinates.

Clef reference

The clef determines the reference note used to interpret positions on the staff.

Pitch reconstruction

In the reported YOLOv11S experiment, TRA improved from 0.04 to 0.975 after MIRP.

MIRP flow

MIRP is applied after object detection.

01

Collect detections

Separate structural detections, such as staves and clefs, from note detections.

02

Estimate staff step

Compute the distance between adjacent staff positions from the detected staff box.

03

Infer pitch

Measure the vertical displacement between the reference note and each detected note center.

04

Export auditable outputs

Write annotated images and optional playback files for inspection and reuse.