← Search

Jiaxing Wang

14 accepted papers

2025

Beyond Logits: Aligning Feature Dynamics for Effective Knowledge Distillation

ACL 2025long

Knowledge distillation (KD) compresses large language models (LLMs), known as teacher models, into lightweight versions called student models, enabling efficient inference and downstream applications. However, prevailing approaches accomplish this by predominantly focusing on matching the final outp…

2025

Logic-of-Thought: Injecting Logic into Contexts for Full Reasoning in Large Language Models

NAACL 2025long

Large Language Models (LLMs) have demonstrated remarkable capabilities across various tasks but their performance in complex logical reasoning tasks remains unsatisfactory. Although some prompting methods, such as Chain-of-Thought, can improve the reasoning ability of LLMs to some extent, they suffe…

Cited by 9SourcePDFScholar
2025

Spherical Scissor-Like Reconfigurable Palm Design in Robotic Hands: Insights from Human Hand Functionality

IROS 2025

The human palm demonstrates spatial reconfigurability during the gripping process and forms a spherical grasping envelope. Based on these observations, this study designs a reconfigurable spherical palm that incorporates a spatial scissor mechanism, which only requires a single actuator to reshape t

Cited by 0SourceScholar
2025

TANDEM: Bi-Level Data Mixture Optimization with Twin Networks

NeurIPS 2025poster

The capabilities of large language models (LLMs) significantly depend on training data drawn from various domains. Optimizing domain-specific mixture ratios can be modeled as a bi-level optimization problem, which we simplify into a single-level penalized form and solve with twin networks: a proxy m…

Cited by 0SourceScholar
2025

The Primacy of Magnitude in Low-Rank Adaptation

NeurIPS 2025spotlight

Low-Rank Adaptation (LoRA) offers a parameter-efficient paradigm for tuning large models. While recent spectral initialization methods improve convergence and performance over the naive “Noise \& Zeros” scheme, their extra computational and storage overhead undermines efficiency. In this paper, we e…

Cited by 0SourceScholar
2024

Breaking the Hourglass Phenomenon of Residual Quantization: Enhancing the Upper Bound of Generative Retrieval

EMNLP 2024industry

Generative retrieval (GR) has emerged as a transformative paradigm in search and recommender systems, leveraging numeric-based identifier representations to enhance efficiency and generalization. Notably, methods like TIGER, which employ Residual Quantization-based Semantic Identifiers (RQ-SID), hav…

Cited by 1SourcePDFScholar
2024

Patch-Aware Sample Selection for Efficient Masked Image Modeling

AAAI 2024technical

Nowadays sample selection is drawing increasing attention. By extracting and training only on the most informative subset, sample selection can effectively reduce the training cost. Although sample selection is effective in conventional supervised learning, applying it to Masked Image Modeling (MIM)…

Cited by 4SourcePDFScholar
2023

DynaMS: Dyanmic Margin Selection for Efficient Deep Learning

ICLR 2023poster

The great success of deep learning is largely driven by training over-parameterized models on massive datasets. To avoid excessive computation, extracting and training only on the most informative subset is drawing increasing attention. Nevertheless, it is still an open question how to select such a…

Cited by 5SourcePDFScholar
2022

DPNAS: Neural Architecture Search for Deep Learning with Differential Privacy

AAAI 2022technical

Training deep neural networks (DNNs) for meaningful differential privacy (DP) guarantees severely degrades model utility. In this paper, we demonstrate that the architecture of DNNs has a significant impact on model utility in the context of private deep learning, whereas its effect is largely unexp…

Cited by 34SourcePDFScholar
2022

Multi-Granularity Pruning for Model Acceleration on Mobile Devices

ECCV 2022poster

"For practical deep neural network design on mobile devices, it is essential to consider the constraints incurred by the computational resources and the inference latency in various applications. Among deep network acceleration approaches, pruning is a widely adopted practice to balance the computat…

Cited by 6SourcePDFScholar
2020

Exploring Parameter Space with Structured Noise for Meta-Reinforcement Learning

IJCAI 2020poster

Efficient exploration is a major challenge in Reinforcement Learning (RL) and has been studied extensively. However, for a new task existing methods explore either by taking actions that maximize task agnostic objectives (such as information gain) or applying a simple dithering strategy (such as noi…

Cited by 0SourcePDFScholar
2020

Learning Regional Attention Convolutional Neural Network for Motion Intention Recognition Based on EEG Data

IJCAI 2020poster

Recent deep learning-based Brain-Computer Interface (BCI) decoding algorithms mainly focus on spatial-temporal features, while failing to explicitly explore spectral information which is one of the most important cues for BCI. In this paper, we propose a novel regional attention convolutional neural…

Cited by 0SourcePDFScholar
2020

Revisiting Parameter Sharing for Automatic Neural Channel Number Search

NeurIPS 2020poster

Recent advances in neural architecture search inspire many channel number search algorithms~(CNS) for convolutional neural networks. To improve searching efficiency, parameter sharing is widely applied, which reuses parameters among different channel configurations. Nevertheless, it is unclear how p…