← Search

Tong Wei

31 accepted papers

2026

DC-Merge: Improving Model Merging with Directional Consistency

CVPR 2026

Model merging aims to integrate multiple task-adapted models into a unified model that preserves the knowledge of each task. In this paper, we identify that the key to this knowledge retention lies in maintaining the directional consistency of singular spaces between merged multi-task vector and ind

Cited by 0SourcecodeScholar
2026

GTR-Turbo: Merged Checkpoint is Secretly a Free Teacher for Agentic VLM Training

CVPR 2026

Multi-turn reinforcement learning (RL) for multi-modal agents built upon vision-language models (VLMs) is hampered by sparse rewards and long-horizon credit assignment. Recent methods densify the reward by querying a teacher that provides step-level feedback, e.g., Guided Thought Reinforcement (GTR)

Cited by 0SourceScholar
2026

KeepLoRA: Continual Learning with Residual Gradient Adaptation

ICLR 2026poster

Continual learning for pre-trained vision-language models requires balancing three competing objectives: retaining pre-trained knowledge, preserving knowledge from a sequence of learned tasks, and maintaining the plasticity to acquire new knowledge. This paper presents a simple but effective approac…

Cited by 0SourcecodeScholar
2026

Spectral Imbalance Causes Forgetting in Low-Rank Continual Adaptation

ICML 2026poster

Parameter-efficient continual learning aims to adapt pre-trained models to sequential tasks without forgetting previously acquired knowledge. Most existing approaches treat continual learning as avoiding interference with past updates, rather than considering what properties make the current task-sp…

Cited by 0SourceScholar
2026

TSPE-GS: Probabilistic Depth Extraction for Semi-Transparent Surface Reconstruction via 3D Gaussian Splatting

AAAI 2026technical

3D Gaussian Splatting-based geometry reconstruction is regarded as an excellent paradigm due to its favorable trade-off between speed and reconstruction quality. However, such 3D Gaussian-based reconstruction pipelines often face challenges when reconstructing semi-transparent surfaces, hindering th

Cited by 0SourcePDFScholar
2025

Adaptive Divergence Regularized Policy Optimization for Fine-tuning Generative Models

NeurIPS 2025poster

Balancing exploration and exploitation during reinforcement learning fine-tuning of generative models presents a critical challenge, as existing approaches rely on fixed divergence regularization that creates an inherent dilemma: strong regularization preserves model capabilities but limits reward o…

Cited by 0SourceScholar
2025

Cramér-Rao Bounds for Wideband Near-Field Sensing

ICASSP 2025accepted

The evolution of array signal processing technologies is progressing toward the deployment of compact, densely arranged sensors to form extremely large aperture arrays (ELAA), aiming to significantly improve angular resolution and beamforming gain. In this paper, we propose a wideband near-field sen…

Cited by 0SourceScholar
2025

GTR: Guided Thought Reinforcement Prevents Thought Collapse in RL-based VLM Agent Training

ICCV 2025poster

Reinforcement learning with verifiable outcome rewards (RLVR) has effectively scaled up chain-of-thought (CoT) reasoning in large language models (LLMs). Yet, its efficacy in training vision-language model (VLM) agents for goal-directed action reasoning in visual environments is less established. Th…

Cited by 0SourcePDFScholar
2025

LADA: Scalable Label-Specific CLIP Adapter for Continual Learning

ICML 2025poster

Continual learning with vision-language models like CLIP offers a pathway toward scalable machine learning systems by leveraging its transferable representations. Existing CLIP-based methods adapt the pre-trained image encoder by adding multiple sets of learnable parameters, with each task using a p…

2025

Semi-Supervised CLIP Adaptation by Enforcing Semantic and Trapezoidal Consistency

ICLR 2025poster

Vision-language pre-training models, such as CLIP, have demonstrated strong capability in rapidly adapting to downstream tasks through fine-tuning, and have been widely applied across various tasks. However, when the downstream tasks are constrained by limited image-text paired data, CLIP struggles…

2025

Weakly-Supervised Contrastive Learning for Imprecise Class Labels

ICML 2025spotlight

Contrastive learning has achieved remarkable success in learning effective representations, with supervised contrastive learning often outperforming self-supervised approaches. However, in real-world scenarios, data annotations are often ambiguous or inaccurate, meaning that class labels may not rel…

2025

X-Mahalanobis: Transformer Feature Mixing for Reliable OOD Detection

NeurIPS 2025poster

Recognizing out-of-distribution (OOD) samples is essential for deploying robust machine learning systems in open-world environments. While conventional OOD detection approaches rely on feature representations from the penultimate layer of neural networks, they often overlook informative signals embe…

Cited by 0SourcecodeScholar
2024

Bridging the Gap: Learning Pace Synchronization for Open-World Semi-Supervised Learning

IJCAI 2024poster

In open-world semi-supervised learning, a machine learning model is tasked with uncovering novel categories from unlabeled data while maintaining performance on seen categories from labeled data. The central challenge is the substantial learning gap between seen and novel categories, as the model le…

2024

Continuous Contrastive Learning for Long-Tailed Semi-Supervised Recognition

NeurIPS 2024poster

Long-tailed semi-supervised learning poses a significant challenge in training models with limited labeled data exhibiting a long-tailed label distribution. Current state-of-the-art LTSSL approaches heavily rely on high-quality pseudo-labels for large-scale unlabeled data. However, these methods oft…

2024

Dual Critic Reinforcement Learning under Partial Observability

NeurIPS 2024poster

Partial observability in environments poses significant challenges that impede the formation of effective policies in reinforcement learning. Prior research has shown that borrowing the complete state information can enhance sample efficiency. This strategy, however, frequently encounters unstable l…

Cited by 0SourcePDFScholar
2024

Learning Label Shift Correction for Test-Agnostic Long-Tailed Recognition

ICML 2024poster

Long-tail learning primarily focuses on mitigating the label distribution shift between long-tailed training data and uniformly distributed test data. However, in real-world applications, we often encounter a more intricate challenge where the test label distribution is agnostic. To address this pro…

2024

Long-Tail Learning with Foundation Model: Heavy Fine-Tuning Hurts

ICML 2024poster

The fine-tuning paradigm in addressing long-tail learning tasks has sparked significant interest since the emergence of foundation models. Nonetheless, how fine-tuning impacts performance in long-tail learning was not explicitly quantified. In this paper, we disclose that heavy fine-tuning may even…

2024

Vision-Language Models are Strong Noisy Label Detectors

NeurIPS 2024poster

Recent research on fine-tuning vision-language models has demonstrated impressive performance in various downstream tasks. However, the challenge of obtaining accurately labeled data in real-world applications poses a significant obstacle during the fine-tuning process. To address this challenge, th…

2023

Can Label-Specific Features Help Partial-Label Learning?

AAAI 2023technical

Partial label learning (PLL) aims to learn from inexact data annotations where each training example is associated with a coarse candidate label set. Due to its practicability, many PLL algorithms have been proposed in recent literature. Most prior PLL works attempt to identify the ground-truth labe…

2023

RIS-Aided Wideband DFRC with Reconfigurable Holographic Surface

ICASSP 2023accepted

Dual-function radar-communications (DFRC) systems generally employ reconfigurable intelligent surface (RIS) as a reflector in the wireless media to enable non-line-of-sight (NLoS) sensing and communications. Different from RIS, reconfigurable holographic surface (RHS) are the surfaces with an embedd…

Cited by 4SourceScholar
2023

Stochastic Feature Averaging for Learning with Long-Tailed Noisy Labels

IJCAI 2023poster

Deep neural networks have shown promising results on a wide variety of tasks using large-scale and well-annotated training datasets. However, data collected from real-world applications can suffer from two prevalent biases, i.e., long-tailed class distribution and label noise. Previous efforts on lo…

2021

NGC: A Unified Framework for Learning With Open-World Noisy Data

ICCV 2021poster

The existence of noisy data is prevalent in both the training and testing phases of machine learning systems, which inevitably leads to the degradation of model performance. There have been plenty of works concentrated on learning with in-distribution (IND) noisy labels in the last decade, i.e., som…

Cited by 107PDFScholar
2019

MIMO Radar Transmit Beampattern Synthesis via Waveform Design for Target Localization

ICASSP 2019accepted

The problem of transmit beampattern synthesis in multiple input multiple output (MIMO) radar for target localization is investigated in this paper. By appropriately designing the cross correlation matrix of the transmitted signal waveforms, we can focus the transmit energy into the sector(s) of inte…

Cited by 0SourceScholar