Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

Contextual Action Recognition with R*CNN

About

There are multiple cues in an image which reveal what action a person is performing. For example, a jogger has a pose that is characteristic for jogging, but the scene (e.g. road, trail) and the presence of other joggers can be an additional source of information. In this work, we exploit the simple observation that actions are accompanied by contextual cues to build a strong action recognition system. We adapt RCNN to use more than one region for classification while still maintaining the ability to localize the action. We call our system R*CNN. The action-specific models and the feature maps are trained jointly, allowing for action specific representations to emerge. R*CNN achieves 90.2% mean AP on the PASAL VOC Action dataset, outperforming all other approaches in the field by a significant margin. Last, we show that R*CNN is not limited to action recognition. In particular, R*CNN can also be used to tackle fine-grained tasks such as attribute classification. We validate this claim by reporting state-of-the-art performance on the Berkeley Attributes of People dataset.

Georgia Gkioxari, Ross Girshick, Jitendra Malik• 2015

Related benchmarks

TaskDatasetResultRank
Human-Object Interaction DetectionHICO-DET (test)--
493
Activity RecognitionMPII (test)
mAP26.7
20
Human Attribute PredictionWIDER-Attribute (test)
mAP80.5
17
Action ClassificationMPII (val)
mAP21.7
11
Multi-label HOI classificationHICO
mAP29
10
HOI ClassificationHICO (test)
mAP28.5
10
Activity PredictionHICO (test)
mAP29
9
Human-Object Interaction RecognitionMPII (val)
mAP21.7
5
Showing 8 of 8 rows

Other info

Code

Follow for update