Surgical video understanding
Collection
LoRA adapters, supervised baselines, and LemonFM linear probes trained for the SDSC x Chicago Booth surgical video understanding leaderboard. • 27 items • Updated
How to use skblv/yolov12m-pitvis-instruments with ultralytics:
from ultralytics import YOLOvv12
model = YOLOvv12.from_pretrained("skblv/yolov12m-pitvis-instruments")
source = 'http://images.cocodataset.org/val2017/000000039769.jpg'
model.predict(source=source, save=True)Supervised YOLOv12-m detector trained for the 18 PitVis-2023 instruments, then scored as multi-label presence.
This is the “YOLOv12-m” row on the Instruments tab of the SDSC × Chicago Booth surgical video understanding leaderboard.
This closed-set example mirrors the leaderboard format, not a text-input API for this checkpoint.
[surgical frame]
Which instruments are visible in this endoscopic pituitary-surgery frame?
Select every matching label.
- bipolar forceps
- cottle
- cup forceps
- dural scissors
- freer elevator
- haemostatic foam
- irrigation syringe
- kerrisons
- micro doppler
- nasal cutting forceps
- pituitary rongeurs
- retractable knife
- ring curette
- spatula dissector
- stealth pointer
- suction
- surgical drill
- tissue glue
Full PitVis-2023 validation split (95% bootstrap CI):
| Metric | Value |
|---|---|
| Exact match | 82.78% (82.36–83.20) |
| Micro-averaged F1 | 82.75% (82.32–83.20) |
Derived from Ultralytics YOLO weights; distributed under AGPL-3.0.
Research baseline only. Not a medical device.