← Search

gang zhang

30 accepted papers

2026

MSCD-GS: Motion-Separated Cooperative Deblurring Dynamic Reconstruction via Gaussian Splatting

CVPR 2026

Although 4D reconstruction based on Gaussian Splatting has achieved many impressive results, reconstructing real-world images captured by a casual monocular camera remains a significant challenge. In dynamic scenes, as the camera and objects move during the exposure time, these input images inevitab

Cited by 0SourceScholar
2025

Continual SFT Matches Multimodal RLHF with Negative Supervision

CVPR 2025poster

Multimodal RLHF usually happens after supervised finetuning (SFT) stage to continually improve vision-language models' (VLMs) comprehension. Conventional wisdom holds its superiority over continual SFT during this preference alignment stage. In this paper, we observe that the inherent value of multi…

2025

Interpretable Face Anti-Spoofing: Enhancing Generalization with Multimodal Large Language Models

AAAI 2025technical

Face Anti-Spoofing (FAS) is essential for ensuring the security and reliability of facial recognition systems. Most existing FAS methods are formulated as binary classification tasks, providing confidence scores without interpretation. They exhibit limited generalization in out-of-domain scenarios,…

Cited by 0SourcePDFScholar
2025

MMAT-1M: A Large Reasoning Dataset for Multimodal Agent Tuning

ICCV 2025poster

Large Language Models (LLMs), enhanced through agent tuning, have demonstrated remarkable capabilities in Chain-of-Thought (CoT) and tool utilization, significantly surpassing the performance of standalone models. However, the multimodal domain still lacks a large-scale, high-quality agent tuning da…

2025

Theorem-Validated Reverse Chain-of-Thought Problem Generation for Geometric Reasoning

EMNLP 2025

Large Multimodal Models (LMMs) face limitations in geometric reasoning due to insufficient Chain of Thought (CoT) image-text training data. While existing approaches leverage template-based or LLM-assisted methods for geometric CoT data creation, they often face challenges in achieving both diversit

Cited by 0SourcePDFScholar
2024

FastOcc: Accelerating 3D Occupancy Prediction by Fusing the 2D Bird’s-Eye View and Perspective View

ICRA 2024poster

In autonomous driving, 3D occupancy prediction outputs voxel-wise status and semantic labels for more comprehensive understandings of 3D scenes compared with traditional perception tasks, such as 3D object detection and bird’s-eye view (BEV) semantic segmentation. Recent researchers have extensively…

Cited by 35SourceScholar
2024

KD-DETR: Knowledge Distillation for Detection Transformer with Consistent Distillation Points Sampling

CVPR 2024poster

DETR is a novel end-to-end transformer architecture object detector which significantly outperforms classic detectors when scaling up. In this paper we focus on the compression of DETR with knowledge distillation. While knowledge distillation has been well-studied in classic detectors there is a lac…

Cited by 8SourcePDFScholar
2024

LaMI-DETR: Open-Vocabulary Detection with Language Model Instruction

ECCV 2024poster

"Existing methods enhance open-vocabulary object detection by leveraging the robust open-vocabulary recognition capabilities of Vision-Language Models (VLMs), such as CLIP. However, two main challenges emerge: (1) A deficiency in concept representation, where the category names in CLIP’s text space…

2024

Multi-Domain Incremental Learning for Face Presentation Attack Detection

AAAI 2024technical

Previous face Presentation Attack Detection (PAD) methods aim to improve the effectiveness of cross-domain tasks. However, in real-world scenarios, the original training data of the pre-trained model is not available due to data privacy or other reasons. Under these constraints, general methods for…

Cited by 17SourcePDFScholar
2024

Octopus: A Multi-modal LLM with Parallel Recognition and Sequential Understanding

NeurIPS 2024poster

A mainstream of Multi-modal Large Language Models (MLLMs) have two essential functions, i.e., visual recognition (e.g., grounding) and understanding (e.g., visual question answering). Presently, all these MLLMs integrate visual recognition and understanding in a same sequential manner in the LLM hea…

Cited by 1SourcePDFScholar
2024

SAFDNet: A Simple and Effective Network for Fully Sparse 3D Object Detection

CVPR 2024poster

LiDAR-based 3D object detection plays an essential role in autonomous driving. Existing high-performing 3D object detectors usually build dense feature maps in the backbone network and prediction head. However the computational costs introduced by the dense feature maps grow quadratically as the per…

2024

VRP-SAM: SAM with Visual Reference Prompt

CVPR 2024poster

In this paper we propose a novel Visual Reference Prompt (VRP) encoder that empowers the Segment Anything Model (SAM) to utilize annotated reference images as prompts for segmentation creating the VRP-SAM model. In essence VRP-SAM can utilize annotated reference images to comprehend specific objects…

2023

A Unified Continual Learning Framework with General Parameter-Efficient Tuning

ICCV 2023poster

The "pre-training - downstream adaptation" presents both new opportunities and challenges for Continual Learning (CL). Although the recent state-of-the-art in CL is achieved through Parameter-Efficient-Tuning (PET) adaptation paradigm, only prompt has been explored, limiting its application to Trans…

Cited by 118PDFcodeScholar
2023

Center Focusing Network for Real-Time LiDAR Panoptic Segmentation

CVPR 2023poster

LiDAR panoptic segmentation facilitates an autonomous vehicle to comprehensively understand the surrounding objects and scenes and is required to run in real time. The recent proposal-free methods accelerate the algorithm, but their effectiveness and efficiency are still limited owing to the difficu…

2023

Dual Relation Knowledge Distillation for Object Detection

IJCAI 2023poster

Knowledge distillation is an effective method for model compression. However, it is still a challenging topic to apply knowledge distillation to detection tasks. There are two key points resulting in poor distillation performance for detection tasks. One is the serious imbalance between foreground a…

2023

HEDNet: A Hierarchical Encoder-Decoder Network for 3D Object Detection in Point Clouds

NeurIPS 2023poster

3D object detection in point clouds is important for autonomous driving systems. A primary challenge in 3D object detection stems from the sparse distribution of points within the 3D scene. Existing high-performance methods typically employ 3D sparse convolutional neural networks with small kernels…

2022

Active Pointly-Supervised Instance Segmentation

ECCV 2022poster

"The requirement of expensive annotations is a major burden for training a well-performed instance segmentation model. In this paper, we present an economic active learning setting, named active pointly-supervised instance segmentation (APIS), which starts with box-level annotations and iteratively…

2022

CPGNet: Cascade Point-Grid Fusion Network for Real-Time LiDAR Semantic Segmentation

ICRA 2022poster

LiDAR semantic segmentation essential for advanced autonomous driving is required to be accurate, fast, and easy-deployed on mobile platforms. Previous point-based or sparse voxel-based methods are far away from real-time applications since time-consuming neighbor searching or sparse 3D convolution…

Cited by 34SourcecodeScholar
2022

Equalized Focal Loss for Dense Long-Tailed Object Detection

CVPR 2022poster

Despite the recent success of long-tailed object detection, almost all long-tailed object detectors are developed based on the two-stage paradigm. In practice, one-stage detectors are more prevalent in the industry because they have a simple and fast pipeline that is easy to deploy. However, in the…

Cited by 142PDFcodeScholar
2022

PRNet: Point-Range Fusion Network for Real-Time LiDAR Semantic Segmentation

IJCAI 2022poster

Accurate and real-time LiDAR semantic segmentation is necessary for advanced autonomous driving systems. To guarantee a fast inference speed, previous methods utilize the highly optimized 2D convolutions to extract features on the range view (RV), which is the most compact representation of the LiDA…

Cited by 2SourcePDFScholar
2022

Sequential Multi-View Fusion Network for Fast LiDAR Point Motion Estimation

ECCV 2022poster

"The LiDAR point motion estimation, including motion state prediction and velocity estimation, is crucial for understanding a dynamic scene in autonomous driving. Recent 2D projection-based methods run in real-time by applying the well-optimized 2D convolution networks on either the bird’s-eye view…

Cited by 3SourcePDFScholar
2021

Dynamic Class Queue for Large Scale Face Recognition in the Wild

CVPR 2021poster

Learning discriminative representation using large-scale face datasets in the wild is crucial for real-world applications, yet it remains challenging. The difficulties lie in many aspects and this work focus on computing resource constraint and long-tailed class distribution. Recently, classificatio…

Cited by 32PDFcodeScholar
2021

EC-DARTS: Inducing Equalized and Consistent Optimization Into DARTS

ICCV 2021poster

Based on the relaxed search space, differential architecture search (DARTS) is efficient in searching for a high-performance architecture. However, the unbalanced competition among operations that have different trainable parameters causes the model collapse. Besides, the inconsistent structures in…

Cited by 9PDFcodeScholar
2021

Equalization Loss v2: A New Gradient Balance Approach for Long-Tailed Object Detection

CVPR 2021poster

Recently proposed decoupled training methods emerge as a dominant paradigm for long-tailed object detection. But they require an extra fine-tuning stage, and the disjointed optimization of representation and classifier might lead to suboptimal results. However, end-to-end training methods, like equa…

Cited by 211PDFcodeScholar
2021

RefineMask: Towards High-Quality Instance Segmentation With Fine-Grained Features

CVPR 2021poster

The two-stage methods for instance segmentation, e.g. Mask R-CNN, have achieved excellent performance recently. However, the segmented masks are still very coarse due to the downsampling operations in both the feature pyramid and the instance-wise pooling process, especially for large objects. In th…

Cited by 154PDFcodeScholar
2020

GP-NAS: Gaussian Process Based Neural Architecture Search

CVPR 2020poster

Neural architecture search (NAS) advances beyond the state-of-the-art in various computer vision tasks by automating the designs of deep neural networks. In this paper, we aim to address three important questions in NAS: (1) How to measure the correlation between architectures and their performances…

Cited by 67PDFScholar
2018

Generative Adversarial Network with Spatial Attention for Face Attribute Editing

ECCV 2018poster

Face attribute editing aims at editing the face image with the given attribute. Most existing works employ Generative Adversarial Network (GAN) to operate face attribute editing. However, these methods inevitably change the attribute-irrelevant regions, as shown in Fig.~ ef{fig1}. Therefore, we intr…

Cited by 189SourcePDFScholar