Relationship Proposal Networks
Image scene understanding requires learning the relationships between objects in the scene. A scene with many objects may have only a few individual interacting objects (e.g., in a party image with many people, only a handful of people might be speaking with each other). To detect all relationships, it would be inefficient to first detect all individual objects and then classify all pairs; not only is the number of all pairs quadratic, but classification requires limited object categories, which is not scalable for real-world images. In this paper we address these challenges by using pairs of related regions in images to train a relationship proposer that at test time produces a manageable number of related regions. We name our model the Relationship Proposal Network (Rel-PN). Like object proposals, our Rel-PN is class-agnostic and thus scalable to an open vocabulary of objects. We demonstrate the ability of our Rel-PN to localize relationships with only a few thousand proposals. We demonstrate its performance on the Visual Genome dataset and compare to other baselines that we designed. We also conduct experiments on a smaller subset of 5,000 images with over 37,000 related regions and show promising results.
Code (0)
등록된 구현이 없습니다.
Tasks
AllScene UnderstandingSimilar Papers 제목 키워드 기반
CPARR: Category-based Proposal Analysis for Referring Relationships
The task of referring relationships is to localize subject and object entities in an image satisfying a relationship query, which is given in the form of \texttt{<subject, predicate, object>}. This requires simultaneous …
ObjectRelationship DetectionVisual Relationship DetectionTowards Overcoming False Positives in Visual Relationship Detection
In this paper, we investigate the cause of the high false positive rate in Visual Relationship Detection (VRD). We observe that during training, the relationship proposal distribution is highly imbalanced: most of the ne…
DecoderGraph AttentionHuman-Object Interaction Detectionobject-detection+3Knowledge-guided Pairwise Reconstruction Network for Weakly Supervised Referring Expression Grounding
Weakly supervised referring expression grounding (REG) aims at localizing the referential entity in an image according to linguistic query, where the mapping between the image region (proposal) and the query is unknown i…
ObjectReferring ExpressionRegion ProposalWeakly-supervised LearningGraphRelate3D: Context-Dependent 3D Object Detection with Inter-Object Relationship Graphs
Accurate and effective 3D object detection is critical for ensuring the driving safety of autonomous vehicles. Recently, state-of-the-art two-stage 3D object detectors have exhibited promising performance. However, these…
3D Object DetectionAutonomous VehiclesGraph Neural NetworkObject+2Temporal Action Proposal Generation with Transformers
Transformer networks are effective at modeling long-range contextual information and have recently demonstrated exemplary performance in the natural language processing domain. Conventionally, the temporal action proposa…
Action LocalizationTemporal Action LocalizationTemporal Action Proposal Generation