← Search

Tu Zheng

7 accepted papers

2026

Delving into Dynamic Scene Cue-Consistency for Robust 3D Multi-Object Tracking

AAAI 2026technical

3D multi-object tracking is a critical and challenging task in the field of autonomous driving. A common paradigm relies on modeling individual object motion, e.g., Kalman filters, to predict trajectories. While effective in simple scenarios, this approach often struggles in crowded environments or

Cited by 0SourcePDFScholar
2024

Few-shot Hybrid Domain Adaptation of Image Generator

ICLR 2024poster

Can a pre-trained generator be adapted to the hybrid of multiple target domains and generate images with integrated attributes of them? In this work, we introduce a new task -- Few-shot $\textit{Hybrid Domain Adaptation}$ (HDA). Given a source generator and several target domains, HDA aims to acquir…

Cited by 4SourcePDFScholar
2022

CLRNet: Cross Layer Refinement Network for Lane Detection

CVPR 2022poster

Lane is critical in the vision navigation system of the intelligent vehicle. Naturally, lane is a traffic sign with high-level semantics, whereas it owns the specific local pattern which needs detailed low-level features to localize accurately. Using different feature levels is of great importance f…

Cited by 259PDFcodeScholar
2022

DMN4: Few-Shot Learning via Discriminative Mutual Nearest Neighbor Neural Network

AAAI 2022technical

Few-shot learning (FSL) aims to classify images under low-data regimes, where the conventional pooled global feature is likely to lose useful local characteristics. Recent work has achieved promising performances by using deep descriptors. They generally take all deep descriptors from neural network…

Cited by 30SourcePDFScholar
2022

Learning To Affiliate: Mutual Centralized Learning for Few-Shot Classification

CVPR 2022poster

Few-shot learning (FSL) aims to learn a classifier that can be easily adapted to accommodate new tasks, given only a few examples. To handle the limited-data in few-shot regimes, recent methods tend to collectively use a set of local features to densely represent an image instead of using a mixed gl…

Cited by 101PDFcodeScholar
2022

SCALoss: Side and Corner Aligned Loss for Bounding Box Regression

AAAI 2022technical

Bounding box regression is an important component in object detection. Recent work achieves promising performance by optimizing the Intersection over Union (IoU). However, IoU-based loss has the gradient vanish problem in the case of low overlapping bounding boxes, and the model could easily ignore…

2021

RESA: Recurrent Feature-Shift Aggregator for Lane Detection

AAAI 2021technical

Lane detection is one of the most important tasks in self-driving. Due to various complex scenarios (e.g., severe occlusion, ambiguous lanes, etc.) and the sparse supervisory signals inherent in lane annotations, lane detection task is still challenging. Thus, it is difficult for the ordinary convol…