Age estimation method based on mixed features, electronic equipment and storage medium

A technology of mixing and merging features, which is applied in the field of image processing, can solve problems such as the inability to consider the relevance of adjacent categories, reduce the model's ability to generalize to space, and difficulty in ensuring accuracy, so as to reduce constraint strength, reduce interference, and avoid The effect of model bias

CN114821752AInactive Publication Date: 2022-07-29HANGZHOU CLOSELI TECH CO LTD
8 Cites 0 Cited by

Patent Information

Authority / Receiving Office
CN · China
Patent Type
Applications(China)
Current Assignee / Owner
Publication Date
2022-07-29
Estimated Expiration
Not applicable · inactive patent

Smart Images

  • Figure 1
    Figure 1
  • Figure 2
    Figure 2
  • Figure 3
    Figure 3
Patent Text Reader

Abstract

The invention discloses an age estimation method based on mixed features, electronic equipment and a storage medium. The method comprises the following steps: acquiring a target face image; performing face key point positioning on the target face image; cutting according to a preset cutting resolution to obtain a face local image taking each face key point as a center, and splicing each face local image in sequence to obtain a first input image; cutting the aligned target face image according to the face key point information to obtain a minimum enclosing rectangle containing all reserved face key points as a face global image, and zooming the face global image to obtain a second input image; and inputting the first input image and the second input image into different branches of an age prediction model, respectively performing feature extraction, performing superposition and merging to form a fusion feature, and performing feature decoding to output a one-dimensional Gaussian heat map. According to different receptive field requirements, a double-branch model structure is designed, so that the feature information of the model is richer, and the robustness of the model is higher.
Need to check novelty before this filing date? Find Prior Art

Description

technical field

[0001] The invention relates to the technical field of image processing, in particular to an age estimation method based on mixed features, an electronic device and a storage medium. Background technique

[0002] In recent years, the recommendation system has accompanied people's life, and uses the collected information to build user portraits, so as to provide more accurate and customized recommendation services. Among them, the age information used is particularly important, and can also be used in behavior monitoring, anti-addiction of underage games and other fields. In many practical scenarios, it is impossible to collect the user's identity information, and it is difficult to obtain the user's age. By using the camera to collect the user's face information, estimating the age has become a feasible alternative.

[0003] At present, the existing face age estimation models all use face images as input, and output age category information or regression val...

Examples

Embodiment 1

[0036] combined with figure 1 to the attached Figure 4 , the technical scheme of the present invention is an age estimation method based on mixed characteristics, including:

[0037] Get the target face image;

[0038] Perform face key point positioning on the target face image, retain some face key points, and obtain the face key point information corresponding to the target face image; and perform face alignment according to the reserved face key points, and obtain the aligned target face image;

[0039] The aligned target face image is cropped according to the face key point information, and the partial face image centered on each face key point is obtained by cropping according to the preset cropping resolution. the first input image;

[0040] The aligned target face image is cropped according to the face key point information, and the minimum circumscribed rectangle containing all the reserved face key points is obtained as the face global image, and the global face ...

Embodiment 2

[0076] combined with Figure 5 , the technical scheme of the present invention is an electronic device, comprising:

[0077] a processor 100;

[0078] a memory 200, wherein executable instructions are stored in the memory 200;

[0079] The processor 100 is connected to the memory 200 through the bus 300;

[0080] Wherein, when the executable instruction is executed by the processor 100, the method for estimating age based on the mixed feature described in Embodiment 1 is implemented.

Embodiment 3

[0082] A computer-readable storage medium on which a computer program is stored, and when the computer program is executed by a processor, implements the method for estimating age based on mixed features described in Embodiment 1.