scispace - formally typeset
Search or ask a question
Book ChapterDOI

Moving Object Detection: A New Approach

TL;DR: This chapter presents a novel background subtraction technique for detecting moving objects from video under dynamic background conditions that would be useful particularly for applications in resource constrained environments by virtue of its low computation time and storage requirements.
Abstract: This chapter presents a novel background subtraction technique for detecting moving objects from video under dynamic background conditions. The presented methodology is a simple and low-cost solution for modeling and updating background during a background subtraction process. Comparative performance analysis with other state-of-the-art methods on benchmark data-set shows the effectiveness of the proposed method. The objective of the research is not to claim that the proposed method yields the best result in terms of accuracy; rather the main novelty is in its low computational cost. However, in spite of being less computation-intensive, comparative analysis reveals that the new method produces quite competitive results as compared to other methods. The proposed method would be useful particularly for applications in resource constrained environments by virtue of its low computation time and storage requirements.
Citations
More filters
Journal ArticleDOI

[...]

TL;DR: This paper provides a review of the human motion detection methods focusing on background subtraction technique and concludes that current methods for detecting objects in motion within videos from static cameras are inadequate.
Abstract: For the majority of computer vision applications, the ability to identify and detect objects in motion has become a crucial necessity. Background subtraction, also referred to as foreground detection is an innovation used with image processing and computer vision fields when trying to detect an object in motion within videos from static cameras. This is done by deducting the present image from the image in the background or background module. There has been comprehensive research done in this field as an effort to precisely obtain the region for the use of further processing (e.g. object recognition). This paper provides a review of the human motion detection methods focusing on background subtraction technique.

16 citations


Additional excerpts

  • [...]

Journal ArticleDOI

[...]

23 Feb 2022-Sensors
TL;DR: The proposed method uses a combination of histogram specification and iterative histogram partitioning to progressively adjust the dynamic range and efficiently suppress the background of each video frame to ensure that pedestrians are present in the image at the convergence point of the algorithm.
Abstract: This paper presents a novel candidate generation algorithm for pedestrian detection in infrared surveillance videos. The proposed method uses a combination of histogram specification and iterative histogram partitioning to progressively adjust the dynamic range and efficiently suppress the background of each video frame. This pairing eliminates the general-purpose nature associated with histogram partitioning where chosen thresholds, although reasonable, are usually not suitable for specific purposes. Moreover, as the initial threshold value chosen by histogram partitioning is sensitive to the shape of the histogram, specifying a uniformly distributed histogram before initial partitioning provides a stable histogram shape. This ensures that pedestrians are present in the image at the convergence point of the algorithm. The performance of the method is tested using four publicly available thermal datasets. Experiments were performed with images from four publicly available databases. The results show the improvement of the proposed method over thresholding with minimum-cross entropy, the robustness across images acquired under different conditions, and the comparable results with other methods in the literature.

3 citations

Journal ArticleDOI

[...]

TL;DR: A spatio-temporal processing scheme to improve automatic vehicle detection performance by replacing the thresholding step of existing detection algorithms with multi-neighborhood hysteresis thresholding for foreground pixel classification is presented.
Abstract: Vehicle detection in aerial videos often requires post-processing to eliminate false detections. This paper presents a spatio-temporal processing scheme to improve automatic vehicle detection performance by replacing the thresholding step of existing detection algorithms with multi-neighborhood hysteresis thresholding for foreground pixel classification. The proposed scheme also performs spatial post-processing, which includes morphological opening and closing to shape and prune the detected objects, and temporal post-processing to further reduce false detections. We evaluate the performance of the proposed spatial processing on two local aerial video datasets and one parking vehicle dataset, and the performance of the proposed spatio-temporal processing scheme on five local aerial video datasets and one public dataset. Experimental evaluation shows that the proposed schemes improve vehicle detection performance for each of the nine algorithms when evaluated on seven datasets. Overall, the use of the proposed spatio-temporal processing scheme improves average F-score to above 0.8 and achieves an average reduction of 83.8% in false positives.

1 citations


Cites background from "Moving Object Detection: A New Appr..."

  • [...]

  • [...]

Book ChapterDOI

[...]

TL;DR: In this paper, the authors proposed a method for efficient extraction of human silhouette from video sequences using background elimination, edge detection, region filling and noise removal using morphological operations to estimate the silhouette of an image.
Abstract: In this paper we propose a method for efficient extraction of human silhouette from video sequences. The proposed approach includes background elimination, edge detection, region filling and noise removal using morphological operations to estimate the silhouette of an image. To the best of our knowledge our proposed approach for silhouette extraction involving background elimination and edge detection is first of its kind. We have applied our proposed technique on Weizmann (standard) dataset and compared the results with the most recent related research work. The comparison results in terms of statistical measures like precision, recall and F-measure clearly show the supremacy of our method and thus justify its novelty.
References
More filters
Proceedings ArticleDOI

[...]

23 Jun 1999
TL;DR: This paper discusses modeling each pixel as a mixture of Gaussians and using an on-line approximation to update the model, resulting in a stable, real-time outdoor tracker which reliably deals with lighting changes, repetitive motions from clutter, and long-term scene changes.
Abstract: A common method for real-time segmentation of moving regions in image sequences involves "background subtraction", or thresholding the error between an estimate of the image without moving objects and the current image. The numerous approaches to this problem differ in the type of background model used and the procedure used to update the model. This paper discusses modeling each pixel as a mixture of Gaussians and using an on-line approximation to update the model. The Gaussian, distributions of the adaptive mixture model are then evaluated to determine which are most likely to result from a background process. Each pixel is classified based on whether the Gaussian distribution which represents it most effectively is considered part of the background model. This results in a stable, real-time outdoor tracker which reliably deals with lighting changes, repetitive motions from clutter, and long-term scene changes. This system has been run almost continuously for 16 months, 24 hours a day, through rain and snow.

7,436 citations

Journal ArticleDOI

[...]

TL;DR: This paper focuses on motion tracking and shows how one can use observed motion to learn patterns of activity in a site and create a hierarchical binary-tree classification of the representations within a sequence.
Abstract: Our goal is to develop a visual monitoring system that passively observes moving objects in a site and learns patterns of activity from those observations. For extended sites, the system will require multiple cameras. Thus, key elements of the system are motion tracking, camera coordination, activity classification, and event detection. In this paper, we focus on motion tracking and show how one can use observed motion to learn patterns of activity in a site. Motion segmentation is based on an adaptive background subtraction method that models each pixel as a mixture of Gaussians and uses an online approximation to update the model. The Gaussian distributions are then evaluated to determine which are most likely to result from a background process. This yields a stable, real-time outdoor tracker that reliably deals with lighting changes, repetitive motions from clutter, and long-term scene changes. While a tracking system is unaware of the identity of any object it tracks, the identity remains the same for the entire tracking sequence. Our system leverages this information by accumulating joint co-occurrences of the representations within a sequence. These joint co-occurrence statistics are then used to create a hierarchical binary-tree classification of the representations. This method is useful for classifying sequences, as well as individual instances of activities in a site.

3,562 citations

Proceedings ArticleDOI

[...]

10 Oct 2004
TL;DR: A review of the main methods and an original categorisation based on speed, memory requirements and accuracy can effectively guide the designer to select the most suitable method for a given application in a principled way.
Abstract: Background subtraction is a widely used approach for detecting moving objects from static cameras. Many different methods have been proposed over the recent years and both the novice and the expert can be confused about their benefits and limitations. In order to overcome this problem, this paper provides a review of the main methods and an original categorisation based on speed, memory requirements and accuracy. Such a review can effectively guide the designer to select the most suitable method for a given application in a principled way. Methods reviewed include parametric and non-parametric background density estimates and spatial correlation approaches.

2,267 citations

Journal ArticleDOI

[...]

TL;DR: A general-purpose method is proposed that combines statistical assumptions with the object-level knowledge of moving objects, apparent objects (ghosts), and shadows acquired in the processing of the previous frames to improve object segmentation and background update.
Abstract: Background subtraction methods are widely exploited for moving object detection in videos in many applications, such as traffic monitoring, human motion capture, and video surveillance. How to correctly and efficiently model and update the background model and how to deal with shadows are two of the most distinguishing and challenging aspects of such approaches. The article proposes a general-purpose method that combines statistical assumptions with the object-level knowledge of moving objects, apparent objects (ghosts), and shadows acquired in the processing of the previous frames. Pixels belonging to moving objects, ghosts, and shadows are processed differently in order to supply an object-based selective update. The proposed approach exploits color information for both background subtraction and shadow detection to improve object segmentation and background update. The approach proves fast, flexible, and precise in terms of both pixel accuracy and reactivity to background changes.

1,472 citations

Proceedings ArticleDOI

[...]

16 Jun 2012
TL;DR: A unique change detection benchmark dataset consisting of nearly 90,000 frames in 31 video sequences representing 6 categories selected to cover a wide range of challenges in 2 modalities (color and thermal IR).
Abstract: Change detection is one of the most commonly encountered low-level tasks in computer vision and video processing. A plethora of algorithms have been developed to date, yet no widely accepted, realistic, large-scale video dataset exists for benchmarking different methods. Presented here is a unique change detection benchmark dataset consisting of nearly 90,000 frames in 31 video sequences representing 6 categories selected to cover a wide range of challenges in 2 modalities (color and thermal IR). A distinguishing characteristic of this dataset is that each frame is meticulously annotated for ground-truth foreground, background, and shadow area boundaries — an effort that goes much beyond a simple binary label denoting the presence of change. This enables objective and precise quantitative comparison and ranking of change detection algorithms. This paper presents and discusses various aspects of the new dataset, quantitative performance metrics used, and comparative results for over a dozen previous and new change detection algorithms. The dataset, evaluation tools, and algorithm rankings are available to the public on a website1 and will be updated with feedback from academia and industry in the future.

734 citations