SYNTOLOGY HomeExplorerAtlasCodeMethodologyAboutDevelopersFeedPricing
Paper · 2304.00967 · ICCV · 2023

Temporal Enhanced Training of Multi-view 3D Object Detector via Historical Object Prediction

Hongsheng Li, Guanglu Song, Yu Liu, Zeyue Xue, Zhuofan Zong, Jingyong Su, Dong Jiang

arXiv · PDF · Open in the Atlas

Code that ran

We lifted 4 functions out of this paper's own repositories and ran 3 of them in a sandbox. "Ran" means the function executed on a synthesized input and returned a value. It is not a reproduction of the paper's results.

RepositoryRoleRan
Sense-X/HoP canonical 3 of 4
FunctionStatusWhere it lives
get_final_epoch Ran Sense-X/HoP/.dev_scripts/gather_models.py
code served (permissive licence) · get_code("8959afcb82c85624")
get_model_dataset Ran Sense-X/HoP/.dev_scripts/gather_models.py
code served (permissive licence) · get_code("9cef05bbed8ed168")
process_checkpoint Ran Sense-X/HoP/.dev_scripts/gather_models.py
code served (permissive licence) · get_code("e76a491553cf9fcf")
inverse_sigmoid Not yet run Sense-X/HoP/mmdet3d_plugin/hop/modules/decoder.py
code served (permissive licence) · get_code("f3855be53d36327d")

Repositories linked to this paper

Some links come from the archived Papers with Code dataset (CC BY-SA 4.0): attribution and licence.

Abstract

In this paper, we propose a new paradigm, named Historical Object Prediction (HoP) for multi-view 3D detection to leverage temporal information more effectively. The HoP approach is straightforward: given the current timestamp t, we generate a pseudo Bird's-Eye View (BEV) feature of timestamp t-k from its adjacent frames and utilize this feature to predict the object set at timestamp t-k. Our approach is motivated by the observation that enforcing the detector to capture both the spatial location and temporal motion of objects occurring at historical timestamps can lead to more accurate BEV feature learning. First, we elaborately design short-term and long-term temporal decoders, which can generate the pseudo BEV feature for timestamp t-k without the involvement of its corresponding camera images. Second, an additional object decoder is flexibly attached to predict the object targets using the generated pseudo BEV feature. Note that we only perform HoP during training, thus the proposed method does not introduce extra overheads during inference. As a plug-and-play approach, HoP can be easily incorporated into state-ofthe-art BEV detection frameworks, including BEVFormer and BEVDet series. Furthermore, the auxiliary HoP approach is complementary to prevalent temporal modeling methods, leading to significant performance gains. Extensive experiments are conducted to evaluate the effectiveness of the proposed HoP on the nuScenes dataset. We choose the representative methods, including BEVFormer and BEVDet4D-Depth to evaluate our method. Surprisingly, HoP achieves 68.5% NDS and 62.4% mAP with ViT-L on nuScenes test, outperforming all the 3D object detectors on the leaderboard. Codes are available at https: //github.com/Sense-X/HoP.

For agents

The same record, over MCP at https://syntology.ai/mcp:

get_harvested_code_for_paper("2304.00967")
get_code_for_paper("2304.00967")
have("2304.00967")

Connect an agent — have() is free.