← Search

Zhongyang Li

14 accepted papers

2026

Bridging RGB and RAW: Single-step Deterministic Flow with Homogeneous Aligned Guidance

ICML 2026poster

Reconstructing high-fidelity RAW sensor data from processed RGB images is a fundamental yet ill-posed problem, plagued by irreversible information loss and complex non-linear ISP transformations. While generative models offer high-quality reconstruction, they suffer from prohibitive computational co…

Cited by 0SourceScholar
2026

MemGuide: Intent-Driven Memory Selection for Goal-Oriented Multi-Session LLM Agents

AAAI 2026technical

Modern task-oriented dialogue (TOD) systems increasingly rely on large language model (LLM) agents, leveraging Retrieval-Augmented Generation (RAG) and long-context capabilities for long-term memory utilization. However, these methods prioritise semantic similarity over task intent, degrading multi-

Cited by 0SourcePDFScholar
2026

PerFit: Exploring Personalization Shifts in Representation Space of LLMs

ICLR 2026poster

Personalization has become a pivotal field of study in contemporary intelligent systems. While large language models (LLMs) excel at general knowledge tasks, they often struggle with personalization, i.e., adapting their outputs to individual user expectations. Existing approaches that steer LLM beh…

Cited by 0SourceScholar
2026

Routing Manifold Alignment Improves Generalization of Mixture-of-Experts LLMs

ICLR 2026poster

Sparse Mixture-of-Experts (MoE) have been widely adopted in recent large language models since it can efficiently scale up the model capability without increasing the inference cost. However, evaluations on broad downstream tasks reveal a consistent suboptimality of the routers in existing MoE LLMs,…

Cited by 0SourcecodeScholar
2025

Flexibly Utilize Memory for Long-Term Conversation via a Fragment-then-Compose Framework

EMNLP 2025

Large language models (LLMs) have made significant breakthroughs in extracting useful information from conversation history to enhance the response in long-term conversations. Summarizing useful information from historical conversations has achieved remarkable performance, which, however, may introd

2025

From Demand to Grounded Plan: Task Customization and Planning for Service Robots With Deep Learning and LLMs

RA-L 2025

In the field of task planning for service robots, large language model (LLM)-based approaches have shown increasing potential but still struggle with responding to complex user demands and grounded task planning. In this letter, we propose a user-demand-oriented adaptive grounded task planning syste

Cited by 0SourceScholar
2025

GeAR: Graph-enhanced Agent for Retrieval-augmented Generation

ACL 2025finding

Retrieval-augmented Generation (RAG) relies on effective retrieval capabilities, yet traditional sparse and dense retrievers inherently struggle with multi-hop retrieval scenarios. In this paper, we introduce G\small{E}\normalsize{AR}, a system that advances RAG performance through two key innovatio…

2024

Concise and Precise Context Compression for Tool-Using Language Models

ACL 2024findings

Through reading the documentation in the context, tool-using language models can dynamically extend their capability using external tools. The cost is that we have to input lengthy documentation every time the model needs to use the tool, occupying the input window as well as slowing down the decodi…

2024

Crafting Personalized Agents through Retrieval-Augmented Generation on Editable Memory Graphs

EMNLP 2024main

In the age of mobile internet, user data, often referred to as memories, is continuously generated on personal devices. Effectively managing and utilizing this data to deliver services to users is a compelling research topic. In this paper, we introduce a novel task of crafting personalized agents p…

2024

Uncertainty-Guided Person Search Model with Auxiliary Shallow Feature Exploration

ICASSP 2024accepted

Person search is a unified system aimed at jointly localizing and identifying a person of interest from a gallery of whole scene images. Due to the inherent properties of the person search, it faces significant challenges of large-scale variations, inaccurate detection boxes, and crowded scenes. To…

Cited by 0SourceScholar
2022

ReCo: Reliable Causal Chain Reasoning via Structural Causal Recurrent Neural Networks

EMNLP 2022main

Causal chain reasoning (CCR) is an essential ability for many decision-making AI systems, which requires the model to build reliable causal chains by connecting causal pairs. However, CCR suffers from two main transitive problems: threshold effect and scene drift. In other words, the causal pairs to…