← Search

Pei Wang

37 accepted papers

2026

DINOv3-Powered Multi-Task Foundation Model for Quantitative Remote Sensing Estimation (Student Abstract)

AAAI 2026technical

Quantitative remote sensing estimation is critical for environmental monitoring, providing continuous measures of vegetation indices, canopy height, and carbon stock. Traditional radiative-transfer models and empirical regressions require expert knowledge and generalize poorly, while deep learning m

Cited by 0SourcePDFScholar
2025

DREAM: Disentangling Risks to Enhance Safety Alignment in Multimodal Large Language Models

NAACL 2025long

Multimodal Large Language Models (MLLMs) pose unique safety challenges due to their integration of visual and textual data, thereby introducing new dimensions of potential attacks and complex risk combinations. In this paper, we begin with a detailed analysis aimed at disentangling risks through ste…

2025

Enhancing Numerical Prediction of MLLMs with Soft Labeling

ICCV 2025poster

The optimality of using the de facto cross-entropy loss with one-hot target distribution (hard labeling) is questioned when training (Multimodal) Large Language Models (LLMs/MLLMs). Although it is reasonable for language token prediction, which is a typical multi-class classification problem in disc…

Cited by 0SourcePDFScholar
2025

MTU-Bench: A Multi-granularity Tool-Use Benchmark for Large Language Models

ICLR 2025poster

Large Language Models (LLMs) have displayed massive improvements in reason- ing and decision-making skills and can hold natural conversations with users. Recently, many tool-use benchmark datasets have been proposed. However, existing datasets have the following limitations: (1). Insufficient evalua…

2025

Scaling up Image Segmentation across Data and Tasks

CVPR 2025poster

Traditional segmentation models, while effective in isolated tasks, often fail to generalize to more complex and open-ended segmentation problems, such as free-form, open-vocabulary, and in-the-wild scenarios. To bridge this gap, we propose to scale up image segmentation across diverse datasets and…

Cited by 0SourcePDFScholar
2024

Beyond the Known: Investigating LLMs Performance on Out-of-Domain Intent Detection

COLING 2024main

Out-of-domain (OOD) intent detection aims to examine whether the user’s query falls outside the predefined domain of the system, which is crucial for the proper functioning of task-oriented dialogue (TOD) systems. Previous methods address it by fine-tuning discriminative models. Recently, some studi…

Cited by 11SourcePDFScholar
2024

Diffevent: Event Residual Diffusion for Image Deblurring

ICASSP 2024accepted

Traditional frame-based cameras inevitably suffer from non-uniform blur in real-world scenarios. Event cameras that record the intensity changes with high temporal resolution provide an effective solution for image deblurring. In this paper, we formulate the event-based image deblurring as an image…

Cited by 0SourceScholar
2024

Discriminatively Fuzzy Multi-View K-means Clustering with Local Structure Preserving

AAAI 2024technical

Multi-view K-means clustering successfully generalizes K-means from single-view to multi-view, and obtains excellent clustering performance. In every view, it makes each data point close to the center of the corresponding cluster. However, multi-view K-means only considers the compactness of each cl…

Cited by 4SourcePDFScholar
2024

DolphCoder: Echo-Locating Code Large Language Models with Diverse and Multi-Objective Instruction Tuning

ACL 2024long

Code Large Language Models (Code LLMs) have demonstrated outstanding performance in code-related tasks. Various instruction finetuning approaches have been proposed to boost the code generation performance of pre-trained Code LLMs. In this paper, we introduce a diverse instruction model DolphCoder w…

2024

Learning Hybrid Negative Probability Model for Weakly-Supervised Whole Slide Image Recognition

ICASSP 2024accepted

Classifying an entire Whole Slide Image (WSI) in a single forward pass is challenging due to its vast resolution. Consequently, current effort on WSI classification resorts to multiple instance learning (MIL), using patch-wise instances to predict categories under image-wise supervision. However, re…

Cited by 0SourceScholar
2024

Search for Gravitational Wave Probes - A Self-Supervised Learning for Pulsars Based on Signal Contexts

ICASSP 2024accepted

The recent successful detection of gravitational waves (GWs) at nanohertz based on pulsar timing arrays has underscored the growing significance of searching for new pulsars, which serve as valuable probes for GWs. However, one of the challenges in this endeavor is the lack of labeled data, which ca…

Cited by 0SourceScholar
2023

APP: Adaptive Prototypical Pseudo-Labeling for Few-shot OOD Detection

EMNLP 2023long findings

Detecting out-of-domain (OOD) intents from user queries is essential for a task-oriented dialogue system. Previous OOD detection studies generally work on the assumption that plenty of labeled IND intents exist. In this paper, we focus on a more practical few-shot OOD setting where there are only a…

Cited by 0SourceScholar
2023

Continual Generalized Intent Discovery: Marching Towards Dynamic and Open-world Intent Recognition

EMNLP 2023long findings

In a practical dialogue system, users may input out-of-domain (OOD) queries. The Generalized Intent Discovery (GID) task aims to discover OOD intents from OOD queries and extend them to the in-domain (IND) classifier. However, GID only considers one stage of OOD learning, and needs to utilize the da…

Cited by 0SourcecodeScholar
2023

Decoupling Pseudo Label Disambiguation and Representation Learning for Generalized Intent Discovery

ACL 2023long

Generalized intent discovery aims to extend a closed-set in-domain intent classifier to an open-world intent set including in-domain and out-of-domain intents. The key challenges lie in pseudo label disambiguation and representation learning. Previous methods suffer from a coupling of pseudo label d…

2023

Large Language Models Meet Open-World Intent Discovery and Recognition: An Evaluation of ChatGPT

EMNLP 2023long main

The tasks of out-of-domain (OOD) intent discovery and generalized intent discovery (GID) aim to extend a closed intent classifier to open-world intent sets, which is crucial to task-oriented dialogue (TOD) systems. Previous methods address them by fine-tuning discriminative models. Recently, althoug…

Cited by 0SourcecodeScholar
2022

Distribution Calibration for Out-of-Domain Detection with Bayesian Approximation

COLING 2022main

Out-of-Domain (OOD) detection is a key component in a task-oriented dialog system, which aims to identify whether a query falls outside the predefined supported intent set. Previous softmax-based detection algorithms are proved to be overconfident for OOD samples. In this paper, we analyze overconfi…

2022

Generalized Intent Discovery: Learning from Open World Dialogue System

COLING 2022main

Traditional intent classification models are based on a pre-defined intent set and only recognize limited in-domain (IND) intent classes. But users may input out-of-domain (OOD) queries in a practical dialogue system. Such OOD queries can provide directions for future improvement. In this paper, we…

2022

Learning Distinctive Margin Toward Active Domain Adaptation

CVPR 2022oral

Despite plenty of efforts focusing on improving the domain adaptation ability (DA) under unsupervised or few-shot semi-supervised settings, recently the solution of active learning started to attract more attention due to its suitability in transferring model in a more practical way with limited ann…

Cited by 42PDFcodeScholar
2022

Omni-DETR: Omni-Supervised Object Detection With Transformers

CVPR 2022poster

We consider the problem of omni-supervised object detection, which can use unlabeled, fully labeled and weakly labeled annotations, such as image tags, counts, points, etc., for object detection. This is enabled by a unified architecture, Omni-DETR, based on the recent progress on student-teacher fr…

Cited by 63PDFcodeScholar
2022

UniNL: Aligning Representation Learning with Scoring Function for OOD Detection via Unified Neighborhood Learning

EMNLP 2022main

Detecting out-of-domain (OOD) intents from user queries is essential for avoiding wrong operations in task-oriented dialogue systems. The key challenge is how to distinguish in-domain (IND) and OOD intents. Previous methods ignore the alignment between representation learning and scoring function, l…

2022

Watch the Neighbors: A Unified K-Nearest Neighbor Contrastive Learning Framework for OOD Intent Discovery

EMNLP 2022main

Discovering out-of-domain (OOD) intent is important for developing new skills in task-oriented dialogue systems. The key challenges lie in how to transfer prior in-domain (IND) knowledge to OOD clustering, as well as jointly learn OOD representations and cluster assignments. Previous methods suffer…

2021

Dynamic Transfer for Multi-Source Domain Adaptation

CVPR 2021poster

Recent works of multi-source domain adaptation focus on learning a domain-agnostic model, of which the parameters are static. However, such a static model is difficult to handle conflicts across multiple domains, and suffers from a performance degradation in both source domains and target domain. In…

Cited by 103PDFcodeScholar
2021

IMAGINE: Image Synthesis by Image-Guided Model Inversion

CVPR 2021poster

Synthesizing variations of a specific reference image with semantically valid content is an important task in terms of personalized generation as well as for data augmentation. In this work, we propose an inversion based method, denoted as IMAge-Guided model INvErsion (IMAGINE), to generate high-qua…

Cited by 37PDFScholar
2020

Solving Long-tailed Recognition with Deep Realistic Taxonomic Classifier

ECCV 2020poster

Long-tail recognition tackles the natural non-uniformly distributed data in real-world scenarios. While modern classifiers perform well on populated classes, its performance degrades significantly on tail classes. Humans, however, are less affected by this since, when confronted with uncertain examp…

2018

Optimal Cooperative Inference

AISTATS 2018poster

Cooperative transmission of data fosters rapid accumulation of knowledge by efficiently combining experiences across learners. Although well studied in human learning and increasingly in machine learning, we lack formal frameworks through which we may reason about the benefits and limitations of coo…

Cited by 0SourcePDFScholar