Collaborative Spatial-Temporal Modeling for Language-Queried Video Actor Segmentation
About
Language-queried video actor segmentation aims to predict the pixel-level mask of the actor which performs the actions described by a natural language query in the target frames. Existing methods adopt 3D CNNs over the video clip as a general encoder to extract a mixed spatio-temporal feature for the target frame. Though 3D convolutions are amenable to recognizing which actor is performing the queried actions, it also inevitably introduces misaligned spatial information from adjacent frames, which confuses features of the target frame and yields inaccurate segmentation. Therefore, we propose a collaborative spatial-temporal encoder-decoder framework which contains a 3D temporal encoder over the video clip to recognize the queried actions, and a 2D spatial encoder over the target frame to accurately segment the queried actors. In the decoder, a Language-Guided Feature Selection (LGFS) module is proposed to flexibly integrate spatial and temporal features from the two encoders. We also propose a Cross-Modal Adaptive Modulation (CMAM) module to dynamically recombine spatial- and temporal-relevant linguistic features for multimodal feature interaction in each stage of the two encoders. Our method achieves new state-of-the-art performance on two popular benchmarks with less computational overhead than previous approaches.
Related benchmarks
| Task | Dataset | Result | Rank | |
|---|---|---|---|---|
| Referring Video Object Segmentation | Ref-YouTube-VOS (val) | -- | 200 | |
| Video segmentation from a sentence | A2D Sentences (test) | Overall IoU66.2 | 122 | |
| Referring Video Object Segmentation | JHMDB Sentences (test) | Overall IoU0.598 | 83 | |
| Referring Video Segmentation | JHMDB Sentences (test) | mAP (0.5:0.95)33.5 | 35 | |
| Referring Video Object Segmentation | A2D Sentences v1.0 (test) | IoU Overall66.2 | 26 | |
| Segmentation from a sentence | J-HMDB Sentences (test) | P@0.50.783 | 20 | |
| Referring Video Object Segmentation | A2D-S (test) | oIoU66.2 | 17 | |
| Referring Video Segmentation | JHMDB Sentences | Precision @ 0.578.3 | 16 | |
| Actor and Action Segmentation | A2D-S (val) | oIoU66.2 | 10 | |
| Actor and Action Segmentation | JHMDB-S (val) | oIoU59.8 | 9 |