paper-with-me

Papers

SELM: Siamese Extreme Learning Machine with Application to Face Biometrics

2021-08-06 · Wasu Kudisthalert, Kitsuchart Pasupa, Aythami Morales, Julian Fierrez

Extreme Learning Machine is a powerful classification method very competitive existing classification methods. It is extremely fast at training. Nevertheless, it cannot perform face verification tasks properly because face verification tasks require comparison of facial images of two individuals at the same time and decide whether the two faces identify the same person. The structure of Extreme Leaning Machine was not designed to feed two input data streams simultaneously, thus, in 2-input scenarios Extreme Learning Machine methods are normally applied using concatenated inputs. However, this setup consumes two times more computational resources and it is not optimized for recognition tasks where learning a separable distance metric is critical. For these reasons, we propose and develop a Siamese Extreme Learning Machine (SELM). SELM was designed to be fed with two data streams in parallel simultaneously. It utilizes a dual-stream Siamese condition in the extra Siamese layer to transform the data before passing it along to the hidden layer. Moreover, we propose a Gender-Ethnicity-Dependent triplet feature exclusively trained on a variety of specific demographic groups. This feature enables learning and extracting of useful facial features of each group. Experiments were conducted to evaluate and compare the performances of SELM, Extreme Learning Machine, and DCNN. The experimental results showed that the proposed feature was able to perform correct classification at 97.87% accuracy and 99.45% AUC. They also showed that using SELM in conjunction with the proposed feature provided 98.31% accuracy and 99.72% AUC. They outperformed the well-known DCNN and Extreme Leaning Machine methods by a wide margin.

📄 PDF Abstract BibTeX arXiv:2108.03140

Code (0)

등록된 구현이 없습니다.

Tasks

Face VerificationTriplet

Methods 이 논문이 사용한 방법론

DCNN Diffusion-convolutional neural networks (DCNN) is a model for graph-structured data. Through the introduction of a diffusion-convolution operation, diffusion-based representations…

Similar Papers 제목 키워드 기반

Regularized HessELM and Inclined Entropy Measurement for Congestive Heart Failure Prediction

2019-07-12 · Apdullah Yayık, Yakup Kutlu, Gökhan Altan

Our study concerns with automated predicting of congestive heart failure (CHF) through the analysis of electrocardiography (ECG) signals. A novel machine learning approach, regularized hessenberg decomposition based extr…

BIG-bench Machine LearningElectrocardiography (ECG)

Data-driven Optimal Power Flow: A Physics-Informed Machine Learning Approach

2020-05-31 · Xingyu Lei, Zhifang Yang, Juan Yu, Junbo Zhao 외

This paper proposes a data-driven approach for optimal power flow (OPF) based on the stacked extreme learning machine (SELM) framework. SELM has a fast training speed and does not require the time-consuming parameter tun…

BIG-bench Machine LearningPhysics-informed machine learning

Efficient Compressed Ratio Estimation Using Online Sequential Learning for Edge Computing

2022-11-08 · Hiroki Oikawa, Hangli Ge, Noboru Koshizuka

Owing to the widespread adoption of the Internet of Things, a vast amount of sensor information is being acquired in real time. Accordingly, the communication cost of data from edge devices is increasing. Compressed sens…

compressed sensingData CompressionEdge-computingreinforcement-learning+1

Evolutionary Cost-sensitive Extreme Learning Machine

2015-05-17 · Lei Zhang, David Zhang

Conventional extreme learning machines solve a Moore-Penrose generalized inverse of hidden layer activated matrix and analytically determine the output weights to achieve generalized performance, by assuming the same los…

Face Recognition

SELM: Software Engineering of Machine Learning Models

2021-03-20 · Nafiseh Jafari, Mohammad Reza Besharati, Mohammad Izadi, Maryam Hourali

One of the pillars of any machine learning model is its concepts. Using software engineering, we can engineer these concepts and then develop and expand them. In this article, we present a SELM framework for Software Eng…

BIG-bench Machine Learning