README.md

November 21, 2025 Β· View on GitHub

RAGNet: Large-scale Reasoning-based Affordance Segmentation Benchmark towards General Grasping

| πŸ“‘ Paper | πŸ€— Model | πŸ€— Dataset | πŸ–₯️ Website |

RAGNet: Large-scale Reasoning-based Affordance Segmentation Benchmark towards General Grasping

Dongming Wu, Yanping Fu, Saike Huang, Yingfei Liu, Fan Jia, Nian Liu, Feng Dai, Tiancai Wang, Rao Muhammad Anwer, Fahad Shahbaz Khan, Jianbing Shen

πŸ“ TL;DR

  • To push forward general robotic grasping, we introduce a large-scale reasoning-based affordance segmentation benchmark, RAGNet. It contains 273k images, 180 categories, and 26k reasoning instructions.
  • Furthermore, we propose a comprehensive affordance-based grasping framework, named AffordanceNet, which consists of a VLM (named AffordanceVLM) pre-trained on our massive affordance data and a grasping network that conditions an affordance map to grasp the target.

πŸ“° News

  • [2025.08] Paper is released at arXiv.
  • [2025.07] Inference code and the AffordanceVLM model are released. Welcome to try it!
  • [2025.06] Paper is accepted by ICCV 2025!

πŸš€ Getting Started

πŸ“Š Main Results

πŸ”Ή Affordance Segmentation

MethodHANDAL gIoUHANDAL cIoUHANDAL† gIoUHANDAL† cIoUGraspNet seen gIoUGraspNet seen cIoUGraspNet novel gIoUGraspNet novel cIoU3DOI gIoU3DOI cIoU
AffordanceNet60.360.860.560.363.364.045.633.237.437.4

πŸ”Έ Reasoning-Based Affordance Segmentation

MethodHANDAL (easy) gIoUHANDAL (easy) cIoUHANDAL (hard) gIoUHANDAL (hard) cIoU3DOI gIoU3DOI cIoU
AffordanceNet58.358.158.257.838.139.4

πŸ“š Citation

If you find our work useful, please consider citing:

@inproceedings{wu2025ragnet,
  title={RAGNet: Large-scale Reasoning-based Affordance Segmentation Benchmark towards General Grasping},
  author={Wu, Dongming and Fu, Yanping and Huang, Saike and Liu, Yingfei and Jia, Fan and Liu, Nian and Dai, Feng and Wang, Tiancai and Anwer, Rao Muhammad and Khan, Fahad Shahbaz and others},
  booktitle={Proceedings of the IEEE/CVF International Conference on Computer Vision},
  pages={11980--11990},
  year={2025}
}

πŸ™ Acknowledgements

We thank the authors that open the following projects.