← Search

Wayne Zhang

30 accepted papers

2025

LLM-Friendly Knowledge Representation for Customer Support

COLING 2025industry

We propose a practical approach by integrating Large Language Models (LLMs) with a framework designed to navigate the complexities of Airbnb customer support operations. In this paper, our methodology employs a novel reformatting technique, the Intent, Context, and Action (ICA) format, which transfo…

Cited by 2SourcePDFScholar
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

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

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

Get the Best of Both Worlds: Improving Accuracy and Transferability by Grassmann Class Representation

ICCV 2023poster

We generalize the class vectors found in neural networks to linear subspaces (i.e., points in the Grassmann manifold) and show that the Grassmann Class Representation (GCR) enables simultaneous improvement in accuracy and feature transferability. In GCR, each class is a subspace, and the logit is de…

Cited by 3PDFcodeScholar
2023

Panoptic Video Scene Graph Generation

CVPR 2023poster

Towards building comprehensive real-world visual perception systems, we propose and study a new problem called panoptic scene graph generation (PVSG). PVSG is related to the existing video scene graph generation (VidSGG) problem, which focuses on temporal interactions between humans and objects loca…

2023

Revisiting Weak-to-Strong Consistency in Semi-Supervised Semantic Segmentation

CVPR 2023poster

In this work, we revisit the weak-to-strong consistency framework, popularized by FixMatch from semi-supervised classification, where the prediction of a weakly perturbed image serves as supervision for its strongly perturbed version. Intriguingly, we observe that such a simple pipeline already achi…

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

OpenOOD: Benchmarking Generalized Out-of-Distribution Detection

NeurIPS 2022accept

Out-of-distribution (OOD) detection is vital to safety-critical machine learning applications and has thus been extensively studied, with a plethora of methods developed in the literature. However, the field currently lacks a unified, strictly formulated, and comprehensive benchmark, which often res…

2022

Panoptic Scene Graph Generation

ECCV 2022poster

"Existing research addresses scene graph generation (SGG), a critical technology to scene understanding in images, from the detection perspective, i.e., objects are detected using bounding boxes followed by prediction of their pairwise relationships. We argue that such a paradigm would cause several…

2022

Uncertainty Estimation via Response Scaling for Pseudo-Mask Noise Mitigation in Weakly-Supervised Semantic Segmentation

AAAI 2022technical

Weakly-Supervised Semantic Segmentation (WSSS) segments objects without heavy burden of dense annotation. While as a price, generated pseudo-masks exist obvious noisy pixels, which result in sub-optimal segmentation models trained over these pseudo-masks. But rare studies notice or work on this prob…

2021

Fourier Contour Embedding for Arbitrary-Shaped Text Detection

CVPR 2021poster

One of the main challenges for arbitrary-shaped text detection is to design a good text instance representation that allows networks to learn diverse text geometry variances. Most of existing methods model text instances in image spatial domain via masks or contour point sequences in the Cartesian o…

Cited by 298PDFcodeScholar
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

Pseudo-Mask Matters in Weakly-Supervised Semantic Segmentation

ICCV 2021poster

Most weakly supervised semantic segmentation (WSSS) methods follow the pipeline that generates pseudo-masks initially and trains the segmentation model with the pseudo-masks in fully supervised manner after. However, we find some matters related to the pseudo-masks, including high quality pseudo-mas…

Cited by 119PDFcodeScholar
2021

Semantically Coherent Out-of-Distribution Detection

ICCV 2021poster

Current out-of-distribution (OOD) detection benchmarks are commonly built by defining one dataset as in-distribution (ID) and all others as OOD. However, these benchmarks unfortunately introduce some unwanted and impractical goals, e.g., to perfectly distinguish CIFAR dogs from ImageNet dogs, even t…

Cited by 170PDFcodeScholar
2021

Towards Impartial Multi-task Learning

ICLR 2021poster

Multi-task learning (MTL) has been widely used in representation learning. However, naively training all tasks simultaneously may lead to the partial training issue, where specific tasks are trained more adequately than others. In this paper, we propose to learn multiple tasks impartially. Specifica…

Cited by 198SourcePDFScholar
2021

Vision Transformer With Progressive Sampling

ICCV 2021poster

Transformers with powerful global relation modeling abilities have been introduced to fundamental computer vision tasks recently. As a typical example, the Vision Transformer (ViT) directly applies a pure transformer architecture on image classification, by simply splitting images into tokens with a…

Cited by 126PDFcodeScholar
2020

Context-Aware RCNN: A Baseline for Action Detection in Videos

ECCV 2020poster

Video action detection approaches usually conduct actor-centric action recognition over RoI-pooled features following the standard pipeline of Faster-RCNN. In this work, we first empirically find the recognition accuracy is highly correlated with the bounding box size of an actor, and thus higher re…

2020

Maximum-and-Concatenation Networks

ICML 2020poster

While successful in many fields, deep neural networks (DNNs) still suffer from some open problems such as bad local minima and unsatisfactory generalization performance. In this work, we propose a novel architecture called Maximum-and-Concatenation Networks (MCN) to try eliminating bad local minima…

2020

RobustScanner: Dynamically Enhancing Positional Clues for Robust Text Recognition

ECCV 2020poster

The attention-based encoder-decoder framework has recently achieved impressive results for scene text recognition, and many variants have emerged with improvements in recognition quality. However, it performs poorly on contextless texts (e.g., random character sequences) which is unacceptable in mos…

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
2020

Webly Supervised Image Classification with Self-Contained Confidence

ECCV 2020poster

This paper focuses on webly supervised learning (WSL), where datasets are built by crawling samples from the Internet and adopting search queries directly as their web labels. Although WSL benefits from fast and low-cost data expansion, noisy web labels prevent models from reliable predictions. To m…

2019

Fashion Retrieval via Graph Reasoning Networks on a Similarity Pyramid

ICCV 2019oral

Matching clothing images from customers and online shopping stores has rich applications in E-commerce. Existing algorithms encoded an image as a global feature vector and performed retrieval with the global representation. However, discriminative local information on clothes are submerged in this g…

Cited by 118PDFScholar
2019

Geometry Normalization Networks for Accurate Scene Text Detection

ICCV 2019poster

Large geometry (e.g., orientation) variances are the key challenges in the scene text detection. In this work, we first conduct experiments to investigate the capacity of networks for learning geometry variances on detecting scene texts, and find that networks can handle only limited text geometry v…

Cited by 40PDFcodeScholar