paper-with-me

홈 › Papers

Selective Contrastive Learning for Weakly Supervised Affordance Grounding

2025-08-11 · WonJun Moon, Hyun Seok Seong, Jae-Pil Heo arxiv

Facilitating an entity's interaction with objects requires accurately identifying parts that afford specific actions. Weakly supervised affordance grounding (WSAG) seeks to imitate human learning from third-person demonstrations, where humans intuitively grasp functional parts without needing pixel-level annotations. To achieve this, grounding is typically learned using a shared classifier across images from different perspectives, along with distillation strategies incorporating part discovery process. However, since affordance-relevant parts are not always easily distinguishable, models primarily rely on classification, often focusing on common class-specific patterns that are unrelated to affordance. To address this limitation, we move beyond isolated part-level learning by introducing selective prototypical and pixel contrastive objectives that adaptively learn affordance-relevant cues at both the part and object levels, depending on the granularity of the available information. Initially, we find the action-associated objects in both egocentric (object-focused) and exocentric (third-person example) images by leveraging CLIP. Then, by cross-referencing the discovered objects of complementary views, we excavate the precise part-level affordance clues in each perspective. By consistently learning to distinguish affordance-relevant regions from affordance-irrelevant background context, our approach effectively shifts activation from irrelevant areas toward meaningful affordance cues. Experimental results demonstrate the effectiveness of our method. Codes are available at github.com/hynnsk/SelectiveCL.

📄 PDF Abstract BibTeX arXiv:2508.07877

Code (0)

등록된 구현이 없습니다.

Tasks

Contrastive Learning

Similar Papers 제목 키워드 기반

INTRA: Interaction Relationship-aware Weakly Supervised Affordance Grounding

2024-09-10 · Ji Ha Jang, Hoigi Seo, Se Young Chun

Affordance denotes the potential interactions inherent in objects. The perception of affordance can enable intelligent agents to navigate and interact with new environments efficiently. Weakly supervised affordance groun…

Contrastive LearningLanguage ModelingLanguage ModellingNavigate+1

Weakly-Supervised Affordance Grounding Guided by Part-Level Semantic Priors

2025-05-30 · Peiran Xu, Yadong Mu

In this work, we focus on the task of weakly supervised affordance grounding, where a model is trained to identify affordance regions on objects using human-object interaction images and egocentric object images without …

Human-Object Interaction DetectionSemantic Segmentation

LOCATE: Localize and Transfer Object Parts for Weakly Supervised Affordance Grounding

2023-03-16 · CVPR 2023 1 · Gen Li, Varun Jampani, Deqing Sun, Laura Sevilla-Lara

Humans excel at acquiring knowledge through observation. For example, we can learn to use new tools by watching demonstrations. This skill is fundamental for intelligent systems to interact with the world. A key step to …

Object

Reasoning Mamba: Hypergraph-Guided Region Relation Calculating for Weakly Supervised Affordance Grounding

2025-01-01 · CVPR 2025 1 · Yuxuan Wang, Aming Wu, Muli Yang, Yukuan Min 외

This paper pays attention to Weakly Supervised Affordance Grounding (WSAG) task that aims to train model to identify affordance regions using human-object interaction images and egocentric images without the need for…

Human-Object Interaction DetectionMambaRelation

Closed-Loop Transfer for Weakly-supervised Affordance Grounding

2025-10-20 · Jiajin Tang, Zhengxuan Wei, Ge Zheng, Sibei Yang arxiv

Humans can perform previously unexperienced interactions with novel objects simply by observing others engage with them. Weakly-supervised affordance grounding mimics this process by learning to locate object regions tha…

Knowledge Distillation