← Search

Yicheng Li

15 accepted papers

2026

Alignment-Sensitive Minimax Rates for Spectral Algorithms with Learned Kernels

ICML 2026spotlight

We study spectral algorithms in the setting where kernels are learned from data. We introduce the effective span dimension (ESD), an alignment-sensitive complexity measure that depends jointly on the signal, spectrum, and noise level $\sigma^2$. The ESD is well-defined for arbitrary kernels and sign…

Cited by 0SourceScholar
2025

Discrepancies are Virtue: Weak-to-Strong Generalization through Lens of Intrinsic Dimension

ICML 2025poster

Weak-to-strong (W2S) generalization is a type of finetuning (FT) where a strong (large) student model is trained on pseudo-labels generated by a weak teacher. Surprisingly, W2S FT often outperforms the weak teacher. We seek to understand this phenomenon through the observation that FT often occurs i…

Cited by 0SourcePDFScholar
2025

RelationAdapter: Learning and Transferring Visual Relation with Diffusion Transformers

NeurIPS 2025poster

Inspired by the in-context learning mechanism of large language models (LLMs), a new paradigm of generalizable visual prompt-based image editing is emerging. Existing single-reference methods typically focus on style or appearance adjustments and struggle with non-rigid transformations. To address t…

Cited by 0SourceScholar
2024

Mixed Distillation Helps Smaller Language Models Reason Better

EMNLP 2024finding

As large language models (LLMs) have demonstrated impressive multiple step-by-step reasoning capabilities in recent natural language processing (NLP) reasoning tasks, many studies are interested in distilling reasoning abilities into smaller language models (SLMs) via fine-tuning. Previous distillat…

2024

On the Impacts of the Random Initialization in the Neural Tangent Kernel Theory

NeurIPS 2024poster

This paper aims to discuss the impact of random initialization of neural networks in the neural tangent kernel (NTK) theory, which is ignored by most recent works in the NTK theory. It is well known that as the network's width tends to infinity, the neural network with random initialization converge…

Cited by 2SourcePDFScholar
2024

On the Saturation Effects of Spectral Algorithms in Large Dimensions

NeurIPS 2024poster

The saturation effects, which originally refer to the fact that kernel ridge regression (KRR) fails to achieve the information-theoretical lower bound when the regression function is over-smooth, have been observed for almost 20 years and were rigorously proved recently for kernel ridge regression a…

Cited by 0SourcePDFScholar
2024

Optimizing Instruction Synthesis: Effective Exploration of Evolutionary Space with Tree Search

EMNLP 2024finding

Instruction tuning is a crucial technique for aligning language models with humans’ actual goals in the real world. Extensive research has highlighted the quality of instruction data is essential for the success of this alignment. However, creating high-quality data manually is labor-intensive and t…

2024

Teaching Small Language Models Reasoning through Counterfactual Distillation

EMNLP 2024main

With the rise of large language models (LLMs), many studies are interested in transferring the reasoning capabilities of LLMs to small language models (SLMs). Previous distillation methods usually utilize the capabilities of LLMs to generate chain-of-thought (CoT) samples and teach SLMs via fine-tun…

Cited by 3SourcePDFScholar
2024

Towards Autonomous Tool Utilization in Language Models: A Unified, Efficient and Scalable Framework

COLING 2024main

In recent research, significant advancements have been achieved in tool learning for large language models. Looking towards future advanced studies, the issue of fully autonomous tool utilization is particularly intriguing: given only a query, language models can autonomously decide whether to emplo…

2023

On the Asymptotic Learning Curves of Kernel Ridge Regression under Power-law Decay

NeurIPS 2023poster

The widely observed 'benign overfitting phenomenon' in the neural network literature raises the challenge to the `bias-variance trade-off' doctrine in the statistical learning theory. Since the generalization ability of the 'lazy trained' over-parametrized neural network can be well approximated by…

Cited by 22SourcePDFScholar
2018

Instance-level Human Parsing via Part Grouping Network

ECCV 2018poster

Instance-level human parsing towards real-world human analysis scenarios is still under-explored due to the absence of sufficient data resources and technical difficulty in parsing multiple instances in a single pass. Several related works all follow the ``parsing-by-detection" pipeline that heavily…