paper-with-me

Papers

Adaptive Temporal Encoding Network for Video Instance-level Human Parsing

2018-08-02 · Qixian Zhou, Xiaodan Liang, Ke Gong, Liang Lin

Beyond the existing single-person and multiple-person human parsing tasks in static images, this paper makes the first attempt to investigate a more realistic video instance-level human parsing that simultaneously segments out each person instance and parses each instance into more fine-grained parts (e.g., head, leg, dress). We introduce a novel Adaptive Temporal Encoding Network (ATEN) that alternatively performs temporal encoding among key frames and flow-guided feature propagation from other consecutive frames between two key frames. Specifically, ATEN first incorporates a Parsing-RCNN to produce the instance-level parsing result for each key frame, which integrates both the global human parsing and instance-level human segmentation into a unified model. To balance between accuracy and efficiency, the flow-guided feature propagation is used to directly parse consecutive frames according to their identified temporal consistency with key frames. On the other hand, ATEN leverages the convolution gated recurrent units (convGRU) to exploit temporal changes over a series of key frames, which are further used to facilitate the frame-level instance-level parsing. By alternatively performing direct feature propagation between consistent frames and temporal encoding network among key frames, our ATEN achieves a good balance between frame-level accuracy and time efficiency, which is a common crucial problem in video object segmentation research. To demonstrate the superiority of our ATEN, extensive experiments are conducted on the most popular video segmentation benchmark (DAVIS) and a newly collected Video Instance-level Parsing (VIP) dataset, which is the first video instance-level human parsing dataset comprised of 404 sequences and over 20k frames with instance-level and pixel-wise annotations.

📄 PDF Abstract BibTeX arXiv:1808.00661

Code (1)

HCPLab-SYSU/ATEN 공식 구현 tf

Tasks

Human ParsingSegmentationSemantic SegmentationVideo Object SegmentationVideo SegmentationVideo Semantic Segmentation

Methods 이 논문이 사용한 방법론

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…

Similar Papers 제목 키워드 기반

Adaptive Multi-Granularity Temporal Modeling for Weakly Supervised Video Anomaly Detection

2026-09-04 · Changyi Li, Yu Xiao arxiv

As the scale of video surveillance data outpaces manual annotation capacities, weakly supervised video anomaly detection (WSVAD) has emerged as a critical research frontier. Most existing approaches formulate WSVAD withi…

Multiple Instance LearningVideo Anomaly DetectionEvent Segmentation

Multiple Instance-Based Video Anomaly Detection using Deep Temporal Encoding-Decoding

2020-07-03 · Ammar Mansoor Kamoona, Amirali Khodadadian Gosta, Alireza Bab-Hadiashar, Reza Hoseinnezhad

In this paper, we propose a weakly supervised deep temporal encoding-decoding solution for anomaly detection in surveillance videos using multiple instance learning. The proposed approach uses both abnormal and normal vi…

Anomaly DetectionAnomaly Detection In Surveillance VideosMultiple Instance LearningVideo Anomaly Detection

HOPE: Hierarchical Object Prototype Encoding for Efficient Object Instance Search in Videos

2017-07-01 · CVPR 2017 7 · Tan Yu, Yuwei Wu, Junsong Yuan

This paper tackles the problem of efficient and effective object instance search in videos. To effectively capture the relevance between a query and video frames and precisely localize the particular object, we leverage …

Instance SearchObject

Genesis: Multimodal Driving Scene Generation with Spatio-Temporal and Cross-Modal Consistency

2025-06-09 · Xiangyu Guo, Zhanqian Wu, Kaixin Xiong, Ziyang Xu 외

We present Genesis, a unified framework for joint generation of multi-view driving videos and LiDAR sequences with spatio-temporal and cross-modal consistency. Genesis employs a two-stage architecture that integrates a D…

NeRFScene Generation

Multilevel semantic and adaptive actionness learning for weakly supervised temporal action localization

2024-11-24 · Neural Networks 2024 11 · Zhilin Li, Zilei Wang, Cerui Dong

Weakly supervised temporal action localization aims to identify and localize action instances in untrimmed videos with only video-level labels. Typically, most methods are based on a multiple instance learning framework …

Action ClassificationAction LocalizationMultiple Instance LearningTemporal Action Localization+2