Skip to content

Support for nuScenes dataset - #1

Open
sjsunadddy wants to merge 1 commit into
lkk688:mainfrom
sjsunadddy:nuscene_dataset
Open

Support for nuScenes dataset#1
sjsunadddy wants to merge 1 commit into
lkk688:mainfrom
sjsunadddy:nuscene_dataset

Conversation

@sjsunadddy

Copy link
Copy Markdown

This PR has all changes required to support nuScenes dataset.

lkk688 added a commit that referenced this pull request Jul 1, 2026
Document the #1 result from the GaussianFormer3D study: porting Lovasz-softmax
+ inverse-freq class weights onto the occ head roughly doubles mIoU at a fixed
cheap setting (DINOv2-small/1k/8ep), 3-seed, no geo-IoU trade-off. Beats the
3x-bigger 0.216 run. Attribution: two knobs redundant not additive (same
rare-class-starvation fix). TUTORIAL 2.8.1 + results table + README.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
lkk688 added a commit that referenced this pull request Jul 14, 2026
New doc: camera-only SOTA ~44.5 (COTR/SHTOcc, temporal) / fusion SOTA 56.6
(FusionOcc); our leaked cam 30.2 (CTF-Occ tier, ~15 below SOTA) / fusion 55.8
(leak inflates to ~SOTA, not real; clean ~45-50). Recent trends: temporal,
3D-Gaussian, sparse voxels, RayIoU, VGGT geometry-foundation backbones. VGGT
direction: VGGT-Det is indoor; the on-point driving refs are VG3T/DVGT/DriveVGGT
(CVPR'26, VGGT->occ). Fits our #1 weakness (dead camera path); differentiate via
occ-pretraining-for-detection. Planned ablation: VGGT frozen backbone vs DINOv2
on camera-only occ. VGGT cloned at Others/VGGT-Det-CVPR2026.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
lkk688 added a commit that referenced this pull request Jul 15, 2026
…84% of LiDAR)

50 official-val frames. Frozen VGGT depth-lift (scale-aligned) geo-IoU 0.140:
+51% over Depth-Anything mono (0.093), 84% of LiDAR single-sweep oracle (0.167).
Caveat: VGGT depth non-metric (scale ~18.8x) -- needs metric/extrinsic-baseline head.
Validates the trained --backbone vggt build (ablation #2) as the camera-path fix.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
lkk688 added a commit that referenced this pull request Jul 15, 2026
…cross 4 ablations

VGGT features backbone 0.196 vs DINOv2 0.293 (-33%): geometry-specialized tokens are the
wrong bias for the semantic occ head. Combined #1-4: VGGT's label-free geometry (84% LiDAR)
helps in NO trained integration -- depth prior redundant with supervision (#2/#3), features
worse than semantic backbone (#4). Mechanism: geometry FM helps only where geometry is the
bottleneck (label-free/self-sup regime), not supervised. Finding A complete.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
lkk688 added a commit that referenced this pull request Jul 19, 2026
…ensifier, staged plan)

raycast.py: LiDAR-ray free-space carving -> per-voxel occupied/ray-free/UNKNOWN. Both teachers
now supervise occupied (conf) + ray-verified free (free_w) and IGNORE unknown (weight 0) -- real
free-space supervision + no penalty on unobserved voxels. Applied to BOTH teachers (keeps the
gate a clean representation comparison). Student loss uses teacher weight directly. Validated:
~25% supervised (occ+ray-free), ~75% unknown ignored; gaussian 2.5x occupied filling.
Doc: VGGT-as-teacher-densifier (narrative flip), full target arch, current-vs-ideal, staged plan.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
lkk688 added a commit that referenced this pull request Jul 19, 2026
…n over-fills)

Minimal gate: gaussian marginally > voxel10 (mIoU 0.0947 vs 0.0913, tail 0.0486 vs 0.0467).
Ray-aware (#1) FLIPPED: voxel10 wins all (mIoU 0.0920, geo 0.360, tail 0.0335 vs gaussian
0.0852/0.280/0.0305). Mechanism: isotropic gaussian over-fills (30.9k vs 12.1k occ); ray-verified
free conflicts with over-fill -> voxel geo jumps 0.294->0.360, gaussian flat. Minimal 'win' was
over-fill recall artifact. Verdict: isotropic gaussian doesn't beat voxel fairly -> anisotropic
surface-aligned Sigma is the make-or-break next test (don't go 4D if it doesn't win tail-IoU).

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
lkk688 added a commit that referenced this pull request Jul 19, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants