File size: 789 Bytes
104792b
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
---
name: SL-HOI Weights
description: Streamlined Open-Vocabulary Human-Object Interaction Detection
topics: [human-object-interaction,HOI,dinov3,computer-vision,deep-learning,cvpr]
license: mit
---

# SL-HOI

[Paper](https://arxiv.org/abs/2603.27500) | [GitHub](https://github.com/MPI-Lab/SL-HOI)

Streamlined one-stage framework for open-vocabulary human-object interaction detection built upon DINOv3.

## Model Weights

- `params/` - Pre-computed HOI classifier weights (`swig/` and `hico/`)
- `pretrained/` - Trained checkpoints (`swig/`, `hico/`, `hico_ov/`)

## Citation

```bibtex
@inproceedings{slhoi2026,
  title={Streamlined Open-Vocabulary Human-Object Interaction Detection},
  author={Chang Sun and Dongliang Liao and Changxing Ding},
  booktitle={CVPR},
  year={2026}
}
```