← Search

Xinjiang Wang

20 accepted papers

2025

Text4Seg: Reimagining Image Segmentation as Text Generation

ICLR 2025poster

Multimodal Large Language Models (MLLMs) have shown exceptional capabilities in vision-language tasks; however, effectively integrating image segmentation into these models remains a significant challenge. In this paper, we introduce Text4Seg, a novel text-as-mask paradigm that casts image segmentat…

2024

ClearCLIP: Decomposing CLIP Representations for Dense Vision-Language Inference

ECCV 2024poster

"Despite the success of large-scale pretrained Vision-Language Models (VLMs) especially CLIP in various open-vocabulary tasks, their application to semantic segmentation remains challenging, producing noisy segmentation maps with mis-segmented regions. In this paper, we carefully re-investigate the…

2024

ProxyCLIP: Proxy Attention Improves CLIP for Open-Vocabulary Segmentation

ECCV 2024poster

"Open-vocabulary semantic segmentation requires models to effectively integrate visual representations with open-vocabulary semantic labels. While Contrastive Language-Image Pre-training (CLIP) models shine in recognizing visual concepts from text, they often struggle with segment coherence due to t…

2024

RelayAttention for Efficient Large Language Model Serving with Long System Prompts

ACL 2024long

A practical large language model (LLM) service may involve a long system prompt, which specifies the instructions, examples, and knowledge documents of the task and is reused across requests. However, the long system prompt causes throughput/latency bottlenecks as the cost of generating the next tok…

2024

Revisiting the Integration of Convolution and Attention for Vision Backbone

NeurIPS 2024poster

Convolutions (Convs) and multi-head self-attentions (MHSAs) are typically considered alternatives to each other for building vision backbones. Although some works try to integrate both, they apply the two operators simultaneously at the finest pixel granularity. With Convs responsible for per-pixel…

2023

BiFormer: Vision Transformer With Bi-Level Routing Attention

CVPR 2023poster

As the core building block of vision transformers, attention is a powerful tool to capture long-range dependency. However, such power comes at a cost: it incurs a huge computation burden and heavy memory footprint as pairwise token interaction across all spatial locations is computed. A series of wo…

2023

Consistent-Teacher: Towards Reducing Inconsistent Pseudo-Targets in Semi-Supervised Object Detection

CVPR 2023highlight

In this study, we dive deep into the inconsistency of pseudo targets in semi-supervised object detection (SSOD). Our core observation is that the oscillating pseudo-targets undermine the training of an accurate detector. It injects noise into the student's training, leading to severe overfitting pro…

2023

Dense Distinct Query for End-to-End Object Detection

CVPR 2023poster

One-to-one label assignment in object detection has successfully obviated the need of non-maximum suppression (NMS) as a postprocessing and makes the pipeline end-to-end. However, it triggers a new dilemma as the widely used sparse queries cannot guarantee a high recall, while dense queries inevitab…

2023

Diverse Cotraining Makes Strong Semi-Supervised Segmentor

ICCV 2023poster

Deep co-training has been introduced to semi-supervised segmentation and achieves impressive results, yet few studies have explored the working mechanism behind it. In this work, we revisit the core assumption that supports co-training: multiple compatible and conditionally independent views. By the…

Cited by 30PDFcodeScholar
2023

FeatureBooster: Boosting Feature Descriptors With a Lightweight Neural Network

CVPR 2023poster

We introduce a lightweight network to improve descriptors of keypoints within the same image. The network takes the original descriptors and the geometric properties of keypoints as the input, and uses an MLP-based self-boosting stage and a Transformer-based cross-boosting stage to enhance the descr…

2023

SmooSeg: Smoothness Prior for Unsupervised Semantic Segmentation

NeurIPS 2023poster

Unsupervised semantic segmentation is a challenging task that segments images into semantic groups without manual annotation. Prior works have primarily focused on leveraging prior knowledge of semantic consistency or priori concepts from self-supervised learning methods, which often overlook the co…

2022

Group R-CNN for Weakly Semi-Supervised Object Detection With Points

CVPR 2022poster

We study the problem of weakly semi-supervised object detection with points (WSSOD-P), where the training data is combined by a small set of fully annotated images with bounding boxes and a large set of weakly-labeled images with only a single point annotated for each instance. The core of this task…

Cited by 55PDFcodeScholar
2021

Group Fisher Pruning for Practical Network Compression

ICML 2021spotlight

Network compression has been widely studied since it is able to reduce the memory and computation cost during inference. However, previous methods seldom deal with complicated structures like residual connections, group/depth-wise convolution and feature pyramid network, where channels of multiple l…

2021

Rethinking the Pruning Criteria for Convolutional Neural Network

NeurIPS 2021poster

Channel pruning is a popular technique for compressing convolutional neural networks (CNNs), where various pruning criteria have been proposed to remove the redundant filters. From our comprehensive experiments, we found two blind spots of pruning criteria: (1) Similarity: There are some strong simi…

Cited by 67SourcePDFScholar
2021

Temporal ROI Align for Video Object Recognition

AAAI 2021technical

Video object detection is challenging in the presence of appearance deterioration in certain video frames. Therefore, it is a natural choice to aggregate temporal information from other frames of the same video into the current frame. However, ROI Align, as one of the most core procedures of video d…

2021

Understanding the wiring evolution in differentiable neural architecture search

AISTATS 2021poster

Controversy exists on whether differentiable neural architecture search methods discover wiring topology effectively. To understand how wiring topology evolves, we study the underlying mechanism of several existing differentiable NAS frameworks. Our investigation is motivated by three observed searc…

2020

Online Knowledge Distillation via Collaborative Learning

CVPR 2020oral

This work presents an efficient yet effective online Knowledge Distillation method via Collaborative Learning, termed KDCL, which is able to consistently improve the generalization ability of deep neural networks (DNNs) that have different learning capacities. Unlike existing two-stage knowledge dis…

Cited by 395PDFScholar
2020

Scale-Equalizing Pyramid Convolution for Object Detection

CVPR 2020poster

Feature pyramid has been an efficient method to extract features at different scales. Development over this method mainly focuses on aggregating contextual information at different levels while seldom touching the inter-level correlation in the feature pyramid. Early computer vision methods extracte…

Cited by 148PDFcodeScholar
2018

Kalman Normalization: Normalizing Internal Representations Across Network Layers

NeurIPS 2018poster

As an indispensable component, Batch Normalization (BN) has successfully improved the training of deep neural networks (DNNs) with mini-batches, by normalizing the distribution of the internal representation for each hidden layer. However, the effectiveness of BN would diminish with the scenario of…

Cited by 31SourcePDFScholar