Tessellated Linear Model for Age Prediction from Voice
Dareen Alharthi, Mahsa Zamani, Bhiksha Raj, Rita Singh

TL;DR
This paper introduces the Tessellated Linear Model, a piecewise linear approach that effectively captures non-linear relationships in voice-based age prediction, outperforming deep learning models on the TIMIT dataset.
Contribution
The paper proposes a novel tessellated linear model that combines simplicity with non-linear modeling capacity for voice-based age prediction.
Findings
TLM outperforms state-of-the-art deep learning models on TIMIT.
Tessellation improves model flexibility and accuracy.
Hierarchical greedy partitioning optimizes tessellation and linear models.
Abstract
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…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsSpeech Recognition and Synthesis
MethodsLinear Regression
