← Search

Xiaowen Chu

38 accepted papers

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

Ghost in the Cloud: Your Geo-Distributed Large Language Models Training is Easily Manipulated

ICLR 2026poster

Geo-distributed training and Federated Learning (FL) provide viable solutions to address the substantial data and computational resource needs associated with training large language models (LLMs). However, we empirically demonstrate that a single adversarial participant can significantly compromise…

Cited by 0SourceScholar
2026

Identifying and Mitigating Errors in Gradient Aggregation of Distributed Data Parallel Training

ICML 2026poster

Hardware-related silent data corruptions during gradient aggregation pose significant challenges to fault-tolerant distributed training, often leading to slow or failed convergence. To address this, we first mathematically formulate these errors as gradient inconsistency and theoretically analyze ho…

Cited by 0SourceScholar
2026

JailbreakLoRA: Your Downloaded LoRA from Sharing Platforms might be Unsafe

ICLR 2026poster

Low-Rank Adaptation (LoRA) benefits from its plug-and-play nature, enabling large language models (LLMs) to achieve significant performance gains at low cost, has driven the development of LoRA-sharing platforms. However, the jailbreak and backdoor concerns associated with LoRA-sharing platforms rem…

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

SALR: Sparsity-Aware Low-Rank Representation for Efficient Fine-Tuning of Large Language Models

AAAI 2026technical

Adapting large pre-trained language models to downstream tasks often entails fine-tuning millions of parameters or deploying costly dense weight updates, which hinders their use in resource-constrained environments. Low-rank Adaptation (LoRA) reduces trainable parameters by factorizing weight update

Cited by 0SourcePDFScholar
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

VCG-Bench: Towards A Unified Visual-Centric Benchmark for Structured Generation and Editing

ICML 2026poster

Despite the rapid advancements in Vision-Language Models (VLMs), a critical gap remains in their ability to handle structured, controllable diagrammatic tasks essential for professional workflows, as existing methods predominantly rely on pixel-based synthesis which operates in probabilistic pixel s…

Cited by 0SourceScholar
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

Hot-pluggable Federated Learning: Bridging General and Personalized FL via Dynamic Selection

ICLR 2025poster

Personalized federated learning (PFL) achieves high performance by assuming clients only meet test data locally, which does not meet many generic federated learning (GFL) scenarios. In this work, we theoretically show that PMs can be used to enhance GFL with a new learning problem named Selective FL…

Cited by 0SourcePDFScholar
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

RA-NeRF: Robust Neural Radiance Field Reconstruction with Accurate Camera Pose Estimation under Complex Trajectories

IROS 2025

Neural Radiance Fields (NeRF) and 3D Gaussian Splatting (3DGS) have emerged as powerful tools for 3D reconstruction and SLAM tasks. However, their performance depends heavily on accurate camera pose priors. Existing approaches attempt to address this issue by introducing external constraints but fal

Cited by 1SourceScholar
2025

SAFormer: Spatially Adaptive Transformer for Efficient and Multi-Resolution Occupancy Prediction

IROS 2025

Accurate and efficient 3D scene understanding from multi-view images remains a fundamental challenge in autonomous driving. Existing methods often struggle with high-dimensional features, leading to excessive computational costs and memory usage. In this paper, we present SAFormer, a novel transform

Cited by 0SourceScholar
2025

STBLLM: Breaking the 1-Bit Barrier with Structured Binary LLMs

ICLR 2025poster

In this paper, we present the first structural binarization method for LLM compression to less than 1-bit precision. Although LLMs have achieved remarkable performance, their memory-bound nature during the inference stage hinders the adoption of resource-constrained devices. Reducing weights to 1-bi…

2025

UnrealLLM: Towards Highly Controllable and Interactable 3D Scene Generation by LLM-powered Procedural Content Generation

ACL 2025finding

The creation of high-quality 3D scenes is essential for applications like video games and simulations, yet automating this process while retaining the benefits of Procedural Content Generation (PCG) remains challenging. In this paper, we introduce UnrealLLM, a novel multi-agent framework that connec…

Cited by 0SourcePDFScholar
2024

BitDistiller: Unleashing the Potential of Sub-4-Bit LLMs via Self-Distillation

ACL 2024long

The upscaling of Large Language Models (LLMs) has yielded impressive advances in natural language processing, yet it also poses significant deployment challenges. Weight quantization has emerged as a widely embraced solution to reduce memory and computational demands. This paper introduces BitDistil…

2024

CF-NeRF: Camera Parameter Free Neural Radiance Fields with Incremental Learning

AAAI 2024technical

Neural Radiance Fields have demonstrated impressive performance in novel view synthesis. However, NeRF and most of its variants still rely on traditional complex pipelines to provide extrinsic and intrinsic camera parameters, such as COLMAP. Recent works, like NeRFmm, BARF, and L2G-NeRF, directly tr…

Cited by 10SourcePDFScholar
2024

Can We Continually Edit Language Models? On the Knowledge Attenuation in Sequential Model Editing

ACL 2024findings

Model editing has become a promising method for precisely and effectively updating knowledge in language models. In this paper, we investigate knowledge attenuation, in which the retention of updated knowledge within the language model decreases as the number of edits increases after sequential edit…

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

FedImpro: Measuring and Improving Client Update in Federated Learning

ICLR 2024poster

Federated Learning (FL) models often experience client drift caused by heterogeneous data, where the distribution of data differs across clients. To address this issue, advanced research primarily focuses on manipulating the existing gradients to achieve more consistent client models. In this paper,…

Cited by 21SourcePDFScholar
2024

FuseFL: One-Shot Federated Learning through the Lens of Causality with Progressive Model Fusion

NeurIPS 2024spotlight

One-shot Federated Learning (OFL) significantly reduces communication costs in FL by aggregating trained models only once. However, the performance of advanced OFL methods is far behind the normal FL. In this work, we provide a causal view to find that this performance drop of OFL methods comes from…

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

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

Risk-Aware Net: An Explicit Collision-Constrained Framework for Enhanced Safety Autonomous Driving

RA-L 2024

Motion planning is a vital part of autonomous driving. To ensure the safety of autonomous vehicles, motion planning algorithms need to precisely model potential collision risks and execute essential driving maneuvers. Drawing inspiration from the human driving process, which involves making prelimin

Cited by 1SourceScholar
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…

2023

NAS-LID: Efficient Neural Architecture Search with Local Intrinsic Dimension

AAAI 2023technical

One-shot neural architecture search (NAS) substantially improves the search efficiency by training one supernet to estimate the performance of every possible child architecture (i.e., subnet). However, the inconsistency of characteristics among subnets incurs serious interference in the optimization…

2023

Rethinking Disparity: A Depth Range Free Multi-View Stereo Based on Disparity

AAAI 2023technical

Existing learning-based multi-view stereo (MVS) methods rely on the depth range to build the 3D cost volume and may fail when the range is too large or unreliable. To address this problem, we propose a disparity-based MVS method based on the epipolar disparity flow (E-flow), called DispMVS, which in…

2022

EAGAN: Efficient Two-Stage Evolutionary Architecture Search for GANs

ECCV 2022poster

"Generative adversarial networks (GANs) have proven successful in image generation tasks. However, GAN training is inherently unstable. Although many works try to stabilize it by manually modifying GAN architecture, it requires much expertise. Neural architecture search (NAS) has become an attractiv…

2022

EASNet: Searching Elastic and Accurate Network Architecture for Stereo Matching

ECCV 2022poster

"Recent advanced studies have spent considerable human efforts on optimizing network architectures for stereo matching but hardly achieved both high accuracy and fast inference speed. To ease the workload in network design, neural architecture search (NAS) has been applied with great success to vari…

2022

Virtual Homogeneity Learning: Defending against Data Heterogeneity in Federated Learning

ICML 2022spotlight

In federated learning (FL), model performance typically suffers from client drift induced by data heterogeneity, and mainstream works focus on correcting client drift. We propose a different approach named virtual homogeneity learning (VHL) to directly “rectify” the data heterogeneity. In particular…

2021

Automated Model Design and Benchmarking of Deep Learning Models for COVID-19 Detection with Chest CT Scans

AAAI 2021technical

The COVID-19 pandemic has spread globally for several months. Because its transmissibility and high pathogenicity seriously threaten people's lives, it is crucial to accurately and quickly detect COVID-19 infection. Many recent studies have shown that deep learning (DL) based solutions can help dete…

2021

EDNet: Efficient Disparity Estimation With Cost Volume Combination and Attention-Based Spatial Residual

CVPR 2021poster

Existing state-of-the-art disparity estimation works mostly leverage the 4D concatenation volume and construct a very deep 3D convolution neural network (CNN) for disparity regression, which is inefficient due to the high memory consumption and slow inference speed. In this paper, we propose a netwo…

Cited by 23PDFScholar
2020

FADNet: A Fast and Accurate Network for Disparity Estimation

ICRA 2020poster

Deep neural networks (DNNs) have achieved great success in the area of computer vision. The disparity estimation problem tends to be addressed by DNNs which achieve much better prediction accuracy in stereo matching than traditional hand-crafted feature based methods. On one hand, however, the desig…

Cited by 100SourcecodeScholar