← Search

Xing Tang

17 accepted papers

2026

BoRA: Towards More Expressive Low-Rank Adaptation with Block Diversity

ICLR 2026poster

Low-rank adaptation (LoRA) is a parameter-efficient fine-tuning (PEFT) method widely used in large language models (LLMs). It approximates the update of a pretrained weight matrix $W\in\mathbb{R}^{m\times n}$ by the product of two low-rank matrices, $BA$, where $A \in\mathbb{R}^{r\times n}$ and $B\…

Cited by 0SourceScholar
2026

Less Is More: Elevating RAG via Performance-Driven Context Compression

ICML 2026poster

Retrieval-Augmented Generation (RAG) has emerged as a promising paradigm for improving the timeliness of knowledge updates and the factual accuracy of large language models. However, incorporating a large volume of retrieved documents significantly increases input length, leading to prohibitive comp…

Cited by 0SourceScholar
2026

MoETTA: Test-Time Adaptation Under Mixed Distribution Shifts with MoE-LayerNorm

AAAI 2026technical

Test-time adaptation (TTA) has proven effective in mitigating performance drops under single-domain distribution shifts by updating model parameters during inference. However, real-world deployments often involve mixed distribution shifts---where test samples are affected by diverse and potentially

Cited by 0SourcePDFScholar
2025

Beyond Higher Rank: Token-wise Input-Output Projections for Efficient Low-Rank Adaptation

NeurIPS 2025poster

Low-rank adaptation (LoRA) is a parameter-efficient fine-tuning (PEFT) method widely used in large language models (LLMs). LoRA essentially describes the projection of an input space into a low-dimensional output space, with the dimensionality determined by the LoRA rank. In standard LoRA, all inpu…

Cited by 0SourcecodeScholar
2025

Beyond Zero Initialization: Investigating the Impact of Non-Zero Initialization on LoRA Fine-Tuning Dynamics

ICML 2025poster

Low-rank adaptation (LoRA) is a widely used parameter-efficient fine-tuning method. In standard LoRA layers, one of the matrices, $A$ or $B$, is initialized to zero, ensuring that fine-tuning starts from the pretrained model. However, there is no theoretical support for this practice. In this paper…

2025

Invariant Deep Uplift Modeling for Incentive Assignment in Online Marketing via Probability of Necessity and Sufficiency

ICML 2025spotlight

In online platforms, incentives (\textit{e.g}., discounts, coupons) are used to boost user engagement and revenue. Uplift modeling methods are developed to estimate user responses from observational data, often incorporating distribution balancing to address selection bias. However, these methods ar…

Cited by 0SourcePDFScholar
2025

MusicMamba: A Dual-Feature Modeling Approach for Generating Chinese Traditional Music with Modal Precision

ICASSP 2025accepted

In recent years, deep learning has advanced the MIDI domain, solidifying music generation as a key application of artificial intelligence. However, most research focuses on Western music, facing challenges in generating Chinese traditional melodies, particularly in capturing modal characteristics an…

Cited by 0SourceScholar
2025

SRA-CL: Semantic Retrieval Augmented Contrastive Learning for Sequential Recommendation

NeurIPS 2025poster

Contrastive learning has shown effectiveness in improving sequential recommendation models. However, existing methods still face challenges in generating high-quality contrastive pairs: they either rely on random perturbations that corrupt user preference patterns or depend on sparse collaborative d…

Cited by 0SourcecodeScholar
2025

The Panaceas for Improving Low-Rank Decomposition in Communication-Efficient Federated Learning

ICML 2025poster

To improve the training efficiency of federated learning (FL), previous research has employed low-rank decomposition techniques to reduce communication overhead. In this paper, we seek to enhance the performance of these low-rank decomposition methods. Specifically, we focus on three key issues rel…

2025

Uncertainty and Influence aware Reward Model Refinement for Reinforcement Learning from Human Feedback

ICLR 2025poster

Reinforcement Learning from Human Feedback (RLHF) has emerged as a standard and effective approach for training large language models (LLMs) with human preferences. In this framework, a learned reward model approximates human preferences and guides policy optimization, making it crucial to develop a…

Cited by 1SourcePDFScholar
2024

FedBAT: Communication-Efficient Federated Learning via Learnable Binarization

ICML 2024poster

Federated learning is a promising distributed machine learning paradigm that can effectively exploit large-scale data without exposing users' privacy. However, it may incur significant communication overhead, thereby potentially impairing the training efficiency. To address this challenge, numerous…

2023

Adaptive Low-Precision Training for Embeddings in Click-Through Rate Prediction

AAAI 2023technical

Embedding tables are usually huge in click-through rate (CTR) prediction models. To train and deploy the CTR models efficiently and economically, it is necessary to compress their embedding tables. To this end, we formulate a novel quantization training paradigm to compress the embeddings from the t…

Cited by 14SourcePDFScholar
2023

SWL-Adapt: An Unsupervised Domain Adaptation Model with Sample Weight Learning for Cross-User Wearable Human Activity Recognition

AAAI 2023technical

In practice, Wearable Human Activity Recognition (WHAR) models usually face performance degradation on the new user due to user variance. Unsupervised domain adaptation (UDA) becomes the natural solution to cross-user WHAR under annotation scarcity. Existing UDA models usually align samples across d…

2023

Towards Hybrid-grained Feature Interaction Selection for Deep Sparse Network

NeurIPS 2023poster

Deep sparse networks are widely investigated as a neural network architecture for prediction tasks with high-dimensional sparse features, with which feature interaction selection is a critical component. While previous methods primarily focus on how to search feature interaction in a coarse-grained…

2022

DCCF: Deep Comprehensible Color Filter Learning Framework for High-Resolution Image Harmonization

ECCV 2022poster

"Image color harmonization algorithm aims to automatically match the color distribution of foreground and background images captured in different conditions. Previous deep learning based models neglect two issues that are critical for practical applications, namely high resolution (HR) image process…

2022

Digging into Radiance Grid for Real-Time View Synthesis with Detail Preservation

ECCV 2022poster

"Neural Radiance Fields (NeRF) [31] series are impressive in representing scenes and synthesizing high-quality novel views. However, most previous works fail to preserve texture details and suffer from slow training speed. A recent method SNeRG [11] demonstrates that baking a trained NeRF as a Spars…

2022

Ray Priors Through Reprojection: Improving Neural Radiance Fields for Novel View Extrapolation

CVPR 2022poster

Neural Radiance Fields (NeRF) have emerged as a potent paradigm for representing scenes and synthesizing photo-realistic images. A main limitation of conventional NeRFs is that they often fail to produce high-quality renderings under novel viewpoints that are significantly different from the trainin…

Cited by 35PDFScholar