paper-with-me

Papers

PPR-FCN: Weakly Supervised Visual Relation Detection via Parallel Pairwise R-FCN

2017-08-07 · ICCV 2017 10 · Hanwang Zhang, Zawlin Kyaw, Jinyang Yu, Shih-Fu Chang

We aim to tackle a novel vision task called Weakly Supervised Visual Relation Detection (WSVRD) to detect "subject-predicate-object" relations in an image with object relation groundtruths available only at the image level. This is motivated by the fact that it is extremely expensive to label the combinatorial relations between objects at the instance level. Compared to the extensively studied problem, Weakly Supervised Object Detection (WSOD), WSVRD is more challenging as it needs to examine a large set of regions pairs, which is computationally prohibitive and more likely stuck in a local optimal solution such as those involving wrong spatial context. To this end, we present a Parallel, Pairwise Region-based, Fully Convolutional Network (PPR-FCN) for WSVRD. It uses a parallel FCN architecture that simultaneously performs pair selection and classification of single regions and region pairs for object and relation detection, while sharing almost all computation shared over the entire image. In particular, we propose a novel position-role-sensitive score map with pairwise RoI pooling to efficiently capture the crucial context associated with a pair of objects. We demonstrate the superiority of PPR-FCN over all baselines in solving the WSVRD challenge by using results of extensive experiments over two visual relation benchmarks.

📄 PDF Abstract BibTeX arXiv:1708.01956

Code (0)

등록된 구현이 없습니다.

Tasks

Objectobject-detectionObject DetectionRelationWeakly Supervised Object Detection

Methods 이 논문이 사용한 방법론

Max Pooling Max Pooling is a pooling operation that calculates the maximum value for patches of a feature map, and uses it to create a downsampled (pooled) feature map. It is usually…
Convolution A convolution is a type of matrix operation, consisting of a kernel, a small matrix of weights, that slides over input data performing element-wise multiplication with the…
FCN Fully Convolutional Networks, or FCNs, are an architecture used mainly for semantic segmentation. They employ solely locally connected layers, such as…

Similar Papers 제목 키워드 기반

Explanation-based Weakly-supervised Learning of Visual Relations with Graph Networks

2020-06-16 · ECCV 2020 8 · Federico Baldassarre, Kevin Smith, Josephine Sullivan, Hossein Azizpour

Visual relationship detection is fundamental for holistic image understanding. However, localizing and classifying (subject, predicate, object) triplets constitutes a hard learning objective due to the combinatorial expl…

Graph Neural NetworkHuman-Object Interaction DetectionInductive BiasObject+3

Parallel Detection-and-Segmentation Learning for Weakly Supervised Instance Segmentation

2021-01-01 · ICCV 2021 10 · Yunhang Shen, Liujuan Cao, Zhiwei Chen, Baochang Zhang 외

Weakly supervised instance segmentation (WSIS) with only image-level labels has recently drawn much attention. To date, bottom-up WSIS methods refine discriminative cues from classifiers with sophisticated multi-stag…

Instance Segmentationobject-detectionObject DetectionSegmentation+4

Weakly-Supervised Learning of Visual Relations in Multimodal Pretraining

2023-05-23 · Emanuele Bugliarello, Aida Nematzadeh, Lisa Anne Hendricks

Recent work in vision-and-language pretraining has investigated supervised signals from object detection data to learn better, fine-grained multimodal representations. In this work, we take a step further and explore how…

object-detectionObject DetectionRelationRelation Prediction+1

Cross-Modal Fusion and Attention Mechanism for Weakly Supervised Video Anomaly Detection

2024-12-29 · CVPR 2024 6 · Ayush Ghadiya, Purbayan Kar, Vishal Chudasama, Pankaj Wasnik

Recently, weakly supervised video anomaly detection (WS-VAD) has emerged as a contemporary research direction to identify anomaly events like violence and nudity in videos using only video-level labels. However, this tas…

Anomaly DetectionGraph AttentionVideo Anomaly DetectionWeakly-supervised Video Anomaly Detection

Towards Precise Weakly Supervised Object Detection via Interactive Contrastive Learning of Context Information

2023-04-27 · Qi Lai, ChiMan Vong

Weakly supervised object detection (WSOD) aims at learning precise object detectors with only image-level tags. In spite of intensive research on deep learning (DL) approaches over the past few years, there is still a si…

Contrastive LearningObjectobject-detectionObject Detection+2