← Search

Jianping Shi

49 accepted papers

2022

PersFormer: 3D Lane Detection via Perspective Transformer and the OpenLane Benchmark

ECCV 2022poster

"Methods for 3D lane detection have been recently proposed to address the issue of inaccurate lane layouts in many autonomous driving scenarios (uphill/downhill, bump, etc.). Previous work struggled in complex cases due to their simple designs of the spatial transformation between front view and bir…

2022

Robust Self-Supervised LiDAR Odometry Via Representative Structure Discovery and 3D Inherent Error Modeling

RA-L 2022

The correct ego-motion estimation basically relies on the understanding of correspondences between adjacent LiDAR scans. However, given the complex scenarios and the low-resolution LiDAR, finding reliable structures for identifying correspondences can be challenging. In this letter, we delve into st

Cited by 21SourcecodeScholar
2021

AdaStereo: A Simple and Efficient Approach for Adaptive Stereo Matching

CVPR 2021poster

Recently, records on stereo matching benchmarks are constantly broken by end-to-end disparity networks. However, the domain adaptation ability of these deep models is quite poor. Addressing such problem, we present a novel domain-adaptive pipeline called AdaStereo that aims to align multi-level repr…

Cited by 91PDFScholar
2021

Enhanced Boundary Learning for Glass-Like Object Segmentation

ICCV 2021poster

Glass-like objects such as windows, bottles, and mirrors exist widely in the real world. Sensing these objects has many applications, including robot navigation and grasping. However, this task is very challenging due to the arbitrary scenes behind glass-like objects. This paper aims to solve the gl…

Cited by 106PDFcodeScholar
2021

PIT: Position-Invariant Transform for Cross-FoV Domain Adaptation

ICCV 2021poster

Cross-domain object detection and semantic segmentation have witnessed impressive progress recently. Existing approaches mainly consider the domain shift resulting from external environments including the changes of background, illumination or weather, while distinct camera intrinsic parameters appe…

Cited by 44PDFcodeScholar
2021

PointFlow: Flowing Semantics Through Points for Aerial Image Segmentation

CVPR 2021poster

Aerial Image Segmentation is a particular semantic segmentation problem and has several challenging characteristics that general semantic segmentation does not have. There are two critical issues: The one is an extremely foreground-background imbalanced distribution and the other is multiple small o…

Cited by 133PDFcodeScholar
2021

Understanding the wiring evolution in differentiable neural architecture search

AISTATS 2021poster

Controversy exists on whether differentiable neural architecture search methods discover wiring topology effectively. To understand how wiring topology evolves, we study the underlying mechanism of several existing differentiable NAS frameworks. Our investigation is motivated by three observed searc…

2020

DSNAS: Direct Neural Architecture Search Without Parameter Retraining

CVPR 2020poster

If NAS methods are solutions, what is the problem? Most existing NAS methods require two-stage parameter optimization. However, performance of the same architecture in the two stages correlates poorly. In this work, we propose a new problem definition for NAS, task-specific end-to-end, based on this…

Cited by 184PDFcodeScholar
2020

Graph-Guided Architecture Search for Real-Time Semantic Segmentation

CVPR 2020poster

Designing a lightweight semantic segmentation network often requires researchers to find a trade-off between performance and speed, which is always empirical due to the limited interpretability of neural networks. In order to release researchers from these tedious mechanical trials, we propose a Gra…

Cited by 120PDFScholar
2020

Improving Semantic Segmentation via Decoupled Body and Edge Supervision

ECCV 2020poster

the global context, or refine objects detail along their boundaries by multi-scale feature fusion. In this paper, a new paradigm for semantic segmentation is proposed. Our insight is that appealing performance of semantic segmentation requires extit{explicitly} modeling the object extit{body} and ex…

2020

Learning Depth-Guided Convolutions for Monocular 3D Object Detection

CVPR 2020poster

3D object detection from a single image without LiDAR is a challenging task due to the lack of accurate depth information. Conventional 2D convolutions are unsuitable for this task because they fail to capture local object and its scale information, which are vital for 3D object detection. To better…

Cited by 384PDFcodeScholar
2020

PV-RCNN: Point-Voxel Feature Set Abstraction for 3D Object Detection

CVPR 2020poster

We present a novel and high-performance 3D object detection framework, named PointVoxel-RCNN (PV-RCNN), for accurate 3D object detection from point clouds. Our proposed method deeply integrates both 3D voxel Convolutional Neural Network (CNN) and PointNet-based set abstraction to learn more discrimi…

Cited by 2428PDFcodeScholar
2020

Search What You Want: Barrier Panelty NAS for Mixed Precision Quantization

ECCV 2020poster

Emergent hardwares can support mixed precision CNN models inference that assign different bitwidths for different layers. Learning to find an optimal mixed precision model that can preserve accuracy and satisfy the specific constraints on model size and computation is extremely challenge due to the…

Cited by 73SourcePDFScholar
2020

SelfVoxeLO: Self-supervised LiDAR Odometry with Voxel-based Deep Neural Networks

CoRL 2020

Recent learning-based LiDAR odometry methods have demonstrated their competitiveness. However, most methods still face two substantial challenges: 1) the 2D projection representation of LiDAR data cannot effectively encode 3D structures from the point clouds; 2) the needs for a large amount of label

2020

Side-Aware Boundary Localization for More Precise Object Detection

ECCV 2020poster

Current object detection frameworks mainly rely on bounding box regression to localize objects. Despite the remarkable progress in recent years, the precision of bounding box regression remains unsatisfactory, hence limiting performance in object detection. We observe that precise localization requi…

2020

TSIT: A Simple and Versatile Framework for Image-to-Image Translation

ECCV 2020poster

We introduce a simple and versatile framework for image-to-image translation. We unearth the importance of normalization layers, and provide a carefully designed two-stream generative model with newly proposed feature transformations in a coarse-to-fine fashion. This allows multi-scale semantic stru…

2019

Adapting Object Detectors via Selective Cross-Domain Alignment

CVPR 2019poster

State-of-the-art object detectors are usually trained on public datasets. They often face substantial difficulties when applied to a different domain, where the imaging condition differs significantly and the corresponding annotated data are unavailable (or expensive to acquire). A natural remedy is…

Cited by 436PDFcodeScholar
2019

Depth Completion From Sparse LiDAR Data With Depth-Normal Constraints

ICCV 2019poster

Depth completion aims to recover dense depth maps from sparse depth measurements. It is of increasing importance for autonomous driving and draws increasing attention from the vision community. Most of the current competitive methods directly train a network to learn a mapping from sparse depth inpu…

Cited by 254PDFScholar
2019

DrivingStereo: A Large-Scale Dataset for Stereo Matching in Autonomous Driving Scenarios

CVPR 2019poster

Great progress has been made on estimating disparity maps from stereo images. However, with the limited stereo data available in the existing datasets and unstable ranging precision of current stereo methods, industry-level stereo matching in autonomous driving remains challenging. In this paper, we…

Cited by 248PDFcodeScholar
2019

Hybrid Task Cascade for Instance Segmentation

CVPR 2019poster

Cascade is a classic yet powerful architecture that has boosted performance on various tasks. However, how to introduce cascade to instance segmentation remains an open question. A simple combination of Cascade R-CNN and Mask R-CNN only brings limited gain. In exploring a more effective approach, we…

Cited by 1727PDFcodeScholar
2019

Libra R-CNN: Towards Balanced Learning for Object Detection

CVPR 2019poster

Compared with model architectures, the training process, which is also crucial to the success of detectors, has received relatively less attention in object detection. In this work, we carefully revisit the standard training practice of detectors, and find that the detection performance is often lim…

Cited by 1921PDFcodeScholar
2019

Not All Areas Are Equal: Transfer Learning for Semantic Segmentation via Hierarchical Region Selection

CVPR 2019oral

The success of deep neural networks for semantic segmentation heavily relies on large-scale and well-labeled datasets, which are hard to collect in practice. Synthetic data offers an alternative to obtain ground-truth labels for free. However, models directly trained on synthetic data often struggle…

Cited by 89PDFScholar
2019

Prior Guided Dropout for Robust Visual Localization in Dynamic Environments

ICCV 2019poster

Camera localization from monocular images has been a long-standing problem, but its robustness in dynamic environments is still not adequately addressed. Compared with classic geometric approaches, modern CNN-based methods (e.g. PoseNet) have manifested the reliability against illumination or viewpo…

Cited by 59PDFcodeScholar
2019

Robust Multi-Modality Multi-Object Tracking

ICCV 2019poster

Multi-sensor perception is crucial to ensure the reliability and accuracy in autonomous driving system, while multi-object tracking (MOT) improves that by tracing sequential movement of dynamic objects. Most current approaches for multi-sensor multi-object tracking are either lack of reliability by…

Cited by 272PDFcodeScholar
2019

Switchable Whitening for Deep Representation Learning

ICCV 2019poster

Normalization methods are essential components in convolutional neural networks (CNNs). They either standardize or whiten data using statistics estimated in predefined sets of pixels. Unlike existing works that design normalization techniques for specific tasks, we propose Switchable Whitening (SW),…

Cited by 193PDFcodeScholar
2019

Towards Instance-Level Image-To-Image Translation

CVPR 2019poster

Unpaired Image-to-image Translation is a new rising and challenging vision problem that aims to learn a mapping between unaligned image pairs in diverse domains. Recent advances in this field like MUNIT and DRIT mainly focus on disentangling content and style/attribute from a given image first, then…

Cited by 130PDFcodeScholar
2018

Context Encoding for Semantic Segmentation

CVPR 2018poster

Recent work has made significant progress in improving spatial resolution for pixelwise labeling with Fully Convolutional Network (FCN) framework by employing Dilated/Atrous convolution, utilizing multi-scale features and refining boundaries. In this paper, we explore the impact of global contextua…

2018

Eliminating Background-Bias for Robust Person Re-Identification

CVPR 2018poster

Person re-identification is an important topic in intelligent surveillance and computer vision. It aims to accurately measure visual similarities between person images for determining whether two images correspond to the same person. State-of-the-art methods mainly utilize deep learning based approa…

Cited by 200SourcePDFScholar
2018

Factorizable Net: An Efficient Subgraph-based Framework for Scene Graph Generation

ECCV 2018poster

Generating scene graph to describe all the relations inside an image gains increasing interests these years. However, most of the previous methods use complicated structures with slow inference speed or rely on the external data, which limits the usage of the model in real-life scenarios. To improve…

2018

FishNet: A Versatile Backbone for Image, Region, and Pixel Level Prediction

NeurIPS 2018poster

The basic principles in designing convolutional neural network (CNN) structures for predicting objects on different levels, e.g., image-level, region-level, and pixel-level, are diverging. Generally, network structures designed specifically for image classification are directly used as default backb…

2018

ICNet for Real-Time Semantic Segmentation on High-Resolution Images

ECCV 2018poster

We focus on the challenging task of real-time semantic segmentation in this paper. It finds many practical applications and yet is with fundamental difficulty of reducing a large portion of computation for pixel-wise label inference. We propose an image cascade network (ICNet) that incorporates mult…

2018

PSANet: Point-wise Spatial Attention Network for Scene Parsing

ECCV 2018poster

We notice information flow in convolutional neural networks is restricted inside local neighborhood regions due to the physical design of convolutional filters, which limits the overall understanding of complex scenes. In this paper, we propose the point-wise spatial attention network (PSANet) to re…

2018

Path Aggregation Network for Instance Segmentation

CVPR 2018poster

The way that information propagates in neural networks is of great importance. In this paper, we propose Path Aggregation Network (PANet) aiming at boosting information flow in proposal-based instance segmentation framework. Specifically, we enhance the entire feature hierarchy with accurate localiz…

2018

Penalizing Top Performers: Conservative Loss for Semantic Segmentation Adaptation

ECCV 2018poster

Due to the expensive and time-consuming annotations (e.g., segmentation) for real-world images, recent works in computer vision resort to synthetic data. However, the performance on the real image often drops significantly because of the domain shift between the synthetic data and the real images. I…

Cited by 135SourcePDFScholar
2018

SegStereo: Exploiting Semantic Information for Disparity Estimation

ECCV 2018poster

Disparity estimation for binocular stereo images finds a wide range of applications. Traditional algorithms may fail on featureless regions, which could be handled by high-level clues such as semantic segments. In this paper, we suggest that appropriate incorporation of semantic cues can greatly rec…

Cited by 429SourcePDFScholar
2018

Towards Understanding Acceleration Tradeoff between Momentum and Asynchrony in Nonconvex Stochastic Optimization

NeurIPS 2018poster

Asynchronous momentum stochastic gradient descent algorithms (Async-MSGD) have been widely used in distributed machine learning, e.g., training large collaborative filtering systems and deep neural networks. Due to current technical limit, however, establishing convergence properties of Async-MSGD f…

Cited by 11SourcePDFScholar
2018

Two at Once: Enhancing Learning and Generalization Capacities via IBN-Net

ECCV 2018poster

Convolutional neural networks (CNNs) have achieved great successes in many computer vision problems. Unlike existing works that designed CNN architectures to improve performance on a single task of a single domain and not generalizable, we present IBN-Net, a novel convolutional architecture, which r…

2016

Multi-Scale Patch Aggregation (MPA) for Simultaneous Detection and Segmentation

CVPR 2016oral

Aiming at simultaneous detection and segmentation (SDS), we propose a proposal-free framework, which detect and segment object instances via mid-level patches. We design a unified trainable network on patches, which is followed by a fast and effective patch aggregation algorithm to infer object inst…

Cited by 110PDFScholar