← Search

Xin Lai

21 accepted papers

2026

Making Every Head Count: Sparse Attention Without the Speed-Performance Trade-off

AAAI 2026technical

The design of Large Language Models (LLMs) has long been hampered by a fundamental conflict within their core attention mechanism: its remarkable expressivity is built upon a computational complexity of O(H·N²) that grows quadratically with the context size (N) and linearly with the number of heads

Cited by 0SourcePDFScholar
2026

Mini-o3: Scaling Up Reasoning Patterns and Interaction Turns for Visual Search

ICLR 2026poster

Recent advances in large multimodal models have leveraged image-based tools with reinforcement learning to tackle visual problems. However, existing open-source approaches often exhibit monotonous reasoning patterns and allow only a limited number of interaction turns, making them inadequate for dif…

Cited by 0SourcecodeScholar
2026

Mosaic Pruning: A Hierarchical Framework for Generalizable Pruning of Mixture-of-Experts Models

AAAI 2026technical

Sparse Mixture-of-Experts (SMoE) architectures have enabled a new frontier in scaling Large Language Models (LLMs), offering superior performance by activating only a fraction of their total parameters during inference. However, their practical deployment is severely hampered by substantial static m

Cited by 0SourcePDFScholar
2026

RaGEP: Rank-aware Geometric Expert Pruning for Mixture-of-Experts Language Models

ICML 2026poster

Sparse Mixture-of-Experts (MoE) architectures scale model capacity efficiently but suffer from massive static parameter footprints, creating significant deployment burdens on memory-constrained hardware. Existing post-training pruning methods often rely on scalar statistics, ignoring the representat…

Cited by 0SourceScholar
2026

Regret Pre-training: Bridging Prior and Posterior Views for Enhanced Knowledge Grounding

ICML 2026poster

Causal language models factorize sequence probabilities using only preceding context, leaving future information unexploited during training despite its availability in the training data. This paper introduces Regret Pre-training, a self-supervised framework grounded in the Learning Using Privileged…

Cited by 0SourceScholar
2026

VideoZoomer: Reinforcement-Learned Temporal Focusing for Long Video Reasoning

ICLR 2026poster

Multimodal Large Language Models (MLLMs) have achieved remarkable progress in vision-language tasks yet remain limited in long video understanding due to the limited context window. Consequently, prevailing approaches tend to rely on uniform frame sampling or static pre-selection, which might overlo…

Cited by 0SourceScholar
2025

LHQ-SVC: Lightweight and High Quality Singing Voice Conversion Modeling

ICASSP 2025accepted

Singing Voice Conversion (SVC) has emerged as a significant subfield of Voice Conversion (VC), enabling the transformation of one singer’s voice into another while preserving musical elements such as melody, rhythm, and timbre. Traditional SVC methods have limitations in terms of audio quality, data…

Cited by 0SourceScholar
2025

Multi-Label Ranking Loss Minimization for Matrix Completion

AAAI 2025technical

The common matrix completion methods minimize the rank of the matrix to be completed in addition to the Hamming loss between the incomplete and completed matrices. The rank of matrix measures the linear relation among the vectors of matrix, which may introduce ambiguity for data recovery. To cope wi…

2025

Self-Training with Dynamic Weighting for Robust Gradual Domain Adaptation

NeurIPS 2025poster

In this paper, we propose a new method called \textit{Self-Training with Dynamic Weighting} (STDW), which aims to enhance robustness in Gradual Domain Adaptation (GDA) by addressing the challenge of smooth knowledge migration from the source to the target domain. Traditional GDA methods mitigate dom…

Cited by 0SourceScholar
2025

VidEvo: Evolving Video Editing through Exhaustive Temporal Modeling

IJCAI 2025

Text-guided video editing (TGVE) has become a recent hotspot due to its entertainment value and practical applications. To reduce overhead, existing methods primarily extend from text-to-image diffusion models and typically involve reconstruction and editing phases. However, challenges persist, part

Cited by 0SourcePDFScholar
2025

VisionThink: Smart and Efficient Vision Language Model via Reinforcement Learning

NeurIPS 2025poster

Recent advancements in vision-language models (VLMs) have improved performance by increasing the number of visual tokens, which are often significantly longer than text tokens. However, we observe that most real-world scenarios do not require such an extensive number of visual tokens. While the perf…

Cited by 0SourceScholar
2024

LISA: Reasoning Segmentation via Large Language Model

CVPR 2024poster

Although perception systems have made remarkable advancements in recent years they still rely on explicit human instruction or pre-defined categories to identify the target objects before executing visual recognition tasks. Such systems cannot actively reason and comprehend implicit user intention.…

2024

LongLoRA: Efficient Fine-tuning of Long-Context Large Language Models

ICLR 2024oral

We present LongLoRA, an efficient fine-tuning approach that extends the context sizes of pre-trained large language models (LLMs), with limited computation cost. Typically, training LLMs with long context sizes is computationally expensive, requiring extensive training hours and GPU resources. For e…

2023

Learning Context-Aware Classifier for Semantic Segmentation

AAAI 2023technical

Semantic segmentation is still a challenging task for parsing diverse contexts in different scenes, thus the fixed classifier might not be able to well address varying feature distributions during testing. Different from the mainstream literature where the efficacy of strong backbones and effective…

2023

Mask-Attention-Free Transformer for 3D Instance Segmentation

ICCV 2023poster

Recently, transformer-based methods have dominated 3D instance segmentation, where mask attention is commonly involved. Specifically, object queries are guided by the initial instance masks in the first cross-attention, and then iteratively refine themselves in a similar manner. However, we observe…

Cited by 31PDFcodeScholar
2023

Spherical Transformer for LiDAR-Based 3D Recognition

CVPR 2023poster

LiDAR-based 3D point cloud recognition has benefited various applications. Without specially considering the LiDAR point distribution, most current methods suffer from information disconnection and limited receptive field, especially for the sparse distant points. In this work, we study the varying-…

2022

DecoupleNet: Decoupled Network for Domain Adaptive Semantic Segmentation

ECCV 2022poster

"Unsupervised domain adaptation in semantic segmentation alleviates the reliance on expensive pixel-wise annotation. It uses a labeled source domain dataset as well as unlabeled target domain images to learn a segmentation network. In this paper, we observe two main issues of existing domain-invaria…

2022

Generalized Few-Shot Semantic Segmentation

CVPR 2022poster

Training semantic segmentation models requires a large amount of finely annotated data, making it hard to quickly adapt to novel classes not satisfying this condition. Few-Shot Segmentation (FS-Seg) tackles this problem with many constraints. In this paper, we introduce a new benchmark, called Gener…

Cited by 109PDFcodeScholar
2022

Stratified Transformer for 3D Point Cloud Segmentation

CVPR 2022poster

3D point cloud segmentation has made tremendous progress in recent years. Most current methods focus on aggregating local features, but fail to directly model long-range dependencies. In this paper, we propose Stratified Transformer that is able to capture long-range contexts and demonstrates strong…

Cited by 520PDFcodeScholar
2021

Guided Point Contrastive Learning for Semi-Supervised Point Cloud Semantic Segmentation

ICCV 2021poster

Rapid progress in 3D semantic segmentation is inseparable from the advances of deep network models, which highly rely on large-scale annotated data for training. To address the high cost and challenges of 3D point-level labeling, we present a method for semi-supervised point cloud semantic segmentat…

Cited by 160PDFScholar
2021

Semi-Supervised Semantic Segmentation With Directional Context-Aware Consistency

CVPR 2021poster

Semantic segmentation has made tremendous progress in recent years. However, satisfying performance highly depends on a large number of pixel-level annotations. Therefore, in this paper, we focus on the semi-supervised segmentation problem where only a small set of labeled data is provided with a mu…

Cited by 277PDFcodeScholar