← Search

Xiang Liu

55 accepted papers

2026

Agora: Toward Autonomous Bug Detection in Production-Level Consensus Protocols with LLM Agents

ICML 2026poster

Consensus protocols form the backbone of distributed systems and blockchains, where implementation bugs can cause data corruption and financial losses. While LLM-based approaches show promise in code analysis, they struggle with deep protocol-level logic bugs involving complex state-dependent behavi…

Cited by 0SourceScholar
2026

Beyond Geometry: Artistic Disparity Synthesis for Immersive 2D-to-3D

CVPR 2026

Current 2D-to-3D conversion methods achieve geometric accuracy but are artistically deficient, failing to replicate the immersive and emotionally resonant experience of professional 3D cinema. This is because "geometric reconstruction" paradigms mistake deliberate artistic intent--such as strategic

Cited by 0SourceScholar
2026

Cross-ControlNet: Training-Free Fusion of Multiple Conditions for Text-to-Image Generation

ICLR 2026poster

Text-to-image diffusion models achieve impressive performance, but reconciling multiple spatial conditions usually requires costly retraining or labor intensive weight tuning. We introduce Cross-ControlNet, a training-free framework for text-to-image generation with multiple conditions. It exploits…

Cited by 0SourceScholar
2026

DiffAdapt: Difficulty-Adaptive Reasoning for Token-Efficient LLM Inference

ICLR 2026poster

Recent reasoning Large Language Models (LLMs) demonstrate remarkable problem-solving abilities but often generate long thinking traces whose utility is unclear. We conduct a systematic analysis across models and datasets and discover a U-shaped entropy pattern: high entropy on simple problems despit…

Cited by 0SourceScholar
2026

Escaping the Likelihood Trap: Geometric Diversity Optimization for Long-Form Image Captioning

ICML 2026poster

The utility of Vision-Language Models (VLMs) in reasoning and auditing tasks hinges on their ability to exhaustively describe visual scenes. However, current models exhibit a pathology we term the Likelihood Trap: standard alignment objectives, specifically MLE and KL-regularization, drive generatio…

Cited by 0SourceScholar
2026

MDN: Parallelizing Stepwise Momentum for Delta Linear Attention

ICML 2026poster

Linear Attention (LA) offers a promising paradigm for scaling large language models (LLMs) to long sequences by avoiding the quadratic complexity of self-attention. Recent LA models such as Mamba2 and GDN interpret linear recurrences as closed-form online stochastic gradient descent (SGD), but naive…

Cited by 0SourceScholar
2026

Reasoning Language Model Inference Serving Unveiled: An Empirical Study

ICLR 2026poster

The reasoning large language model (RLLM) has been proven competitive in solving complex reasoning tasks such as mathematics, coding, compared to traditional LLM. However, the serving performance and behavior of RLLM remains \textit{unexplored}, which may undermine the deployment and utilization of…

Cited by 0SourcecodeScholar
2026

Revisiting Hypernetwork in Model Heterogeneous Personalized Federated Learning

IJCAI 2026

Recent personalized federated learning research focuses on heterogeneous models across clients. However, existing methods often rely on external data, model decoupling, and partial learning, which makes them sensitive to settings. In contrast, we revisit hypernetworks and leverage their strong gener

Cited by 0Scholar
2026

SPWOOD: Sparse Partial Weakly-Supervised Oriented Object Detection

ICLR 2026poster

A consistent trend throughout the research of oriented object detection (OOD) has been the pursuit of maintaining comparable performance with fewer and weaker annotations. This is particularly crucial in the remote sensing domain, where the dense object distribution and a wide variety of categories…

Cited by 0SourcecodeScholar
2026

Semantic Integrity Matters: Benchmarking and Preserving High-Density Reasoning in KV Cache Compression

ICML 2026poster

While Key-Value (KV) cache compression is essential for efficient LLM inference, current evaluations disproportionately focus on \textbf{sparse retrieval} tasks, potentially masking the degradation of High-Density Reasoning where Chain-of-Thought (CoT) coherence is critical. We introduce KVFundaBenc…

Cited by 0SourceScholar
2026

Teach2Eval: An Interaction-Driven LLMs Evaluation Method via Teaching Effectiveness

ICLR 2026poster

Recent progress in large language models (LLMs) has outpaced the development of effective evaluation methods. Evaluating LLMs with static, task-specific benchmarks is increasingly fragile due to contamination and saturation, and it fails to capture interactive reasoning. We introduce Teach2Eval, whi…

Cited by 0SourcecodeScholar
2025

An Exploration with Entropy Constrained 3D Gaussians for 2D Video Compression

ICLR 2025poster

3D Gaussian Splatting (3DGS) has witnessed its rapid development in novel view synthesis, which attains high quality reconstruction and real-time rendering. At the same time, there is still a gap before implicit neural representation (INR) can become a practical compressor due to the lack of stream…

2025

Are LLMs Rational Investors? A Study on the Financial Bias in LLMs

ACL 2025finding

Large language models (LLMs) excel in natural language generation but also exhibit biases, particularly in gender, race, and religion, which can be amplified with widespread use. However, research on biases in specific domains, such as finance, remains limited. To address this gap, we conducted a co…

2025

Can Compressed LLMs Truly Act? An Empirical Evaluation of Agentic Capabilities in LLM Compression

ICML 2025poster

Post-training compression reduces the computational and memory costs of large language models (LLMs), enabling resource-efficient deployment. However, existing compression benchmarks focus narrowly on language modeling (e.g., perplexity) and natural language understanding tasks (e.g., GLUE accuracy)…

2025

ChunkKV: Semantic-Preserving KV Cache Compression for Efficient Long-Context LLM Inference

NeurIPS 2025poster

Large Language Models (LLMs) require significant GPU memory when processing long texts, with the key value (KV) cache consuming up to 70\% of total memory during inference. Although existing compression methods reduce memory by evaluating the importance of individual tokens, they overlook critical s…

Cited by 0SourcecodeScholar
2025

Dual-Agent Optimization framework for Cross-Domain Few-Shot Segmentation

CVPR 2025poster

Cross-Domain Few-Shot Segmentation (CD-FSS) extends the generalization ability of Few-Shot Segmentation (FSS) beyond a single domain, enabling more practical applications. However, directly employing conventional FSS methods suffers from severe performance degradation in cross-domain settings, prima…

Cited by 0SourcePDFScholar
2025

Enhancing Federated Knowledge Distillation in Heterogeneous and Non-IID Scenarios

ICASSP 2025accepted

Federated Learning (FL) allows multiple participants to train models together while keeping their data private. Some FL frameworks use Knowledge Distillation to address model heterogenity, but many struggle in non-IID and heterogeneous environments, making it hard for clients to learn from each othe…

Cited by 0SourceScholar
2025

EssayJudge: A Multi-Granular Benchmark for Assessing Automated Essay Scoring Capabilities of Multimodal Large Language Models

ACL 2025finding

Automated Essay Scoring (AES) plays a crucial role in educational assessment by providing scalable and consistent evaluations of writing tasks. However, traditional AES systems face three major challenges: (i) reliance on handcrafted features that limit generalizability, (ii) difficulty in capturing…

Cited by 0SourcePDFScholar
2025

FedCAda: Adaptive Client-Side Optimization for Accelerated and Stable Federated Learning

ICASSP 2025accepted

Federated learning (FL) enables collaborative model training across distributed clients while preserving data privacy. However, achieving both acceleration and stability, particularly on the client side, remains a challenge. In this paper, we introduce FedCAda, an adaptive algorithm that leverages a…

Cited by 0SourceScholar
2025

Fuzzy Reasoning Chain (FRC): An Innovative Reasoning Framework from Fuzziness to Clarity

EMNLP 2025

With the rapid advancement of large language models (LLMs), natural language processing (NLP) has achieved remarkable progress. Nonetheless, significant challenges remain in handling texts with ambiguity, polysemy, or uncertainty. We introduce the Fuzzy Reasoning Chain (FRC) framework, which integra

Cited by 0SourcePDFScholar
2025

LNeRV: Learnable Hierarchical Encoding Improve Neural Representation Video Codec

ICASSP 2025accepted

Existing Implicit Neural Representation (INR) video compression techniques have opened up new avenues in the field of video compression. NeRV maps the temporal coordinates to high-resolution images using neural networks, providing a more flexible and efficient encoding method for video data. However…

Cited by 1SourceScholar
2025

Learning Shape-Independent Transformation via Spherical Representations for Category-Level Object Pose Estimation

ICLR 2025poster

Category-level object pose estimation aims to determine the pose and size of novel objects in specific categories. Existing correspondence-based approaches typically adopt point-based representations to establish the correspondences between primitive observed points and normalized object coordinates…

Cited by 2SourcePDFScholar
2025

Non-stochastic Budgeted Online Pricing with Semi-Bandit Feedback

AAAI 2025technical

We consider a general non-stochastic online pricing bandit setting in a procurement scenario where a buyer with a budget wants to procure items from a fixed set of sellers to maximize the buyer's reward by dynamically offering purchasing prices to the sellers, where the sellers' costs and values at…

Cited by 0SourcePDFScholar
2025

One-shot Federated Learning Methods: A Practical Guide

IJCAI 2025

One-shot Federated Learning (OFL) is a distributed machine learning paradigm that constrains client-server communication to a single round, addressing privacy and communication overhead issues associated with multiple rounds of data exchange in traditional Federated Learning (FL). OFL demonstrates t

Cited by 0SourcePDFScholar
2025

Optimizing for the Shortest Path in Denoising Diffusion Model

CVPR 2025highlight

In this research, we propose a novel denoising diffusion model based on shortest-path modeling that optimizes residual propagation to enhance both denoising efficiency and quality. Drawing on Denoising Diffusion Implicit Models (DDIM) and insights from graph theory, our model, termed the Shortest Pa…

2025

ParZC: Parametric Zero-Cost Proxies for Efficient NAS

AAAI 2025technical

Recent advancements in Zero-shot Neural Architecture Search (NAS) highlight the ability of zero-cost proxies in identifying superior architecture. However, we identify a critical issue with current zero-cost proxies: they aggregate node-wise zero-cost statistics without considering that not all node…

Cited by 7SourcePDFScholar
2025

Perovskite-LLM: Knowledge-Enhanced Large Language Models for Perovskite Solar Cell Research

EMNLP 2025

The rapid advancement of perovskite solar cells (PSCs) has led to an exponential growth in research publications, creating an urgent need for efficient knowledge management and reasoning systems in this domain. We present a comprehensive knowledge-enhanced system for PSCs that integrates three key c

Cited by 0SourcePDFScholar
2025

Rethinking Noisy Video-Text Retrieval via Relation-aware Alignment

CVPR 2025poster

Video-Text Retrieval (VTR) is a core task in multi-modal understanding, drawing growing attention from both academia and industry in recent years. While numerous VTR methods have achieved success, most of them assume accurate visual-text correspondences during training, which is difficult to ensure…

Cited by 0SourcePDFScholar
2025

SILMM: Self-Improving Large Multimodal Models for Compositional Text-to-Image Generation

CVPR 2025poster

Large Multimodal Models (LMMs) have demonstrated impressive capabilities in multimodal understanding and generation, pushing forward advancements in text-to-image generation.However, achieving accurate text-image alignment for LMMs, particularly in compositional scenarios, remains challenging. Exist…

Cited by 1SourcePDFScholar
2025

State Space Model Meets Transformer: A New Paradigm for 3D Object Detection

ICLR 2025poster

DETR-based methods, which use multi-layer transformer decoders to refine object queries iteratively, have shown promising performance in 3D indoor object detection. However, the scene point features in the transformer decoder remain fixed, leading to minimal contributions from later decoder layers,…

Cited by 0SourcePDFScholar
2024

A Multimodal Benchmark Dataset and Model for Crop Disease Diagnosis

ECCV 2024poster

"While conversational generative AI has shown considerable potential in enhancing decision-making for agricultural professionals, its exploration has predominantly been anchored in text-based interactions. The evolution of multimodal conversational AI, leveraging vast amounts of image-text data from…

2024

Active Prompting with Chain-of-Thought for Large Language Models

ACL 2024long

The increasing scale of large language models (LLMs) brings emergent abilities to various complex tasks requiring reasoning, such as arithmetic and commonsense reasoning. It is known that the effective design of task-specific prompts is critical for LLMs’ ability to produce high-quality answers. In…

Cited by 212SourcePDFScholar
2024

Discovering Sparsity Allocation for Layer-wise Pruning of Large Language Models

NeurIPS 2024poster

In this paper, we present DSA, the first automated framework for discovering sparsity allocation schemes for layer-wise pruning in Large Language Models (LLMs). LLMs have become increasingly powerful, but their large parameter counts make them computationally expensive. Existing pruning methods fo…

Cited by 10SourcePDFScholar
2024

FedLPA: One-shot Federated Learning with Layer-Wise Posterior Aggregation

NeurIPS 2024poster

Efficiently aggregating trained neural networks from local clients into a global model on a server is a widely researched topic in federated learning. Recently, motivated by diminishing privacy concerns, mitigating potential attacks, and reducing communication overhead, one-shot federated learning (…

2024

LISA: Layerwise Importance Sampling for Memory-Efficient Large Language Model Fine-Tuning

NeurIPS 2024poster

The machine learning community has witnessed impressive advancements since large language models (LLMs) first appeared. Yet, their massive memory consumption has become a significant roadblock to large-scale training. For instance, a 7B model typically requires at least 60 GB of GPU memory with full…

2024

LPZero: Language Model Zero-cost Proxy Search from Zero

EMNLP 2024finding

Despite the outstanding performance, Neural Architecture Search (NAS) is criticized for massive computation. Recently, Zero-shot NAS has emerged as a promising approach by exploiting Zero-cost (ZC) proxies, which markedly reduce computational demands. Despite this, existing ZC proxies heavily rely o…

Cited by 2SourcePDFScholar
2024

MAPO: Advancing Multilingual Reasoning through Multilingual-Alignment-as-Preference Optimization

ACL 2024long

Intuitively, reasoning abilities are considered language-agnostic. However, existing LLMs exhibit inconsistent reasoning abilities across different languages, e.g., reasoning in the dominant language like English is superior to other languages due to the imbalance of multilingual training data. To e…

2024

Noise-Aware Speech Separation with Contrastive Learning

ICASSP 2024accepted

Recently, speech separation (SS) task has achieved remarkable progress driven by deep learning technique. However, it is still challenging to separate target speech from noisy mixture, as the neural model is vulnerable to assign background noise to each speaker. In this paper, we propose a noise-awa…

Cited by 0SourceScholar
2024

Plum: Prompt Learning using Metaheuristics

ACL 2024findings

Since the emergence of large language models, prompt learning has become a popular method for optimizing and customizing these models. Special prompts, such as Chain-of-Thought, have even revealed previously unknown reasoning capabilities within these models. However, the progress of discovering eff…

Cited by 13SourcePDFScholar
2024

Pruner-Zero: Evolving Symbolic Pruning Metric From Scratch for Large Language Models

ICML 2024poster

Despite the remarkable capabilities, Large Language Models (LLMs) face deployment challenges due to their extensive size. Pruning methods drop a subset of weights to accelerate, but many of them require retraining, which is prohibitively expensive and computationally demanding. Recently, post-traini…

2024

R3-NL2GQL: A Model Coordination and Knowledge Graph Alignment Approach for NL2GQL

EMNLP 2024finding

While current tasks of converting natural language to SQL (NL2SQL) using Foundation Models have shown impressive achievements, adapting these approaches for converting natural language to Graph Query Language (NL2GQL) encounters hurdles due to the distinct nature of GQL compared to SQL, alongside th…

2024

Should We Really Edit Language Models? On the Evaluation of Edited Language Models

NeurIPS 2024poster

Model editing has become an increasingly popular alternative for efficiently updating knowledge within language models. Current methods mainly focus on reliability, generalization, and locality, with many methods excelling across these criteria. Some recent works disclose the pitfalls of these ed…

2022

Cross-Modality Transformer for Visible-Infrared Person Re-identification

ECCV 2022poster

"Visible-infrared person re-identification (VI-ReID) is a challenging task due to the large cross-modality discrepancies and intra-class variations. Existing works mainly focus on learning modality-shared representations by embedding different modalities into the same feature space. However, these m…

Cited by 98SourcePDFScholar
2022

Transmit Beamforming with Fixed Covariance for Integrated MIMO Radar and Multiuser Communications

ICASSP 2022accepted

In this paper, we consider the design of a multiple-input multiple-output (MIMO) transmitter which simultaneously functions as a MIMO radar and a base station for downlink multiuser communications. In contrast to the previous designs which guarantee communication performance, we require the covarian…

Cited by 0SourceScholar
2021

Budget-feasible Mechanisms for Representing Groups of Agents Proportionally

IJCAI 2021poster

In this paper, we consider the problem of designing budget-feasible mechanisms for selecting agents with private costs from various groups to ensure proportional representation, where the minimum proportion of the selected agents from each group is maximized. Depending on agents' membership in the…

Cited by 3SourcePDFScholar
2021

Diverse Part Discovery: Occluded Person Re-Identification With Part-Aware Transformer

CVPR 2021poster

Occluded person re-identification (Re-ID) is a challenging task as persons are frequently occluded by various obstacles or other persons, especially in the crowd scenario. To address these issues, we propose a novel end-to-end Part-Aware Transformer (PAT) for occluded person Re-ID through diverse pa…

Cited by 433PDFScholar
2017

3D tracking swimming fish school with learned kinematic model using LSTM network

ICASSP 2017accepted

This paper proposes a reliable 3D fish tracking method using a novel master-slave camera setup. Instead of conventional dynamic models that rely on prior knowledge about target kinematics, the proposed method learns the kinematic model with a Long Short-Term Memory (LSTM) network. On this basis, the…

Cited by 0SourceScholar
2017

Cooperative relative positioning of mobile users by fusing IMU inertial and UWB ranging information

ICRA 2017poster

Relative positioning between multiple mobile users is essential for many applications, such as search and rescue in disaster areas or human social interaction. Inertial-measurement unit (IMU) is promising to determine the change of position over short periods of time, but it is very sensitive to err…

Cited by 88SourceScholar