paper-with-me

Papers

STRAP: Structured Object Affordance Segmentation with Point Supervision

2023-04-17 · Leiyao Cui, Xiaoxue Chen, Hao Zhao, Guyue Zhou, Yixin Zhu

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.

📄 PDF Abstract BibTeX arXiv:2304.08492

Code (1)

leiyaocui/strap 공식 구현 pytorch

Tasks

ObjectScene Understanding

Methods 이 논문이 사용한 방법론

Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Multi-Head Attention 설명 없음
Absolute Position Encodings Absolute Position Encodings are a type of position embeddings for [Transformer-based models] where positional encodings are…
Position-Wise Feed-Forward Layer 설명 없음
Label Smoothing Label Smoothing is a regularization technique that introduces noise for the labels. This accounts for the fact that datasets may have mistakes in them, so maximizing the…
Dropout Dropout is a regularization technique for neural networks that drops a unit (along with connections) at training time with a specified probability $p$ (a common value is…
Residual Connection 설명 없음

Similar Papers 제목 키워드 기반

Affordance detection with Dynamic-Tree Capsule Networks

2022-11-09 · Antonio Rodríguez-Sánchez, Simon Haller-Seeber, David Peer, Chris Engelhardt 외

Affordance detection from visual input is a fundamental step in autonomous robotic manipulation. Existing solutions to the problem of affordance detection rely on convolutional neural networks. However, these networks do…

Affordance Detection

LASO: Language-guided Affordance Segmentation on 3D Object

2024-01-01 · CVPR 2024 1 · Yicong Li, Na Zhao, Junbin Xiao, Chun Feng 외

Segmenting affordance in 3D data is key for bridging perception and action in robots. Existing efforts mostly focus on the visual side and overlook the affordance knowledge from a semantic aspect. This oversight not …

ObjectSegmentation

Adaptive Binarization for Weakly Supervised Affordance Segmentation

2017-07-10 · Johann Sawatzky, Juergen Gall

The concept of affordance is important to understand the relevance of object parts for a certain functional interaction. Affordance types generalize across object categories and are not mutually exclusive. This makes the…

BinarizationObjectSegmentation

3D Affordance Keypoint Detection for Robotic Manipulation

2025-11-27 · Zhiyang Liu, Ruiteng Zhao, Lei Zhou, Chengran Yuan 외 arxiv

This paper presents a novel approach for affordance-informed robotic manipulation by introducing 3D keypoints to enhance the understanding of object parts' functionality. The proposed approach provides direct information…

Semantic SegmentationAffordance DetectionKeypoint Detection

SeqAfford: Sequential 3D Affordance Reasoning via Multimodal Large Language Model

2024-12-02 · CVPR 2025 1 · Chunlin Yu, Hanqing Wang, Ye Shi, Haoyang Luo 외

3D affordance segmentation aims to link human instructions to touchable regions of 3D objects for embodied manipulations. Existing efforts typically adhere to single-object, single-affordance paradigms, where each afford…

Language ModelingLanguage ModellingLarge Language ModelMultimodal Large Language Model+2