English

STRAP: Structured Object Affordance Segmentation with Point Supervision

Computer Vision and Pattern Recognition 2023-04-18 v1

Abstract

With significant annotation savings, point supervision has been proven effective for numerous 2D and 3D scene understanding problems. This success is primarily attributed to the structured output space; i.e., samples with high spatial affinity tend to share the same labels. Sharing this spirit, we study affordance segmentation with point supervision, wherein the setting inherits an unexplored dual affinity-spatial affinity and label affinity. By label affinity, we refer to affordance segmentation as a multi-label prediction problem: A plate can be both holdable and containable. By spatial affinity, we refer to a universal prior that nearby pixels with similar visual features should share the same point annotation. To tackle label affinity, we devise a dense prediction network that enhances label relations by effectively densifying labels in a new domain (i.e., label co-occurrence). To address spatial affinity, we exploit a Transformer backbone for global patch interaction and a regularization loss. In experiments, we benchmark our method on the challenging CAD120 dataset, showing significant performance gains over prior methods.

Keywords

Cite

@article{arxiv.2304.08492,
  title  = {STRAP: Structured Object Affordance Segmentation with Point Supervision},
  author = {Leiyao Cui and Xiaoxue Chen and Hao Zhao and Guyue Zhou and Yixin Zhu},
  journal= {arXiv preprint arXiv:2304.08492},
  year   = {2023}
}

Comments

Code: https://github.com/LeiyaoCui/STRAP

R2 v1 2026-06-28T10:08:47.183Z