13,275 research outputs found

    State of the art in vision-based fire and smoke dectection

    Get PDF

    Video Based Flame and Smoke Detection

    Get PDF
    В работе предложен алгоритм обнаружения пожара по видеоданным на открытых пространствах, когда традиционными способами на основе датчиков химического состава воздуха или температуры обнаружение дыма и пламени невозможно. Обнаружение дыма и пламени выполняется параллельно, пожар считается найденным в случае детектирования одного объекта: дыма или пламени. Алгоритм нахождения дыма и пламени основан на анализе пространственно-временных признаков. На первом этапе обнаружения дыма выполняется поиск движения с использованием алгоритма сопоставления блоков, затем производится хроматический анализ движущихся областей, учет турбулентности. Классификация областей-кандидатов производится с использованием машины опорных векторов. Верификация выполнена на базе пространственно-временных локальных бинарных шаблонов. Для обнаружения пламени взята функция Background Subtraction библиотеки компьютерного зрения OpenCV, выполнен учет цветовых особенностей пламени и анализ его динамических свойств. Для проведения экспериментальных исследований использованы базы данных видеопоследовательностей Билькентского университета и Dyntex. Дополнительно репрезентативность тестового набора видеороликов повышена данными с реальных камер видеонаблюдения, в том числе полученными в ночное время. Количество кадров тестовых видеопоследовательностей составило 44 406, общая продолжительность роликов – 40 мин. Средняя точность обнаружения дыма составила 98 %, пламени – 94,9 %. Ложноположительные срабатывания при обнаружении дыма и пламени в среднем равны 3,46 %. Таким образом, экспериментальные исследования подтверждают эффективность предложенного алгоритма обнаружения пламени и дыма по видеопоследовательностям на открытых пространствахThe early fire detection in outdoor scenes using video sequences is one of crucial tasks of modern surveillance systems in urban and terrestrial natural environment. A conventional way of video analysis is to design a good background model and to track a motion selectively. Color, contours, fractal properties, and transparency, are considered the main spatial properties of smoke and flame in a still image or a single frame. Smoke detections algorithm steps. First, local smoke regions are detected based on motion estimation and chromatic analysis. The clustering of such local regions provides global smoke regions in a scene. At this stage, smoke and non-smoke regions are analyzed in order to exclude errors of false rejection. The suspicious region is extracted by using blockmatching algorithm. Second, global regions are verified by using statistical and temporal features. In this research, smoke colored blocks and turbulence characteristics. Verification based on spatiotemporal local binary patterns. An automatic flame detection method uses the features of fire, such as the moving parameters, chromatic components, and geometrical (flickering) features. A candidate fire region is determined according to the color component ratio and motion cue of fire flame obtained by background subtraction. The flame color probability is then estimated based threshold value in the combination of RGB and YSV color spaces. The motion probability obtained is by employing the background model with Background Subtractor function in OpenCV (Open Source Computer Vision Library). Flames flicker in height, size and in brightness. Video based flame detection algorithms often analyze flickering of pixel intensities over time to detect flames. In this study we investigate five different pixel intensity flickering features based on methods presented in previous work. For flickering features we calculate geometry, compare frequency of initial frame with fire re-gion candidate, and check the change in the size of the rectangular flame candidate block.Flame and smoke regions classifier using support vector machine. Video based flame and smoke detection is carried out in parallel.For experimental researches the database of dynamic textures Dyntex and database of Bilkent University were used. The developed method of smoke detection on video provides 94.9–98% of accuracy for fire detection. Experimental results show that the proposed method is feasible and effective for video based flame and smoke detectio

    Convolutional Neural Network on Three Orthogonal Planes for Dynamic Texture Classification

    Get PDF
    Dynamic Textures (DTs) are sequences of images of moving scenes that exhibit certain stationarity properties in time such as smoke, vegetation and fire. The analysis of DT is important for recognition, segmentation, synthesis or retrieval for a range of applications including surveillance, medical imaging and remote sensing. Deep learning methods have shown impressive results and are now the new state of the art for a wide range of computer vision tasks including image and video recognition and segmentation. In particular, Convolutional Neural Networks (CNNs) have recently proven to be well suited for texture analysis with a design similar to a filter bank approach. In this paper, we develop a new approach to DT analysis based on a CNN method applied on three orthogonal planes x y , xt and y t . We train CNNs on spatial frames and temporal slices extracted from the DT sequences and combine their outputs to obtain a competitive DT classifier. Our results on a wide range of commonly used DT classification benchmark datasets prove the robustness of our approach. Significant improvement of the state of the art is shown on the larger datasets.Comment: 19 pages, 10 figure
    corecore