paper-with-me

홈 › Papers

Navigating the Unseen: Zero-shot Scene Graph Generation via Capsule-Based Equivariant Features

2025-01-01 · CVPR 2025 1 · Wenhuan Huang, Yi Ji, Guiqian Zhu, Li Ying, Chunping Liu

In scene graph generation (SGG), the accurate prediction of unseen triples is essential for its effectiveness in downstream vision-language tasks. We hypothesize that the predicates of unseen triples can be viewed as transformations of seen predicates in feature space, and the essence of the zero-shot task is to bridge the gap caused by this transformation. Traditional models, however, have difficulty addressing this challenge, which we attribute to their inability to model the predicates equivariant. To overcome this limitation, we introduce a novel framework based on capsule networks (CAPSGG). We propose a Three-Stream Pipeline that generates modality-specific representations for predicates, while building low-level predicate capsules of these modalities. Then these capsules are aggregated into high-level predicate capsules using a Routing Capsule Layer. In addition, we introduce GroupLoss to aggregate capsules with the same predicate label into groups. This replaces the global loss with the intra-group loss, effectively balancing the learning of predicate invariance and equivariant features, while mitigating the impact of the severe long-tail distribution of the predicate categories. Our extensive experiments demonstrate the notable superiority of our approach over state-of-the-art methods, with zero-shot indicators outperforming up to 132.26% on SGCls task than the T-CAR [21]. Our code will be available upon publication.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

AttributeGraph GenerationScene Graph GenerationZero-Shot Scene Graph Generation

Similar Papers 제목 키워드 기반

Zero-Shot Scene Graph Generation via Triplet Calibration and Reduction

2023-09-07 · Jiankai Li, Yunhong Wang, Weixin Li

Scene Graph Generation (SGG) plays a pivotal role in downstream vision-language tasks. Existing SGG methods typically suffer from poor compositional generalizations on unseen triplets. They are generally trained on incom…

Graph GenerationScene Graph GenerationTripletZero-Shot Scene Graph Generation

Differentiable Inverse Graphics for Zero-shot Scene Reconstruction and Robot Grasping

2026-02-04 · Octavio Arriaga, Proneet Sharma, Jichen Guo, Marc Otto 외 arxiv

Operating effectively in novel real-world environments requires robotic systems to estimate and interact with previously unseen objects. Current state-of-the-art models address this challenge by using large amounts of tr…

Pose Estimation

VLN-Zero: Rapid Exploration and Cache-Enabled Neurosymbolic Vision-Language Planning for Zero-Shot Transfer in Robot Navigation

2025-09-23 · Neel P. Bhatt, Yunhao Yang, Rohan Siva, Pranay Samineni 외 arxiv

Rapid adaptation in unseen environments is essential for scalable real-world autonomy, yet existing approaches rely on exhaustive exploration or rigid navigation policies that fail to generalize. We present VLN-Zero, a t…

Vision-Language NavigationRobot Navigation

GoalVLM: VLM-driven Object Goal Navigation for Multi-Agent System

2026-03-18 · MoniJesu James, Amir Atef Habel, Aleksey Fedoseev, Dzmitry Tsetserokou arxiv

Object-goal navigation has traditionally been limited to ground robots with closed-set object vocabularies. Existing multi-agent approaches depend on precomputed probabilistic graphs tied to fixed category sets, precludi…

Spatial Reasoning

Zero-Shot Scene Graph Relation Prediction through Commonsense Knowledge Integration

2021-07-11 · Xuan Kan, Hejie Cui, Carl Yang

Relation prediction among entities in images is an important step in scene graph generation (SGG), which further impacts various visual understanding and reasoning tasks. Existing SGG frameworks, however, require heavy t…

Graph GenerationGraph MiningPredictionRelation+2