← Search

Xingrun Xing

13 accepted papers

2026

MedREK: Retrieval-Based Editing for Medical LLMs with Key-Aware Prompts

ICML 2026poster

LLMs hold great promise for healthcare applications, but fast-changing medical knowledge can quickly make their outputs outdated or inaccurate, limiting use in high-stakes settings. Model editing can update LLMs without full retraining, but parameter-based methods often break locality and are risky …

Cited by 0SourceScholar
2025

From Pixels to Tokens: Byte-Pair Encoding on Quantized Visual Modalities

ICLR 2025poster

Multimodal Large Language Models have made significant strides in integrating visual and textual information, yet they often struggle with effectively aligning these modalities. We introduce a novel image tokenizer that bridges this gap by applying the principle of Byte-Pair Encoding (BPE) to visual…

2025

OmniGen: Unified Image Generation

CVPR 2025poster

The emergence of Large Language Models (LLMs) has unified language generation tasks and revolutionized human-machine interaction. However, in the realm of image generation, a unified model capable of handling various tasks within a single framework remains largely unexplored. In this work, we introd…

2025

Position-Aware Depth Decay Decoding (D3): Boosting Large Language Model Inference Efficiency

ACL 2025finding

Due to the large number of parameters, the inference phase of Large Language Models (LLMs) is resource-intensive. Unlike traditional model compression, which needs retraining, recent dynamic computation methods show that not all components are required for inference, enabling a training-free pipelin…

Cited by 0SourcePDFScholar
2025

SpikeLLM: Scaling up Spiking Neural Network to Large Language Models via Saliency-based Spiking

ICLR 2025poster

Recent advancements in large language models (LLMs) with billions of parameters have improved performance in various applications, but their inference processes demand significant energy and computational resources. In contrast, the human brain, with approximately 86 billion neurons, is much more en…

2024

BiPFT: Binary Pre-trained Foundation Transformer with Low-Rank Estimation of Binarization Residual Polynomials

AAAI 2024technical

Pretrained foundation models offer substantial benefits for a wide range of downstream tasks, which can be one of the most potential techniques to access artificial general intelligence. However, scaling up foundation transformers for maximal task-agnostic knowledge has brought about computational c…

2024

LM-Cocktail: Resilient Tuning of Language Models via Model Merging

ACL 2024findings

The pre-trained language models are continually fine-tuned to better support downstream applications. However, this operation may result in significant performance degeneration on general tasks beyond the targeted domain. To overcome this problem, we propose LM-Cocktail which enables the fine-tuned…

2024

Mitigating Training Imbalance in LLM Fine-Tuning via Selective Parameter Merging

EMNLP 2024main

Supervised fine-tuning (SFT) is crucial for adapting Large Language Models (LLMs) to specific tasks. In this work, we demonstrate that the order of training data can lead to significant training imbalances, potentially resulting in performance degradation. Consequently, we propose to mitigate this i…

Cited by 1SourcePDFScholar
2024

SpikeLM: Towards General Spike-Driven Language Modeling via Elastic Bi-Spiking Mechanisms

ICML 2024poster

Towards energy-efficient artificial intelligence similar to the human brain, the bio-inspired spiking neural networks (SNNs) have advantages of biological plausibility, event-driven sparsity, and binary activation. Recently, large-scale language models exhibit promising generalization capability, ma…

2022

Binary Dense Predictors for Human Pose Estimation Based on Dynamic Thresholds and Filtering

ICASSP 2022accepted

Binary neural networks (BNNs) contribute a lot to the efficiency of image classification models. However, in dense predication tasks such as human pose estimation, predictions in different locations are coupled and rely on the extraction of features across entire images. As a result, more robust and…

Cited by 0SourceScholar
2022

Equal Loss: A Simple Loss Function for Noise Robust Learning

ICASSP 2022accepted

Training accurate deep neural networks in the presence of noisy labels is an important task. Though a number of approaches have been proposed for learning with noisy labels, many open issues remain. In this paper, we show that DNN learning with Cross Entropy is not robust to label noise and exhibits…

Cited by 0SourceScholar
2022

Towards Accurate Binary Neural Networks via Modeling Contextual Dependencies

ECCV 2022poster

"Existing Binary Neural Networks (BNNs) mainly operate on local convolutions with binarization function. However, such simple bit operations lack the ability of modeling contextual dependencies, which is critical for learning discriminative deep representations in vision models. In this work, we tac…