WO2008115184A1 - Spurious motion filter - Google Patents

Spurious motion filter Download PDF

Info

Publication number
WO2008115184A1
WO2008115184A1 PCT/US2007/007099 US2007007099W WO2008115184A1 WO 2008115184 A1 WO2008115184 A1 WO 2008115184A1 US 2007007099 W US2007007099 W US 2007007099W WO 2008115184 A1 WO2008115184 A1 WO 2008115184A1
Authority
WO
WIPO (PCT)
Prior art keywords
video signal
spurious
spurious motion
motion
display
Prior art date
Application number
PCT/US2007/007099
Other languages
French (fr)
Inventor
Zhe Fan
Original Assignee
Siemens Building Technologies, Inc.
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Siemens Building Technologies, Inc. filed Critical Siemens Building Technologies, Inc.
Priority to CN2007800104916A priority Critical patent/CN101411190B/en
Priority to DE112007000738T priority patent/DE112007000738B4/en
Publication of WO2008115184A1 publication Critical patent/WO2008115184A1/en

Links

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04NPICTORIAL COMMUNICATION, e.g. TELEVISION
    • H04N5/00Details of television systems
    • H04N5/14Picture signal circuitry for video frequency region
    • H04N5/144Movement detection
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06TIMAGE DATA PROCESSING OR GENERATION, IN GENERAL
    • G06T7/00Image analysis
    • G06T7/20Analysis of motion
    • G06T7/254Analysis of motion involving subtraction of images
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06VIMAGE OR VIDEO RECOGNITION OR UNDERSTANDING
    • G06V20/00Scenes; Scene-specific elements
    • G06V20/50Context or environment of the image
    • G06V20/52Surveillance or monitoring of activities, e.g. for recognising suspicious objects
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06TIMAGE DATA PROCESSING OR GENERATION, IN GENERAL
    • G06T2207/00Indexing scheme for image analysis or image enhancement
    • G06T2207/10Image acquisition modality
    • G06T2207/10016Video; Image sequence
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06TIMAGE DATA PROCESSING OR GENERATION, IN GENERAL
    • G06T2207/00Indexing scheme for image analysis or image enhancement
    • G06T2207/30Subject of image; Context of image processing
    • G06T2207/30181Earth observation
    • G06T2207/30184Infrastructure

Definitions

  • Wren etc. proposed a method based on decomposing the temporal signals at each pixel using digital fourier transform or digital cosine transform to extract periodicity information from the underlying spurious motions. See, Wren, C.R.; Porikli, F., “Waviz: Spectral Similarity for Object Detection", IEEE International Workshop on Performance Evaluation of Tracking & Surveillance, January 2005 and Porikli, F.; Wren, C.R., “Change Detection by Frequency Decomposition: Wave-Back", Workshop on Image Analysis for Multimedia Interactive Services, April 2005. If the current frequency signatures are quite different from a model modeling the background frequency signatures, the current pixel is classified as a foreground pixel.
  • the present invention is more adaptive in this aspect. This is because the filter strength is proportional to the spurious motion strength, and assuming regular moving objects trigger weaker spurious motion responses, which is true for most scenarios, regular moving objects will be subject to a smaller filter strength, which translates into equivalently reducing the window size of the filter. Thus, the implementation in accordance with the present invention is simpler.
  • Salient motion is based on optic flow technique, which is widely regarded as inaccurate and error-prone. If a pedestrian walks 3 steps forward and 2 steps backward, it is very difficult for it being regarded as salient motion.
  • the present invention provides systems and methods for processing video signals in a surveillance system.
  • the method in accordance with one aspect of the present invention includes the steps of determining a measurement of the difference between two frames in the video signal, applying a threshold to the video signal and filtering the video signal with a low pass filter.
  • the method includes generating a spurious motion map and displaying the spurious motion map.
  • the thresholding and the filtering are adaptively controlled by a user.
  • the video signal and a spurious motion map are generated and displayed.
  • the threshold is adjusted in accordance with the display of the video signal and the display of the spurious motion map.
  • a parameter in the low pass filter can also be adjusted in accordance with the display of the video signal and the display of the spurious motion map.
  • the step of determining a measurement of the difference between two frames is preferably made using a differential filter.
  • S 1 is the filtered signal in the ith frame
  • P 1 is the input on the ith frame
  • a is a user defined parameter.
  • the method also includes normalizing the video signal to generate a spurious motion map and dilating the spurious motion map to fill in holes.
  • the method also includes further filtering the motion map with a low pass filter.
  • the method further includes processing the video signal to detect motion.
  • a system in accordance with the present invention includes a processor that receives video signals from a surveillance system and a software application operable on the processor to perform the previously described steps.
  • FIG. 1 illustrates typical types of spurious motion.
  • FIGS. 2 and 3 illustrates a flowchart of a method in accordance with the present invention.
  • FIG. 4 illustrates another aspect of the method of generating the spurious filter in accordance with the present invention.
  • FIG. 5 illustrates a window that allows a user to configure motion detection parameters in the spurious filter in accordance with various aspects of the present invention.
  • FIGS. 6 and 7 illustrate typical windows that a user of a system of the present invention can use.
  • FIG. 8 illustrates a surveillance system in accordance with one aspect of the present invention.
  • FIGS. 9 and 10 illustrate processing units in a surveillance system in accordance with another aspect of the present invention. DESCRIPTION OF A PREFERRED EMBODIMENT
  • One aspect of the present invention provides motion detection systems and methods.
  • the filter of the present invention is designed to filter out spurious motions.
  • Spurious motions are defined as chaotic, repetitive, jittering that are not useful in the process of motion detection when processing video signals.
  • the new spurious filter keeps track of the location and the strengths of spurious motion. It applies appropriate low pass filtering strengths according to the spurious motion strengths in real-time. Regular pixels without spurious motion go through this filter unaltered while pixels with spurious motion will be "smoothed" to avoid being detected as noise.
  • the filter of the present invention should be flexible to configure and efficient in execution. See, for example, FIG. 1 which illustrates various sources of spurious motion in surveillance systems. For example, as illustrated, sun glint, both scattered and concentrated, often create spurious motion. Further, windsock and choppy waves are also known sources of spurious motion.
  • a representative spurious motion strength is defined and a minimum set of configuration parameters are used to cover the vast varieties of spurious motions.
  • a systematic two-step approach that defines the scope and fixing of the problem is designed to filter out spurious motion and graphics representation for easy setup.
  • Tests demonstrate that the filter of the present invention is fast enough to be used in multi-channel real-time video surveillance system on a personal computer with a 3G CPU.
  • the filter of the present invention eliminates many different kinds of spurious motions. Further regular moving objects can still be detected in reasonably filtered areas. Detection might be lost in strongly filtered areas, such as in the center of sun glint on water. Motion detection outside filtered areas, however, is not affected at all.
  • a typical video surveillance system consists of image acquisition module, motion detection module, tracking module and classification module.
  • Image acquisition is a well established field with most of the hardware can provide satisfactory video feed for motion detection purposes.
  • motion detection is the foundation of all the following steps. Its input is raw video from frame grabber or other video sources. Its output is a motion map indicting where the moving pixels are.
  • Motion is defined as pixel value differences from a reference image, a.k.a. background image. Depending on how sophisticated the reference image is modeled, one
  • Gaussian function background subtraction
  • multi-Gaussian several Gaussian functions
  • FIGS. 2 and 3 illustrate a flowchart of a spurious motion filter in accordance with one aspect of the present invention.
  • FIG. 4 illustrates the components of a spurious motion filter in accordance with one aspect of a spurious motion filter in accordance with the present invention.
  • the filter preferably includes a differential filter 30, a threshold filter 32 and a low pass filter 34. It also includes a filtering strength converter 36 and a second low pass filter 38.
  • the spurious motion filter is preferably placed at the very front of the processing pipeline. Its inputs are raw video frames 10 and its outputs, which are filtered image framed, are fed into a motion detection module. Comparing with input frames, the pixels in spurious motion areas in output frames will be much less scintillating while the pixels outside spurious motion areas are identical to the corresponding pixels in input frames.
  • SPURIOUS MOTION STRENGTH The more frequent a pixel value changes, and the larger the change is, the stronger the spurious motion is.
  • the procedures specified herein are to capture the characteristics of spurious motions, which are consistent changes in pixel values over a long period of time.
  • step 12 a squared difference in step 12 is used to pick up the changes in the video signal.
  • a simple differencing from two consecutive frames is carried out in step 20 of
  • the output from differential filter is thresholded from the bottom, as illustrated in step 14 of FIG.
  • any of the differential values that are below a threshold are excluded during this step.
  • the threshold should be large enough to prevent high contrast areas in the image from being included into spurious motion areas. Due to image noise, high contrast area is more likely to appear as spurious motion than areas with average contrast.
  • spurious motion signal One key difference between spurious motion signal and regular motion signal is that spurious motion lasts much longer from a particular pixel perspective. Regular motion will also induce some responses on spurious motion. But because it is more transient, it is less likely for the spurious motion strength to rise to a level affecting motion detection. Thus, the processed signal is low pass filtered in step 16 in FIG. 2 after thresholding. This low pass filter is the key step in separating spurious motions from regular motions in term of spurious motion strength. [0040] A simple but effective implementation of a low pass filter is
  • S 1 S 1 ., . ( l - ⁇ ) + / ⁇ . ⁇
  • S 1 is the filtered signal in the ith frame
  • P 1 is the input on the ith frame
  • is defined as spurious motion learning rate. It should reflect the temporal characteristics of the spurious motion signal to be filtered. The higher the spurious motion frequency, the larger this learning rate should be. For a general-purpose spurious motion filter, 0.1 is a good starting value for the learning rate.
  • the spurious motion filtering be adaptive to allow users to improve the results adaptively.
  • the threshold used in step 14 can be adaptively changed by a user.
  • the value ⁇ used in the filtering step 16 can also be adaptively changed by a user.
  • FIG. 5 illustrates a window displayed by a processing system in the surveillance system that allows users to specify the threshold value in step 14 and the value of ⁇ in step 16.
  • a user can adjust the slider bar in the Coverage Area Threshold section of the window to adjust the threshold value used by a processor to process the video signals.
  • the user can also adjust the slider bar in the Minimum Filter Strength Area of the window to adjust the value of ⁇ . The user can adjust these values while viewing a spurious motion map and adjusts the values until a desirable picture is obtained.
  • SPURIOUS MOTION MAP SPURIOUS MOTION MAP
  • a spurious motion map is generated, preferably by normalizing the signal strength of the video signal.
  • the motion map is dilated to fill up holes in the spurious motion map.
  • the motion map can be dislated by a binary method or by a grayscale method. It is preferred to use the grayscale method in the present invention.
  • a low pass filter is applied. It step 24, the frames of the video signal with the spurious motion filtered out is displayed.
  • the spurious motion map is an image of the spurious motion strengths at each pixel. Its pixel value should reflect the spurious motion strength. [0045] For example, if we use blue color to indict the existence of spurious motion, the bluer a pixel is, the stronger the spurious motion is at that pixel.
  • a linear scale can be used with the least saturated color corresponds to the threshold for spurious motion strength and the most saturated color corresponds to the maximum spurious motion strength, which can be a pre-defined value. The slope of this linear scale will dictate the distribution of color shades within the regions with spurious motions.
  • the maximum spurious motion strength threshold can be calculated automatically from the minimum spurious motion strength threshold by using a pre-defined simple linear relationship between the extremes of the spurious motion strength thresholds. In practice, the impact of maximum is much less obvious than the impact from the minimum.
  • the spurious motion with strength equals to the spurious motion strength threshold should be subject to the minimum filtering strength while the spurious motions with strengths equal or above the maximum spurious motion strength threshold should be subject to the maximum filtering strength.
  • the minimum and the maximum filtering strengths are set by users. Since spurious motion filter most likely precedes a motion detection module, it is helpful watching the motion detection results when setting the min and max of filtering strengths.
  • the typical values for the minimum and maximum filtering strengths are within (0,1) and (1,10) respectively.
  • the invention feeds each pixel in the current raw video frame into a low-pass filter whose strength is controlled by the spurious motion strength at that pixel.
  • the maximum spurious motion filtering strength can be calculated automatically from the minimum spurious motion filtering strength. Using a pre-defined simple linear relationship between the extremes of the spurious motion filtering strength proves to be adequate from experiences. In practice, the impact of maximum is much less obvious than the impact from the minimum. [0053]
  • the proposed scheme is independent from various implementations of low pass filter and differential filters. It is preferred to generate a spurious motion map to effectively set up a filter in accordance with one aspect of the present invention. It is, however, not necessary to generate the map in a particular way as long as the pixel values reflect the spurious motion strength. [00541 FIGS.
  • FIGS. 6 and 7 illustrate three windows which the system of the present invention displays to a user.
  • the left window shows a spurious motion.
  • the center window shows motion detection and the right window shows the video signal.
  • FIG. 6 in the left window, the darker area surrounding the white section represents ripples and spurious motion. In the present invention, it is represented as blue.
  • the user adjusts the sliders in the window illustrated in FIG. 5 to adjust the threshold and the low pass filter parameter to improve the detection of the spurious signals, as illustrated in the windows of FIGS. 6 and 7.
  • a surveillance system 100 in accordance with one aspect of the present invention, can include a sensor system 102, a network server 106, a processing system 104 and a command and control system 112.
  • the processing system 104 includes a processing subsystem 108 and a database 110. It also includes application software that is operable on the processing system 104 to perform the steps described herein.
  • the processing of the present invention is preferably performed in the processing subsystem 108, which also performs other known processing of video signals from a surveillance system.
  • FIGS. 9 and 10 illustrate a video processing unit in accordance with another aspect of the present invention.
  • Video is fed to a video processing unit 200, which feeds a data storage center 202.
  • the data storage center 202 can drive various displays and devices.
  • the video processing unit 200 includes a normalization module, a stabilization module, and the spurious motion filter of the present invention.
  • the spurious motion filter receives stabilized video data from the stabilization module.
  • the output from the spurious motion filter is fed to the motion detection module, which feeds the tracking module and the classification module.
  • the video processing unit 200 includes a processor and application software that implements each of the modules illustrated in FIG. 10, including the spurious motion filter, as described herein.
  • the processing and filter of the present invention can be located in either a surveillance server or a surveillance client 240. These systems are described in greater detail in United States Patent No. 7,106,333, which is hereby incorporated by reference. [0059] The following references provide background information concerning the present invention, and are hereby incorporated by reference: [1] Wren, C.R.; Porikli, F., “Waviz: Spectral Similarity for Object Detection", IEEE International Workshop on Performance Evaluation of Tracking & Surveillance, January 2005; [2] Porikli, F.; Wren, C.R., “Change Detection by Frequency Decomposition: Wave-Back", Workshop on Image Analysis for Multimedia Interactive Services, April 2005; and [3] R. P. Wildes & L. Wixson, "Detecting Salient Motion Using Spatiotemporal filters and Optical Flow," Proceedings of the DARPA Image Understanding Workshop, 349-356, 1998.

Abstract

A filter for filtering out spurious motion from a sequence of video images, for use in video image signal processing to identify objects in motion in the sequence of video images. Spurious motion is chaotic, repetitive, jittering portions of an image that constitute noise and interfere with motion detection in video signals. The filter keeps track of the location and the strengths of spurious motion, applies appropriate low pass filtering strengths according to the spurious motion strengths in real-time. Regular pixels without spurious motion will pass through the filter unaltered, while pixels with spurious motion will be 'smoothed' to avoid being detected as noise.

Description

SPURIOUS MOTION FILTER STATEMENT OF RELATED CASES
[0001] This application claims the benefit of and priority to U.S. Provisional Application No. 60/743,760 filed March 24, 2006, which is incorporated herein by reference. BACKGROUND OF THE INVENTION
[0002] Wren etc. proposed a method based on decomposing the temporal signals at each pixel using digital fourier transform or digital cosine transform to extract periodicity information from the underlying spurious motions. See, Wren, C.R.; Porikli, F., "Waviz: Spectral Similarity for Object Detection", IEEE International Workshop on Performance Evaluation of Tracking & Surveillance, January 2005 and Porikli, F.; Wren, C.R., "Change Detection by Frequency Decomposition: Wave-Back", Workshop on Image Analysis for Multimedia Interactive Services, April 2005. If the current frequency signatures are quite different from a model modeling the background frequency signatures, the current pixel is classified as a foreground pixel. These two methods are actually a one-step motion detection method while our filter is designed to smooth out the spurious motion only. One dilemma these two methods face is that they require a fixed window size for the DFT or DCT function. Choosing a wide window gives better frequency resolution but poor time resolution. A narrower window gives good time resolution but poor frequency resolution. A wide window might cause long tails after the moving objects. The tails are caused by background pixels being incorrectly identified as moving pixels due to the "contamination" in the background model from pixels on the moving objects. Wren suggested to alleviate the problem by adjusting window size dynamically.
[0003] In contrast, the present invention is more adaptive in this aspect. This is because the filter strength is proportional to the spurious motion strength, and assuming regular moving objects trigger weaker spurious motion responses, which is true for most scenarios, regular moving objects will be subject to a smaller filter strength, which translates into equivalently reducing the window size of the filter. Thus, the implementation in accordance with the present invention is simpler.
[0004] There is also active research on salient motion, which detects "salience" of motion in order to separate un-salient spurious motions from salient regular motions. See, R. P. Wildes & L. Wixson, "Detecting Salient Motion Using Spatiotemporal filters and Optical Flow," Proceedings of the DARPA Image Understanding Workshop, 349-356, 1998. Obviously these approaches are totally different than the present invention. {0005] Salient motion is based on optic flow technique, which is widely regarded as inaccurate and error-prone. If a pedestrian walks 3 steps forward and 2 steps backward, it is very difficult for it being regarded as salient motion. Because the approach of the present invention uses a much longer time period (comparing with typical motions) to detect spurious motion, it will be easier to detect a pedestrian. However, salient motion may hold an advantage in detecting objects in extremely noisy spurious motion areas since the approach of the present invention tends to use very strong filtering which might affect detecting regular moving objects. [0006] So far there is no commercial application for salient motion technique to the author's best knowledge. (0007] Accordingly, new and improved methods and systems for providing spurious filtering in surveillance systems are required. SUMMARY OF THE INVENTION
[0008] The present invention provides systems and methods for processing video signals in a surveillance system. The method in accordance with one aspect of the present invention includes the steps of determining a measurement of the difference between two frames in the video signal, applying a threshold to the video signal and filtering the video signal with a low pass filter.
[0009] In accordance with further aspects of the present invention, the method includes generating a spurious motion map and displaying the spurious motion map. [0010] In accordance with other aspects of the present invention, the thresholding and the filtering are adaptively controlled by a user. The video signal and a spurious motion map are generated and displayed. The threshold is adjusted in accordance with the display of the video signal and the display of the spurious motion map. A parameter in the low pass filter can also be adjusted in accordance with the display of the video signal and the display of the spurious motion map. These adjustments are made to improve the detection of the spurious signals.
[0011] The step of determining a measurement of the difference between two frames is preferably made using a differential filter.
[0012] The low pass filter is preferably implemented by S1 = S1-1 ■ ( 1 - a) + P, a where
S1 is the filtered signal in the ith frame, P1 is the input on the ith frame, and a is a user defined parameter.
[0013] In accordance with further aspects of the present invention, the method also includes normalizing the video signal to generate a spurious motion map and dilating the spurious motion map to fill in holes. The method also includes further filtering the motion map with a low pass filter. The method further includes processing the video signal to detect motion.
[0014] A system in accordance with the present invention includes a processor that receives video signals from a surveillance system and a software application operable on the processor to perform the previously described steps.
DESCRIPTION OF THE DRAWINGS
[0015] FIG. 1 illustrates typical types of spurious motion.
[0016] FIGS. 2 and 3 illustrates a flowchart of a method in accordance with the present invention. [0017] FIG. 4 illustrates another aspect of the method of generating the spurious filter in accordance with the present invention.
[0018] FIG. 5 illustrates a window that allows a user to configure motion detection parameters in the spurious filter in accordance with various aspects of the present invention.
[0019] FIGS. 6 and 7 illustrate typical windows that a user of a system of the present invention can use.
[0020] FIG. 8 illustrates a surveillance system in accordance with one aspect of the present invention.
[0021] FIGS. 9 and 10 illustrate processing units in a surveillance system in accordance with another aspect of the present invention. DESCRIPTION OF A PREFERRED EMBODIMENT
[0022] One aspect of the present invention provides motion detection systems and methods.
Other aspects of the present invention provide systems and methods related to spurious filters.
OVERVIEW OF THE SPURIOUS FILTER
[0023] The filter of the present invention, is designed to filter out spurious motions. Spurious motions are defined as chaotic, repetitive, jittering that are not useful in the process of motion detection when processing video signals. In accordance with one aspect of the present invention, the new spurious filter keeps track of the location and the strengths of spurious motion. It applies appropriate low pass filtering strengths according to the spurious motion strengths in real-time. Regular pixels without spurious motion go through this filter unaltered while pixels with spurious motion will be "smoothed" to avoid being detected as noise.
[0024] For most motion, detection algorithms, pixel value changes from background model are detected as motion. However, many types of these motions, such as glints on water, choppy waves, flags, tree branches and grass blown by wind, are not of interest during the process of motion detections for security purposes. When feeding these video signals to a regular motion detection algorithm, a lot of noise can be generated, potentially making the detection output useless. [0025] Because of the vast varieties of spurious motions and real-time video processing requirement, the filter of the present invention should be flexible to configure and efficient in execution. See, for example, FIG. 1 which illustrates various sources of spurious motion in surveillance systems. For example, as illustrated, sun glint, both scattered and concentrated, often create spurious motion. Further, windsock and choppy waves are also known sources of spurious motion.
[0026] In accordance with one aspect of the present invention, a representative spurious motion strength is defined and a minimum set of configuration parameters are used to cover the vast varieties of spurious motions. In accordance with a further aspect of the present invention, a systematic two-step approach that defines the scope and fixing of the problem is designed to filter out spurious motion and graphics representation for easy setup.
[0027] Tests demonstrate that the filter of the present invention is fast enough to be used in multi-channel real-time video surveillance system on a personal computer with a 3G CPU. The filter of the present invention eliminates many different kinds of spurious motions. Further regular moving objects can still be detected in reasonably filtered areas. Detection might be lost in strongly filtered areas, such as in the center of sun glint on water. Motion detection outside filtered areas, however, is not affected at all.
OVERVIEW OF MOTION DETECTION IN VIDEO SURVEILLANCE SYSTEMS [0028] A typical video surveillance system consists of image acquisition module, motion detection module, tracking module and classification module. Image acquisition is a well established field with most of the hardware can provide satisfactory video feed for motion detection purposes.
[0029] The differences among various surveillance systems mostly come from the differences in the performance on motion detection, tracking and classification modules. [0030J Obviously motion detection is the foundation of all the following steps. Its input is raw video from frame grabber or other video sources. Its output is a motion map indicting where the moving pixels are. [0031] Motion is defined as pixel value differences from a reference image, a.k.a. background image. Depending on how sophisticated the reference image is modeled, one
Gaussian function (background subtraction) or several Gaussian functions (multi-Gaussian) might be used. Using multiple functions to model the background will help eliminating spurious motions because it basically allows the background being in different modes, which are approximately true for background pixels with spurious motion. But experiment results show it is not adequate for handling real-life videos.
[0032] There are motion detection methods not using reference image, but relying on differencing of consecutive frames. They are widely regarded as unfit for real-life videos due to the lack of "memory" which is required for detecting temporarily stopped or slow moving objects.
SPURIOUS MOTION FILTER
[0033] FIGS. 2 and 3 illustrate a flowchart of a spurious motion filter in accordance with one aspect of the present invention. FIG. 4 illustrates the components of a spurious motion filter in accordance with one aspect of a spurious motion filter in accordance with the present invention.
In FIG. 4, the filter preferably includes a differential filter 30, a threshold filter 32 and a low pass filter 34. It also includes a filtering strength converter 36 and a second low pass filter 38.
INPUT AND OUTPUT
[0034] The spurious motion filter is preferably placed at the very front of the processing pipeline. Its inputs are raw video frames 10 and its outputs, which are filtered image framed, are fed into a motion detection module. Comparing with input frames, the pixels in spurious motion areas in output frames will be much less scintillating while the pixels outside spurious motion areas are identical to the corresponding pixels in input frames.
SPURIOUS MOTION STRENGTH [0035] The more frequent a pixel value changes, and the larger the change is, the stronger the spurious motion is. The procedures specified herein are to capture the characteristics of spurious motions, which are consistent changes in pixel values over a long period of time.
DIFFERENTIAL FILTER
[0036] Referring to FIG. 2, a squared difference in step 12 is used to pick up the changes in the video signal. A simple differencing from two consecutive frames is carried out in step 20 of
FIG. 2. To avoid sign problems and skew the output to favor spurious motion which tend to have more dramatic changes, the square of the difference is sent to the next filter. Thus, as indicated in FIG. 2, for each pixel in consecutive frames, the following calculation is determined: (ΔI/Δt)2 = (Icur - Iprev)2.
[0037] While it is preferred to use a differential filter to extract "changes" in video signals, it is not necessary. Thus, the calculation just specified can be performed with any filters or procedures that can detect changes between the frame history and the current frame.
MINIMUM THRESHOLDING
[0038] To void including video noise into consideration of building spurious motion strength, the output from differential filter is thresholded from the bottom, as illustrated in step 14 of FIG.
2. Thus, any of the differential values that are below a threshold are excluded during this step. Typically the threshold should be large enough to prevent high contrast areas in the image from being included into spurious motion areas. Due to image noise, high contrast area is more likely to appear as spurious motion than areas with average contrast.
LOW PASS FILTER
[0039] One key difference between spurious motion signal and regular motion signal is that spurious motion lasts much longer from a particular pixel perspective. Regular motion will also induce some responses on spurious motion. But because it is more transient, it is less likely for the spurious motion strength to rise to a level affecting motion detection. Thus, the processed signal is low pass filtered in step 16 in FIG. 2 after thresholding. This low pass filter is the key step in separating spurious motions from regular motions in term of spurious motion strength. [0040] A simple but effective implementation of a low pass filter is
S1 = S1., . ( l - α) + /^ . α where S1 is the filtered signal in the ith frame, P1 is the input on the ith frame, α is defined as spurious motion learning rate. It should reflect the temporal characteristics of the spurious motion signal to be filtered. The higher the spurious motion frequency, the larger this learning rate should be. For a general-purpose spurious motion filter, 0.1 is a good starting value for the learning rate.
[0041] It is preferred that the spurious motion filtering be adaptive to allow users to improve the results adaptively. Thus, in accordance with another aspect of the present invention, the threshold used in step 14 can be adaptively changed by a user. Additionally, the value α used in the filtering step 16 can also be adaptively changed by a user.
[0042] FIG. 5 illustrates a window displayed by a processing system in the surveillance system that allows users to specify the threshold value in step 14 and the value of α in step 16. A user can adjust the slider bar in the Coverage Area Threshold section of the window to adjust the threshold value used by a processor to process the video signals. The user can also adjust the slider bar in the Minimum Filter Strength Area of the window to adjust the value of α. The user can adjust these values while viewing a spurious motion map and adjusts the values until a desirable picture is obtained. SPURIOUS MOTION MAP
[0043] In step 18 of FIG. 3, a spurious motion map is generated, preferably by normalizing the signal strength of the video signal. In step 20, the motion map is dilated to fill up holes in the spurious motion map. The motion map can be dislated by a binary method or by a grayscale method. It is preferred to use the grayscale method in the present invention. In step 22, a low pass filter is applied. It step 24, the frames of the video signal with the spurious motion filtered out is displayed.
[0044] The spurious motion map is an image of the spurious motion strengths at each pixel. Its pixel value should reflect the spurious motion strength. [0045] For example, if we use blue color to indict the existence of spurious motion, the bluer a pixel is, the stronger the spurious motion is at that pixel. In order to map the spurious motion strengths into the saturation value of a particular color, a linear scale can be used with the least saturated color corresponds to the threshold for spurious motion strength and the most saturated color corresponds to the maximum spurious motion strength, which can be a pre-defined value. The slope of this linear scale will dictate the distribution of color shades within the regions with spurious motions.
[0046] In order to simplify setup procedure, the maximum spurious motion strength threshold can be calculated automatically from the minimum spurious motion strength threshold by using a pre-defined simple linear relationship between the extremes of the spurious motion strength thresholds. In practice, the impact of maximum is much less obvious than the impact from the minimum.
[0047] It is also recommended to superimpose the spurious motion map onto a live video image to show visually the filter coverage and motion strength distribution in real-time. When setting up the spurious motion filter, user needs to indict to the system the scope the filter needs to cover by adjusting threshold for spurious motion strength. When the threshold is very low, the normal noise on the video signal might be considered as spurious motion; when the threshold is very high, real spurious motions might be missed out. The same type of motions might be considered as spurious motion in one scenario while being considered as normal motion in another scenario. Therefore, it is important for a user to have some visual feedback when defining the scope the spurious motion should work in. PATTERNS OF SPURIOUS MOTION [0048] There are all sorts of spurious motions in nature. From a particular pixel perspective, it can be very dramatic change but happens infrequently, such as glint on water; or very gradual changes but happens constantly, such as grass blown by wind. The first case is especially difficult to filter out because of the similarity to the signals of normal moving objects. Therefore, a dilation operation is necessary on the spurious motion map to obtain a stable response. The combined effect of low-pass filtering and dilation on spurious motion strengths achieves a smoothing effect in 3D spatiotemporal space. The kernel of the dilation should be proportional to the size of the typical distances among the spikes in the spurious motion area. FILTERING SPURIOUS MOTION [0049] Given the spurious motion strength, it is possible to apply appropriate filtering strengths to various levels of spurious motions. For example, the spurious motion with strength equals to the spurious motion strength threshold should be subject to the minimum filtering strength while the spurious motions with strengths equal or above the maximum spurious motion strength threshold should be subject to the maximum filtering strength. The minimum and the maximum filtering strengths are set by users. Since spurious motion filter most likely precedes a motion detection module, it is helpful watching the motion detection results when setting the min and max of filtering strengths. The typical values for the minimum and maximum filtering strengths are within (0,1) and (1,10) respectively.
[0050] At the step 22, the invention feeds each pixel in the current raw video frame into a low-pass filter whose strength is controlled by the spurious motion strength at that pixel. [0051] The low pass filter used in step 22 is preferably similar to one used in obtaining spurious motion strength:
Figure imgf000009_0001
. * where or is tied to the spurious motion strength using the following formula. α = exp(— <S"jm) where Ssm is the spurious motion strength at that pixel. This particular function gives an approximately linear scale in picking filter strength against spurious motion strength.
[0052] Similar to the procedure for minimum and maximum spurious motion strengths, the maximum spurious motion filtering strength can be calculated automatically from the minimum spurious motion filtering strength. Using a pre-defined simple linear relationship between the extremes of the spurious motion filtering strength proves to be adequate from experiences. In practice, the impact of maximum is much less obvious than the impact from the minimum. [0053] In accordance with one aspect of the present invention, the proposed scheme is independent from various implementations of low pass filter and differential filters. It is preferred to generate a spurious motion map to effectively set up a filter in accordance with one aspect of the present invention. It is, however, not necessary to generate the map in a particular way as long as the pixel values reflect the spurious motion strength. [00541 FIGS. 6 and 7 illustrate three windows which the system of the present invention displays to a user. In each sequence of windows, the left window shows a spurious motion. The center window shows motion detection and the right window shows the video signal. [0055] In FIG. 6, in the left window, the darker area surrounding the white section represents ripples and spurious motion. In the present invention, it is represented as blue. After viewing the windows, the user adjusts the sliders in the window illustrated in FIG. 5 to adjust the threshold and the low pass filter parameter to improve the detection of the spurious signals, as illustrated in the windows of FIGS. 6 and 7.
[0056] The present invention has applicability in surveillance systems and processing systems for surveillance purposes, and can be used in a wide range of such systems. For illustration purposes, such a system is illustrated in FIG. 8. Referring to FIG. 8, a surveillance system 100, in accordance with one aspect of the present invention, can include a sensor system 102, a network server 106, a processing system 104 and a command and control system 112. The processing system 104 includes a processing subsystem 108 and a database 110. It also includes application software that is operable on the processing system 104 to perform the steps described herein. The processing of the present invention is preferably performed in the processing subsystem 108, which also performs other known processing of video signals from a surveillance system.
[0057] FIGS. 9 and 10 illustrate a video processing unit in accordance with another aspect of the present invention. Video is fed to a video processing unit 200, which feeds a data storage center 202. The data storage center 202 can drive various displays and devices. Referring to FIG. 10, the video processing unit 200 includes a normalization module, a stabilization module, and the spurious motion filter of the present invention. As illustrated in FIG. 10, the spurious motion filter receives stabilized video data from the stabilization module. The output from the spurious motion filter is fed to the motion detection module, which feeds the tracking module and the classification module. Thus, the video processing unit 200 includes a processor and application software that implements each of the modules illustrated in FIG. 10, including the spurious motion filter, as described herein. (0058] The processing and filter of the present invention can be located in either a surveillance server or a surveillance client 240. These systems are described in greater detail in United States Patent No. 7,106,333, which is hereby incorporated by reference. [0059] The following references provide background information concerning the present invention, and are hereby incorporated by reference: [1] Wren, C.R.; Porikli, F., "Waviz: Spectral Similarity for Object Detection", IEEE International Workshop on Performance Evaluation of Tracking & Surveillance, January 2005; [2] Porikli, F.; Wren, C.R., "Change Detection by Frequency Decomposition: Wave-Back", Workshop on Image Analysis for Multimedia Interactive Services, April 2005; and [3] R. P. Wildes & L. Wixson, "Detecting Salient Motion Using Spatiotemporal filters and Optical Flow," Proceedings of the DARPA Image Understanding Workshop, 349-356, 1998.
[0060] While there have been shown, described and pointed out fundamental novel features of the invention as applied to preferred embodiments thereof, it will be understood that various omissions and substitutions and changes in the form and details of the device illustrated and in its operation may be made by those skilled in the art without departing from the spirit of the invention. It is the intention, therefore, to be limited only as indicated by the scope of the claims appended hereto.

Claims

What is claimed is:
1. A method of filtering a video signal in a surveillance system, comprising: determining a measurement of the difference between two frames in the video signal; applying a threshold to the video signal; and filtering the video signal with a low pass filter.
2. The method of claim 1, further comprising: generating a spurious motion map; and displaying the spurious motion map.
3. The method of claim 1, further comprising: displaying the video signal; generating and displaying a spurious motion map of the video signal; and adjusting the threshold in accordance with the display of the video signal and the display of the spurious motion map.
4. The method of claim 1, further comprising: displaying the video signal; . generating and displaying a spurious motion map of the video signal; and adjusting a parameter in the low pass filter in accordance with the display of the video signal and the display of the spurious motion map.
5. The method of claim 1, further comprising: displaying the video signal; generating and displaying a spurious motion map of the video signal; adjusting the threshold in accordance with the display of the video signal and the display of the spurious motion map; and adjusting a parameter in the low pass filter in accordance with the display of the video signal and the display of the spurious motion map.
6. The method of claim 1, wherein the step of determining a measurement of the difference between two frames is made using a differential filter.
7. The method of claim 1, wherein the low pass filter is implemented by S, = S,_r ( l - a) + P, - a where S1 is the filtered signal in the ith frame, P1 is the input on the ith frame, a is user defined parameter.
8. The method of claim 1, further comprising: normalizing the video signal to generate a spurious motion map; and dilating the spurious motion map to fill in holes.
9. The method of claim 8, further comprising filtering the motion map with a low pass filter.
10. The method of claim 9, further comprising processing the video signal to detect motion.
1 1. A surveillance system for processing a video signal, comprising: a processor that receives the video signal; a software application operable on the processor to: determine a measurement of the difference between two frames in the video signal; apply a threshold to the video signal; and filter the video signal with a low pass filter.
12. The system of claim 11, wherein the software application is further operable to generate a spurious motion map and display the spurious motion map.
13. The system of claim 1 1 , wherein the software application is further operable to: display the video signal; generate and display a spurious motion map of the video signal; and adjust the threshold in accordance with the display of the video signal and the display of the spurious motion map.
14. The system of claim 11, wherein the software application is further operable to: display the video signal; generate and display a spurious motion map of the video signal; and adjust a parameter in the low pass filter in accordance with the display of the video signal and the display of the spurious motion map.
15. The system of claim 11 , wherein the software application is further operable to: display the video signal; generate and display a spurious motion map of the video signal; adjust the threshold in accordance with the display of the video signal and the display of the spurious motion map; and adjust a parameter in the low pass filter in accordance with the display of the video signal and the display of the spurious motion map.
16. The system of claim 1 1, wherein the determination of a measurement of the difference between two frames is made using a differential filter.
17. The system of claim 11, wherein the low pass filter is implemented by S, = S^ - { \ - a) + P, - a where S1 is the filtered signal in the ith frame, P1 is the input on the ith frame, a is user defined parameter.
18. The system of claim 1 1 , wherein the software application is further operable to: normalize the video signal to generate a spurious motion map; and dilate the spurious motion map to fill in holes.
19. The system of claim 18, wherein the software application is further operable to filtering the motion map with a low pass filter.
20. The system of claim 19, wherein the software application is further operable to further process the video signal to detect motion.
PCT/US2007/007099 2006-03-24 2007-03-22 Spurious motion filter WO2008115184A1 (en)

Priority Applications (2)

Application Number Priority Date Filing Date Title
CN2007800104916A CN101411190B (en) 2006-03-24 2007-03-22 Spurious motion filter
DE112007000738T DE112007000738B4 (en) 2006-03-24 2007-03-22 Filter for disturbing movements

Applications Claiming Priority (4)

Application Number Priority Date Filing Date Title
US74376006P 2006-03-24 2006-03-24
US60/743,760 2006-03-24
US11/689,070 2007-03-21
US11/689,070 US8125522B2 (en) 2006-03-24 2007-03-21 Spurious motion filter

Publications (1)

Publication Number Publication Date
WO2008115184A1 true WO2008115184A1 (en) 2008-09-25

Family

ID=38533387

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/US2007/007099 WO2008115184A1 (en) 2006-03-24 2007-03-22 Spurious motion filter

Country Status (4)

Country Link
US (1) US8125522B2 (en)
CN (1) CN101411190B (en)
DE (1) DE112007000738B4 (en)
WO (1) WO2008115184A1 (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US10001791B2 (en) 2012-07-27 2018-06-19 Assa Abloy Ab Setback controls based on out-of-room presence information obtained from mobile devices
US10050948B2 (en) 2012-07-27 2018-08-14 Assa Abloy Ab Presence-based credential updating

Families Citing this family (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2008048933A2 (en) 2006-10-16 2008-04-24 Assa Abloy Hospitality, Inc. Centralized wireless network for multi-room large properties
US8386849B2 (en) * 2010-01-29 2013-02-26 Honeywell International Inc. Noisy monitor detection and intermittent fault isolation
CN102685510A (en) * 2011-03-07 2012-09-19 奥林巴斯株式会社 Image signal processing device and image signal processing method
CN104598155B (en) * 2015-01-30 2018-05-22 广州华欣电子科技有限公司 A kind of smoothing processing method and device for touch-screen curve of output
CN108347563B (en) * 2018-02-07 2020-12-22 Oppo广东移动通信有限公司 Video processing method and device, electronic equipment and computer readable storage medium
US11165954B1 (en) * 2019-06-19 2021-11-02 Objectvideo Labs, Llc Scene-aware custom tuned video surveillance detection system

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
GB2343318A (en) * 1998-10-26 2000-05-03 Sony Uk Ltd Video motion detection
US6298144B1 (en) * 1998-05-20 2001-10-02 The United States Of America As Represented By The National Security Agency Device for and method of detecting motion in an image
US20020180870A1 (en) * 2001-04-13 2002-12-05 Hsiao-Ping Chen Method for detecting moving objects by comparing video images
EP1383085A2 (en) * 2002-07-16 2004-01-21 Broadcom Corporation Modifying motion control signals based on input video characteristics
EP1631073A2 (en) * 2004-08-31 2006-03-01 Ramot at Tel-Aviv University Ltd. Apparatus and methods for the detection of abnormal motion in a video stream

Family Cites Families (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US4352126A (en) 1977-04-14 1982-09-28 Jacques Poncin System for reducing visible noise in television images
GB2183878B (en) 1985-10-11 1989-09-20 Matsushita Electric Works Ltd Abnormality supervising system
US7035430B2 (en) 2000-10-31 2006-04-25 Hitachi Kokusai Electric Inc. Intruding object detection method and intruding object monitor apparatus which automatically set a threshold for object detection
US7106333B1 (en) * 2001-02-16 2006-09-12 Vistascape Security Systems Corp. Surveillance system
JP3898606B2 (en) * 2002-09-12 2007-03-28 株式会社東芝 Motion vector detection method and apparatus, and frame interpolation image creation method and apparatus
JP4307910B2 (en) * 2003-03-07 2009-08-05 富士フイルム株式会社 Moving image clipping device and method, and program
US7535515B2 (en) * 2003-12-23 2009-05-19 Ravi Ananthapur Bacche Motion detection in video signals
KR100697516B1 (en) * 2004-10-27 2007-03-20 엘지전자 주식회사 Moving picture coding method based on 3D wavelet transformation
US7554611B2 (en) * 2005-04-19 2009-06-30 Samsung Electronics Co., Ltd. Method and apparatus of bidirectional temporal noise reduction

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6298144B1 (en) * 1998-05-20 2001-10-02 The United States Of America As Represented By The National Security Agency Device for and method of detecting motion in an image
GB2343318A (en) * 1998-10-26 2000-05-03 Sony Uk Ltd Video motion detection
US20020180870A1 (en) * 2001-04-13 2002-12-05 Hsiao-Ping Chen Method for detecting moving objects by comparing video images
EP1383085A2 (en) * 2002-07-16 2004-01-21 Broadcom Corporation Modifying motion control signals based on input video characteristics
EP1631073A2 (en) * 2004-08-31 2006-03-01 Ramot at Tel-Aviv University Ltd. Apparatus and methods for the detection of abnormal motion in a video stream

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US10001791B2 (en) 2012-07-27 2018-06-19 Assa Abloy Ab Setback controls based on out-of-room presence information obtained from mobile devices
US10050948B2 (en) 2012-07-27 2018-08-14 Assa Abloy Ab Presence-based credential updating
US10606290B2 (en) 2012-07-27 2020-03-31 Assa Abloy Ab Controlling an operating condition of a thermostat

Also Published As

Publication number Publication date
DE112007000738B4 (en) 2012-06-28
CN101411190B (en) 2013-01-02
DE112007000738T5 (en) 2009-05-28
US8125522B2 (en) 2012-02-28
US20070223596A1 (en) 2007-09-27
CN101411190A (en) 2009-04-15

Similar Documents

Publication Publication Date Title
US8125522B2 (en) Spurious motion filter
US11341669B2 (en) People flow analysis apparatus, people flow analysis system, people flow analysis method, and non-transitory computer readable medium
Gao et al. Error analysis of background adaption
US10963993B2 (en) Image noise intensity estimation method, image noise intensity estimation device, and image recognition device
US8571261B2 (en) System and method for motion detection in a surveillance video
EP1697901B1 (en) Method for modeling background and foreground regions
US7123745B1 (en) Method and apparatus for detecting moving objects in video conferencing and other applications
Kim et al. Spatiotemporal saliency detection using textural contrast and its applications
EP1881454A1 (en) Image processing for change detection
Jing et al. Foreground motion detection by difference-based spatial temporal entropy image
EP2836963B1 (en) Noise reduction for image sequences
US10452922B2 (en) IR or thermal image enhancement method based on background information for video analysis
US8396285B2 (en) Estimating vanishing points in images
KR20020000797A (en) Method and apparatus for estimating digital video quality without using a reference video
Fang et al. 1-D barcode localization in complex background
US20140376822A1 (en) Method for Computing the Similarity of Image Sequences
Pless Spatio-temporal background models for outdoor surveillance
WO2023042337A1 (en) Image processing system
Jodoin et al. Motion detection with an unstable camera
Chen et al. An EM-CI based approach to fusion of IR and visual images
EP2026566A2 (en) Systems and methods for triggering an out of focus alert
Oakes et al. Visual saliency estimation for video
KR101203050B1 (en) Background Modeling Device and Method Using Bernoulli Distribution
KR101426039B1 (en) Apparatus and method for extracting feature point to recognize face/object
Pamuła Performance of video detectors working with lossy compressed video streams

Legal Events

Date Code Title Description
WWE Wipo information: entry into national phase

Ref document number: 200780010491.6

Country of ref document: CN

DPE1 Request for preliminary examination filed after expiration of 19th month from priority date (pct application filed from 20040101)
121 Ep: the epo has been informed by wipo that ep was designated in this application

Ref document number: 07753705

Country of ref document: EP

Kind code of ref document: A1

122 Ep: pct application non-entry in european phase

Ref document number: 07753705

Country of ref document: EP

Kind code of ref document: A1

RET De translation (de og part 6b)

Ref document number: 112007000738

Country of ref document: DE

Date of ref document: 20090528

Kind code of ref document: P

REG Reference to national code

Ref country code: DE

Ref legal event code: 8607