Tessellated Linear Model for Age Prediction from Voice
Voice biometric tasks, such as age estimation require modeling the often complex relationship between voice features and the biometric variable. While deep learning models can handle such complexity, they typically require large amounts of accurately labeled data to perform well. Such data are often scarce for biometric tasks such as voice-based age prediction. On the other hand, simpler models like linear regression can work with smaller datasets but often fail to generalize to the underlying non-linear patterns present in the data. In this paper we propose the Tessellated Linear Model (TLM), a piecewise linear approach that combines the simplicity of linear models with the capacity of non-linear functions. TLM tessellates the feature space into convex regions and fits a linear model within each region. We optimize the tessellation and the linear models using a hierarchical greedy partitioning. We evaluated TLM on the TIMIT dataset on the task of age prediction from voice, where it outperformed state-of-the-art deep learning models.
Code (0)
등록된 구현이 없습니다.
Tasks
Age EstimationDeep LearningPredictionMethods 이 논문이 사용한 방법론
Similar Papers 제목 키워드 기반
Tessellated Biomes: Distributed Robotic Assemblies for Architectural Resilience
This paper presents Tessellated Biomes, a cyber-physical framework for the adaptive robotic construction and reconfiguration of modular multi-material assemblies. It challenges the linear lifecycle of standard constructi…
Tessellated 2D Convolution Networks: A Robust Defence against Adversarial Attacks
Data-driven (deep) learning approaches for image classification are prone to adversarial attacks. This means that an adversarial crafted image which is sufficiently close (visually indistinguishable) to its representativ…
image-classificationImage ClassificationVowels and Prosody Contribution in Neural Network Based Voice Conversion Algorithm with Noisy Training Data
This research presents a neural network based voice conversion (VC) model. While it is a known fact that voiced sounds and prosody are the most important component of the voice conversion framework, what is not known is …
Voice ConversionSpeech Signal Analysis for the Estimation of Heart Rates Under Different Emotional States
A non-invasive method for the monitoring of heart activity can help to reduce the deaths caused by heart disorders such as stroke, arrhythmia and heart attack. The human voice can be considered as a biometric data that c…
A New Algorithm for Tessellated Kernel Learning
The accuracy and complexity of machine learning algorithms based on kernel optimization are limited by the set of kernels over which they are able to optimize. An ideal set of kernels should: admit a linear parameterizat…
regression