← Search

Junhua Zhao

7 accepted papers

2026

EngiAgent: Fully Connected Coordination of LLM Agents for Solving Open-ended Engineering Problems with Feasible Solutions

ICML 2026poster

Engineering problem solving is central to real-world decision-making, requiring mathematical formulations that not only represent complex problems but also produce feasible solutions under data and physical constraints. Unlike mathematical problem solving, which operates on predefined formulations, …

Cited by 0SourceScholar
2026

Hugging Carbon: Quantifying the Training Carbon Emissions of AI Models at Scale

ICML 2026poster

The scaling-law era has transformed artificial intelligence from research into a global industry, but its rapid growth raises concerns over energy usage, carbon emissions, and environmental sustainability. Unlike traditional sectors, the AI industry still lacks systematic carbon accounting methods t…

Cited by 0SourceScholar
2025

Federated Unlearning with Gradient Descent and Conflict Mitigation

AAAI 2025technical

Federated Learning (FL) has received much attention in recent years. However, although clients are not required to share their data in FL, the global model itself can implicitly remember clients' local data. Therefore, it’s necessary to effectively remove the target client's data from the FL global…

2025

Multi-Objective Large Language Model Unlearning

ICASSP 2025accepted

Machine unlearning in the domain of large language models (LLMs) has attracted great attention recently, which aims to effectively eliminate undesirable behaviors from LLMs without full retraining from scratch. In this paper, we explore the Gradient Ascent (GA) approach in LLM unlearning, which is a…

Cited by 0SourceScholar
2024

FedLF: Layer-Wise Fair Federated Learning

AAAI 2024technical

Fairness has become an important concern in Federated Learning (FL). An unfair model that performs well for some clients while performing poorly for others can reduce the willingness of clients to participate. In this work, we identify a direct cause of unfairness in FL - the use of an unfair direct…

2024

From News to Forecast: Integrating Event Analysis in LLM-Based Time Series Forecasting with Reflection

NeurIPS 2024poster

This paper introduces a novel approach that leverages Large Language Models (LLMs) and Generative Agents to enhance time series forecasting by reasoning across both text and time series data. With language as a medium, our method adaptively integrates social events into forecasting models, aligning…

2023

FedMDFG: Federated Learning with Multi-Gradient Descent and Fair Guidance

AAAI 2023technical

Fairness has been considered as a critical problem in federated learning (FL). In this work, we analyze two direct causes of unfairness in FL - an unfair direction and an improper step size when updating the model. To solve these issues, we introduce an effective way to measure fairness of the model…