Going from a Vector (attributes) to a Matrix (Image), Reverse CNN?

2 次查看(过去 30 天)
Do any of you have an example showing the inputs of a NN being a vector and the outputs being a matrix? I would like to be able to input multiple inputs lets say facial features (race,sex,hair color, hair length, eye color, eye spacing, nose length, nose width, mouth width, mouth depth) and output an image of a generic/average face that represents those terms. I would appreciate you all's help because I am having major issues converting the ML speak into useful information.

回答(1 个)

Walter Roberson
Walter Roberson 2020-3-12
This is done all the time, such as for facial recognition. The features are generated for all of the representative images and (possibly) stored. Then the features are generated for the input image. The "distance" between the features for the input and the features for the stored images is generated, and the few closest in feature-space are considered to be likely matches.
In your situation, it would not be necessary to generate the probe features from an input image: you could construct that input however you wanted.
The role that Machine Learning can play in all of this is to help prune down which features are most important for a high recognition rate.
  1 个评论
Blake Van Winkle
Blake Van Winkle 2020-3-13
To Walter:
I understand that it can be done, but I haven't seen any example of this done in Matlab land. Do you have such of an example.
Thanks,

请先登录,再进行评论。

类别

Help CenterFile Exchange 中查找有关 Image Data Workflows 的更多信息

产品


版本

R2019a

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by