2021.9 - 至今
Principal Engineer, Huawei Cloud Innovation Lab
I am researching novel methods to enhance the efficiency and effectiveness of large language models (LLMs), such as developing hybrid architectures to accelerate LLM inference via up-training. Previously, I built a robust and controllable LLM-driven data copilot specializing in NL2SQL.
2018.7 - 2021.8
Algorithm Expert, Alibaba DAMO Academy.
I solve decision and prediction problems through Bayesian/causal inference methodologies and optimization techniques for pricing, traffic flow, and power systems – including sales forecasting, dynamic pricing algorithms, and traffic control systems."
2013.9 - 2018.6
Ph.D, Colleage of ISEE, Zhejiang University
Statstical machine learning, variational Bayesian inference, distributed optimization. My adviser is Chunguang Li.
Summer 2012
C/C++ Engineer Internship, State Street Corp, Hangzhou
Maintenance and Development for Princeton Financial Systems.
2009.9 - 2013.6
Bachelor's Degree, Computer Science & Automation, Zhejiang University of Technology
Double major in Computer Science and Automation. My adviser is Shengyong Chen.
Biography. As a Principal Engineer at Huawei Cloud, I lead research on Transformer architecture optimization and efficient inference systems. Previously, I was a Researcher at Alibaba DAMO Academy, developing Bayesian/causal inference solutions for decision and prediction problems. I hold a PhD from Zhejiang University under Prof. Chunguang Li , where my dissertation focused on distributed Bayesian variational inference, and a BS from Zhejiang University of Technology.

Current Research interests. Efficient Attention Mechanisms • Memory-Augmented LLMs • Multimodal Reasoning (Image+Text) • Test-time Compute.

Publications

List of papers on Google scholar.


Junhao Hua, Ling Yan, Huan Xu, Cheng Yang, Markdowns in E-commerce Fresh Retail: A Counterfactual Prediction and Multiple-Period Optimization Approach, 27th ACM SIGKDD Conference on Knowledge Discovery and Data Mining (KDD'21). [arxiv]


Kui Zhao, Junhao Hua, Ling Yan, Qi Zhang, Huan Xu, Cheng Yang, A Unified Framework for Marketing Budget Allocation, 25th ACM SIGKDD Conference on Knowledge Discovery and Data Mining (KDD'19). [arxiv]


Junhao Hua, Chunguang Li, Distributed Variational Bayesian Algorithms for Extended Object Tracking, unsubimitted, 2019. [arxiv]


Junhao Hua, Chunguang Li, Distributed Robust Bayesian Filtering for State Estimation, IEEE Transactions on Signal and Information Processing over Networks, vol. 5, no. 3, pp.428-441, Sept 2019. [link]


Junhao Hua, Chunguang Li, Distributed Jointly Sparse Bayesian Learning with Quantized Communication, IEEE Transactions on Signal and Information Processing over Networks, Vol. 4, no. 4, Dec 2018.


Junhao Hua, Chunguang Li, Hui-Liang Shen, Distributed Learning of Predictive Structures from Multiple Tasks Over Networks, IEEE Transactions on Industrial Electronics, vol. 64, no.5, pp.4246-4256, May 2017.


Junhao Hua, Chunguang Li, Distributed Variational Bayesian Algorithms over Sensor Networks, IEEE Transactions on Signal Processing, vol.64, no.3, pp.783-798, Feb. 2016.


Markdowns in E-commerce Fresh Retail: A Counterfactual Prediction and Multiple-Period Optimization Approach
Junhao Hua, Ling Yan, Huan Xu, Cheng Yang
27th ACM SIGKDD Conference on Knowledge Discovery and Data Mining (KDD'21)
By leveraging abundant observational transaction data, we propose a novel data-driven and interpretable pricing approach for markdowns, consisting of counterfactual prediction and multi-period price optimization. The proposed framework has been successfully deployed to the well-known e-commerce fresh retail scenario - Freshippo.
A Unified Framework for Marketing Budget Allocation
Kui Zhao, Junhao Hua, Ling Yan, Qi Zhang, Huan Xu, Cheng Yang
25th ACM SIGKDD Conference on Knowledge Discovery and Data Mining (KDD'19)
While marketing budget allocation has been studied for decades in traditional business, nowadays online business brings much more challenges due to the dynamic environment and complex decision-making process. In this paper, we present a novel unified framework for marketing budget allocation. By leveraging abundant data, the proposed data-driven approach can help us to overcome the challenges and make more informed decisions.
Distributed Learning of Predictive Structures from Multiple Tasks Over Networks
Junhao Hua, Chunguang Li, Hui-Liang Shen
IEEE Transactions on Industrial Electronics(TIE, ZJU-TOP100), vol. 64, no.5, pp.4246-4256, May 2017.
We concerned with the problem of distributed multitask learning over networks, which aims to simultaneously infer multiple node-specific parameter vectors in a collaborative manner. In this work, we implicitly model the similarity of parameter vectors by assuming that the parameter vectors share a common low-dimensional predictive structure on hypothesis spaces, which is learned using the available data in networks. A distributed structure learning algorithm for the in-network cooperative estimation problem is derived based on the block coordinate descent method integrating with the inexact ADMM technique.
Distributed Variational Bayesian Algorithms over Sensor Networks
Junhao Hua, Chunguang Li
IEEE Transactions on Signal Processing (TSP, SCI-TOP), vol.64, no.3, pp.783-798, Feb. 2016.
We propose two novel distributed VB algorithms for general Bayesian inference problem, which can be applied to a very general class of conjugate-exponential models. In the first approach, the global natural parameters at each node are optimized using a stochastic natural gradient that utilizes the Riemannian geometry of the approximation space, followed by an information diffusion step for cooperation with the neighbors. In the second method, a constrained optimization formulation for distributed estimation is established in natural parameter space and solved by ADMM. An application of the distributed inference/estimation of a Bayesian Gaussian mixture model is then presented, to evaluate the effectiveness of the proposed algorithms.

Talks

2016 Nov: Talk at SIIP 2016 seminar, ZJU: Distributed variational Bayesian Algorithm in Networked System (in chinese) [slides].
2015 Jan: SIIP Group Talk: An Introduction to Transfer Learning [slides].
2014 Oct: SIIP Group Talk: Privacy Preserving Regression [slides].
2014 Oct: SIIP Group Talk: Vertically Partitioned Data [slides].
2014 Jul: SIIP Group Talk: Zero-Determinant Strategies [slides].
2014 Apr: Talk at Course of "Image & Video Analysis": Action Recognition & Categories via Spatial-Temporal Features [slides].
2014 Mar: Talk at csmath (2014-2015) course: A Tutorial on Variational Bayes [slides].
2013 Sep: SIIP Group Talk: Recursive parameter estimation and inference with incomplete data – Recursive EM & VB [slides].
2013 Jun: Undergraduate thesis defense: Brain MRI Segmentation based on Variational Bayesian methods [slides].
2012 Nov: SIIP Group Talk: Distributed Image Processing: Camera Networks, CV algorithms and Decentralized Multicamera Tracking [slides].

Projects

Action Recognition & Categories via Spatial-Temporal Features
Author: Junhao Hua, Shangyao, Lin
2014 April
This project consider this problem of recognizing and localizing multiple actions in long and complex video sequences containing multiple motions. Inspired by the previous works by Juan Niebles et al, 2008, we use the "bag of word" represetations for action recogntion. We first extract the spatio-temporal features (interest points), then construct the codebook (a set of words) by clustering of interest points using k-means algorithm. Then, the action categories can be infered by using unsupervised learning such as pLSA or LDA learned by the MCMC/variational inference. The hierarchal structure can be written as: document (video) - words (by clustering of interest points) - topic( types of actions). In this project, we simply use the supervised algorithms (such as KNN, SVM) to classify each word in every frame. For classifying multiple types of actions in a single video, we propose a simply algorithm called 'voting', to vote the top-N topics each frame/image is likely to have. This simple method can achieve the aim of multiple actions recogintion. Thanks to Piotr's Computer Vision Matlab Toolbox, the project is implemented by MATLAB.
show more
Action Recognition & Categories via Spatial-Temporal Features
Author: Junhao Hua, Shangyao, Lin
2014 April
This project consider this problem of recognizing and localizing multiple actions in long and complex video sequences containing multiple motions. Inspired by the previous works by Juan Niebles et al, 2008, we use the "bag of word" represetations for action recogntion. We first extract the spatio-temporal features (interest points), then contruct the codebook (a set of words) by clustering of interest points using k-means algorithm. Then, the action categories can be infered by using unsupervised learning such as pLSA or LDA learned by the MCMC/variational inference. The hierarchal structure can be written as: document (video) - words (by clustering of interest points) - topic( types of actions). In this project, we simply use the supervised algorithms (such as KNN, SVM) to classify each word in every frame. For classifying multiple types of actions in a single video, we propose a simply algorithm called 'voting', to vote the top-N topics each frame/image is likely to have. This simple method can achieve the aim of multiple actions recogintion. Thanks to Piotr's Computer Vision Matlab Toolbox, the project is implemented by MATLAB.

Awards

Nov. 2021 First place of the "Intelligent Arrangement of Power Grid Operation Organization" track of the State Grid Control Artificial Intelligence Innovation Competition [link]
Jul. 2018 Outstanding Graduate of Zhejiang University
Dec. 2016 National Scholarship for Doctoral Students in Zhejiang University
Nov. 2011 Second Prize in the Contemporary Undergraduate Mathematical Contest in Modeling(CUMCM)
May 2011 First Prize in Zhejiang Province College Students' Advanced Mathematics Competition
Dec. 2010 First Prize in Zhejiang Division of the National College Mathematics Competition(CMC)

Misc

Address: Hangzhou, Zhejiang, China.
Emails: huajh7 -at- gmail.com (replace -at- by @)
Last update:
  • Jul. 2025