Network


Latest external collaboration on country level. Dive into details by clicking on the dots.

Hotspot


Dive into the research topics where Thierry Bouwmans is active.

Publication


Featured researches published by Thierry Bouwmans.


Computer Science Review | 2014

Traditional and Recent Approaches in Background Modeling for Foreground Detection: An Overview

Thierry Bouwmans

Background modeling for foreground detection is often used in different applications to model the background and then detect the moving objects in the scene like in video surveillance. The last decade witnessed very significant publications in this field. Furthermore, several surveys can be found in literature but none of them addresses an overall review in this field. So, the purpose of this paper is to provide a complete survey of the traditional and recent approaches. First, we categorize the different approaches found in literature. We have classified them in terms of the mathematical models used and we have discussed them in terms of the critical situations that they claim to handle. Furthermore, we present the available resources, datasets and libraries. Then, we conclude with several promising directions for future research.


Recent Patents on Computer Science | 2008

Background Modeling using Mixture of Gaussians for Foreground Detection - A Survey

Thierry Bouwmans; Fida El Baf; Bertrand Vachon

Mixture of Gaussians is a widely used approach for background modeling to detect moving objects from static cameras. Numerous improvements of the original method developed by Stauffer and Grimson [1] have been proposed over the recent years and the purpose of this paper is to provide a survey and an original classification of these improvements. We also discuss relevant issues to reduce the computation time. Firstly, the original MOG are reminded and discussed following the challenges met in video sequences. Then, we categorize the different improvements found in the literature. We have classified them in term of strategies used to improve the original MOG and we have discussed them in term of the critical situations they claim to handle. After analyzing the strategies and identifying their limitations, we conclude with several promising directions for future research.


Recent Patents on Computer Science | 2011

Recent Advanced Statistical Background Modeling for Foreground Detection - A Systematic Survey

Thierry Bouwmans

Background modeling is currently used to detect moving objects in video acquired from static cameras. Numerous statistical methods have been developed over the recent years. The aim of this paper is firstly to provide an extended and updated survey of the recent researches and patents which concern statistical background modeling and secondly to achieve a comparative evaluation. For this, we firstly classified the statistical methods in terms of category. Then, the original methods are reminded and discussed following the challenges met in video sequences. We classified their respective improvements in terms of strategies used. Furthermore, we discussed them in terms of the critical situations they claim to handle. Finally, we conclude with several promising directions for future research. The survey also discussed relevant patents.


Computer Vision and Image Understanding | 2014

Robust PCA via Principal Component Pursuit: A Review for a Comparative Evaluation in Video Surveillance

Thierry Bouwmans; El Hadi Zahzah

Abstract Foreground detection is the first step in video surveillance system to detect moving objects. Recent research on subspace estimation by sparse representation and rank minimization represents a nice framework to separate moving objects from the background. Robust Principal Component Analysis (RPCA) solved via Principal Component Pursuit decomposes a data matrix A in two components such that A = L + S , where L is a low-rank matrix and S is a sparse noise matrix. The background sequence is then modeled by a low-rank subspace that can gradually change over time, while the moving foreground objects constitute the correlated sparse outliers. To date, many efforts have been made to develop Principal Component Pursuit (PCP) methods with reduced computational cost that perform visually well in foreground detection. However, no current algorithm seems to emerge and to be able to simultaneously address all the key challenges that accompany real-world videos. This is due, in part, to the absence of a rigorous quantitative evaluation with synthetic and realistic large-scale dataset with accurate ground truth providing a balanced coverage of the range of challenges present in the real world. In this context, this work aims to initiate a rigorous and comprehensive review of RPCA-PCP based methods for testing and ranking existing algorithms for foreground detection. For this, we first review the recent developments in the field of RPCA solved via Principal Component Pursuit. Furthermore, we investigate how these methods are solved and if incremental algorithms and real-time implementations can be achieved for foreground detection. Finally, experimental results on the Background Models Challenge (BMC) dataset which contains different synthetic and real datasets show the comparative performance of these recent methods.


international symposium on visual computing | 2008

Type-2 Fuzzy Mixture of Gaussians Model: Application to Background Modeling

Fida El Baf; Thierry Bouwmans; Bertrand Vachon

Background modeling is a key step of background subtraction methods used in the context of static camera. The goal is to obtain a clean background and then detect moving objects by comparing it with the current frame. Mixture of Gaussians Model [1] is the most popular technique and presents some limitations when dynamic changes occur in the scene like camera jitter, illumination changes and movement in the background. Furthermore, the MGM is initialized using a training sequence which may be noisy and/or insufficient to model correctly the background. All these critical situations generate false classification in the foreground detection mask due to the related uncertainty. To take into account this uncertainty, we propose to use a Type-2 Fuzzy Mixture of Gaussians Model. Results show the relevance of the proposed approach in presence of camera jitter, waving trees and water rippling.


ieee international conference on fuzzy systems | 2008

Fuzzy integral for moving object detection

F. El Baf; Thierry Bouwmans; Bertrand Vachon

Detection of moving objects is the first step in many applications using video sequences like video-surveillance, optical motion capture and multimedia application. The process mainly used is the background subtraction which one key step is the foreground detection. The goal is to classify pixels of the current image as foreground or background. Some critical situations as shadows, illumination variations can occur in the scene and generate a false classification of image pixels. To deal with the uncertainty in the classification issue, we propose to use the Choquet integral as aggregation operator. Experiments on different data sets in video surveillance have shown a robustness of the proposed method against some critical situations when fusing color and texture features. Different color spaces have been tested to improve the insensitivity of the detection to the illumination changes. Then, the algorithm has been compared with another fuzzy approach based on the Sugeno integral and has proved its robustness.


Recent Patents on Computer Science | 2009

Subspace Learning for Background Modeling: A Survey

Thierry Bouwmans

Background modeling is often used to detect moving object in video acquired by a fixed camera. Recently, subspace learning methods have been used to model the background in the idea to represent online data content while reducing dimension significantly. The first method using Principal Component Analysis (PCA) was proposed by Oliver et al. and a representative patent using PCA concerns the detection of cars and persons in video surveillance. Numerous improvements and variants were developed over the recent years. The purpose of this paper is to provide a survey and an original classification of these improvements. Firstly, we classify the improvements of the PCA in term of strategies and the variants in term of the used subspace learning algorithms. Then, we present a comparative evaluation of the variants and evaluate them with the state-of-art algorithms (SG, MOG, and KDE) by using the Wallflower dataset.


international conference on image processing | 2008

A fuzzy approach for background subtraction

F. El Baf; Thierry Bouwmans; Bertrand Vachon

Background Subtraction is a widely used approach to detect moving objects from static cameras. Many different methods have been proposed over the recent years and can be classified following different mathematical model: determinist model, statistical model or filter model. The presence of critical situations i.e. noise, illumination changes and structural background changes introduce two main problems: The first one is the uncertainty in the classification of the pixel in foreground and background. The second one is the imprecision in the localization of the moving object. In this context, we propose a fuzzy approach for background subtraction. For this, we use the Choquet integral in the foreground detection and propose fuzzy adaptive background maintenance. Results show the pertinence of our approach.


Pattern Recognition Letters | 2017

Scene background initialization: A taxonomy

Thierry Bouwmans; Lucia Maddalena; Alfredo Petrosino

The availability of an initial background model that describes the scene without foreground objects is the prerequisite for a wide range of applications, ranging from video surveillance to computational photography. Limited attention to the problem is given in the literature on background modeling, that mainly regards model representation and updating. Therefore, we propose a taxonomy study for background initialization, providing the basis for a fair and easy comparison of existing and future methods, on a common dataset of groundtruthed sequences, with a common set of metrics, and based on reproducible results. Experimental results highlight the most promising approaches as well as main open issues for background initialization.


machine vision applications | 2012

Background subtraction via incremental maximum margin criterion: a discriminative subspace approach

Diana Farcas; Cristina Marghes; Thierry Bouwmans

Background subtraction is one of the basic low-level operations in video analysis. The aim is to separate static information called “background” from the moving objects called “foreground”. The background needs to be modeled and updated over time to allow robust foreground detection. Recently, reconstructive subspace learning models, such as principal component analysis (PCA) have been used to model the background by significantly reducing the data’s dimension. This approach is based on the assumption that the main information contained in the training sequence is the background meaning that the foreground has a low contribution. However, this assumption is only verified when the moving objects are either small or far away from the camera. Furthermore, the reconstructive representations strive to be as informative as possible in terms of well approximating the original data. Their objective is mainly to encompass the variability of the training data and so they give more effort to model the background in an unsupervised manner than to precisely classify pixels as foreground or background in the foreground detection. On the other hand, discriminative methods are usually less adapted to the reconstruction of data; although they are spatially and computationally much more efficient and often give better classification results compared with the reconstructive methods. Based on this fact, we propose the use of a discriminative subspace learning model called incremental maximum margin criterion (IMMC). The objective is first to enable a robust supervised initialization of the background and secondly a robust classification of pixels as background or foreground. Furthermore, IMMC also allows us an incremental update of the eigenvectors and eigenvalues. Experimental results on different datasets demonstrate the performance of this proposed approach in the presence of illumination changes.

Collaboration


Dive into the Thierry Bouwmans's collaboration.

Top Co-Authors

Avatar

Bertrand Vachon

University of La Rochelle

View shared research outputs
Top Co-Authors

Avatar

F. El Baf

University of La Rochelle

View shared research outputs
Top Co-Authors

Avatar

Fida El Baf

University of La Rochelle

View shared research outputs
Top Co-Authors

Avatar

Andrews Sobral

University of La Rochelle

View shared research outputs
Top Co-Authors

Avatar

Carl Frélicot

University of La Rochelle

View shared research outputs
Top Co-Authors

Avatar
Top Co-Authors

Avatar
Top Co-Authors

Avatar

Diana Farcas

University of La Rochelle

View shared research outputs
Top Co-Authors

Avatar

El-hadi Zahzah

University of La Rochelle

View shared research outputs
Top Co-Authors

Avatar
Researchain Logo
Decentralizing Knowledge