← Search

Chunjing XU

50 accepted papers

2023

FlowMap: Path Generation for Automated Vehicles in Open Space Using Traffic Flow

ICRA 2023poster

There is extensive literature on perceiving road structures by fusing various sensor inputs such as lidar point clouds and camera images using deep neural nets. Leveraging the latest advance of neural architects (such as transformers) and bird-eye-view (BEV) representation, the road cognition accura…

Cited by 4SourceScholar
2023

NLIP: Noise-Robust Language-Image Pre-training

AAAI 2023technical

Large-scale cross-modal pre-training paradigms have recently shown ubiquitous success on a wide range of downstream tasks, e.g., zero-shot classification, retrieval and image captioning. However, their successes highly rely on the scale and quality of web-crawled data that naturally contain much inc…

Cited by 33SourcePDFScholar
2023

Visual Exemplar Driven Task-Prompting for Unified Perception in Autonomous Driving

CVPR 2023poster

Multi-task learning has emerged as a powerful paradigm to solve a range of tasks simultaneously with good efficiency in both computation resources and inference time. However, these algorithms are designed for different tasks mostly not within the scope of autonomous driving, thus making it hard to…

Cited by 21SourcePDFScholar
2022

CODA: A Real-World Road Corner Case Dataset for Object Detection in Autonomous Driving

ECCV 2022poster

"Contemporary deep-learning object detection methods for autonomous driving usually assume prefixed categories of common traffic participants, such as pedestrians and cars. Most existing detectors are unable to detect uncommon objects and corner cases (e.g., a dog crossing a street), which may lead…

2022

DetCLIP: Dictionary-Enriched Visual-Concept Paralleled Pre-training for Open-world Detection

NeurIPS 2022accept

Open-world object detection, as a more general and challenging goal, aims to recognize and localize objects described by arbitrary category names. The recent work GLIP formulates this problem as a grounding problem by concatenating all category names of detection datasets into sentences, which leads…

Cited by 178SourcePDFScholar
2022

Effective Adaptation in Multi-Task Co-Training for Unified Autonomous Driving

NeurIPS 2022accept

Aiming towards a holistic understanding of multiple downstream tasks simultaneously, there is a need for extracting features with better transferability. Though many latest self-supervised pre-training methods have achieved impressive performance on various vision tasks under the prevailing pretrain…

Cited by 38SourcePDFScholar
2022

FILIP: Fine-grained Interactive Language-Image Pre-Training

ICLR 2022poster

Unsupervised large-scale vision-language pre-training has shown promising advances on various downstream tasks. Existing methods often model the cross-modal interaction either via the similarity of the global feature of each modality which misses sufficient information, or finer-grained interactions…

Cited by 672SourcePDFScholar
2022

Laneformer: Object-Aware Row-Column Transformers for Lane Detection

AAAI 2022technical

We present Laneformer, a conceptually simple yet powerful transformer-based architecture tailored for lane detection that is a long-standing research topic for visual perception in autonomous driving. The dominant paradigms rely on purely CNN-based architectures which often fail in incorporating rel…

Cited by 60SourcePDFScholar
2022

ManiTrans: Entity-Level Text-Guided Image Manipulation via Token-Wise Semantic Alignment and Generation

CVPR 2022oral

Existing text-guided image manipulation methods aim to modify the appearance of the image or to edit a few objects in a virtual or simple scenario, which is far from practical application. In this work, we study a novel task on text-guided image manipulation on the entity level in the real world. Th…

Cited by 19PDFcodeScholar
2022

Open-World Semantic Segmentation via Contrasting and Clustering Vision-Language Embedding

ECCV 2022poster

"To bridge the gap between supervised semantic segmentation and real-world applications that acquire one model to recognize arbitrary new concepts, recent zero-shot segmentation attracts a lot of attention by exploring the relationships between unseen and seen object categories, yet requiring large…

2022

Task-Customized Self-Supervised Pre-training with Scalable Dynamic Routing

AAAI 2022technical

Self-supervised learning (SSL), especially contrastive methods, has raised attraction recently as it learns effective transferable representations without semantic annotations. A common practice for self-supervised pre-training is to use as much data as possible. For a specific downstream task, howe…

Cited by 23SourcePDFScholar
2022

Wukong: A 100 Million Large-scale Chinese Cross-modal Pre-training Benchmark

NeurIPS 2022accept

Vision-Language Pre-training (VLP) models have shown remarkable performance on various downstream tasks. Their success heavily relies on the scale of pre-trained cross-modal datasets. However, the lack of large-scale datasets and benchmarks in Chinese hinders the development of Chinese VLP models an…

2021

AdderSR: Towards Energy Efficient Image Super-Resolution

CVPR 2021poster

This paper studies the single image super-resolution problem using adder neural networks (AdderNets). Compared with convolutional neural networks, AdderNets utilize additions to calculate the output features thus avoid massive energy consumptions of conventional multiplications. However, it is very…

Cited by 115PDFcodeScholar
2021

An Empirical Study of Adder Neural Networks for Object Detection

NeurIPS 2021poster

Adder neural networks (AdderNets) have shown impressive performance on image classification with only addition operations, which are more energy efficient than traditional convolutional neural networks built with multiplications. Compared with classification, there is a strong demand on reducing the…

Cited by 24SourcePDFScholar
2021

Data-Free Knowledge Distillation for Image Super-Resolution

CVPR 2021poster

Convolutional network compression methods require training data for achieving acceptable results, but training data is routinely unavailable due to some privacy and transmission limitations. Therefore, recent works focus on learning efficient networks without original training data, i.e., data-free…

Cited by 102PDFcodeScholar
2021

Distilling Object Detectors via Decoupled Features

CVPR 2021poster

Knowledge distillation is a widely used paradigm for inheriting information from a complicated teacher network to a compact student network and maintaining the strong performance. Different from image classification, object detectors are much more sophisticated with multiple loss functions in which…

Cited by 288PDFcodeScholar
2021

HourNAS: Extremely Fast Neural Architecture Search Through an Hourglass Lens

CVPR 2021poster

Neural Architecture Search (NAS) aims to automatically discover optimal architectures. In this paper, we propose an hourglass-inspired approach (HourNAS) for extremely fast NAS. It is motivated by the fact that the effects of the architecture often proceed from the vital few blocks. Acting like the…

Cited by 27PDFScholar
2021

Learning Frequency Domain Approximation for Binary Neural Networks

NeurIPS 2021oral

Binary neural networks (BNNs) represent original full-precision weights and activations into 1-bit with sign function. Since the gradient of the conventional sign function is almost zero everywhere which cannot be used for back-propagation, several attempts have been proposed to alleviate the optimi…

Cited by 71SourcePDFScholar
2021

Learning Frequency-Aware Dynamic Network for Efficient Super-Resolution

ICCV 2021poster

Deep learning based methods, especially convolutional neural networks (CNNs) have been successfully applied in the field of single image super-resolution (SISR). To obtain better fidelity and visual quality, most of existing networks are of heavy design with massive computation. However, the computa…

Cited by 84PDFScholar
2021

One Million Scenes for Autonomous Driving: ONCE Dataset

NeurIPS 2021poster

Current perception models in autonomous driving have become notorious for greatly relying on a mass of annotated data to cover unseen cases and address the long-tail problem. On the other hand, learning from unlabeled large-scale collected data and incrementally self-training powerful recognition mo…

Cited by 332SourcecodeScholar
2021

Positive-Unlabeled Data Purification in the Wild for Object Detection

CVPR 2021poster

Deep learning based object detection approaches have achieved great progress with the benefit from large amount of labeled images. However, image annotation remains a laborious, time-consuming and error-prone process. To further improve the performance of detectors, we seek to exploit all available…

Cited by 15PDFScholar
2021

Pre-Trained Image Processing Transformer

CVPR 2021poster

As the computing power of modern hardware is increasing strongly, pre-trained deep learning models (e.g., BERT, GPT-3) learned on large-scale datasets have shown their effectiveness over conventional methods. The big progress is mainly contributed to the representation ability of transformer and its…

Cited by 2279PDFcodeScholar
2021

Pyramid R-CNN: Towards Better Performance and Adaptability for 3D Object Detection

ICCV 2021poster

We present a flexible and high-performance framework, named Pyramid R-CNN, for two-stage 3D object detection from point clouds. Current approaches generally rely on the points or voxels of interest for RoI feature extraction on the second stage, but cannot effectively handle the sparsity and non-uni…

Cited by 201PDFcodeScholar
2021

ReNAS: Relativistic Evaluation of Neural Architecture Search

CVPR 2021poster

An effective and efficient architecture performance evaluation scheme is essential for the success of Neural Architecture Search (NAS). To save computational cost, most of existing NAS algorithms often train and evaluate intermediate neural architectures on a small proxy dataset with limited trainin…

Cited by 106PDFcodeScholar
2021

S$^3$: Sign-Sparse-Shift Reparametrization for Effective Training of Low-bit Shift Networks

NeurIPS 2021poster

Shift neural networks reduce computation complexity by removing expensive multiplication operations and quantizing continuous weights into low-bit discrete values, which are fast and energy-efficient compared to conventional neural networks. However, existing shift networks are sensitive to the weig…

2021

SODA10M: A Large-Scale 2D Self/Semi-Supervised Object Detection Dataset for Autonomous Driving

NeurIPS 2021poster

Aiming at facilitating a real-world, ever-evolving and scalable autonomous driving system, we present a large-scale dataset for standardizing the evaluation of different self-supervised and semi-supervised approaches by learning from raw data, which is the first and largest dataset to date. Existing…

Cited by 82SourcecodeScholar
2021

SOFT: Softmax-free Transformer with Linear Complexity

NeurIPS 2021spotlight

Vision transformers (ViTs) have pushed the state-of-the-art for various visual recognition tasks by patch-wise image tokenization followed by self-attention. However, the employment of self-attention modules results in a quadratic complexity in both computation and memory usage. Various attempts on…

Cited by 198SourcePDFScholar
2021

Winograd Algorithm for AdderNet

ICML 2021spotlight

Adder neural network (AdderNet) is a new kind of deep model that replaces the original massive multiplications in convolutions by additions while preserving the high performance. Since the hardware complexity of additions is much lower than that of multiplications, the overall energy consumption is…

Cited by 15SourcePDFScholar
2020

AdderNet: Do We Really Need Multiplications in Deep Learning?

CVPR 2020oral

Compared with cheap addition operation, multiplication operation is of much higher computation complexity. The widely-used convolutions in deep neural networks are exactly cross-correlation to measure the similarity between input feature and convolution filters, which involves massive multiplication…

Cited by 286PDFcodeScholar
2020

CARS: Continuous Evolution for Efficient Neural Architecture Search

CVPR 2020poster

Searching techniques in most of existing neural architecture search (NAS) algorithms are mainly dominated by differentiable methods for the efficiency reason. In contrast, we develop an efficient continuous evolutionary approach for searching neural networks. Architectures in the population that sha…

Cited by 310PDFcodeScholar
2020

Frequency Domain Compact 3D Convolutional Neural Networks

CVPR 2020poster

This paper studies the compression and acceleration of 3-dimensional convolutional neural networks (3D CNNs). To reduce the memory cost and computational complexity of deep neural networks, a number of algorithms have been explored by discovering redundant parameters in pre-trained networks. However…

Cited by 32PDFScholar
2020

Kernel Based Progressive Distillation for Adder Neural Networks

NeurIPS 2020spotlight

Adder Neural Networks (ANNs) which only contain additions bring us a new way of developing deep neural networks with low energy consumption. Unfortunately, there is an accuracy drop when replacing all convolution filters by adder filters. The main reason here is the optimization difficulty of ANNs u…

Cited by 52SourcePDFScholar
2020

Model Rubik’s Cube: Twisting Resolution, Depth and Width for TinyNets

NeurIPS 2020poster

To obtain excellent deep neural architectures, a series of techniques are carefully designed in EfficientNets. The giant formula for simultaneously enlarging the resolution, depth and width provides us a Rubik’s cube for neural networks. So that we can find networks with high efficiency and excellen…

2020

Optical Flow Distillation: Towards Efficient and Stable Video Style Transfer

ECCV 2020poster

Video style transfer techniques inspire many exciting applications on mobile devices. However, their efficiency and stability are still far from satisfactory. To boost the transfer stability across frames, optical flow is widely adopted, despite its high computational complexity, e.g., occupying ove…

Cited by 68SourcePDFScholar
2020

SCOP: Scientific Control for Reliable Neural Network Pruning

NeurIPS 2020poster

This paper proposes a reliable neural network pruning algorithm by setting up a scientific control. Existing pruning methods have developed various hypotheses to approximate the importance of filters to the network and then execute filter pruning accordingly. To increase the reliability of the resul…

2020

Searching for Low-Bit Weights in Quantized Neural Networks

NeurIPS 2020poster

Quantized neural networks with low-bit weights and activations are attractive for developing AI accelerators. However, the quantization functions used in most conventional quantization methods are non-differentiable, which increases the optimization difficulty of quantized networks. Compared with fu…

Cited by 115SourcePDFScholar
2020

Training Binary Neural Networks through Learning with Noisy Supervision

ICML 2020poster

This paper formalizes the binarization operations over neural networks from a learning perspective. In contrast to classical hand crafted rules (\eg hard thresholding) to binarize full-precision neurons, we propose to learn a mapping from full-precision neurons to the target binary ones. Each indivi…

Cited by 62SourcePDFScholar
2020

Video Super-Resolution With Temporal Group Attention

CVPR 2020poster

Video super-resolution, which aims at producing a high-resolution video from its corresponding low-resolution version, has recently drawn increasing attention. In this work, we propose a novel method that can effectively incorporate temporal information in a hierarchical way. The input sequence is d…

Cited by 220PDFcodeScholar
2019

BridgeNet: A Continuity-Aware Probabilistic Network for Age Estimation

CVPR 2019poster

Age estimation is an important yet very challenging problem in computer vision. Existing methods for age estimation usually apply a divide-and-conquer strategy to deal with heterogeneous data caused by the non-stationary aging process. However, the facial aging process is also a continuous process,…

Cited by 140PDFScholar
2019

Co-Evolutionary Compression for Unpaired Image Translation

ICCV 2019poster

Generative adversarial networks (GANs) have been successfully used for considerable computer vision tasks, especially the image-to-image translation. However, generators in these networks are of complicated architectures with large number of parameters and huge computational complexities. Existing m…

Cited by 93PDFScholar
2019

Data-Free Learning of Student Networks

ICCV 2019poster

Learning portable neural networks is very essential for computer vision for the purpose that pre-trained heavy deep models can be well applied on edge devices such as mobile phones and micro sensors. Most existing deep neural network compression and speed-up methods are very effective for training c…

Cited by 442PDFcodeScholar
2019

Deep Fitting Degree Scoring Network for Monocular 3D Object Detection

CVPR 2019poster

In this paper, we propose to learn a deep fitting degree scoring network for monocular 3D object detection, which aims to score fitting degree between proposals and object conclusively. Different from most existing monocular frameworks which use tight constraint to get 3D location, our approach achi…

Cited by 195PDFScholar
2019

LegoNet: Efficient Convolutional Neural Networks with Lego Filters

ICML 2019oral

This paper aims to build efficient convolutional neural networks using a set of Lego filters. Many successful building blocks, e.g., inception and residual modules, have been designed to refresh state-of-the-art records of CNNs on visual recognition tasks. Beyond these high-level modules, we suggest…

2019

Positive-Unlabeled Compression on the Cloud

NeurIPS 2019poster

Many attempts have been done to extend the great success of convolutional neural networks (CNNs) achieved on high-end GPU servers to portable devices such as smart phones. Providing compression and acceleration service of deep learning models on the cloud is therefore of significance and is attracti…

Cited by 64SourcePDFScholar
2018

Learning Versatile Filters for Efficient Convolutional Neural Networks

NeurIPS 2018poster

This paper introduces versatile filters to construct efficient convolutional neural network. Considering the demands of efficient deep learning techniques running on cost-effective hardware, a number of methods have been developed to learn compact neural networks. Most of these works aim to slim dow…

Cited by 70SourcePDFScholar