← Search

Yingyan (Celine) Lin

6 accepted papers

2026

Efficient-DLM: From Autoregressive to Diffusion Language Models, and Beyond in Speed

ICML 2026poster

Diffusion language models (dLMs) have emerged as a promising paradigm enabling parallel generation, but their learning efficiency lags behind that of autoregressive (AR) language models when trained from scratch. To this end, we study AR-to-dLM conversion, which transforms pretrained AR models into …

Cited by 0SourceScholar
2026

Toward More Reliable Agent Evaluation: A Component-Based Benchmark Auditing Pipeline

ICML 2026poster

Reliable evaluation of large language model (LLM) agents depends critically on benchmark validity. However, agent benchmarks are increasingly complex and often contain hidden flaws arising from interactions among user instructions, environments, tools, ground-truth trajectories, and evaluation proto…

Cited by 0SourceScholar
2026

effGen: Enabling Small Language Models as Capable Autonomous Agents

ICML 2026poster

Most existing language model agentic systems today are built and optimized for large language models (e.g., GPT, Claude, Gemini) via API calls. While powerful, this approach faces several limitations including high token costs and privacy concerns for sensitive applications. We introduce $\textbf{ef…

Cited by 0SourceScholar
2023

Auto-CARD: Efficient and Robust Codec Avatar Driving for Real-Time Mobile Telepresence

CVPR 2023poster

Real-time and robust photorealistic avatars for telepresence in AR/VR have been highly desired for enabling immersive photorealistic telepresence. However, there still exists one key bottleneck: the considerable computational expense needed to accurately infer facial expressions captured from headse…

Cited by 4SourcePDFScholar
2023

Castling-ViT: Compressing Self-Attention via Switching Towards Linear-Angular Attention at Vision Transformer Inference

CVPR 2023poster

Vision Transformers (ViTs) have shown impressive performance but still require a high computation cost as compared to convolutional neural networks (CNNs), one reason is that ViTs' attention measures global similarities and thus has a quadratic complexity with the number of input tokens. Existing ef…

2023

Hint-Aug: Drawing Hints From Foundation Vision Transformers Towards Boosted Few-Shot Parameter-Efficient Tuning

CVPR 2023poster

Despite the growing demand for tuning foundation vision transformers (FViTs) on downstream tasks, fully unleashing FViTs' potential under data-limited scenarios (e.g., few-shot tuning) remains a challenge due to FViTs' data-hungry nature. Common data augmentation techniques fall short in this contex…