← Search

Shilin Yan

16 accepted papers

2026

Beyond Scattered Acceptance: Fast and Coherent Inference for DLMs via Longest Stable Prefixes

ICLR 2026poster

Diffusion Language Models (DLMs) promise parallel generation via iterative denoising, yet their practical speed is often throttled by \emph{schedulers} that accept scattered high-confidence tokens, fragmenting KV caches and forcing repeated local repairs. We present \emph{Prefix Absorption}, a train…

Cited by 0SourceScholar
2026

Diffusion Language Model Knows the Answer Before It Decodes

ICLR 2026oral

Diffusion language models (DLMs) have recently emerged as an alternative to autoregressive approaches, offering parallel sequence generation and flexible token orders. However, their inference remains slower than that of autoregressive models, primarily due to the cost of bidirectional attention and…

Cited by 0SourcecodeScholar
2026

WorldSense: Evaluating Real-world Omnimodal Understanding for Multimodal LLMs

ICLR 2026poster

We introduce WorldSense, the first benchmark to assess the multi-modal video understanding, that simultaneously encompasses visual, audio, and text inputs. In contrast to existing benchmarks, our WorldSense has several features: (i) collaboration of omni-modality, we design the evaluation tasks to f…

Cited by 0SourcecodeScholar
2025

A Sanity Check for AI-generated Image Detection

ICLR 2025poster

With the rapid development of generative models, discerning AI-generated content has evoked increasing attention from both industry and academia. In this paper, we conduct a sanity check on whether the task of AI-generated image detection has been solved. To start with, we present Chameleon dataset,…

2025

Adaptive Classifier-Free Guidance via Dynamic Low-Confidence Masking

NeurIPS 2025poster

Classifier-Free Guidance (CFG) significantly enhances controllability in generative models by interpolating conditional and unconditional predictions. However, standard CFG often employs a static unconditional input, which can be suboptimal for iterative generation processes where model uncertainty…

Cited by 0SourcecodeScholar
2025

DynaPrompt: Dynamic Test-Time Prompt Tuning

ICLR 2025poster

Test-time prompt tuning enhances zero-shot generalization of vision-language models but tends to ignore the relatedness among test samples during inference. Online test-time prompt tuning provides a simple way to leverage the information in previous test samples, albeit with the risk of prompt colla…

Cited by 0SourcePDFScholar
2025

General Compression Framework for Efficient Transformer Object Tracking

ICCV 2025poster

Previous works have attempted to improve tracking efficiency through lightweight architecture design or knowledge distillation from teacher models to compact student trackers. However, these solutions often sacrifice accuracy for speed to a great extent, and also have the problems of complex trainin…

2025

GoT: Unleashing Reasoning Capability of MLLM for Visual Generation and Editing

NeurIPS 2025poster

Current image generation and editing methods primarily process textual prompts as direct inputs without explicit reasoning about visual composition or operational steps. We present Generation Chain-of-Thought (GoT), a novel paradigm that empowers a Multimodal Large Language Model (MLLM) to first gen…

Cited by 0SourceScholar
2025

MINT-CoT: Enabling Interleaved Visual Tokens in Mathematical Chain-of-Thought Reasoning

NeurIPS 2025poster

Chain-of-Thought (CoT) has widely enhanced mathematical reasoning in Large Language Models (LLMs), but it still remains challenging for extending it to multimodal domains. Existing works either adopt a similar textual reasoning for image input, or seek to interleave visual signals into mathematical…

Cited by 0SourcecodeScholar
2025

T2I-R1: Reinforcing Image Generation with Collaborative Semantic-level and Token-level CoT

NeurIPS 2025poster

Recent advancements in large language models have demonstrated how chain-of-thought (CoT) and reinforcement learning (RL) can improve performance. However, applying such reasoning strategies to the visual generation domain remains largely unexplored. In this paper, we present **T2I-R1**, a novel rea…

Cited by 0SourcecodeScholar
2025

UniCTokens: Boosting Personalized Understanding and Generation via Unified Concept Tokens

NeurIPS 2025poster

Personalized models have demonstrated remarkable success in understanding and generating concepts provided by users. However, existing methods use separate concept tokens for understanding and generation, treating these tasks in isolation. This may result in limitations for generating images with co…

Cited by 0SourcecodeScholar
2024

OneTracker: Unifying Visual Object Tracking with Foundation Models and Efficient Tuning

CVPR 2024highlight

Visual object tracking aims to localize the target object of each frame based on its initial appearance in the first frame. Depending on the input modility tracking tasks can be divided into RGB tracking and RGB+X (e.g. RGB+N and RGB+D) tracking. Despite the different input modalities the core aspec…

Cited by 62SourcePDFScholar
2024

Personalize Segment Anything Model with One Shot

ICLR 2024poster

Driven by large-data pre-training, Segment Anything Model (SAM) has been demonstrated as a powerful promptable framework, revolutionizing the segmentation field. Despite the generality, customizing SAM for specific visual concepts without man-powered prompting is under-explored, e.g., automatically…

2024

Referred by Multi-Modality: A Unified Temporal Transformer for Video Object Segmentation

AAAI 2024technical

Recently, video object segmentation (VOS) referred by multi-modal signals, e.g., language and audio, has evoked increasing attention in both industry and academia. It is challenging for exploring the semantic alignment within modalities and the visual correspondence across frames. However, existing…

2024

VISA: Reasoning Video Object Segmentation via Large Language Model

ECCV 2024poster

"Existing Video Object Segmentation (VOS) relies on explicit user instructions, such as categories, masks, or short phrases, restricting their ability to perform complex video segmentation requiring reasoning with world knowledge. In this paper, we introduce a new task, Reasoning Video Object Segmen…

2024

Visual Perception by Large Language Model’s Weights

NeurIPS 2024poster

Existing Multimodal Large Language Models (MLLMs) follow the paradigm that perceives visual information by aligning visual features with the input space of Large Language Models (LLMs) and concatenating visual tokens with text tokens to form a unified sequence input for LLMs. These methods demonstra…