← Search

Xiaoxing Wang

16 accepted papers

2026

ssToken: Self-modulated and Semantic-aware Token Selection for LLM Fine-tuning

ICLR 2026poster

Data quality plays a critical role in enhancing supervised fine-tuning (SFT) for large language models (LLMs), and token-level data selection has emerged as a promising direction for its fine-grained nature. Despite their strong empirical performance, existing token-level selection methods share two…

Cited by 0SourcecodeScholar
2025

Modeling All Response Surfaces in One for Conditional Search Spaces

AAAI 2025technical

Bayesian Optimization (BO) is a sample-efficient black-box optimizer commonly used in search spaces where hyperparameters are independent. However, in many practical AutoML scenarios, there will be dependencies among hyperparameters, forming a conditional search space, which can be partitioned into…

Cited by 0SourcePDFScholar
2025

NTKMTL: Mitigating Task Imbalance in Multi-Task Learning from Neural Tangent Kernel Perspective

NeurIPS 2025poster

Multi-Task Learning (MTL) enables a single model to learn multiple tasks simultaneously, leveraging knowledge transfer among tasks for enhanced generalization, and has been widely applied across various domains. However, task imbalance remains a major challenge in MTL. Although balancing the converg…

Cited by 0SourcecodeScholar
2025

QAEncoder: Towards Aligned Representation Learning in Question Answering Systems

ACL 2025long

Modern QA systems entail retrieval-augmented generation (RAG) for accurate and trustworthy responses. However, the inherent gap between user queries and relevant documents hinders precise matching. We introduce QAEncoder, a training-free approach to bridge this gap. Specifically, QAEncoder estimates…

2025

Revisiting Fairness in Multitask Learning: A Performance-Driven Approach for Variance Reduction

CVPR 2025poster

Multi-task learning (MTL) can leverage shared knowledge across tasks to improve data efficiency and generalization performance, and has been applied in various scenarios. However, task imbalance remains a major challenge for existing MTL methods. While the prior works have attempted to mitigate inte…

2025

Towards Consistent Multi-Task Learning: Unlocking the Potential of Task-Specific Parameters

CVPR 2025poster

Multi-task learning (MTL) has gained widespread application for its ability to transfer knowledge across tasks, improving resource efficiency and generalization. However, gradient conflicts from different tasks remain a major challenge in MTL. Previous gradient-based and loss-based methods primarily…

2024

Boosting Order-Preserving and Transferability for Neural Architecture Search: a Joint Architecture Refined Search and Fine-tuning Approach

CVPR 2024poster

Supernet is a core component in many recent Neural Architecture Search (NAS) methods. It not only helps embody the search space but also provides a (relative) estimation of the final performance of candidate architectures. Thus it is critical that the top architectures ranked by a supernet should be…

2024

ReLIZO: Sample Reusable Linear Interpolation-based Zeroth-order Optimization

NeurIPS 2024poster

Gradient estimation is critical in zeroth-order optimization methods, which aims to obtain the descent direction by sampling update directions and querying function evaluations. Extensive research has been conducted including smoothing and linear interpolation. The former methods smooth the objectiv…

2023

ROME: Robustifying Memory-Efficient NAS via Topology Disentanglement and Gradient Accumulation

ICCV 2023poster

Albeit being a prevalent architecture searching approach, differentiable architecture search (DARTS) is largely hindered by its substantial memory cost since the entire supernet resides in the memory. This is where the single-path DARTS comes in, which only chooses a single-path submodel at each ste…

Cited by 12PDFScholar
2022

EAutoDet: Efficient Architecture Search for Object Detection

ECCV 2022poster

"Training CNN for detection is time-consuming due to the large dataset and complex network modules, making it hard to search architectures on detection datasets directly, which usually requires vast search costs (usually tens and even hundreds of GPU-days). In contrast, this paper introduces an effi…

2022

ZARTS: On Zero-order Optimization for Neural Architecture Search

NeurIPS 2022accept

Differentiable architecture search (DARTS) has been a popular one-shot paradigm for NAS due to its high efficiency. It introduces trainable architecture parameters to represent the importance of candidate operations and proposes first/second-order approximation to estimate their gradients, making it…

2021

DARTS-: Robustly Stepping out of Performance Collapse Without Indicators

ICLR 2021poster

Despite the fast development of differentiable architecture search (DARTS), it suffers from a standing instability issue regarding searching performance, which extremely limits its application. Existing robustifying methods draw clues from the outcome instead of finding out the causing factor. Vario…

2021

Rethinking Bi-Level Optimization in Neural Architecture Search: A Gibbs Sampling Perspective

AAAI 2021technical

One-Shot architecture search, which aims to explore all possible operations jointly based on a single model, has been an active direction of Neural Architecture Search (NAS). As a well-known one-shot solution, Differentiable Architecture Search (DARTS) performs continuous relaxation on the architect…

Cited by 29SourcePDFScholar
2020

MergeNAS: Merge Operations into One for Differentiable Architecture Search

IJCAI 2020poster

Differentiable architecture search (DARTS) has been a promising one-shot architecture search approach for its mathematical formulation and competitive results. However, besides its caused high memory utilization and a large computation requirement, many research works have shown that DARTS also ofte…

Cited by 0SourcePDFScholar