paper-with-me

Papers

Spatial Feature Calibration and Temporal Fusion for Effective One-stage Video Instance Segmentation

2021-04-06 · CVPR 2021 1 · Minghan Li, Shuai Li, Lida Li, Lei Zhang

Modern one-stage video instance segmentation networks suffer from two limitations. First, convolutional features are neither aligned with anchor boxes nor with ground-truth bounding boxes, reducing the mask sensitivity to spatial location. Second, a video is directly divided into individual frames for frame-level instance segmentation, ignoring the temporal correlation between adjacent frames. To address these issues, we propose a simple yet effective one-stage video instance segmentation framework by spatial calibration and temporal fusion, namely STMask. To ensure spatial feature calibration with ground-truth bounding boxes, we first predict regressed bounding boxes around ground-truth bounding boxes, and extract features from them for frame-level instance segmentation. To further explore temporal correlation among video frames, we aggregate a temporal fusion module to infer instance masks from each frame to its adjacent frames, which helps our framework to handle challenging videos such as motion blur, partial occlusion and unusual object-to-camera poses. Experiments on the YouTube-VIS valid set show that the proposed STMask with ResNet-50/-101 backbone obtains 33.5 % / 36.8 % mask AP, while achieving 28.6 / 23.4 FPS on video instance segmentation. The code is released online https://github.com/MinghanLi/STMask.

📄 PDF Abstract BibTeX arXiv:2104.05606

Code (1)

MinghanLi/STMask 공식 구현 pytorch

Tasks

Instance SegmentationSegmentationSemantic SegmentationvalidVideo Instance Segmentation

Similar Papers 제목 키워드 기반

Patch-Wise Spatial-Temporal Quality Enhancement for HEVC Compressed Video

2021-07-08 · journal 2021 7 · Qing Ding, Liquan Shen, Liangwei Yu, Hao Yang 외

Recently, many deep learning based researches are conducted to explore the potential quality improvement of compressed videos. These methods mostly utilize either the spatial or temporal information to perform frame-leve…

QuantizationVideo Enhancement

From One to Many: Dynamic Cross Attention Networks for LiDAR and Camera Fusion

2022-09-25 · Rui Wan, Shuangjie Xu, Wei Wu, Xiaoyi Zou 외

LiDAR and cameras are two complementary sensors for 3D perception in autonomous driving. LiDAR point clouds have accurate spatial and geometry information, while RGB images provide textural and color data for context rea…

Autonomous Driving

Unleashing the Power of Discrete-Time State Representation: Ultrafast Target-based IMU-Camera Spatial-Temporal Calibration

2025-09-16 · Junlin Song, Antoine Richard, Miguel Olivares-Mendez arxiv

Visual-inertial fusion is crucial for a large amount of intelligent and autonomous applications, such as robot navigation and augmented reality. To bootstrap and achieve optimal state estimation, the spatial-temporal dis…

Robot Navigation

EIFNet: Leveraging Event-Image Fusion for Robust Semantic Segmentation

2025-07-29 · Zhijiang Li, Haoran He arxiv

Event-based semantic segmentation explores the potential of event cameras, which offer high dynamic range and fine temporal resolution, to achieve robust scene understanding in challenging environments. Despite these adv…

Semantic SegmentationScene Understanding

Environment-Driven Online LiDAR-Camera Extrinsic Calibration

2025-02-02 · Zhiwei Huang, Jiaqi Li, Ping Zhong, Rui Fan

LiDAR-camera extrinsic calibration (LCEC) is the core for data fusion in computer vision. Existing methods typically rely on customized calibration targets or fixed scene types, lacking the flexibility to handle variatio…