← Search

Jimin XIAO

32 accepted papers

2026

Beyond Text: Visual Description Assembly by Probabilistic Model for CLIP-based Weakly Supervised Semantic Segmentation

CVPR 2026

Contrastive Language-Image Pre-training (CLIP) offers a new paradigm for Weakly Supervised Semantic Segmentation (WSSS) by generating Class Activation Maps (CAMs) from text-image alignment. Existing methods primarily rely on hand-crafted templates or general attribute descriptions generated by a lar

Cited by 0SourceScholar
2026

Frequency-Aware Affinity for Weakly Supervised Semantic Segmentation

CVPR 2026

Weakly Supervised Semantic Segmentation (WSSS) typically utilizes Class Activation Maps (CAMs) to provide the pixel-wise localization. However, CAMs tend to activate only the most discriminative regions, leading to suboptimal WSSS performance. Although existing CAM refinement methods leverage pair-w

Cited by 0SourceScholar
2026

Hunting Normality from Query Sample via Residual Learning for Generalist Anomaly Detection

CVPR 2026

Generalist Anomaly Detection (GAD) seeks to overcome the domain-specific limitations of traditional anomaly detection by training a unified model that can generalize to unseen classes. A promising GAD strategy involves using residual features to create a class-invariant space. However, existing meth

Cited by 0SourceScholar
2026

Learning from Itself: Mining Internal Knowledge from Vision Language Models for Continual Learning

CVPR 2026

Vision-language models like CLIP excel at zero-shot recognition but struggle with continual learning due to two critical issues: (1) severe distribution gap between pretraining captions and post-training class names, and (2) performance mismatch between vision-only and dual-encoder approaches--visio

Cited by 0SourcecodeScholar
2026

Leveraging Class Distributions in CLIP for Weakly Supervised Semantic Segmentation

CVPR 2026

Image-level Weakly Supervised Semantic Segmentation (WSSS) typically leverages Class Activation Maps (CAMs) for pixel-wise localization. However, existing CLIP-based methods often yield under-activated CAMs, primarily due to the inaccurate semantic relationships in the affinity-based refinement. In

Cited by 0SourceScholar
2026

TF-SSD: A Strong Pipeline via Synergic Mask Filter for Training-free Co-salient Object Detection

CVPR 2026

Co-salient Object Detection (CoSOD) aims to segment salient objects that consistently appear across a group of related images. Despite the notable progress achieved by recent training-based approaches, they still remain constrained by the closed-set datasets and exhibit limited generalization. Howev

Cited by 0SourcecodeScholar
2026

The Power of Prior: Training-Free Open-Vocabulary Semantic Segmentation with LLaVA

CVPR 2026

Multimodal Large Language Models (MLLMs) like LLaVA have demonstrated remarkable capabilities in multi-modal understanding and generation. This success motivates us to investigate whether the inherent prior knowledge embedded within such MLLMs contains sufficient spatial awareness for dense predicti

Cited by 0SourcecodeScholar
2025

Bias-Resilient Weakly Supervised Semantic Segmentation Using Normalizing Flows

ICCV 2025poster

Weakly supervised semantic segmentation (WSSS) aims to generate dense labels using sparse annotations, such as image-level labels. Existing class activation map (CAM) generation methods have been able to locate rough objects. However, due to the limited information provided by image level labels, th…

2025

CNC: Cross-modal Normality Constraint for Unsupervised Multi-class Anomaly Detection

AAAI 2025technical

Existing unsupervised distillation-based methods rely on the differences between encoded and decoded features to locate abnormal regions in test images. However, the decoder trained only on normal samples still reconstructs abnormal patch features well, degrading performance. This issue is particula…

2025

DecAD: Decoupling Anomalies in Latent Space for Multi-Class Unsupervised Anomaly Detection

ICCV 2025poster

Existing distillation-based and reconstruction-based methods have a critical limitation: Autoencoder-based frameworks trained exclusively on normal samples unexpectedly well reconstruct abnormal features, leadingto degraded detection performance. We identify this phenomenon as 'anomaly leakage' (AL)…

Cited by 0SourcePDFScholar
2025

DriftRemover: Hybrid Energy Optimizations for Anomaly Images Synthesis and Segmentation

IJCAI 2025

This paper tackles the challenge of anomaly image synthesis and segmentation to generate various anomaly images and their segmentation labels to mitigate the issue of data scarcity. Existing approaches employ the precise mask to guide the generation, relying on additional mask generators, leading to

2025

FFR: Frequency Feature Rectification for Weakly Supervised Semantic Segmentation

CVPR 2025poster

Image-level Weakly Supervised Semantic Segmentation (WSSS) has garnered significant attention due to its low annotation costs. Current single-stage state-of-the-art WSSS methods mainly rely on V ision T ransformer (ViT) to extract features from input images, generating more complete segmentation r…

2025

Feature Purification Matters: Suppressing Outlier Propagation for Training-Free Open-Vocabulary Semantic Segmentation

ICCV 2025poster

Training-free open-vocabulary semantic segmentation has advanced with vision-language models like CLIP, which exhibit strong zero-shot abilities. However, CLIP's attention mechanism often wrongly emphasises specific image tokens, namely outliers, which results in irrelevant over-activation. Existing…

2025

NUMINA: A Natural Understanding Benchmark for Multi-dimensional Intelligence and Numerical Reasoning Abilities

EMNLP 2025

Recent advancements in 2D multimodal large language models (MLLMs) have significantly improved performance in vision-language tasks. However, extending these capabilities to 3D environments remains a distinct challenge due to the complexity of spatial reasoning. Nevertheless, existing 3D benchmarks

2025

Unifying Reconstruction and Density Estimation via Invertible Contraction Mapping in One-Class Classification

NeurIPS 2025poster

Due to the difficulty in collecting all unexpected abnormal patterns, One-Class Classification (OCC) has become the most popular approach to anomaly detection (AD). Reconstruction-based AD method relies on the discrepancy between inputs and reconstructed results to identify unobserved anomalies. How…

Cited by 0SourceScholar
2024

Continual Segmentation with Disentangled Objectness Learning and Class Recognition

CVPR 2024poster

Most continual segmentation methods tackle the problem as a per-pixel classification task. However such a paradigm is very challenging and we find query-based segmenters with built-in objectness have inherent advantages compared with per-pixel ones as objectness has strong transfer ability and forge…

2024

Frozen CLIP: A Strong Backbone for Weakly Supervised Semantic Segmentation

CVPR 2024highlight

Weakly supervised semantic segmentation has witnessed great achievements with image-level labels. Several recent approaches use the CLIP model to generate pseudo labels for training an individual segmentation model while there is no attempt to apply the CLIP model as the backbone to directly segment…

2024

Image Augmentation with Controlled Diffusion for Weakly-Supervised Semantic Segmentation

ICASSP 2024accepted

Weakly-supervised semantic segmentation (WSSS), which aims to train segmentation models solely using image-level labels, has achieved significant attention. Existing methods primarily focus on generating high-quality pseudo labels using available images and their image-level labels. However, the qua…

Cited by 0SourceScholar
2024

PSDPM: Prototype-based Secondary Discriminative Pixels Mining for Weakly Supervised Semantic Segmentation

CVPR 2024poster

Image-level Weakly Supervised Semantic Segmentation (WSSS) has received increasing attention due to its low annotation cost. Class Activation Mapping (CAM) generated through classifier weights in WSSS inevitably ignores certain useful cues while the CAM generated through class prototypes can allevia…

2024

SFC: Shared Feature Calibration in Weakly Supervised Semantic Segmentation

AAAI 2024technical

Image-level weakly supervised semantic segmentation has received increasing attention due to its low annotation cost. Existing methods mainly rely on Class Activation Mapping (CAM) to obtain pseudo-labels for training semantic segmentation models. In this work, we are the first to demonstrate that l…

2024

Towards the Uncharted: Density-Descending Feature Perturbation for Semi-supervised Semantic Segmentation

CVPR 2024poster

Semi-supervised semantic segmentation allows model to mine effective supervision from unlabeled data to complement label-guided training. Recent research has primarily focused on consistency regularization techniques exploring perturbation-invariant training at both the image and feature levels. In…

2023

FastRecon: Few-shot Industrial Anomaly Detection via Fast Feature Reconstruction

ICCV 2023poster

In industrial anomaly detection, data efficiency and the ability for fast migration across products become the main concerns when developing detection algorithms. Existing methods tend to be data-hungry and work in the one-model-one-category way, which hinders their effectiveness in real-world indus…

Cited by 58PDFScholar
2023

Hunting Sparsity: Density-Guided Contrastive Learning for Semi-Supervised Semantic Segmentation

CVPR 2023poster

Recent semi-supervised semantic segmentation methods combine pseudo labeling and consistency regularization to enhance model generalization from perturbation-invariant training. In this work, we argue that adequate supervision can be extracted directly from the geometry of feature space. Inspired by…

2023

Synchronize Feature Extracting and Matching: A Single Branch Framework for 3D Object Tracking

ICCV 2023poster

Siamese network has been a de facto benchmark framework for 3D LiDAR object tracking with a shared-parametric encoder extracting features from template and search region, respectively. This paradigm relies heavily on an additional matching network to model the cross-correlation/similarity of the tem…

Cited by 18PDFScholar
2022

CARD: Semi-supervised Semantic Segmentation via Class-agnostic Relation based Denoising

IJCAI 2022poster

Recent semi-supervised semantic segmentation methods focus on mining extra supervision from unlabeled data by generating pseudo labels. However, noisy labels are inevitable in this process which prevent effective self-supervision. This paper proposes that noisy labels can be corrected based on seman…

Cited by 9SourcePDFScholar
2022

Democracy Does Matter: Comprehensive Feature Mining for Co-Salient Object Detection

CVPR 2022poster

Co-salient object detection, with the target of detecting co-existed salient objects among a group of images, is gaining popularity. Recent works use the attention mechanism or extra information to aggregate common co-salient features, leading to incomplete even incorrect responses for target object…

Cited by 76PDFcodeScholar
2021

Iterative Shrinking for Referring Expression Grounding Using Deep Reinforcement Learning

CVPR 2021poster

In this paper, we are tackling the proposal-free referring expression grounding task, aiming at localizing the target object according to a query sentence, without relying on off-the-shelf object proposals. Existing proposal-free methods employ a query-image matching branch to select the highest-sco…

Cited by 43PDFcodeScholar
2021

Structure-Consistent Weakly Supervised Salient Object Detection with Local Saliency Coherence

AAAI 2021technical

Sparse labels have been attracting much attention in recent years. However, the performance gap between weakly supervised and fully supervised salient object detection methods is huge, and most previous weakly supervised works adopt complex training methods with many bells and whistles. In this work…

2020

Fast Template Matching and Update for Video Object Tracking and Segmentation

CVPR 2020poster

In this paper, the main task we aim to tackle is the multi-instance semi-supervised video object segmentation across a sequence of frames where only the first-frame box-level ground-truth is provided. Detection-based algorithms are widely adopted to handle this task, and the challenges lie in the se…

Cited by 82PDFcodeScholar
2020

Feature Representation Matters: End-to-End Learning for Reference-based Image Super-resolution

ECCV 2020poster

In this paper, we are aiming for a general reference-based super-resolution setting: it does not require the low-resolution image and the high-resolution reference image to be well aligned or with a similar texture. Instead, we only intend to transfer the relevant textures from reference images to t…

Cited by 46SourcePDFScholar