← Search

Hongge Chen

15 accepted papers

2025

Causal Composition Diffusion Model for Closed-loop Traffic Generation

CVPR 2025poster

Simulation is critical for safety evaluation in autonomous driving, particularly in capturing complex interactive behaviors. However, generating **realistic** and **controllable** traffic scenarios in long-tail situations remains a significant challenge. Existing generative models suffer from the co…

2025

Cohere3D: Exploiting Temporal Coherence for Unsupervised Representation Learning of Vision-Based Autonomous Driving

ICRA 2025

Multi-frame temporal inputs are important for vision-based autonomous driving. Observations from different angles enable the recovery of 3 D object states from 2 D images as long as we can identify the same instance from different input frames. However, the dynamic nature of driving scenes leads to

Cited by 3SourceScholar
2025

DriveGPT: Scaling Autoregressive Behavior Models for Driving

ICML 2025poster

We present DriveGPT, a scalable behavior model for autonomous driving. We model driving as a sequential decision-making task, and learn a transformer model to predict future agent states as tokens in an autoregressive fashion. We scale up our model parameters and training data by multiple orders of…

Cited by 1SourcePDFScholar
2023

SHIFT3D: Synthesizing Hard Inputs For Tricking 3D Detectors

ICCV 2023poster

We present SHIFT3D, a differentiable pipeline for generating 3D shapes that are structurally plausible yet challenging to 3D object detectors. In safety-critical applications like autonomous driving, discovering such novel challenging objects can offer insight into unknown vulnerabilities of 3D dete…

Cited by 1PDFScholar
2022

Hierarchical Model-Based Imitation Learning for Planning in Autonomous Driving

IROS 2022poster

We demonstrate the first large-scale application of model-based generative adversarial imitation learning (MGAIL) to the task of dense urban self-driving. We augment standard MGAIL using a hierarchical model to enable generalization to arbitrary goal routes, and measure performance using a closed-lo…

Cited by 60SourceScholar
2021

Robust Reinforcement Learning on State Observations with Learned Optimal Adversary

ICLR 2021poster

We study the robustness of reinforcement learning (RL) with adversarially perturbed state observations, which aligns with the setting of many adversarial attacks to deep reinforcement learning (DRL) and is also important for rolling out real-world RL agent under unpredictable sensing noise. With a f…

2020

Adversarial T-shirt! Evading Person Detectors in A Physical World

ECCV 2020poster

It is known that deep neural networks (DNNs) are vulnerable to adversarial attacks. The so-called physical adversarial examples deceive DNN-based decision makers by attaching adversarial patches to real objects. However, most of the existing works on physical adversarial attacks focus on static obje…

Cited by 435SourcePDFScholar
2020

On Lp-norm Robustness of Ensemble Decision Stumps and Trees

ICML 2020poster

Recent papers have demonstrated that ensemble stumps and trees could be vulnerable to small input perturbations, so robustness verification and defense for those models have become an important research problem. However, due to the structure of decision trees, where each node makes decision purely b…

2020

Robust Deep Reinforcement Learning against Adversarial Perturbations on State Observations

NeurIPS 2020spotlight

A deep reinforcement learning (DRL) agent observes its states through observations, which may contain natural measurement errors or adversarial noises. Since the observations deviate from the true states, they can mislead the agent into making suboptimal actions. Several works have shown this vulner…

2020

Towards Stable and Efficient Training of Verifiably Robust Neural Networks

ICLR 2020poster

Training neural networks with verifiable robustness guarantees is challenging. Several existing approaches utilize linear relaxation based neural network output bounds under perturbation, but they can slow down training by a factor of hundreds depending on the underlying network architectures. Meanw…

Cited by 396SourceScholar
2019

Robustness Verification of Tree-based Models

NeurIPS 2019poster

We study the robustness verification problem of tree based models, including random forest (RF) and gradient boosted decision tree (GBDT). Formal robustness verification of decision tree ensembles involves finding the exact minimal adversarial perturbation or a guaranteed lower bound of it. Existing…

2018

Is Robustness the Cost of Accuracy? -- A Comprehensive Study on the Robustness of 18 Deep Image Classification Models

ECCV 2018poster

The prediction accuracy has been the long-lasting and sole standard for comparing the performance of different image classification models, including the ImageNet competition. However, recent studies have highlighted the lack of robustness in well-trained deep neural networks to adversarial examples…

2018

Towards Fast Computation of Certified Robustness for ReLU Networks

ICML 2018oral

Verifying the robustness property of a general Rectified Linear Unit (ReLU) network is an NP-complete problem. Although finding the exact minimum adversarial distortion is hard, giving a certified lower bound of the minimum distortion is possible. Current available methods of computing such a bound…