jiuntian commited on
Commit
4dffc6f
·
verified ·
1 Parent(s): 416a0f6

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +28 -0
README.md ADDED
@@ -0,0 +1,28 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ pretty_name: Multi HOI Edit
3
+ ---
4
+
5
+ ## Multi-HOI-Edit: Multiple Human-Object Interaction Editing
6
+ [OneHOI Project Page](https://jiuntian.github.io/OneHOI/) | [Paper (CVPR 2026)](https://arxiv.org/abs/2604.14062)
7
+
8
+ Multi-HOI-Edit is the first benchmark for multiple human-object interaction editing task.
9
+
10
+ ## Citation
11
+ If you find this dataset useful for your research in HOI editing or image generation, please cite our CVPR 2026 paper:
12
+ ```bibtex
13
+ @inproceedings{hoe2026onehoi,
14
+ title={OneHOI: Unifying Human-Object Interaction Generation and Editing},
15
+ author={Hoe, Jiun Tian and Hu, Weipeng and Jiang, Xudong and Tan, Yap-Peng and Chan, Chee Seng},
16
+ booktitle={Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR)},
17
+ year={2026}
18
+ }
19
+ @misc{hoe2025interactedit,
20
+ title={InteractEdit: Zero-Shot Editing of Human-Object Interactions in Images},
21
+ author={Jiun Tian Hoe and Weipeng Hu and Wei Zhou and Chao Xie and Ziwei Wang and Chee Seng Chan and Xudong Jiang and Yap-Peng Tan},
22
+ year={2025},
23
+ eprint={2503.09130},
24
+ archivePrefix={arXiv},
25
+ primaryClass={cs.GR},
26
+ url={https://arxiv.org/abs/2503.09130},
27
+ }
28
+ ```