Bao Huynh

LG
h-index11
3papers
17citations
Novelty50%
AI Score30

3 Papers

4.1LGMar 27, 2025
HybridoNet-Adapt: A Domain-Adapted Framework for Accurate Lithium-Ion Battery RUL Prediction

Khoa Tran, Bao Huynh, Tri Le et al.

Accurate prediction of the Remaining Useful Life (RUL) in Lithium ion battery (LIB) health management systems is essential for ensuring operational reliability and safety. However, many existing methods assume that training and testing data follow the same distribution, limiting their ability to generalize to unseen target domains. To address this, we propose a novel RUL prediction framework that incorporates a domain adaptation (DA) technique. Our framework integrates a signal preprocessing pipeline including noise reduction, feature extraction, and normalization with a robust deep learning model called HybridoNet Adapt. The model features a combination of LSTM, Multihead Attention, and Neural ODE layers for feature extraction, followed by two predictor modules with trainable trade-off parameters. To improve generalization, we adopt a DA strategy inspired by Domain Adversarial Neural Networks (DANN), replacing adversarial loss with Maximum Mean Discrepancy (MMD) to learn domain-invariant features. Experimental results show that HybridoNet Adapt significantly outperforms traditional models such as XGBoost and Elastic Net, as well as deep learning baselines like Dual input DNN, demonstrating its potential for scalable and reliable battery health management (BHM).

1.2LGNov 2, 2020
Impact of Community Structure on Consensus Machine Learning

Bao Huynh, Haimonti Dutta, Dane Taylor

Consensus dynamics support decentralized machine learning for data that is distributed across a cloud compute cluster or across the internet of things. In these and other settings, one seeks to minimize the time $τ_ε$ required to obtain consensus within some $ε>0$ margin of error. $τ_ε$ typically depends on the topology of the underlying communication network, and for many algorithms $τ_ε$ depends on the second-smallest eigenvalue $λ_2\in[0,1]$ of the network's normalized Laplacian matrix: $τ_ε\sim\mathcal{O}(λ_2^{-1})$. Here, we analyze the effect on $τ_ε$ of network community structure, which can arise when compute nodes/sensors are spatially clustered, for example. We study consensus machine learning over networks drawn from stochastic block models, which yield random networks that can contain heterogeneous communities with different sizes and densities. Using random matrix theory, we analyze the effects of communities on $λ_2$ and consensus, finding that $λ_2$ generally increases (i.e., $τ_ε$ decreases) as one decreases the extent of community structure. We further observe that there exists a critical level of community structure at which $τ_ε$ reaches a lower bound and is no longer limited by the presence of communities. We support our findings with empirical experiments for decentralized support vector machines.

8.0MEJul 14, 2019Code
Estimation and Feature Selection in Mixtures of Generalized Linear Experts Models

Bao Tuyen Huynh, Faicel Chamroukhi

Mixtures-of-Experts (MoE) are conditional mixture models that have shown their performance in modeling heterogeneity in data in many statistical learning approaches for prediction, including regression and classification, as well as for clustering. Their estimation in high-dimensional problems is still however challenging. We consider the problem of parameter estimation and feature selection in MoE models with different generalized linear experts models, and propose a regularized maximum likelihood estimation that efficiently encourages sparse solutions for heterogeneous data with high-dimensional predictors. The developed proximal-Newton EM algorithm includes proximal Newton-type procedures to update the model parameter by monotonically maximizing the objective function and allows to perform efficient estimation and feature selection. An experimental study shows the good performance of the algorithms in terms of recovering the actual sparse solutions, parameter estimation, and clustering of heterogeneous regression data, compared to the main state-of-the art competitors.