← Search

Yuchuan Tian

10 accepted papers

2026

Circle-RoPE: Cone-like Decoupled Rotary Positional Embedding for Vision-Language Models

ICML 2026poster

Rotary Position Embedding (RoPE) is widely adopted in large language models, but when applied to vision-language models (VLMs) it couples text and image position indices and can introduce spurious cross-modal relative-position bias. We propose Per-Token Distance (PTD) to quantify cross-modal positio…

Cited by 0SourceScholar
2025

DiC: Rethinking Conv3x3 Designs in Diffusion Models

CVPR 2025poster

Diffusion models have shown exceptional performance in visual generation tasks. Recently, these models have shifted from traditional U-Shaped CNN-Attention hybrid structures to fully transformer-based isotropic architectures. While these transformers exhibit strong scalability and performance, their…

2025

U-REPA: Aligning Diffusion U-Nets to ViTs

NeurIPS 2025poster

Representation Alignment (REPA) that aligns Diffusion Transformer (DiT) hidden-states with ViT visual encoders has proven highly effective in DiT training, demonstrating superior convergence properties, but it has not been validated on the canonical diffusion U-Net architecture that shows faster con…

Cited by 0SourcecodeScholar
2024

DiJiang: Efficient Large Language Models through Compact Kernelization

ICML 2024oral

In an effort to reduce the computational load of Transformers, research on linear attention has gained significant momentum. However, the improvement strategies for attention mechanisms typically necessitate extensive retraining, which is impractical for large language models with a vast array of pa…

2024

Image Processing GNN: Breaking Rigidity in Super-Resolution

CVPR 2024poster

Super-Resolution (SR) reconstructs high-resolution images from low-resolution ones. CNNs and window-attention methods are two major categories of canonical SR models. However these measures are rigid: in both operations each pixel gathers the same number of neighboring pixels hindering their effecti…

2024

Learning Quantized Adaptive Conditions for Diffusion Models

ECCV 2024poster

"The curvature of ODE trajectories in diffusion models hinders their ability to generate high-quality images in a few number of function evaluations (NFE). In this paper, we propose a novel and effective approach to reduce trajectory curvature by utilizing adaptive conditions. By employing a extreme…

Cited by 0SourcePDFScholar
2024

Multiscale Positive-Unlabeled Detection of AI-Generated Texts

ICLR 2024spotlight

Recent releases of Large Language Models (LLMs), e.g. ChatGPT, are astonishing at generating human-like texts, but they may impact the authenticity of texts. Previous works proposed methods to detect these AI-generated texts, including simple ML classifiers, pretrained-model-based zero-shot methods,…

2024

Rethinking Optimization and Architecture for Tiny Language Models

ICML 2024poster

The power of large language models (LLMs) has been demonstrated through numerous data and computing resources. However, the application of language models on mobile devices is facing huge challenge on the computation and memory costs, that is, tiny language models with high performance are urgently…

2024

U-DiTs: Downsample Tokens in U-Shaped Diffusion Transformers

NeurIPS 2024poster

Diffusion Transformers (DiTs) introduce the transformer architecture to diffusion tasks for latent-space image generation. With an isotropic architecture that chains a series of transformer blocks, DiTs demonstrate competitive performance and good scalability; but meanwhile, the abandonment of U-Net…

2023

Towards Higher Ranks via Adversarial Weight Pruning

NeurIPS 2023poster

Convolutional Neural Networks (CNNs) are hard to deploy on edge devices due to its high computation and storage complexities. As a common practice for model compression, network pruning consists of two major categories: unstructured and structured pruning, where unstructured pruning constantly perfo…