Papers › Find n' Propagate: Open-Vocabulary 3D Object Detection in Urban Environments

Find n' Propagate: Open-Vocabulary 3D Object Detection in Urban Environments

20 Mar 2024arXiv:2403.13556archive 2025-07-28

Djamahl Etchegaray, Zi Huang, Tatsuya Harada, Yadan Luo

In this work, we tackle the limitations of current LiDAR-based 3D object detection systems, which are hindered by a restricted class vocabulary and the high costs associated with annotating new object classes. Our exploration of open-vocabulary (OV) learning in urban environments aims to capture novel instances using pre-trained vision-language models (VLMs) with multi-sensor data. We design and benchmark a set of four potential solutions as baselines, categorizing them into either top-down or bottom-up approaches based on their input data strategies. While effective, these methods exhibit certain limitations, such as missing novel objects in 3D box estimation or applying rigorous priors, leading to biases towards objects near the camera or of rectangular geometries. To overcome these limitations, we introduce a universal \textsc{Find n' Propagate} approach for 3D OV tasks, aimed at maximizing the recall of novel objects and propagating this detection capability to more distant areas thereby progressively capturing more. In particular, we utilize a greedy box seeker to search against 3D novel boxes of varying orientations and depth in each generated frustum and ensure the reliability of newly identified boxes by cross alignment and density ranker. Additionally, the inherent bias towards camera-proximal objects is alleviated by the proposed remote simulator, which randomly diversifies pseudo-labeled novel instances in the self-training process, combined with the fusion of base samples in the memory bank. Extensive experiments demonstrate a 53% improvement in novel recall across diverse OV settings, VLMs, and 3D detectors. Notably, we achieve up to a 3.97-fold increase in Average Precision (AP) for novel object classes. The source code is made available at https://github.com/djamahl99/findnpropagate.

PaperPDFCodeCode Syntology ran

In Syntology Open this paper in Syntology's Atlas, the map of the papers in Syntology's graph and their citations.

For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="2403.13556")

Code

Syntology Ran 4 of 11 code samples harvested from 1 repository linked to this paper; 7 have no recorded run. Of those that ran: 4 ran with no contract checked.

By repository: official repository: 11 samples from 1 repository, 4 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

djamahl99/findnpropagate officialmentioned in paperpytorchApache-2.0 report

Repository list and official/mentioned flags are the archive's, frozen 2025-07-28. Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

11 samples harvested; 4 ran; 0 honoured the contract we drafted; 7 have no recorded run. Read from Syntology's graph 2026-09-24; that is when this build read the record, not when the samples ran.

4ran
7unverified

Licence: 0 of the 11 samples are pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from djamahl99/findnpropagate. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted. community: Not in the archive's code links for this paper; a community repository Syntology harvested. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

angle2class djamahl99/findnpropagate/pcdet/utils/frustum_model_util.py official repository ran Apache-2.0 (permissive) · add872aaafe8385f · report
class2angle djamahl99/findnpropagate/pcdet/utils/frustum_model_util.py official repository ran Apache-2.0 (permissive) · f9a9ad78e3489868 · report
parse_output_to_tensors djamahl99/findnpropagate/pcdet/utils/frustum_model_util.py official repository ran Apache-2.0 (permissive) · ebb535e31d8e58de · report
post_act_block_dense djamahl99/findnpropagate/pcdet/models/backbones_3d/spconv_backbone_2d.py official repository ran Apache-2.0 (permissive) · 0d095007c24b14c0 · report
cfg_from_yaml_file djamahl99/findnpropagate/pcdet/config.py official repository unverified Apache-2.0 (permissive) · 44db2351bcc0bffe · report
compute_fg_mask djamahl99/findnpropagate/pcdet/utils/loss_utils.py official repository unverified Apache-2.0 (permissive) · 65fe32ede00e7dcb · report
get_corner_loss_lidar djamahl99/findnpropagate/pcdet/utils/loss_utils.py official repository unverified Apache-2.0 (permissive) · 1780d388cc532a6d · report
merge_new_config djamahl99/findnpropagate/pcdet/config.py official repository unverified Apache-2.0 (permissive) · 50e8e8cdfc5129f0 · report
neg_loss_cornernet djamahl99/findnpropagate/pcdet/utils/loss_utils.py official repository unverified Apache-2.0 (permissive) · 488b91d67a807558 · report
post_act_block djamahl99/findnpropagate/pcdet/models/backbones_3d/spconv_backbone.py official repository unverified Apache-2.0 (permissive) · 2b4e0558df870bf9 · report
post_act_block djamahl99/findnpropagate/pcdet/models/backbones_3d/spconv_backbone_2d.py official repository unverified Apache-2.0 (permissive) · 016a882194742fe9 · report

Tasks

3D Object DetectionObject Detectionobject-detection

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

Methods

BASESET

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections