← Search

Mingxiao Li

18 accepted papers

2026

RLVMR: Reinforcement Learning with Verifiable Meta-Reasoning Rewards for Robust Long-Horizon Agents

ICLR 2026poster

The development of autonomous agents for complex, long-horizon tasks is a central goal in AI. However, dominant training paradigms face a critical limitation: reinforcement learning (RL) methods that optimize solely for final task success often reinforce flawed or inefficient reasoning paths, a prob…

Cited by 0SourceScholar
2025

Advancing General Multimodal Capability of Vision-language Models with Pyramid-descent Visual Position Encoding

ACL 2025finding

Vision-language Models (VLMs) have shown remarkable capabilities in advancing general artificial intelligence, yet the irrational encoding of visual positions persists in inhibiting the models’ comprehensive perception performance across different levels of granularity. In this work, we propose Pyra…

2025

Consistent Story Generation: Unlocking the Potential of Zigzag Sampling

NeurIPS 2025poster

Text-to-image generation models have made significant progress in producing high-quality images from textual descriptions, yet they continue to struggle with maintaining subject consistency across multiple images, a fundamental requirement for visual storytelling. Existing methods attempt to address…

Cited by 0SourcecodeScholar
2025

DCTdiff: Intriguing Properties of Image Generative Modeling in the DCT Space

ICML 2025poster

This paper explores image modeling from the frequency space and introduces DCTdiff, an end-to-end diffusion generative paradigm that efficiently models images in the discrete cosine transform (DCT) space. We investigate the design space of DCTdiff and reveal the key design factors. Experiments on di…

2025

Mitigating Negative Interference in Multilingual Knowledge Editing through Null-Space Constraints

ACL 2025finding

Efficiently updating multilingual knowledge in large language models (LLMs) without disrupting coherent factual representations across languages remains a significant challenge. While deploying separate editing systems for each language might seem viable, this approach incurs substantial costs due t…

2025

NeuralFlix: A Simple While Effective Framework for Semantic Decoding of Videos from Non-invasive Brain Recordings

AAAI 2025technical

In our quest to decode the visual processing of the human brain, we aim to reconstruct dynamic visual experiences from brain activities, a task both challenging and intriguing. Although recent advances have made significant strides in reconstructing static images from non-invasive brain recordings,…

2025

On a Connection Between Imitation Learning and RLHF

ICLR 2025poster

This work studies the alignment of large language models with preference data from an imitation learning perspective. We establish a close theoretical connection between reinforcement learning from human feedback RLHF and imitation learning (IL), revealing that RLHF implicitly performs imitation le…

2025

SimPER: A Minimalist Approach to Preference Alignment without Hyperparameters

ICLR 2025poster

Existing preference optimization objectives for language model alignment require additional hyperparameters that must be extensively tuned to achieve optimal performance, increasing both the complexity and time required for fine-tuning large language models. In this paper, we propose a simple yet ef…

2024

Alleviating Exposure Bias in Diffusion Models through Sampling with Shifted Time Steps

ICLR 2024poster

Diffusion Probabilistic Models (DPM) have shown remarkable efficacy in the synthesis of high-quality images. However, their inference process characteristically requires numerous, potentially hundreds, of iterative steps, which could exaggerate the problem of exposure bias due to the training and in…

2024

CROSSWORD: A Semantic Approach To Text Compression Via Masking

ICASSP 2024accepted

Conventional data compression methods typically model the information source as an i.i.d. stochastic process, thereby establishing the fundamental limit as entropy for lossless compression and as mutual information for lossy compression. However, the source in the real world (e.g., text, music, and…

Cited by 0SourceScholar
2024

Cal-DPO: Calibrated Direct Preference Optimization for Language Model Alignment

NeurIPS 2024poster

We study the problem of aligning large language models (LLMs) with human preference data. Contrastive preference optimization has shown promising results in aligning LLMs with available preference data by optimizing the implicit reward associated with the policy. However, the contrastive objective f…

2024

DMON: A Simple Yet Effective Approach for Argument Structure Learning

COLING 2024main

Argument structure learning (ASL) entails predicting relations between arguments. Because it can structure a document to facilitate its understanding, it has been widely applied in many fields (medical, commercial, and scientific domains). Despite its broad utilization, ASL remains a challenging tas…

2024

Elucidating the Exposure Bias in Diffusion Models

ICLR 2024poster

Diffusion models have demonstrated impressive generative capabilities, but their exposure bias problem, described as the input mismatch between training and sampling, lacks in-depth exploration. In this paper, we investigate the exposure bias problem in diffusion models by first analytically modelli…

2024

How to Leverage Demonstration Data in Alignment for Large Language Model? A Self-Imitation Learning Perspective

EMNLP 2024main

This paper introduces a novel generalized self-imitation learning GSIL framework, which effectively and efficiently aligns large language models with offline demonstration data. We develop GSIL by deriving a surrogate objective of imitation learning with density ratio estimates, facilitating the use…

2024

MMCOUNT: Stationary Crowd Counting System Based on Commodity Millimeter-Wave Radar

ICASSP 2024accepted

Millimeter wave sensing promises the capability of sensing the surrounding moving people. However, it is still challenging for stationary crowds because objects with few motions (like changing sitting position) are easily treated as a cluster of noise and thus neglected. In this paper, we propose th…

Cited by 0SourceScholar
2023

Contrast, Attend and Diffuse to Decode High-Resolution Images from Brain Activities

NeurIPS 2023poster

Decoding visual stimuli from neural responses recorded by functional Magnetic Resonance Imaging (fMRI) presents an intriguing intersection between cognitive neuroscience and machine learning, promising advancements in understanding human visual perception. However, the task is challenging due to the…

2023

Layout-Aware Dreamer for Embodied Visual Referring Expression Grounding

AAAI 2023technical

In this work, we study the problem of Embodied Referring Expression Grounding, where an agent needs to navigate in a previously unseen environment and localize a remote object described by a concise high-level natural language instruction. When facing such a situation, a human tends to imagine what…

2022

Dynamic Key-Value Memory Enhanced Multi-Step Graph Reasoning for Knowledge-Based Visual Question Answering

AAAI 2022technical

Knowledge-based visual question answering (VQA) is a vision-language task that requires an agent to correctly answer image-related questions using knowledge that is not presented in the given image. It is not only a more challenging task than regular VQA but also a vital step towards building a gene…