I am currently a third-year Master’s student at the College of Computer Science, Nankai University, advised by Prof. Xialei Liu and Prof. Ming-Ming Cheng. Prior to this, I received my bachelor’s degree from the School of Artificial Intelligence, Xidian University.

My research interests lie in Multi-modal Large Language Models (MLLMs) and Representation Learning. I firmly believe that representation is the cornerstone of AI systems, and I am dedicated to exploring robust and efficient representation learning approaches.

I am currently an Applied Research Intern at ByteDance, where I focus on the application and system design of Agentic MLLMs, specifically exploring memory mechanisms and Agentic RL.

My current research remains dedicated to enhancing the efficiency, safety, and foundational representation of MLLMs:

  • Visual Latent Reasoning: I am exploring collaborative optimization of state-conditioned and reasoning latents to achieve implicit “Chain-of-Thought” reasoning. By enhancing latent information density through decoder-based refinement, this approach aims to boost reasoning performance while significantly reducing inference costs. My experiments also investigate latent degradation issues in recent latent reasoning methods.
  • Efficient Capability Alignment: I am investigating methods to rectify and activate model capabilities using a minimal set of anchor tokens, aiming to bridge the performance gap between base models and RL-aligned models. This research focuses on “switching” models into high-reasoning states without the prohibitive cost of full-scale Reinforcement Learning.
  • Representation Learning: Designing Text-Conditioned Encoders to improve cross-modal alignment and foundational visual representation for MLLMs.
  • AI Safety: Investigating adversarial attacks and robustness for agents.

I am expected to graduate in 2026.06. I am currently actively seeking research-oriented job opportunities (Research Scientist/Engineer). If you have potential openings or are seeking any form of academic cooperation, please feel free to email me.

🔥 News

  • 2026.07: 🚀 I joined Inclusion AI as a Senior Algorithm Engineer, focusing on Multimodal LLMs.
  • 2026.06: 🚀 I graduated from Nankai University with my Master’s degree! Embarking on a new journey into the industry.
  • 2026.03: 🚀 I joined ByteDance as an Applied Research Intern, working on Agentic MLLMs.
  • 2026.03: 🎉 One paper is accepted by CVPR 2026, keywords: MLLMs, Visual Perception, Pretraining. See you in Denver!
  • 2026.03: 🎉 One paper is accepted by TMM, keywords: Incremental Learning.
  • 2025.10: 🎉 One paper is accepted by TMM, keywords: GCD, Fine-grained, SSL.
  • 2025.10: 🎉 One paper is accepted by TCSVT, keywords: Continual Self-supervised Learning.
  • 2025.09: 🎉 One paper is accepted by NeurIPS 2025, keywords: GUI Agent, RL.
  • 2025.06: 🎉 One paper is accepted by TMM, keywords: GCD, SSL.
View All News...
  • 2025.03: 🚀 I joined Tencent Youtu Lab as a Research Intern, working on MLLMs.
  • 2025.02: 🎉 One paper is accepted by CVPR 2025, keywords: GCD, VLM. See you in Nashville!
  • 2024.12: 🎉 One paper is accepted by TCSVT, keywords: OOD, SSL.
  • 2024.07: 🎉 One paper is accepted by ECCV 2024, keywords: Incremental Learning, Semantic Segmentation.
  • 2024.04: 🎉 One paper is accepted by IJCAI 2024, keywords: GCD, SSL.

📝 Publications

CVPR 2026
sym

Predictive Regularization Against Visual Representation Degradation in Multimodal Large Language Models
Enguang Wang, Qiang Wang, Yuanchen Wu, Ke Yan, Xinbin Yuan, Shouhong Ding, Xialei Liu, Ming-Ming Cheng

  • This paper conducts a systematic diagnosis to unveil the visual representation degradation phenomenon in MLLMs, identifying this phenomenon as a visual sacrifice driven by the singular text-generation objective.
  • It introduces Predictive Regularization (PRe), a lightweight self-supervised framework that preserves core visual competence by forcing degraded intermediate features to predict initial visual anchors.
CVPR 2025
sym

GET: Unlocking the Multi-modal Potential of CLIP for Generalized Category Discovery
Enguang Wang, Zhimao Peng, Zhengyuan Xie, Fei Yang, Xialei Liu, Ming-Ming Cheng

  • This paper introduces textual information for the GCD task. By projecting visual features into the input space of the CLIP’s text encoder, it solves the problem that unlabeled data cannot be processed by the text encoder.
  • Through cross-modal distillation and multi-modal joint training, GET achieves state-of-the-art results on multiple benchmarks, providing GCD a multi-modal paradigm.
NeurIPS 2025
sym

Enhancing Visual Grounding for GUI Agents via Self-Evolutionary Reinforcement Learning
Xinbin Yuan, Jian Zhang, Kaixin Li, Zhuoxuan Cai, Lujian Yao, Jie Chen, Enguang Wang, Qibin Hou, Jinwei Chen, Peng-Tao Jiang, Bo Li

  • This paper builds a GUI agent with an RL-based framework that incorporates three core strategies: (1) seed data curation to ensure high-quality training samples, (2) a dense policy gradient that provides continuous feedback based on prediction accuracy, and (3) a self-evolutionary reinforcement finetuning mechanism that iteratively refines the model using attention maps.
  • With 3k samples, the 7B-model achieves SOTA results on three grounding benchmarks.
IEEE TMM
sym

Learning Part Knowledge to Facilitate Category Understanding for Fine-Grained Generalized Category Discovery
Enguang Wang, Zhimao Peng, Zhengyuan Xie, Haori Lu, Fei Yang, Xialei Liu

  • This paper proposes PartGCD, including 1) Adaptive Part Decomposition, which automatically extracts class-specific semantic parts via Gaussian Mixture Models, and 2) Part Discrepancy Regularization, enforcing explicit separation between part features to amplify fine-grained local part distinctions.
  • Experiments demonstrate state-of-the-art performance across multiple fine-grained benchmarks while maintaining competitiveness on generic datasets.
View All Publications...
IJCAI 2024
sym

Let’s Start Over: Retraining with Selective Samples for Generalized Category Discovery
Zhimao Peng, Enguang Wang, Xialei Liu, Ming-Ming Cheng

  • This paper introduces a novel method using Nearest Neighbor Distance-aware Label Consistency sample selection. It creates class-consistent subsets for novel class sample clusters from the current GCD method, acting as “pseudo-labeled sets” to mitigate representation bias.
  • It proposes progressive supervised representation learning with selected samples to optimize the trade-off between quantity and purity in each subset.
  • The results demonstrate the superiority of the method in achieving improved performance in GCD tasks.
IEEE TMM
sym

Sharpness-aware Dynamic Anchor Selection for Generalized Category Discovery
Zhimao Peng, Enguang Wang, Fei Yang, Xialei Liu, Ming-Ming Cheng

  • This paper introduces a loss sharpness penalty into GCD, which generates more robust pseudo labels for training samples by minimizing the worst-case sharpness.
  • It proposes a novel dynamic anchor selection strategy to further improve the performance by assigning hard pseudo-labels to the selected unknown classes anchors.
  • Experimental results show a state-of-the-art performance
IEEE TCSVT
sym

Predictive sample assignment for semantically coherent out-of-distribution detection
Zhimao Peng, Enguang Wang, Xialei Liu, Ming-Ming Cheng

  • This paper analyzes the limitations of existing SCOOD methods based on the clustering-based binary In-distribution Filtering strategy and proposes to use dual-threshold ternary sample assignment to select more reliable auxiliary ID and OOD samples for the SCOOD task.
  • It proposes a predictive sample assignment framework for the SCOOD task, which includes a threshold sample assignment mechanism, an ID/OOD concept contrastive representation learning loss, and an additional sample retraining process. Experiments show a state-of-the-art performance.
ECCV 2024
sym

Early Preparation Pays Off: New Classifier Pre-tuning for Class Incremental Semantic Segmentation
Zhengyuan Xie, Haiquan Lu, Jia-wen Xiao, Enguang Wang, Le Zhang, Xialei Liu

  • This paper proposes a new classifier pre-tuning method that learns a transformation from all old classifiers to generate new classifiers with previous knowledge before the formal training process. It optimizes the initialization of transformation matrices, striking a balance between stability and plasticity.
  • Results show that the method can be readily integrated into other approaches and significantly enhances their performance.
IEEE TCSVT
sym

Bridging Inter-task Gap of Continual Self-supervised Learning with External Data
Haori Lu, Xusheng Cao, Linlan Huang, Enguang Wang, Fei Yang, Xialei Liu

  • This paper points out that existing CCSSL methods overlook the issue of inter-task data comparisons, and proposes BGE to incorporate external data into training to address this gap. It proposes a sampling algorithm to sample external data that are relevant to tasks and sufficiently diverse, while also filtering out OOD data.
  • Experiments show that BGE can be seamlessly integrated into existing CCSSL methods and consistently yields significant improvement.
IEEE TMM
sym

Restoring Forgotten Knowledge in Non-Exemplar Class Incremental Learning through Test-Time Semantic Evolution
Haori Lu, Xusheng Cao, Linlan Huang, Enguang Wang, Fei Yang, Xialei Liu

  • This paper highlights that the testing stages can help reduce forgetting and proposes a novel test-time semantic evolution method, RoSE, which is based on a tailored auxiliary task designed to restore forgotten knowledge. During test time, it computes the analytical solution rather than the gradient for updating the model, addressing the limitations of online training.
  • Extensive experiments show that RoSE outperforms most state-of-the-art NECIL methods across various scenarios.
CVMJ
sym

See more, know more: Richer prior knowledge for novel class discovery
Zhimao Peng, Enguang Wang, Xialei Liu, Ming-Ming Cheng

  • This paper proposes a module to generate auxiliary dummy classes to learn richer prior knowledge for NCD tasks, so that the model can generate less noisy pseudo labels in unsupervised clustering. It also introduces a cluster-guided dummy classes synthesis strategy, the number of synthesized dummy classes can be significantly reduced and further improve the NCD performance.
  • The proposed method can outperform existing methods by a significant margin

📖 Educations

  • 2023.09 - 2026.06, Master, College of Computer Science, Nankai University, Tianjin.
  • 2019.09 - 2023.06, Undergraduate, College of Artificial Intelligence, Xidian University, Xian.

💻 Internships

  • ByteDance , Shanghai, China
    2026.03 - 2026.06, Applied Research Intern, focus on agentic MLLM and its application.
  • Tencent Youtu Lab , Shanghai, China
    2025.03 - 2025.10, Research Intern, focus on MLLMs’ visual perception.




© Enguang Wang | Last updated: March 2026