Surgical video understanding baselines
Collection
LoRA adapters, supervised CNN baselines, and LemonFM linear probes trained for the SDSC x Chicago Booth surgical video understanding leaderboard. • 11 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.
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.