← Search

Kun yuan

64 accepted papers

2026

CR-Net: Scaling Parameter-Efficient Training with Cross-Layer Low-Rank Structure

ICLR 2026poster

Low-rank architectures have become increasingly important for efficient large language model (LLM) pre-training, providing substantial reductions in both parameter complexity and memory/computational demands. Despite these advantages, current low-rank methods face three critical shortcomings: (1) co…

Cited by 0SourceScholar
2026

Do VLMs Perceive or Recall? Probing Visual Perception vs. Memory with Classic Visual Illusions

CVPR 2026

Large Vision-Language Models (VLMs) often answer classic visual illusions "correctly" on original images, yet persist with the same responses when illusion factors are inverted, even though the visual change is obvious to humans. This raises a fundamental question: do VLMs perceive visual changes or

Cited by 0SourceScholar
2026

From Panel to Pixel: Zoom-In Vision-Language Pretraining from Biomedical Scientific Literature

CVPR 2026

There is growing interest in biomedical vision--language models trained on scientific literature. However, most pipelines compress rich multi-panel figures and long captions into coarse figure-level pairs, discarding the fine-grained correspondences clinicians rely on when zooming into local structu

Cited by 0SourceScholar
2026

Grouter: Decoupling Routing from Representation for Accelerated MoE Training

ICML 2026poster

Traditional Mixture-of-Experts (MoE) training typically proceeds without any structural priors, effectively requiring the model to simultaneously train expert weights while searching for an optimal routing policy within a vast combinatorial space. This entanglement often leads to sluggish convergenc…

Cited by 0SourceScholar
2026

Mixture of Distributions Matters: Dynamic Sparse Attention for Efficient Video Diffusion Transformers

ICML 2026poster

While Diffusion Transformers (DiTs) have achieved notable progress in video generation, this long-sequence generation task remains constrained by the quadratic complexity inherent to self-attention mechanisms, creating significant barriers to practical deployment. Although sparse attention methods a…

Cited by 0SourceScholar
2026

OptMaster: A DAG-Based Framework for Formulation and Heuristic Discovery in Optimization

ICML 2026poster

Optimization problems are fundamental across science and industry, including planning, scheduling, and resource allocation. While LLMs show promise in automating optimization, they struggle to bridge the gap between real-world requirements and both mathematical formulations and effective heuristic d…

Cited by 0SourceScholar
2026

OptProver: Bridging Olympiad and Optimization through Continual Training in Formal Theorem Proving

ICML 2026poster

Recent advances in formal theorem proving have focused on Olympiad-level mathematics, leaving undergraduate domains largely unexplored. Optimization, fundamental to machine learning, operations research, and scientific computing, remains underserved by existing provers. Its reliance on domain-specif…

Cited by 0SourceScholar
2026

Row-stochastic matrices can provably outperform doubly stochastic matrices in decentralized learning

ICML 2026poster

Decentralized learning often involves a weighted global loss with heterogeneous node weights $\lambda$. We revisit two natural strategies for incorporating these weights: (i) embedding them into the local losses to retain a uniform weight (and thus a doubly stochastic matrix), and (ii) keeping the o…

Cited by 0SourceScholar
2026

Scaling up Multi-Turn Off-Policy RL and Multi-Agent Tree Search for LLM Step-Provers

ICML 2026poster

The integration of Large Language Models (LLMs) with automated theorem proving has shown immense promise, yet is constrained by challenges in scaling up both training-time reinforcement learning (RL) and inference-time compute. This paper introduces BFS-Prover-V2, a step-level theorem proving system…

Cited by 0SourceScholar
2026

Score2Instruct: Scaling Up Video Quality-Centric Instructions via Automated Dimension Scoring

CVPR 2026

Classical video quality assessment (VQA) methods generate a numerical score to judge a video's perceived visual fidelity and clarity. Yet, a score fails to describe the video's complex quality dimensions (e.g., noise), restricting its applicability. Benefiting from the human-friendly linguistic outp

Cited by 0SourcecodeScholar
2026

Synergistic Intra- and Cross-Layer Regularization Losses for MoE Expert Specialization

ICML 2026poster

Sparse Mixture-of-Experts (MoE) models scale Transformers efficiently but suffer from expert overlap, where different experts process similar tokens and learn redundant functions, resulting in ambiguous routing and underutilized capacity. While architectural solutions like DeepSeek-style shared expe…

Cited by 0SourceScholar
2026

Where It Moves, It Matters: Referring Surgical Instrument Segmentation via Motion

AAAI 2026technical

Enabling intuitive, language-driven interaction with surgical scenes is a critical step toward intelligent operating rooms and autonomous surgical robotic assistance. However, the task of referring segmentation, localizing surgical instruments based on natural language descriptions, remains underexp

Cited by 0SourcePDFScholar
2025

A Memory Efficient Randomized Subspace Optimization Method for Training Large Language Models

ICML 2025poster

The memory challenges associated with training Large Language Models (LLMs) have become a critical concern, particularly when using the Adam optimizer. To address this issue, numerous memory-efficient techniques have been proposed, with GaLore standing out as a notable example designed to reduce the…

Cited by 1SourcePDFScholar
2025

Achieving Linear Speedup and Near-Optimal Complexity for Decentralized Optimization over Row-stochastic Networks

ICML 2025spotlight

A key challenge in decentralized optimization is determining the optimal convergence rate and designing algorithms to achieve it. While this problem has been extensively addressed for doubly-stochastic and column-stochastic mixing matrices, the row-stochastic scenario remains unexplored. This paper…

Cited by 0SourcePDFScholar
2025

Distributed Retraction-Free and Communication-Efficient Optimization on the Stiefel Manifold

ICML 2025poster

Optimization problems on the Stiefel manifold, ranging from principal component analysis to enhancing neural network robustness, are ubiquitous in machine learning. The Landing algorithm avoids computationally expensive retraction operations on manifolds, making it highly competitive for large-scale…

Cited by 0SourcePDFScholar
2025

Efficient First-Order Optimization on the Pareto Set for Multi-Objective Learning under Preference Guidance

ICML 2025spotlight

Multi-objective learning under user-specified preference is common in real-world problems such as multi-lingual speech recognition under fairness. In this work, we frame such a problem as a semivectorial bilevel optimization problem, whose goal is to optimize a pre-defined preference function, subje…

Cited by 0SourcePDFScholar
2025

EndoVLA: Dual-Phase Vision-Language-Action for Precise Autonomous Tracking in Endoscopy

CoRL 2025poster

In endoscopic procedures, autonomous tracking of abnormal regions and following of circumferential cutting markers can significantly reduce the cognitive burden on endoscopists. However, conventional model-based pipelines are fragile—each component (e.g., detection, motion planning) requires manual…

Cited by 0SourceScholar
2025

Enhancing Zeroth-order Fine-tuning for Language Models with Low-rank Structures

ICLR 2025poster

Parameter-efficient fine-tuning (PEFT) significantly reduces memory costs when adapting large language models (LLMs) for downstream applications. However, traditional first-order (FO) fine-tuning algorithms incur substantial memory overhead due to the need to store activation values for back-propaga…

2025

HATA: Trainable and Hardware-Efficient Hash-Aware Top-k Attention for Scalable Large Model Inference

ACL 2025finding

Large Language Models (LLMs) have emerged as a pivotal research area, yet the attention module remains a critical bottleneck in LLM inference, even with techniques like KVCache to mitigate redundant computations. While various top-k attention mechanisms have been proposed to accelerate LLM inference…

2025

Improving Model Representation and Reducing KV Cache via Skip Connections with First Value Heads

NeurIPS 2025poster

Transformer models have driven breakthroughs across various language tasks by their strong capability to learn rich contextual representations. Scaling them to improve representation, however, often demands substantial memory and compute costs, such as the Key-Value (KV) cache used during auto-regre…

Cited by 0SourcecodeScholar
2025

KVQ: Boosting Video Quality Assessment via Saliency-guided Local Perception

CVPR 2025poster

Video Quality Assessment (VQA), which intends to predict the perceptual quality of videos, has attracted increasing attention. Due to factors like motion blur or specific distortions, the quality of different regions in a video varies. Recognizing the region-wise local quality within a video is bene…

2025

MISA: Memory-Efficient LLMs Optimization with Module-wise Importance Sampling

NeurIPS 2025poster

The substantial memory demands of pre-training and fine-tuning large language models (LLMs) require memory-efficient optimization algorithms. One promising approach is layer-wise optimization, which treats each transformer block as a single layer and optimizes it sequentially, while freezing the oth…

Cited by 0SourceScholar
2025

MM-OR: A Large Multimodal Operating Room Dataset for Semantic Understanding of High-Intensity Surgical Environments

CVPR 2025poster

Operating rooms (ORs) are complex, high-stakes environments requiring precise understanding of interactions among medical staff, tools, and equipment for enhancing surgical assistance, situational awareness, and patient safety. Current datasets fall short in scale, realism and do not capture the mul…

2025

MeCeFO: Enhancing LLM Training Robustness via Fault-Tolerant Optimization

NeurIPS 2025poster

As distributed optimization scales to meet the demands of Large Language Model (LLM) training, hardware failures become increasingly non-negligible. Existing fault-tolerant training methods often introduce significant computational or memory overhead, demanding additional resources. To address this…

Cited by 0SourceScholar
2025

Medical Multimodal Model Stealing Attacks via Adversarial Domain Alignment

AAAI 2025technical

Medical multimodal large language models (MLLMs) are becoming an instrumental part of healthcare systems, assisting medical personnel with decision making and results analysis. Models for radiology report generation are able to interpret medical imagery, thus reducing the workload of radiologists. A…

Cited by 1SourcePDFScholar
2025

OphCLIP: Hierarchical Retrieval-Augmented Learning for Ophthalmic Surgical Video-Language Pretraining

ICCV 2025poster

Vision-language pretraining (VLP) enables open-world generalization beyond predefined labels, a critical capability in surgery due to the diversity of procedures, instruments, and patient anatomies. However, applying VLP to ophthalmic surgery presents unique challenges, including limited vision-lang…

2025

ReEvalMed: Rethinking Medical Report Evaluation by Aligning Metrics with Real-World Clinical Judgment

EMNLP 2025

Automatically generated radiology reports often receive high scores from existing evaluation metrics but fail to earn clinicians’ trust. This gap reveals fundamental flaws in how current metrics assess the quality of generated reports. We rethink the design and evaluation of these metrics and propos

2025

Subspace Optimization for Large Language Models with Convergence Guarantees

ICML 2025poster

Subspace optimization algorithms, such as GaLore (Zhao et al., 2024), have gained attention for pre-training and fine-tuning large language models (LLMs) due to their memory efficiency. However, their convergence guarantees remain unclear, particularly in stochastic settings. In this paper, we revea…

2025

Visual Autoregressive Modeling for Image Super-Resolution

ICML 2025poster

Image Super-Resolution (ISR) has seen significant progress with the introduction of remarkable generative models. However, challenges such as the trade-off issues between fidelity and realism, as well as computational complexity, have also posed limitations on their application. Building upon the tr…

2024

Distributed Bilevel Optimization with Communication Compression

ICML 2024poster

Stochastic bilevel optimization tackles challenges involving nested optimization structures. Its fast-growing scale nowadays necessitates efficient distributed algorithms. In conventional distributed bilevel methods, each worker must transmit full-dimensional stochastic gradients to the server every…

Cited by 2SourcePDFScholar
2024

KVQ: Kwai Video Quality Assessment for Short-form Videos

CVPR 2024poster

Short-form UGC video platforms like Kwai and TikTok have been an emerging and irreplaceable mainstream media form thriving on user-friendly engagement and kaleidoscope creation etc. However the advancing content generation modes e.g. special effects and sophisticated processing workflows e.g. de-art…

2024

Momentum Benefits Non-iid Federated Learning Simply and Provably

ICLR 2024poster

Federated learning is a powerful paradigm for large-scale machine learning, but it faces significant challenges due to unreliable network connections, slow commu- nication, and substantial data heterogeneity across clients. FedAvg and SCAFFOLD are two prominent algorithms to address these challenges…

Cited by 26SourcePDFScholar
2024

PTM-VQA: Efficient Video Quality Assessment Leveraging Diverse PreTrained Models from the Wild

CVPR 2024poster

Video quality assessment (VQA) is a challenging problem due to the numerous factors that can affect the perceptual quality of a video e.g. content attractiveness distortion type motion pattern and level. However annotating the Mean opinion score (MOS) for videos is expensive and time-consuming which…

Cited by 5SourcePDFScholar
2024

Procedure-Aware Surgical Video-language Pretraining with Hierarchical Knowledge Augmentation

NeurIPS 2024spotlight

Surgical video-language pretraining (VLP) faces unique challenges due to the knowledge domain gap and the scarcity of multi-modal data. This study aims to bridge the gap by addressing issues regarding textual information loss in surgical lecture videos and the spatial-temporal challenges of surgical…

2024

SPARKLE: A Unified Single-Loop Primal-Dual Framework for Decentralized Bilevel Optimization

NeurIPS 2024poster

This paper studies decentralized bilevel optimization, in which multiple agents collaborate to solve problems involving nested optimization structures with neighborhood communications. Most existing literature primarily utilizes gradient tracking to mitigate the influence of data heterogeneity, with…

Cited by 2SourcePDFScholar
2024

XPSR: Cross-modal Priors for Diffusion-based Image Super-Resolution

ECCV 2024poster

"Diffusion-based methods, endowed with a formidable generative prior, have received increasing attention in Image Super-Resolution (ISR) recently. However, as low-resolution (LR) images often undergo severe degradation, it is challenging for ISR models to perceive the semantic and degradation inform…

2023

AdaNPC: Exploring Non-Parametric Classifier for Test-Time Adaptation

ICML 2023poster

Many recent machine learning tasks focus to develop models that can generalize to unseen distributions. Domain generalization (DG) has become one of the key topics in various fields. Several literatures show that DG can be arbitrarily hard without exploiting target domain information. To address thi…

2023

BEVHeight: A Robust Framework for Vision-Based Roadside 3D Object Detection

CVPR 2023poster

While most recent autonomous driving system focuses on developing perception methods on ego-vehicle sensors, people tend to overlook an alternative approach to leverage intelligent roadside cameras to extend the perception ability beyond the visual range. We discover that the state-of-the-art vision…

2023

DSGD-CECA: Decentralized SGD with Communication-Optimal Exact Consensus Algorithm

ICML 2023poster

Decentralized Stochastic Gradient Descent (SGD) is an emerging neural network training approach that enables multiple agents to train a model collaboratively and simultaneously. Rather than using a central parameter server to collect gradients from all the agents, each agent keeps a copy of the mode…

2023

Quality-Aware Pre-Trained Models for Blind Image Quality Assessment

CVPR 2023poster

Blind image quality assessment (BIQA) aims to automatically evaluate the perceived quality of a single image, whose performance has been improved by deep learning-based methods in recent years. However, the paucity of labeled data somewhat restrains deep learning-based BIQA methods from unleashing t…

Cited by 99SourcePDFScholar
2023

Unbiased Compression Saves Communication in Distributed Optimization: When and How Much?

NeurIPS 2023poster

Communication compression is a common technique in distributed optimization that can alleviate communication overhead by transmitting compressed gradients and model parameters. However, compression can introduce information distortion, which slows down convergence and incurs more communication round…

Cited by 9SourcePDFScholar
2022

Communication-Efficient Topologies for Decentralized Learning with $O(1)$ Consensus Rate

NeurIPS 2022accept

Decentralized optimization is an emerging paradigm in distributed learning in which agents achieve network-wide solutions by peer-to-peer communication without the central server. Since communication tends to be slower than computation, when each agent communicates with only a few neighboring agent…

2022

Effective Model Sparsification by Scheduled Grow-and-Prune Methods

ICLR 2022poster

Deep neural networks (DNNs) are effective in solving many real-world problems. Larger DNN models usually exhibit better quality (e.g., accuracy) but their excessive computation results in long inference time. Model sparsification can reduce the computation and memory cost while maintaining model qua…

2022

Lower Bounds and Nearly Optimal Algorithms in Distributed Learning with Communication Compression

NeurIPS 2022accept

Recent advances in distributed optimization and learning have shown that communication compression is one of the most effective means of reducing communication. While there have been many results for convergence rates with compressed communication, a lower bound is still missing. Analyses of algori…

Cited by 30SourcePDFScholar
2022

Revisiting Optimal Convergence Rate for Smooth and Non-convex Stochastic Decentralized Optimization

NeurIPS 2022accept

While numerous effective decentralized algorithms have been proposed with theoretical guarantees and empirical successes, the performance limits in decentralized optimization, especially the influence of network topology and its associated weight matrix on the optimal convergence rate, have not been…

Cited by 23SourcePDFScholar
2021

Accelerating Gossip SGD with Periodic Global Averaging

ICML 2021spotlight

Communication overhead hinders the scalability of large-scale distributed training. Gossip SGD, where each node averages only with its neighbors, is more communication-efficient than the prevalent parallel SGD. However, its convergence rate is reversely proportional to quantity $1-\beta$ which measu…

Cited by 48SourcePDFScholar
2021

An Improved Analysis and Rates for Variance Reduction under Without-replacement Sampling Orders

NeurIPS 2021poster

When applying a stochastic algorithm, one must choose an order to draw samples. The practical choices are without-replacement sampling orders, which are empirically faster and more cache-friendly than uniform-iid-sampling but often have inferior theoretical guarantees. Without-replacement sampling i…

Cited by 16SourcePDFScholar
2021

DecentLaM: Decentralized Momentum SGD for Large-Batch Deep Training

ICCV 2021poster

The scale of deep learning nowadays calls for efficient distributed training algorithms. Decentralized momentum SGD (DmSGD), in which each node averages only with its neighbors, is more communication efficient than vanilla Parallel momentum SGD that incurs global average across all computing nodes.…

Cited by 58PDFcodeScholar
2021

Differentiable Dynamic Wirings for Neural Networks

ICCV 2021poster

A standard practice of deploying deep neural networks is to apply the same architecture to all the input instances. However, a fixed architecture may not be suitable for different data with high diversity. To boost the model capacity, existing methods usually employ larger convolutional kernels or d…

Cited by 6PDFScholar
2021

Exponential Graph is Provably Efficient for Decentralized Deep Training

NeurIPS 2021poster

Decentralized SGD is an emerging training method for deep learning known for its much less (thus faster) communication per iteration, which relaxes the averaging step in parallel SGD to inexact averaging. The less exact the averaging is, however, the more the total iterations the training needs to t…

2021

Incorporating Convolution Designs Into Visual Transformers

ICCV 2021poster

Motivated by the success of Transformers in natural language processing (NLP) tasks, there exist some attempts (e.g., ViT and DeiT) to apply Transformers to the vision domain. However, pure Transformer architectures often require a large amount of training data or extra supervision to obtain compara…

Cited by 659PDFcodeScholar
2021

Learning N:M Fine-grained Structured Sparse Neural Networks From Scratch

ICLR 2021poster

Sparsity in Deep Neural Networks (DNNs) has been widely studied to compress and accelerate the models on resource-constrained environments. It can be generally categorized into unstructured fine-grained sparsity that zeroes out multiple individual weights distributed across the neural network, and s…

2020

Learning Connectivity of Neural Networks from a Topological Perspective

ECCV 2020poster

Seeking effective neural networks is a critical and practical field in deep learning. Besides designing the depth, type of convolution, normalization, and nonlinearities, the topological connectivity of neural networks is also important. Previous principles of rule-based modular design simplify the…

Cited by 5SourcePDFScholar
2020

Towards Content-Independent Multi-Reference Super-Resolution: Adaptive Pattern Matching and Feature Aggregation

ECCV 2020poster

Recovering realistic textures from a largely down-sampled low resolution (LR) image with complicated patterns is a challenging problem in image super-resolution. This work investigates a novel multi-reference based super-resolution problem by proposing a Content Independent Multi-Reference Super-Res…

Cited by 34SourcePDFScholar
2019

A Linearly Convergent Proximal Gradient Algorithm for Decentralized Optimization

NeurIPS 2019poster

Decentralized optimization is a powerful paradigm that finds applications in engineering and learning design. This work studies decentralized composite optimization problems with non-smooth regularization terms. Most existing gradient-based proximal decentralized methods are known to converge to…

Cited by 82SourcePDFScholar