← Search

Jiale Cao

16 accepted papers

2025

CLIPer: Hierarchically Improving Spatial Representation of CLIP for Open-Vocabulary Semantic Segmentation

ICCV 2025poster

Contrastive Language-Image Pre-training (CLIP) exhibits strong zero-shot classification ability on image-level tasks, leading to the research to adapt CLIP for open-vocabulary semantic segmentation without training. The key is to improve spatial representation of image-level CLIP, such as replacing…

2025

Glad: A Streaming Scene Generator for Autonomous Driving

ICLR 2025poster

The generation and simulation of diverse real-world scenes have significant application value in the field of autonomous driving, especially for the corner cases. Recently, researchers have explored employing neural radiance fields or diffusion models to generate novel views or synthetic data under…

Cited by 1SourcePDFScholar
2025

SSLFusion: Scale and Space Aligned Latent Fusion Model for Multimodal 3D Object Detection

AAAI 2025technical

Multimodal 3D object detection based on deep neural networks has indeed made significant progress. However, it still faces challenges due to the misalignment of scale and spatial information between features extracted from 2D images and those derived from 3D point clouds. Existing methods usually ag…

2025

VideoGLaMM : A Large Multimodal Model for Pixel-Level Visual Grounding in Videos

CVPR 2025poster

Fine-grained alignment between videos and text is challenging due to complex spatial and temporal dynamics in videos. Existing video-based Large Multimodal Models (LMMs) handle basic conversations but struggle with precise pixel-level grounding in videos. To address this, we introduce VideoGLaMM, a…

Cited by 4SourcePDFScholar
2025

Wavelet and Prototype Augmented Query-based Transformer for Pixel-level Surface Defect Detection

CVPR 2025poster

As an important part of intelligent manufacturing, pixel-level surface defect detection (SDD) aims to locate defect areas through mask prediction. Previous methods adopt the image-independent static convolution to indiscriminately classify per-pixel features for mask prediction, which leads to subop…

2024

SED: A Simple Encoder-Decoder for Open-Vocabulary Semantic Segmentation

CVPR 2024poster

Open-vocabulary semantic segmentation strives to distinguish pixels into different semantic groups from an open set of categories. Most existing methods explore utilizing pre-trained vision-language models in which the key is to adopt the image-level model for pixel-level segmentation task. In this…

2022

PSTR: End-to-End One-Step Person Search With Transformers

CVPR 2022poster

We propose a novel one-step transformer-based person search framework, PSTR, that jointly performs person detection and re-identification (re-id) in a single architecture. PSTR comprises a person search-specialized (PSS) module that contains a detection encoder-decoder for person detection along wit…

Cited by 75PDFcodeScholar
2022

Video Instance Segmentation via Multi-Scale Spatio-Temporal Split Attention Transformer

ECCV 2022poster

"State-of-the-art transformer-based video instance segmentation (VIS) approaches typically utilize either single-scale spatio-temporal features or per-frame multi-scale features during the attention computations. We argue that such an attention computation ignores the multi-scale spatio-temporal fea…

2021

Co-mining: Self-Supervised Learning for Sparsely Annotated Object Detection

AAAI 2021technical

Object detectors usually achieve promising results with the supervision of complete instance annotations. However, their performance is far from satisfactory with sparse instance annotations. Most existing methods for sparsely annotated object detection either re-weight the loss of hard negative sam…

2021

Track To Detect and Segment: An Online Multi-Object Tracker

CVPR 2021poster

Most online multi-object trackers perform object detection stand-alone in a neural net without any input from tracking. In this paper, we present a new online joint detection and tracking model, TraDeS (TRAck to DEtect and Segment), exploiting tracking clues to assist detection end-to-end. TraDeS in…

Cited by 452PDFcodeScholar
2020

D2Det: Towards High Quality Object Detection and Instance Segmentation

CVPR 2020poster

We propose a novel two-stage detection method, D2Det, that collectively addresses both precise localization and accurate classification. For precise localization, we introduce a dense local regression that predicts multiple dense box offsets for an object proposal. Different from traditional regress…

Cited by 240PDFcodeScholar
2020

NETNet: Neighbor Erasing and Transferring Network for Better Single Shot Object Detection

CVPR 2020poster

Due to the advantages of real-time detection and improved performance, single-shot detectors have gained great attention recently. To solve the complex scale variations, single-shot detectors make scale-aware predictions based on multiple pyramid layers. However, the features in the pyramid are not…

Cited by 46PDFScholar
2020

SipMask: Spatial Information Preservation for Fast Image and Video Instance Segmentation

ECCV 2020poster

Single-stage instance segmentation approaches have recently gained popularity due to their speed and simplicity, but are still lagging behind in accuracy, compared to two-stage methods. We propose a fast single-stage instance segmentation method, called SipMask, that preserves instance-specific spat…