← Search

Yilong Chen

15 accepted papers

2026

Blink: Dynamic Visual Token Resolution for Enhanced Multimodal Understanding

CVPR 2026

Multimodal large language models (MLLMs) have achieved remarkable progress on various vision-language tasks, yet their visual perception remains limited. Humans, in comparison, perceive complex scenes efficiently by dynamically scanning and focusing on salient regions in a sequential "blink-like" pr

Cited by 0SourceScholar
2026

StreamKV: Streaming Video Question-Answering with Segment-based KV Cache Retrieval and Compression

AAAI 2026technical

Video Large Language Models (Video-LLMs) have demonstrated significant potential in the areas of video captioning, search, and summarization. However, current Video-LLMs still face challenges with long real-world videos. Recent methods have introduced a retrieval mechanism that retrieves query-relev

Cited by 0SourcePDFScholar
2026

TransLiDAR: A Dataset and Benchmark for Cross-Sensor Point Cloud Translation

RA-L 2026

Autonomous vehicles are typically equipped with one primary and several auxiliary LiDAR sensors to generate point clouds of the environment. However, differences in structural design, resolution, and scanning mechanisms among LiDAR types lead to significant modality gaps, which hinder cross-sensor a

Cited by 0SourceScholar
2026

UniEdit-I: Training-free Image Editing for Unified VLM via Iterative Understanding, Editing and Verifying

CVPR 2026

Recent advances in diffusion models and vision-language models (VLMs) have significantly enhanced the controllability of image editing. Methods like FlowEdit enable step-by-step editing along a visible, noise-free trajectory, where each intermediate result is a clear image, eliminating the need for

Cited by 0SourceScholar
2025

Beyond Gait: Seamless Knee Angle Prediction for Lower Limb Prosthesis in Multiple Scenarios

RA-L 2025

Knee angle estimation plays a crucial role in the development of lower limb assistive devices, particularly prostheses. Current research in this area primarily focuses on stable gait movements, which limits applicability to real-world scenarios where human motion is far more complex. In this paper,

Cited by 1SourceScholar
2025

Inner Thinking Transformer: Leveraging Dynamic Depth Scaling to Foster Adaptive Internal Thinking

ACL 2025long

Large language models (LLMs) face inherent performance bottlenecks under parameter constraints, particularly in processing critical tokens that demand complex reasoning. Empirical analysis reveals challenging tokens induce abrupt gradient spikes across layers, exposing architectural stress points in…

2025

Mixture of Hidden-Dimensions: Not All Hidden-States’ Dimensions are Needed in Transformer

ICML 2025poster

Transformer models encounter inefficiency when scaling hidden dimensions due to the uniform expansion of parameters. When delving into the sparsity of hidden dimensions, we observe that only a small subset of dimensions are highly activated, where some dimensions are commonly activated across tokens…

Cited by 0SourcePDFScholar
2025

Who Speaks for the Trigger? Dynamic Expert Routing in Backdoored Mixture-of-Experts Transformers

NeurIPS 2025poster

Large language models (LLMs) with Mixture-of-Experts (MoE) architectures achieve impressive performance and efficiency by dynamically routing inputs to specialized subnetworks, known as experts. However, this sparse routing mechanism inherently exhibits task preferences due to expert specialization…

Cited by 0SourceScholar
2024

DHA: Learning Decoupled-Head Attention from Transformer Checkpoints via Adaptive Heads Fusion

NeurIPS 2024poster

Large language models (LLMs) with billions of parameters demonstrate impressive performance. However, the widely used Multi-Head Attention (MHA) in LLMs incurs substantial computational and memory costs during inference. While some efforts have optimized attention mechanisms by pruning heads or shar…

Cited by 4SourcePDFScholar
2024

LEMON: Reviving Stronger and Smaller LMs from Larger LMs with Linear Parameter Fusion

ACL 2024long

In the new era of language models, small models (with billions of parameter sizes) are receiving increasing attention due to their flexibility and cost-effectiveness in deployment. However, limited by the model size, the performance of small models trained from scratch may often be unsatisfactory. L…

2024

NACL: A General and Effective KV Cache Eviction Framework for LLM at Inference Time

ACL 2024long

Large Language Models (LLMs) have ignited an innovative surge of AI applications, marking a new era of exciting possibilities equipped with extended context windows. However, hosting these models is cost-prohibitive mainly due to the extensive memory consumption of KV Cache involving long-context mo…

2024

On-Road Object Importance Estimation: A New Dataset and A Model with Multi-Fold Top-Down Guidance

NeurIPS 2024poster

This paper addresses the problem of on-road object importance estimation, which utilizes video sequences captured from the driver's perspective as the input. Although this problem is significant for safer and smarter driving systems, the exploration of this problem remains limited. On one hand, publ…

Cited by 0SourcePDFScholar
2024

Unleashing the Power of Emojis in Texts via Self-supervised Graph Pre-Training

EMNLP 2024main

Emojis have gained immense popularity on social platforms, serving as a common means to supplement or replace text. However, existing data mining approaches generally either completely ignore or simply treat emojis as ordinary Unicode characters, which may limit the model’s ability to grasp the rich…