Skip to content

Commit b3c070d

Browse files
committed
.
1 parent 4c8a1ac commit b3c070d

1 file changed

Lines changed: 15 additions & 15 deletions

File tree

data/publications.tsx

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -506,7 +506,7 @@ export const publications: {
506506
description: "OMEGA is a training-free, optimization-guided diffusion framework that enforces structural consistency and interaction reasoning during sampling to generate realistic, controllable, and safety-critical multi-agent driving scenes.",
507507
keys: ['ad_algorithm'],
508508
time: '2025.12.08',
509-
timeline:['te2e'],
509+
timeline:[],
510510
},
511511
{
512512
title: "MTGS: Multi-Traversal Gaussian Splatting",
@@ -566,7 +566,7 @@ export const publications: {
566566
description: "",
567567
keys: ['ad_algorithm'],
568568
time: '2023.12.26',
569-
timeline:['te2e'],
569+
timeline:[],
570570
},
571571
{
572572
title: "Leveraging Vision-Centric Multi-Modal Expertise for 3D Object Detection",
@@ -586,7 +586,7 @@ export const publications: {
586586
description: "The unified framework to enhance 3D object detection by uniting a multi-modal expert model with a trajectory distillation module.",
587587
keys: ['ad_algorithm'],
588588
time: '2023.10.24',
589-
timeline:['te2e'],
589+
timeline:[],
590590
},
591591
{
592592
title: "OpenLane-V2: A Topology Reasoning Benchmark for Unified 3D HD Mapping",
@@ -610,7 +610,7 @@ export const publications: {
610610
description: "The world's first perception and reasoning benchmark for scene structure in autonomous driving.",
611611
keys: ['ad_algorithm'],
612612
time: '2023.04.20',
613-
timeline:['te2e'],
613+
timeline:['te2e', 'highlight'],
614614
},
615615
{
616616
title: "Delving into the Devils of Bird's-Eye-View Perception: A Review, Evaluation and Recipe",
@@ -630,7 +630,7 @@ export const publications: {
630630
description: "We review the most recent work on BEV perception and provide analysis of different solutions.",
631631
keys: ['ad_algorithm', 'survey'],
632632
time: '2022.09.12',
633-
timeline:['te2e'],
633+
timeline:['te2e', 'highlight'],
634634
},
635635
{
636636
title: "Scene as Occupancy",
@@ -670,7 +670,7 @@ export const publications: {
670670
description: "We propose Sparse Dense Fusion (SDF), a complementary framework that incorporates both sparse-fusion and dense-fusion modules via the Transformer architecture.",
671671
keys: ['ad_algorithm'],
672672
time: '2023.04.09',
673-
timeline:['te2e'],
673+
timeline:[],
674674
},
675675
{
676676
title: "HDGT: Heterogeneous Driving Graph Transformer for Multi-Agent Trajectory Prediction via Scene Encoding",
@@ -690,7 +690,7 @@ export const publications: {
690690
description: "HDGT formulates the driving scene as a heterogeneous graph with different types of nodes and edges.",
691691
keys: ['ad_algorithm'],
692692
time: '2022.04.30',
693-
timeline:['te2e'],
693+
timeline:[],
694694
},
695695
{
696696
title: "Distilling Focal Knowledge from Imperfect Expert for 3D Object Detection",
@@ -770,7 +770,7 @@ export const publications: {
770770
description: "We propose GAPretrain, a plug-and-play framework that boosts 3D detection by pretraining with spatial-structural cues and BEV representation.",
771771
keys: ['ad_algorithm'],
772772
time: '2023.04.06',
773-
timeline:['te2e'],
773+
timeline:[],
774774
},
775775
{
776776
title: "3D Data Augmentation for Driving Scenes on Camera",
@@ -790,7 +790,7 @@ export const publications: {
790790
description: "We propose a 3D data augmentation approach termed Drive-3DAug to augment the driving scenes on camera in the 3D space.",
791791
keys: ['ad_algorithm'],
792792
time: '2023.03.18',
793-
timeline:['te2e'],
793+
timeline:[],
794794
},
795795
{
796796
title: "Towards Capturing the Temporal Dynamics for Trajectory Prediction: a Coarse-to-Fine Approach",
@@ -834,7 +834,7 @@ export const publications: {
834834
description: "A paradigm for autonomous driving that applies both Transformer and Temporal structure to generate BEV features.",
835835
keys: ['ad_algorithm'],
836836
time: '2022.03.31',
837-
timeline:['te2e'],
837+
timeline:['te2e', 'highlight'],
838838
},
839839
{
840840
title: "PersFormer: 3D Lane Detection via Perspective Transformer and the OpenLane Benchmark",
@@ -866,7 +866,7 @@ export const publications: {
866866
description: "PersFormer adopts a unified 2D/3D anchor design and an auxiliary task to detect 2D/3D lanes; we release one of the first large-scale real-world 3D lane datasets, OpenLane.",
867867
keys: ['ad_algorithm'],
868868
time: '2022.03.21',
869-
timeline:['te2e'],
869+
timeline:['te2e', 'highlight'],
870870
},
871871
{
872872
title: "ReSim: Reliable World Simulation for Autonomous Driving",
@@ -886,7 +886,7 @@ export const publications: {
886886
description: "ReSim is a driving world model that enables Reliable Simulation of diverse open-world driving scenarios under various actions, including hazardous non-expert ones. A Video2Reward model estimates the reward from ReSim's simulated future.",
887887
keys: ['end_to_end_ad', 'home_sliding'],
888888
time: '2025.06.11',
889-
timeline:['te2e'],
889+
timeline:['te2e', 'highlight'],
890890
},
891891
{
892892
title: "ETA: Efficiency through Thinking Ahead, A Dual Approach to Self-Driving with Large Models",
@@ -1022,7 +1022,7 @@ export const publications: {
10221022
description: "Data-Driven Non-Reactive Autonomous Vehicle Simulation and Benchmarking.",
10231023
keys: ['end_to_end_ad'],
10241024
time: '2024.06.21',
1025-
timeline:['te2e'],
1025+
timeline:['te2e', 'highlight'],
10261026
},
10271027
{
10281028
title: "Generalized Predictive Model for Autonomous Driving",
@@ -1061,8 +1061,8 @@ export const publications: {
10611061
],
10621062
description: "We aim to establish a generalized video prediction paradigm for autonomous driving by presenting the largest multimodal driving video dataset to date, OpenDV-2K, and a generative model that predicts the future given past visual and textual input, GenAD.",
10631063
keys: ['end_to_end_ad'],
1064-
time: '2024.06.21',
1065-
timeline:['te2e'],
1064+
time: '2024.03.14',
1065+
timeline:['te2e', 'highlight'],
10661066
},
10671067
{
10681068
title: "Visual Point Cloud Forecasting enables Scalable Autonomous Driving",

0 commit comments

Comments
 (0)