← Search

Yuxi Liu

13 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

DSFedMed: Dual-Scale Federated Medical Image Segmentation via Mutual Distillation Between Foundation and Lightweight Models

AAAI 2026technical

Foundation Models (FMs) have demonstrated strong generalization across diverse vision tasks. However, their deployment in federated settings is hindered by high computational demands, substantial communication overhead, and significant inference costs. We propose DSFedMed, a dual-scale federated fra

Cited by 0SourcePDFScholar
2026

How Hard Is It to Rig a Tournament When Few Players Can Beat or Be Beaten by the Favorite?

AAAI 2026technical

In knockout tournaments, players compete in successive rounds, with losers eliminated and winners advancing until a single champion remains. Given a tournament digraph D, which encodes the outcomes of all possible matches, and a designated player v* in V(D), the Tournament Fixing problem (TFP) asks

Cited by 0SourcePDFScholar
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

Predicting Kernel Regression Learning Curves from Only Raw Data Statistics

ICLR 2026poster

We study kernel regression with common rotation-invariant kernels on real datasets including CIFAR-5m, SVHN, and ImageNet. We give a theoretical framework that predicts learning curves (test risk vs. sample size) from only two measurements: the empirical data covariance matrix and an empirical polyn…

Cited by 0SourceScholar
2026

RM-RL: Role-Model Reinforcement Learning for Precise Robot Manipulation

ICRA 2026poster

Precise robot manipulation is critical for fine-grained applications such as chemical and biological experiments, where even small errors (e.g., reagent spillage) can invalidate an entire task. Existing approaches often rely on pre-collected expert demonstrations and train policies via imitation lea…

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

Neural B-frame Video Compression with Bi-directional Reference Harmonization

NeurIPS 2025poster

Neural video compression (NVC) has made significant progress in recent years, while neural B-frame video compression (NBVC) remains underexplored compared to P-frame compression. NBVC can adopt bi-directional reference frames for better compression performance. However, NBVC's hierarchical coding ma…

Cited by 0SourcecodeScholar
2025

Once-for-All: Controllable Generative Image Compression with Dynamic Granularity Adaptation

ICLR 2025poster

Although recent generative image compression methods have demonstrated impressive potential in optimizing the rate-distortion-perception trade-off, they still face the critical challenge of flexible rate adaptation to diverse compression necessities and scenarios. To overcome this challenge, this pa…

Cited by 1SourcePDFScholar
2025

Searching Efficient Semantic Segmentation Architectures via Dynamic Path Selection

NeurIPS 2025poster

Existing NAS methods for semantic segmentation typically apply uniform optimization to all candidate networks (paths) within a one-shot supernet. However, the concurrent existence of both promising and suboptimal paths often results in inefficient weight updates and gradient conflicts. This issue is…

Cited by 0SourceScholar
2024

SAH-SCI: Self-Supervised Adapter for Efficient Hyperspectral Snapshot Compressive Imaging

ECCV 2024poster

"Hyperspectral image (HSI) reconstruction is vital for recovering spatial-spectral information from compressed measurements in coded aperture snapshot spectral imaging (CASSI) systems. Despite the effectiveness of end-to-end and deep unfolding methods, their reliance on substantial training data pos…