← Search

Haoming Xu

6 accepted papers

2026

LightMem: Lightweight and Efficient Memory-Augmented Generation

ICLR 2026poster

Despite their remarkable capabilities, Large Language Model (LLM) struggle to effectively leverage historical interaction information in dynamic and complex environments. Memory systems enable LLMs to move beyond stateless interactions by introducing persistent information storage, retrieval, and ut…

Cited by 0SourcecodeScholar
2026

Move-Then-Operate: Behavioral Phasing for Human-Like Robotic Manipulation

ICML 2026poster

We present Move-Then-Operate, a Vision–language–action framework that explicitly decouples robotic manipulation into two distinct behavioral phases: coarse relocation (move) and contact-critical interaction (operate). Unlike monolithic policies that conflate these heterogeneous regimes, our architec…

Cited by 0SourceScholar
2026

Towards Policy-Adaptive Image Guardrail: Benchmark and Method

CVPR 2026

Accurate rejection of sensitive or harmful visual content, i.e., harmful image guardrail, is critical in many application scenarios. This task must continuously adapt to the evolving safety policies and content across various domains and over time. However, traditional classifiers, confined to fixed

Cited by 0SourceScholar
2025

MLLM can see? Dynamic Correction Decoding for Hallucination Mitigation

ICLR 2025poster

Multimodal Large Language Models (MLLMs) frequently exhibit hallucination phenomena, but the underlying reasons remain poorly understood. In this paper, we present an empirical analysis and find that, although MLLMs incorrectly generate the objects in the final output, they are actually able to reco…

2025

ReLearn: Unlearning via Learning for Large Language Models

ACL 2025long

Current unlearning methods for large language models usually rely on reverse optimization to reduce target token probabilities. However, this paradigm disrupts the subsequent tokens prediction, degrading model performance and linguistic coherence. Moreover, existing evaluation metrics overemphasize…