RU2541918C2 - Apparatus for automated facial recognition when processing group photograph - Google Patents

Apparatus for automated facial recognition when processing group photograph Download PDF

Info

Publication number
RU2541918C2
RU2541918C2 RU2013127842/08A RU2013127842A RU2541918C2 RU 2541918 C2 RU2541918 C2 RU 2541918C2 RU 2013127842/08 A RU2013127842/08 A RU 2013127842/08A RU 2013127842 A RU2013127842 A RU 2013127842A RU 2541918 C2 RU2541918 C2 RU 2541918C2
Authority
RU
Russia
Prior art keywords
unit
output
input
image
face
Prior art date
Application number
RU2013127842/08A
Other languages
Russian (ru)
Other versions
RU2013127842A (en
Inventor
Владимир Иванович Марчук
Александр Иванович Шерстобитов
Вячеслав Владимирович Воронин
Евгений Александрович Семенищев
Владислав Александрович Приходченко
Дмитрий Витальевич Тимофеев
Николай Валерьевич Гапон
Original Assignee
Федеральное государственное бюджетное образовательное учреждение высшего профессионального образования "Южно-Российский государственный университет экономики и сервиса" (ФГБОУ ВПО "ЮРГУЭС")
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 Федеральное государственное бюджетное образовательное учреждение высшего профессионального образования "Южно-Российский государственный университет экономики и сервиса" (ФГБОУ ВПО "ЮРГУЭС") filed Critical Федеральное государственное бюджетное образовательное учреждение высшего профессионального образования "Южно-Российский государственный университет экономики и сервиса" (ФГБОУ ВПО "ЮРГУЭС")
Priority to RU2013127842/08A priority Critical patent/RU2541918C2/en
Publication of RU2013127842A publication Critical patent/RU2013127842A/en
Application granted granted Critical
Publication of RU2541918C2 publication Critical patent/RU2541918C2/en

Links

Abstract

FIELD: physics, computer engineering.
SUBSTANCE: invention relates to computer engineering and can be used in video analysis and processing systems. The apparatus for automated facial recognition when processing a group photograph comprises a unit for searching for regions containing faces, a decision unit, wherein the output of a unit for localising facial regions (1) is connected to the input of a unit for separating the image into a background and an object (2), the output of which is connected to the first input of an image normalisation unit (3); the output of a control unit (9) is connected to the second input of the image normalisation unit (3), the output of which is connected to the input of a unit for generating vectors of facial features (4), the output of which is connected to the input of a buffer unit (5), the output of which is connected to the first input of a comparator unit (6); the output of a delay unit (7) is connected to the input of a unit for generating vectors of facial features (8), the output of which is connected to the second input of the comparator unit (6), the output of which is the data output of the apparatus.
EFFECT: automated facial recognition when processing a group photograph.
1 dwg

Description

Изобретение относится к области вычислительной техники и может быть использовано в цифровых телевизионных и фотосистемах глобальных систем позиционирования и наблюдения.The invention relates to the field of computer technology and can be used in digital television and photo systems of global positioning and surveillance systems.

Математическая модель наблюдаемого изображения I определяется следующим выражением:The mathematical model of the observed image I is determined by the following expression:

I=α1I1+(1-α1)·(α2I2+(1-α2)(…+(1-αN-1)·IN)) (1)I = α 1 I 1 + (1-α 1 ) · (α 2 I 2 + (1-α 2 ) (... + (1-α N-1 ) · I N )) (1)

где I1,…IN - набор слоев изображения, разделенных с помощью альфа-каналов αN∈[0,1], размерность I1,…,IN и αN совпадают. Альфа-каналы αN представляют собой маски, позволяющие выделять отдельные объекты сцены. Решением задачи распознавания лица на групповой цифровой фотографии является установление соответствия каждого IN образа заданному изображению лица человека.where I 1 , ... I N is the set of image layers separated by alpha channels α N ∈ [0,1], the dimensions I 1 , ..., I N and α N coincide. Alpha channels α N are masks that allow you to select individual objects in the scene. The solution to the problem of face recognition in group digital photography is to establish the correspondence of each I N image to a given image of a person's face.

Основная решаемая задача - распознавание лица человека на групповой фотографии.The main task to be solved is recognition of a person’s face in a group photo.

Значительный интерес в области компьютерного зрения занимает задача детектирования и распознавания лиц при обработке многомерных сигналов (изображений и видеопоследовательностей). Областью применения решения данной задачи являются системы предупреждения преступлений и идентификация преступников, верификация человека в аэропортах, автоматические охранные системы с «фейсконтролем», персонализация бытовых устройств, криминалистическая экспертиза фото- и видеосъемок, виртуальная реальность, компьютерные игры и т.п.Of considerable interest in the field of computer vision is the task of detecting and recognizing faces when processing multidimensional signals (images and video sequences). The scope of the solution of this problem is crime prevention systems and identification of criminals, verification of people at airports, automatic security systems with “face control”, personalization of home appliances, forensic examination of photo and video filming, virtual reality, computer games, etc.

Существующие методы распознавания делятся на два класса: методы на основе поиска и сопоставления локальных особенностей лица (формирование вектора дескрипторов на основе локальных признаков) и разложение локальной области изображения лица на ортогональные составляющие (метод EigenFace на основе получения главных компонент). Как правило, использование рассматриваемых методов применимо к многомерным сигналам (изображениям), содержащим только одно лицо на однородном фоне. Использование данных методов для обработки групповых изображений людей крайне ограничено. В связи с этим актуальным является решение задачи распознавания группы лиц на изображениях с текстурированным фоном.Existing recognition methods are divided into two classes: methods based on the search and comparison of local features of the face (forming a vector of descriptors based on local features) and decomposition of the local area of the face image into orthogonal components (EigenFace method based on obtaining the main components). As a rule, the use of the methods considered is applicable to multidimensional signals (images) containing only one face on a uniform background. The use of these methods for processing group images of people is extremely limited. In this regard, it is relevant to solve the problem of recognizing a group of faces in images with a textured background.

Известен способ идентификации личности человека по цифровому изображению лица [Патент №2431191, МПК G06K 9/00]. Изобретение относится к автоматике и вычислительной технике и может быть использовано в системах искусственного интеллекта: системах контроля доступа, робототехнических системах, взаимодействующих с человеком-оператором в условиях производства и других системах. Техническим результатом является повышение точности и оперативности распознавания изображения лица человека. Способ идентификации личности человека по цифровому изображению лица содержит этапы поиска лица человека в кадре, масштабирования выделенного изображения до заданного размера, выравнивания яркости и цветности изображения, формирования вектора входного изображения (Р1), загрузки из базы данных изображения для сравнения (Р2), разбиения изображения на блоки и осуществления первичного поиска по совпадению этих блоков, осуществления вторичного поиска, на основе чего принимают решение о соответствии, причем после загрузки изображения производится выравнивание яркости и цветности, затем формируется вектор входного изображения, после чего масштабируют изображение до заданного размера, после чего разбивают изображение по связности элементов, формируют интегральный индекс, осуществляют первичный и вторичный поиски, после чего принимается решение о соответствии.A known method of identifying a person’s identity by digital face image [Patent No. 2431191, IPC G06K 9/00]. The invention relates to automation and computer technology and can be used in artificial intelligence systems: access control systems, robotic systems that interact with a human operator in a production environment and other systems. The technical result is to increase the accuracy and efficiency of facial image recognition. The method of identifying a person’s identity by digital image of a person includes the steps of searching for a person’s face in the frame, scaling the selected image to a given size, aligning the brightness and color of the image, forming the vector of the input image (P1), downloading from the image database for comparison (P2), splitting the image on the blocks and the implementation of the primary search for the coincidence of these blocks, the implementation of the secondary search, on the basis of which a decision is made on compliance, and after loading the image oditsya alignment of luma and chroma, then the vector of the input image is formed, and then the image is scaled to a predetermined size and then divide the image by the connected elements form an integral index, perform the primary and secondary searches, then the decision on line.

Признаки способа-аналога, совпадающие с признаками заявляемого технического решения, следующие: распознавание лица человека на изображении.The features of the analogue method, which coincide with the features of the claimed technical solution, are as follows: recognition of a person’s face in the image.

Недостатками известного способа и системы являются:The disadvantages of the known method and system are:

- требование априорного знания порога ошибок, представляющего собой допустимое расстояние в индексном пространстве от рассматриваемых точек до точки запросного индекса;- the requirement of a priori knowledge of the error threshold, which is the allowable distance in the index space from the points in question to the point of the query index;

- требование априорного значения ширины лица для пропорционального масштабирования изображения.- the requirement of a priori face width for proportional image scaling.

Известна система для идентификации человека по изображению лица [Патент №2382408, МПК G06K 9/00]. Изобретение относится к области идентификации человека по изображению лица. Технический результат заключается в ускорении процедуры и повышении достоверности идентификации человека. Этот результат достигается тем, что видеоизображение с лицом идентифицируемого человека получают во фронтальном ракурсе; фрагменты с изображением глаз выделяют путем предварительного выделения первичных признаковых точек, соответствующих местоположению глаз, и сравнения с заранее заданными эталонами правого и левого глаза; выделение информационно значимых участков в выделенном фрагменте информационного поля осуществляют с помощью применения функции Гаусса в эллипсе; построение эталонов лиц идентифицируемых людей производят с использованием не менее чем двух типов ортогональных базисных функций для предварительного поиска и распознавания, для детального распознавания и построения дополнительных эталонов для окончательного распознавания; идентифицируют человека по интегральной оценке меры сходства для каждого анализируемого фрагмента за счет двухэтапной процедуры сравнения эталонов для предварительного поиска и распознавания и сравнения эталонов для детального и окончательного распознавания.A known system for identifying a person by facial image [Patent No. 2382408, IPC G06K 9/00]. The invention relates to the field of identification of a person by facial image. The technical result consists in accelerating the procedure and increasing the reliability of human identification. This result is achieved by the fact that the video image with the face of the person being identified is obtained from a frontal perspective; fragments with the image of the eyes are distinguished by preliminary selection of primary feature points corresponding to the location of the eyes, and comparison with predetermined standards of the right and left eye; the selection of informationally significant areas in the selected fragment of the information field is carried out using the Gauss function in the ellipse; building standards of faces of identifiable people is performed using at least two types of orthogonal basis functions for preliminary search and recognition, for detailed recognition and construction of additional standards for final recognition; identify a person by an integrated assessment of similarity measures for each analyzed fragment due to a two-stage procedure for comparing standards for preliminary search and recognition and comparison of standards for detailed and final recognition.

Признаки системы-аналога, совпадающие с признаками заявляемого технического решения, следующие: распознавание лица человека и его поиск на изображении.The features of the analog system, which coincide with the features of the claimed technical solution, are as follows: face recognition of a person and his search in the image.

Недостатками известной системы являются: необходимость предварительного обучения системы.The disadvantages of the known system are: the need for prior training of the system.

Известен способ обнаружения лиц на изображении с применением каскада классификаторов [Патент №2427911, МПК G06K 9/62]. Изобретение относится к области обработки цифровых изображений, осуществляет поиск произвольно ориентированных лиц на цифровых изображениях. Техническим результатом изобретения является повышение быстродействия и точности обрабатываемых данных при обнаружении лиц на изображении. Технический результат достигается благодаря тому, что в способе обнаружения лиц на изображении, включающем в себя применение каскада однородных классификаторов, каждый классификатор используют для разделения входного вектора на два класса «лицо», «нелицо», причем каждый классификатор характеризуется более высокой точностью классификации по сравнению с предыдущим классификатором в каскаде, выполняют поиск окружностей на входном изображении с помощью преобразования Хафа для окружностей, формируют набор фрагментов в областях изображения, где были обнаружены окружности, путем разделения областей на набор фрагментов одинакового размера, применяют каскад классификаторов к каждому фрагменту и определяют, содержит он лицо или нет, причем для принятия решения о наличии лица все классификаторы должны отнести соответствующий входной вектор, построенный по фрагменту, к классу «лицо».A known method of detecting faces in an image using a cascade of classifiers [Patent No. 2427911, IPC G06K 9/62]. The invention relates to the field of digital image processing, searches for randomly oriented persons in digital images. The technical result of the invention is to increase the speed and accuracy of the processed data when detecting faces in the image. The technical result is achieved due to the fact that in the method of detecting faces in the image, which includes the use of a cascade of homogeneous classifiers, each classifier is used to separate the input vector into two classes “face”, “non-face”, and each classifier is characterized by a higher classification accuracy compared to with the previous classifier in the cascade, they search for circles in the input image using the Hough transform for circles, form a set of fragments in the image areas In the case where circles were found, by dividing the areas into a set of fragments of the same size, apply a cascade of classifiers to each fragment and determine whether it contains a face or not, and to make a decision on whether or not a face exists, all classifiers must include the corresponding input vector constructed from the fragment, to the face class.

Признаки способа-аналога, совпадающие с признаками заявляемого технического решения, следующие: нахождение произвольно ориентированных лиц на цифровых изображениях.The features of the analogue method, which coincide with the features of the claimed technical solution, are as follows: finding arbitrarily oriented persons in digital images.

Недостатками известного способа являются: необходимость предварительного обучения системы, не производит идентификацию. Известна система для распознавания лица с учетом списка людей, не подлежащих проверке [Патент №2381553, МПК G06K 9/00, G06K 9/62]. Изобретение относится к биометрическим системам идентификации личности по изображению лица человека. Техническим результатом является распознавание личности в условиях неравномерного освещения и для широкого диапазона углов поворота лица на изображении. В способе формируют галерею изображений «отрицательных» лиц - тех людей, которые не подлежат проверке, формируют галерею известных персон с преобразованием изображения лица во внутреннее представление, принятое для алгоритмов распознавания, реализованных в способе, детектируют лицо человека на входном изображении, осуществляют подготовку сегментированного региона, содержащего лицо, к проведению распознавания путем нормализации положения лица в соответствии с позицией глаз, масштабирования к заданным размерам, нормализации интенсивности, выполняют базовые алгоритмы распознавания лиц, способные вычислять меры схожести двух изображений, выбирают подмножество «отрицательных» лиц, на основе которого определяют выбор нового алгоритма распознавания, формируют новый алгоритм распознавания на основе преобразования мер близости базового алгоритма с учетом сформированной галереи «отрицательных» лиц, выполняют классификацию по множеству зарегистрированных изображений.The disadvantages of this method are: the need for prior training of the system, does not produce identification. A known system for face recognition based on a list of people not subject to verification [Patent No. 2381553, IPC G06K 9/00, G06K 9/62]. The invention relates to biometric identification systems for the image of a person's face. The technical result is personality recognition in conditions of uneven lighting and for a wide range of angles of rotation of the face in the image. In the method, a gallery of images of “negative” persons is formed — those people who are not subject to verification, a gallery of famous people is formed with a face image converted into an internal representation adopted for recognition algorithms implemented in the method, a person’s face is detected in the input image, and a segmented region is prepared containing the face to recognition by normalizing the position of the face in accordance with the position of the eyes, scaling to a given size, normalizing the intensity In fact, they perform basic facial recognition algorithms that can calculate the similarity measures of two images, select a subset of “negative” faces, on the basis of which they determine the choice of a new recognition algorithm, form a new recognition algorithm based on converting proximity measures of the basic algorithm taking into account the generated gallery of “negative” faces carry out the classification according to the set of registered images.

Признаки системы-аналога, совпадающие с признаками заявляемого технического решения, следующие: распознавание лица человека на изображении.The features of the analog system, which coincide with the features of the claimed technical solution, are as follows: recognition of a person’s face in the image.

Недостатками известной системы являются: необходимость выбора подмножества «отрицательных» лиц.The disadvantages of the known system are: the need to select a subset of "negative" persons.

Наиболее близким к изобретению является устройство распознавания рельефности лица [Патент №2431190, МПК G06K 9/00].Closest to the invention is a device for recognizing facial relief [Patent No. 2431190, IPC G06K 9/00].

Рассматриваемое устройство-прототип предполагает:Consider a prototype device involves:

- формирование двух изображений объекта, при этом одно из изображений формируется при включенной подсветке, а второе - при выключенной;- the formation of two images of the object, while one of the images is formed when the backlight is on, and the second when it is off;

- обнаружение на каждом из двух изображений объекта области, содержащие лица, определение координаты областей, содержащих лица;- detection on each of the two images of the object areas containing faces, determining the coordinates of areas containing faces;

- сопоставление обнаруженных областей, вырезание области исходных изображений в соответствии с координатами областей, содержащих лица, нормализация, определение координаты характерных точек лица, выравнивание вырезанных областей относительно друг друга так, чтобы координаты соответствующих характерных точек совпали;- comparing the detected areas, cutting out the area of the source images in accordance with the coordinates of the areas containing the faces, normalizing, determining the coordinates of the characteristic points of the face, aligning the cut areas with respect to each other so that the coordinates of the corresponding characteristic points coincide;

- провидение анализа изменения интенсивностей пикселов сопоставленных областей, построение карты распределения интенсивностей;- Providence analysis of changes in pixel intensities of the mapped areas, the construction of a map of the distribution of intensities;

- формирование решения о рельефности представленного на изображениях лица.- formation of a decision on the relief represented on the face images.

Для функционирования устройства необходимо нахождение, по меньшей мере, одной пары характерных точек, выбранных из набора характерных точек, содержащего центры и уголки глаз, крылья носа, уголки рта.For the functioning of the device, it is necessary to find at least one pair of characteristic points selected from a set of characteristic points containing centers and corners of the eyes, wings of the nose, corners of the mouth.

Для функционирования устройства необходимо проведение анализа изменения интенсивности пикселов сопоставленных областей, при этом сравнивали интенсивности пикселов на выровненных вырезанных областях и вычисляли вектор статистических оценок изменения интенсивностей соответствующих участков данных областей.For the device to function, it is necessary to analyze the changes in the intensity of the pixels of the mapped areas, while comparing the intensities of the pixels in the aligned cut-out areas and calculate the vector of statistical estimates of the changes in the intensities of the corresponding sections of these areas.

Для функционирования устройства необходимо формирование решения о рельефности лица на изображении, при этом применяли бинарную решающую функцию к вектору статистических оценок.For the device to function, it is necessary to formulate a decision on the relief of the face in the image, while the binary decisive function was applied to the vector of statistical estimates.

Рассматриваемое устройство-прототип содержит:Consider a prototype device contains:

- лампу подсветки;- backlight;

- средство формирования изображений объекта;- means of imaging an object;

- средство обнаружения областей, содержащих лица, выполненное с возможностью определения координат областей, содержащих лицо;- means for detecting areas containing faces, configured to determine the coordinates of areas containing faces;

- средство сопоставления обнаруженных областей, выполненное с возможностью формирования сопоставленных обнаруженных областей посредством вырезания найденных областей из исходных изображений, нормализации, определения характерных точек лица и выравнивания областей относительно друг друга по координатам соответствующих характерных точек;- a means of comparing the detected areas, made with the possibility of forming a matching detected areas by cutting out the found areas from the source images, normalizing, determining the characteristic points of the face and aligning the regions relative to each other according to the coordinates of the corresponding characteristic points;

- средство проведения анализа изменения интенсивности пикселов сопоставленных областей сформированных изображений, выполненное с возможностью построения карт распределения интенсивностей;- a tool for analyzing changes in the intensity of pixels of the mapped areas of the formed images, configured to build intensity distribution maps;

- средство формирования решения о рельефности представленного на изображениях лица.- a means of forming a decision on the relief represented on the face images.

Признаки устройства-прототипа, совпадающие с признаками заявляемого технического решения, следующие: распознавание лица человека; идентификация человека по изображению его лица.The features of the prototype device that match the features of the claimed technical solution are as follows: recognition of a person's face; identification of a person by the image of his face.

Недостатками известного устройства являются:The disadvantages of the known device are:

1. выделенная область лица может содержать фрагменты фона, что приводит к ошибкам распознавания1. the selected area of the face may contain fragments of the background, which leads to recognition errors

2. набор характерных точек изображения лица может не содержать индивидуальных особенностей лица.2. The set of characteristic points of the image of the face may not contain individual features of the face.

Структурная схема устройства, реализующего рассмотренный алгоритм, содержит блок захвата изображения, блок поиска областей, содержащих лица, блок выделения и сопоставления областей, блок анализа изменений областей, блок формирования решения.The block diagram of a device that implements the considered algorithm includes an image capturing unit, a unit for searching for areas containing faces, a unit for selecting and comparing areas, a unit for analyzing changes in areas, and a decision generating unit.

Предлагаемое устройство автоматизированного распознавания лиц при обработке групповой фотографии позволяет решить задачу распознавания группы лиц на изображениях с текстурированным фоном. Устройство реализует следующий алгоритм:The proposed device for automated face recognition when processing a group photo allows you to solve the problem of recognizing a group of faces in images with a textured background. The device implements the following algorithm:

1) получение потока групповых фотографий I, содержащих лица нескольких человек;1) receiving a stream of group photographs I containing faces of several people;

2) получение тестового изображения, содержащего лицо идентифицируемого человека;2) obtaining a test image containing the face of an identifiable person;

3) локализация лиц на групповых фотографиях из потока I с помощью детектора лиц Виолы-Джонса;3) localization of faces in group photos from stream I using a Viola-Jones face detector;

4) выделение локализованных лиц на групповых фотографиях из потока I с помощью алгоритма разделения изображения на фон и объект ('matting');4) the allocation of localized faces in group photos from stream I using the algorithm for dividing the image into background and object ('matting');

5) нормализация полученных изображений, каждое изображение содержит лицо человека на черном фоне;5) normalization of the received images, each image contains a person’s face on a black background;

6) формирование вектора признаков полученных изображений лиц и тестового изображения с помощью метода главных компонент. Суть метода главных компонент состоит в формировании матрицы Xm, которая состоит из всех примеров изображений лиц обучающего набора (векторов X). Ковариационная матрица Σ набора Xm разлагается на собственные вектора и собственные значения:6) the formation of a vector of signs of the obtained images of faces and test images using the method of principal components. The essence of the principal component method is to form the matrix Xm, which consists of all examples of facial images of the training set (vectors X). The covariance matrix Σ of the set Xm is decomposed into eigenvectors and eigenvalues:

Λ=СT·Σ·С, (1)Λ = С T · Σ · С, (1)

где С - матрица собственных векторов, Λ - диагональная матрица собственных чисел. Из С выбирается подматрица СМ, соответствующая М наибольшим собственным числам матрицы Λ. Преобразование:where C is the matrix of eigenvectors, Λ is the diagonal matrix of eigenvalues. From C a submatrix C M is selected, corresponding to M the largest eigenvalues of the matrix Λ. Conversion:

Y = C М T X ˜ ,  (2)

Figure 00000001
Y = C M T X ˜ , (2)
Figure 00000001

(где X ˜ = X X ¯

Figure 00000002
- нормализованный вектор с нулевым математическим ожиданием), характеризует большую часть общей дисперсии и показывает самые значительные изменения Xm. Выбор первых М главных компонент разбивает векторное пространство на главное пространство F = { C i } i = 1 M ,
Figure 00000003
содержащее главные компоненты, и его ортогональное дополнение F = { C i } i = M + 1 M .
Figure 00000004
(Where X ˜ = X - X ¯
Figure 00000002
is a normalized vector with zero expectation), characterizes most of the total variance and shows the most significant changes in Xm. The choice of the first M principal components divides the vector space into the main space F = { C i } i = one M ,
Figure 00000003
containing main components, and its orthogonal complement F = { C i } i = M + one M .
Figure 00000004

7) сравнение вектора признаков тестируемого изображения лица с векторами признаками всех остальных изображений лиц на групповых фотографиях из потока I на основе евклидовой метрики.7) comparison of the feature vector of the tested face image with the feature vectors of all other face images in group photos from stream I based on the Euclidean metric.

Устройство автоматизированного распознавания лиц при обработке групповой фотографии (фиг.1) содержит блок локализации областей лиц 1, блок задержки 7, блок управления 9, входы которых являются информационными входами устройства. Выход блока локализации областей лиц 1 подключен к входу блока разделения изображения на фон и объект 2, выход которого подключен к первому входу блока нормализации изображения 3. Выход блока управления 9 подключен ко второму входу блока нормализации изображения 3, выход которого подключен к входу блока формирования векторов признаков лиц 4, выход которого подключен к входу блока буфера 5, выход которого подключен к первому входу блока сравнения 6. Выход блока задержки 7 подключен к входу блока формирования векторов признаков лица 8, выход которого подключен к второму входу блока сравнения 6, выход которого является информационным выходом устройства.The device for automated face recognition during group photo processing (Fig. 1) contains a block for localizing face regions 1, a delay unit 7, a control unit 9, the inputs of which are information inputs of the device. The output of the face region localization unit 1 is connected to the input of the image separation unit for the background and the object 2, the output of which is connected to the first input of the image normalization unit 3. The output of the control unit 9 is connected to the second input of the image normalization unit 3, the output of which is connected to the input of the vector forming unit features of faces 4, the output of which is connected to the input of the block of buffer 5, the output of which is connected to the first input of the comparison unit 6. The output of the delay unit 7 is connected to the input of the unit for forming the vectors of signs of face 8, the output is cat It is connected to the second input of the comparison unit 6, the output of which is the information output of the device.

Устройство автоматизированного распознавания лиц при обработке групповой фотографии работает следующим образом. На вход блока локализации лиц 1 поступает поток изображений, на которых представлены лица нескольких человек. Одновременно на вход блока задержки 7 и блока управления 9 поступает изображение с лицом идентифицируемого человека. С помощью блока разделения изображения на фон и объект 2 выделяются области лиц на изображениях из потока. В блоке нормализации 3 происходит масштабирование выделенных областей лиц к изображению идентифицируемого человека. Информация о разрешении идентифицируемого человека подается с блока управления 9 на второй вход блока нормализации 3. В блоках формирования векторов признаков лиц 4 и 8 с помощью метода главных компонент формируется собственные вектора и собственные значения выделенных областей лиц и лица идентифицируемого человека. В блоке буфере 5 хранятся вектора признаков выделенных областей лиц. В блоке сравнения 6 происходит сравнение векторов признаков выделенных областей лиц с вектором признаков лица идентифицируемого человека.The automated face recognition device when processing a group photo works as follows. The input stream of the localization unit 1 receives a stream of images on which the faces of several people are represented. At the same time, an image with the face of the person being identified is received at the input of the delay unit 7 and the control unit 9. Using the block for dividing the image into background and object 2, the regions of faces in the images from the stream are selected. In the normalization block 3, the selected areas of the faces are scaled to the image of the identifiable person. Information about the resolution of the identifiable person is supplied from the control unit 9 to the second input of the normalization block 3. In the units for generating facial features vectors 4 and 8, using the principal component method, eigenvectors and eigenvalues of the selected faces and faces of the identifiable person are formed. In block buffer 5, feature vectors of selected areas of faces are stored. In comparison block 6, the feature vectors of the selected areas of the faces are compared with the face features of the identifiable person's face vector.

Технический результат - автоматизированное распознавание лиц при обработке групповой фотографии.EFFECT: automated face recognition during group photo processing.

Claims (1)

Устройство автоматизированного распознавания лиц при обработке групповой фотографии, содержащее блок поиска областей, содержащих лица, блок формирования решения, отличающееся тем, что выход блока локализации областей лиц (1) подключен к входу блока разделения изображения на фон и объект (2), выход которого подключен к первому входу блока нормализации изображения (3); выход блока управления (9) подключен ко второму входу блока нормализации изображения (3), выход которого подключен к входу блока формирования векторов признаков лиц (4), выход которого подключен к входу блока буфера (5), выход которого подключен к первому входу блока сравнения (6); выход блока задержки (7) подключен к входу блока формирования векторов признаков лица (8), выход которого подключен ко второму входу блока сравнения (6), выход которого является информационным выходом устройства. An automated face recognition device when processing a group photo, containing a unit for searching for areas containing faces, a decision-making unit, characterized in that the output of the face area localization unit (1) is connected to the input of the background image separation unit and the object (2), the output of which is connected to the first input of the image normalization block (3); the output of the control unit (9) is connected to the second input of the image normalization unit (3), the output of which is connected to the input of the face feature vector generation unit (4), the output of which is connected to the input of the buffer unit (5), the output of which is connected to the first input of the comparison unit (6); the output of the delay unit (7) is connected to the input of the face vector formation unit (8), the output of which is connected to the second input of the comparison unit (6), the output of which is the information output of the device.
RU2013127842/08A 2013-06-18 2013-06-18 Apparatus for automated facial recognition when processing group photograph RU2541918C2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
RU2013127842/08A RU2541918C2 (en) 2013-06-18 2013-06-18 Apparatus for automated facial recognition when processing group photograph

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
RU2013127842/08A RU2541918C2 (en) 2013-06-18 2013-06-18 Apparatus for automated facial recognition when processing group photograph

Publications (2)

Publication Number Publication Date
RU2013127842A RU2013127842A (en) 2014-12-27
RU2541918C2 true RU2541918C2 (en) 2015-02-20

Family

ID=53278400

Family Applications (1)

Application Number Title Priority Date Filing Date
RU2013127842/08A RU2541918C2 (en) 2013-06-18 2013-06-18 Apparatus for automated facial recognition when processing group photograph

Country Status (1)

Country Link
RU (1) RU2541918C2 (en)

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
RU2598291C1 (en) * 2015-04-01 2016-09-20 Денис Андреевич Рубинский Method for rapid identification of people and apparatus for implementation thereof
RU2661330C1 (en) * 2016-12-23 2018-07-13 Общество с ограниченной ответственностью "ПАВЛИН Технологии" Method for accelerating implementation of detecting and identification of objects on image
RU2708955C2 (en) * 2015-07-31 2019-12-12 ФОРД ГЛОУБАЛ ТЕКНОЛОДЖИЗ, ЭлЭлСи Online per-feature descriptor customization

Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
RU2431190C2 (en) * 2009-06-22 2011-10-10 Корпорация "САМСУНГ ЭЛЕКТРОНИКС Ко., Лтд." Facial prominence recognition method and device
RU2431191C2 (en) * 2009-01-27 2011-10-10 Государственное образовательное учреждение высшего профессионального образования Академия Федеральной службы охраны Российской Федерации (Академия ФСО России) Method for personal identification through digital facial image

Patent Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
RU2431191C2 (en) * 2009-01-27 2011-10-10 Государственное образовательное учреждение высшего профессионального образования Академия Федеральной службы охраны Российской Федерации (Академия ФСО России) Method for personal identification through digital facial image
RU2431190C2 (en) * 2009-06-22 2011-10-10 Корпорация "САМСУНГ ЭЛЕКТРОНИКС Ко., Лтд." Facial prominence recognition method and device

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
RU2598291C1 (en) * 2015-04-01 2016-09-20 Денис Андреевич Рубинский Method for rapid identification of people and apparatus for implementation thereof
RU2708955C2 (en) * 2015-07-31 2019-12-12 ФОРД ГЛОУБАЛ ТЕКНОЛОДЖИЗ, ЭлЭлСи Online per-feature descriptor customization
RU2661330C1 (en) * 2016-12-23 2018-07-13 Общество с ограниченной ответственностью "ПАВЛИН Технологии" Method for accelerating implementation of detecting and identification of objects on image

Also Published As

Publication number Publication date
RU2013127842A (en) 2014-12-27

Similar Documents

Publication Publication Date Title
Kortli et al. A novel face detection approach using local binary pattern histogram and support vector machine
Rothkrantz Person identification by smart cameras
Narzillo et al. Peculiarities of face detection and recognition
RU2541918C2 (en) Apparatus for automated facial recognition when processing group photograph
Kim et al. A new biased discriminant analysis using composite vectors for eye detection
Sutarti et al. Comparison of pca and 2dpca accuracy with k-nearest neighbor classification in face image recognition
Podbucki et al. CCTV based system for detection of anti-virus masks
Kareem Face mask detection using haar cascades classifier to reduce the risk of Coved-19
Bharadi et al. Multi-instance iris recognition
JP2013218605A (en) Image recognition device, image recognition method, and program
Chinchu et al. A novel method for real time face spoof recognition for single and multiple user authentication
Sriman et al. Comparison of Paul Viola–Michael Jones algorithm and HOG algorithm for Face Detection
Cai et al. Robust facial expression recognition using RGB-D images and multichannel features
Gangopadhyay et al. FACE DETECTION AND RECOGNITION USING HAAR CLASSIFIER AND LBP HISTOGRAM.
KR20160042646A (en) Method of Recognizing Faces
Poongothai et al. Person re-identification using kNN classifier-based fusion approach
Tsigie et al. Face recognition techniques based on 2d local binary pattern, histogram of oriented gradient and multiclass support vector machines for secure document authentication
Patil et al. Forensic sketch based face recognition using geometrical face model
Nema Ameliorated anti-spoofing application for PCs with users’ liveness detection using blink count
Naveen et al. Pose and head orientation invariant face detection based on optimised aggregate channel feature
Choras Facial feature detection for face authentication
Dmitry et al. Biometric System for Identification Person by Face Image
Wang et al. Eyebrow shape analysis by using a modified functional curve procrustes distance
Naveen et al. 3D face recognition using optimised directional faces and fourier transform
Larik Face recognition for Automated Attendance using HOG & Machine Learning

Legal Events

Date Code Title Description
MM4A The patent is invalid due to non-payment of fees

Effective date: 20150619