paper-with-me

홈 › Papers

Real-Time Semantic Background Subtraction

2020-02-12 · Anthony Cioppa, Marc Van Droogenbroeck, Marc Braham

Semantic background subtraction SBS has been shown to improve the performance of most background subtraction algorithms by combining them with semantic information, derived from a semantic segmentation network. However, SBS requires high-quality semantic segmentation masks for all frames, which are slow to compute. In addition, most state-of-the-art background subtraction algorithms are not real-time, which makes them unsuitable for real-world applications. In this paper, we present a novel background subtraction algorithm called Real-Time Semantic Background Subtraction (denoted RT-SBS) which extends SBS for real-time constrained applications while keeping similar performances. RT-SBS effectively combines a real-time background subtraction algorithm with high-quality semantic information which can be provided at a slower pace, independently for each pixel. We show that RT-SBS coupled with ViBe sets a new state of the art for real-time background subtraction algorithms and even competes with the non real-time state-of-the-art ones. Note that we provide python CPU and GPU implementations of RT-SBS at https://github.com/cioppaanthony/rt-sbs.

📄 PDF Abstract BibTeX arXiv:2002.04993

Code (1)

cioppaanthony/rt-sbs 공식 구현 pytorch

Tasks

CPUGPUSemantic Segmentation

Similar Papers 제목 키워드 기반

Background Subtraction with Real-time Semantic Segmentation

2018-11-25 · Dongdong Zeng, Xiang Chen, Ming Zhu, Michael Goesele 외

Accurate and fast foreground object extraction is very important for object tracking and recognition in video surveillance. Although many background subtraction (BGS) methods have been proposed in the recent past, it is …

Foreground SegmentationObject TrackingReal-Time Semantic SegmentationSemantic Segmentation

pROST : A Smoothed Lp-norm Robust Online Subspace Tracking Method for Realtime Background Subtraction in Video

2013-02-08 · Florian Seidel, Clemens Hage, Martin Kleinsteuber

An increasing number of methods for background subtraction use Robust PCA to identify sparse foreground objects. While many algorithms use the L1-norm as a convex relaxation of the ideal sparsifying function, we approach…

Background Subtraction in Real Applications: Challenges, Current Models and Future Directions

2019-01-11 · T. Bouwmans, B. Garcia-Garcia

Computer vision applications based on videos often require the detection of moving objects in their first step. Background subtraction is then applied in order to separate the background and the foreground. In literature…

BSUV-Net: A Fully-Convolutional Neural Network for Background Subtraction of Unseen Videos

2019-07-26 · M. Ozan Tezcan, Prakash Ishwar, Janusz Konrad

Background subtraction is a basic task in computer vision and video processing often applied as a pre-processing step for object tracking, people recognition, etc. Recently, a number of successful background-subtraction …

Data AugmentationObject TrackingSemantic Segmentation

Background Subtraction using Compressed Low-resolution Images

2018-10-24 · Min Chen, Andy Song, Shivanthan A. C. Yhanandan, Jing Zhang

Image processing and recognition are an important part of the modern society, with applications in fields such as advanced artificial intelligence, smart assistants, and security surveillance. The essential first step in…