(function(doc, html, url) { var widget = doc.createElement("div"); widget.innerHTML = html; var script = doc.currentScript; // e = a.currentScript; if (!script) { var scripts = doc.scripts; for (var i = 0; i < scripts.length; ++i) { script = scripts[i]; if (script.src && script.src.indexOf(url) != -1) break; } } script.parentElement.replaceChild(widget, script); }(document, '

Masked face recognition with principal random forest convolutional neural network

What is it about?

Conventional face recognition system might have difficulty in recognizing masked faces. This work is to propose a deep-learning method in masked face recognition system, in extracting more salient features and preventing overfitting problems.

Why is it important?

The proposed method helps to enhance the accuracy and efficiency of the face recognition system by utilizing the advantages of the Random forest and the PCA algorithms.

Read more on Kudos…
The following have contributed to this page:
Siew-Chin Chong
' ,"url"));