REVIEW 2 major objections 4 minor 55 references
View transformation need not be locked to camera rays: factorized dense routing gives global 3D occupancy context that still works when calibration is missing.
Reviewed by Pith at T0; open to challenge. T0 means a machine referee read the full paper against a public rubric. the ladder, T0–T4 →
T0 review · grok-4.5
2026-07-11 23:41 UTC pith:PJTQE4DH
load-bearing objection Solid methods paper: FDR is a real new operator with clean complexity/inclusion math and SOTA + uncalibrated gains; residual soft-geometry and fixed-rig limits are real but already flagged and do not erase the contribution. the 2 major comments →
FDR-Occ: Factorized Dense Routing for Full-Spectrum 3D Occupancy Prediction
The pith
A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.
Core claim
Explicit physical projection artificially restricts the 2D-to-3D routing matrix to sparse camera rays, creating a Locality Bottleneck that blocks holistic context and fails without reliable extrinsics. Factorized Dense Routing approximates the full dense bipartite matrix by successive stage-wise Unfold–MatMul–Fold contractions, delivering a fully global receptive field at roughly 1.4 % of the quadratic cost. Pairing this global pathway with a high-resolution local projection pathway on a shared bird’s-eye plane resolves the Resolution-Context Trade-off, so macroscopic layout understanding and precise surface localization reinforce each other rather than trade off.
What carries the argument
Factorized Dense Routing (FDR): a hierarchy of localized tensor contractions that progressively contracts 2D patches while expanding 3D micro-volumes, approximating unconstrained dense routing at sub-quadratic cost; together with the Resolution-Context Decoupled Architecture that unifies FDR’s global bird’s-eye topological anchor with high-resolution geometric planes from classical projection.
Load-bearing premise
A few stages of soft, depth-and-ray-conditioned hierarchical contractions are enough for the network to discover the true multi-camera topology and the cross-ray correlations that matter, without the hard geometric masks classical methods rely on.
What would settle it
Retrain under the uncalibrated protocol with deliberately permuted or randomized camera-ID embeddings; if mIoU falls to the level of the pure physical-projection baselines, the claim that FDR internalizes rig topology from visual context alone is false.
If this is right
- A network can internalize fixed multi-camera rig topology from visual data alone, without supplied extrinsics.
- Occupancy of large continuous classes (roads, walkable surfaces) improves because cross-ray context is no longer blocked at the view-transformation stage.
- The same factorized contraction pattern can replace ray-sparse lifts inside other multi-view 3D modules that currently depend on calibration.
- When calibration is noisy or missing, performance degrades far more gently than for pure physical-projection baselines under identical protocols.
Where Pith is reading between the lines
- The same hierarchical contraction idea could let other multi-view geometric tasks (depth fusion, novel-view synthesis) reduce hard dependence on accurate extrinsics.
- Because FDR still conditions routing weights on soft depth and Plücker features, a fully geometry-free variant would test how much topology can be recovered from appearance alone.
- Progressive contraction schedules may scale to higher-resolution or longer-range bird’s-eye grids where pure dense attention remains prohibitive.
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. The paper recasts 2D-to-3D view transformation for multi-camera occupancy prediction as unconstrained bipartite routing. It identifies a Locality Bottleneck in ray-constrained physical projection (LSS-style methods), formalizes the expressivity inclusion F(S_ray) ⊆ F(S_global) (Proposition 1), and introduces Factorized Dense Routing (FDR): a hierarchy of stage-wise Unfold–MatMul–Fold tensor contractions that approximates dense mixing at ~1.4 % of quadratic cost (Appendix A). Because progressive 2D contraction induces a Resolution-Context Trade-off, the authors decouple a global BEV topological anchor (FDR, Z-compressed) from high-resolution local geometric planes (classical LSS) and fuse them on the shared XY plane. Empirically the model reports SOTA mIoU on Occ3D-nuScenes (41.2 % single-frame, 42.2 % +1f) and Occ3D-Waymo (31.25 %), with ablations and a controlled uncalibrated protocol (Table 5) in which GT extrinsics are replaced by a jointly trained pose head.
Significance. If the claims hold, the work supplies a principled, complexity-controlled alternative to ray-local lifting that is both theoretically cleaner (LSS recovered as a degenerate special case, Appendix B) and practically more robust under imperfect calibration. The dual-pathway design cleanly separates macroscopic topology from surface precision, and the uncalibrated stress test is a useful diagnostic for the field. Strengths include the explicit complexity derivation, the inclusion proof, component ablations (Tables 4, 6), and competitive FPS (Appendix D). The contribution is incremental rather than paradigm-shifting, but it is well-motivated and carefully engineered for a core module of vision-based occupancy.
major comments (2)
- §4.3 / Table 5 and Appendix C: the uncalibrated protocol withholds GT extrinsics but still feeds FDR soft geometric context E_geo (depth logits + Plücker rays derived from the jointly predicted poses, Eq. 6) and continues to run the LSS pathway with those same poses. Combined with a single fixed camera rig and view-ID embeddings, the 28.0 % mIoU result demonstrates resilience under noisy fixed-rig poses rather than pure topology internalization from visual context alone. Limitations §5 already flags residual geometry dependence and the single-rig restriction; the abstract and §4.3 claims should be rephrased to match this narrower interpretation, or an additional ablation that zeros E_geo / freezes the pose head should be supplied.
- Tables 2–3 report only point-estimate mIoU/IoU with no multi-seed variance, confidence intervals, or statistical tests. Given the modest absolute margins over CausalOcc (+0.3) and ALOcc-3D (+1.22), and the free hyperparameters of stage schedule (K_t, P_t, T), it is unclear whether the SOTA ranking is stable. At minimum, report standard deviation over 3 seeds for the main single-frame and uncalibrated settings.
minor comments (4)
- Eq. (10)–(12) and the ~1.4 % claim assume the specific (P_t, K_t) schedule of the default model; a short sensitivity note for other schedules in Table 6 would strengthen the complexity argument.
- Figure 1 caption and the surrounding text use both “Locality Bottleneck” and “Restricted Reachability”; a single consistent term would improve clarity.
- Implementation details (channel dimensions C=80/128, exact depth-head architecture) appear only in Appendix C; a brief pointer in §4.1 would aid reproducibility.
- Typographical: “Weextensivelyevaluate” (p. 3), missing spaces after periods in several places, and inconsistent capitalization of “Bird’s-Eye-View”.
Circularity Check
No circularity: method, theory, and SOTA claims are self-contained against external benchmarks; special-case inclusion is definitional but non-load-bearing.
full rationale
The paper's derivation chain (locality bottleneck via ray-support constraint S_ray(Θ) ⊂ S_global, FDR factorization of dense W into hierarchical tensor contractions, Resolution-Context Decoupling, and empirical SOTA) does not reduce any claimed result to its own inputs by construction. Proposition 1 is ordinary set inclusion of function families. The appendix proof that LSS is a degenerate special case of FDR (T=1, P_1=1 imes1, geometric mask) is an explicit construction showing FLSS ⊆ FFDR; it does not force or redefine the reported mIoU gains. Complexity ratio η ≈ 0.0142 is a direct arithmetic expansion of stage-wise costs under stated (P_t, K_t). All quantitative claims (Tables 2-3, 5) are measured on public external benchmarks (Occ3D-nuScenes, Occ3D-Waymo) under fixed protocols; the uncalibrated protocol withholds GT extrinsics and jointly trains a pose head, which is an experimental condition, not a fitted-input-as-prediction. Soft geometric conditioning (E_geo) and residual single-rig dependence are acknowledged limitations, not circular steps. No self-citation supplies a uniqueness theorem or ansatz that the central claim rests upon. The architecture is therefore independently evaluable and non-circular.
Axiom & Free-Parameter Ledger
free parameters (4)
- FDR stage expansion factors K_t =
100, 25, 16
- FDR 2D patch contraction sizes P_t =
16, 8, 4
- Number of FDR stages T =
3
- Learning rate / epochs / batch size =
2e-4 / 24 / 16
axioms (3)
- standard math View transformation is exactly the bipartite matrix-vector product vec(V_3D)=W vec(F_2D).
- domain assumption Classical LSS restricts the support of each column of W to the physical camera ray R_Θ(s).
- ad hoc to paper Any practical dense routing must progressively contract the 2D grid, thereby inducing an unavoidable Resolution-Context Trade-off that requires architectural decoupling.
invented entities (2)
-
Factorized Dense Routing (FDR)
no independent evidence
-
Holistic Context Anchor / Resolution-Context Decoupled Architecture
no independent evidence
read the original abstract
Vision-based 3D occupancy prediction fundamentally relies on the 2D-to-3D view transformation. Current paradigms predominantly utilize explicit physical projection, which artificially restricts the routing matrix to strict, sparse camera rays. While computationally efficient, this imposes a severe Locality Bottleneck, preventing the network from constructing holistic contextual understanding and degrading sharply when camera extrinsics are unreliable or absent. To break this bottleneck, we abstract view transformation as unconstrained bipartite routing and propose Factorized Dense Routing (FDR). By approximating dense 2D-to-3D mixing through hierarchical tensor contractions, FDR guarantees a fully-global receptive field with tractable, sub-quadratic complexity. Crucially, the mandatory spatial contraction in dense routing exposes a fundamental Resolution-Context Trade-off. To address this, we introduce a Resolution-Context Decoupled Architecture. We factorize the 3D space into a global macroscopic topological anchor (via FDR) and precise local geometric planes (via explicit projection). This decoupling enables global semantic inference and exact surface localization to complement each other without mutual compromise. Extensive experiments demonstrate that our framework achieves state-of-the-art performance on the Occ3D-nuScenes and Occ3D-Waymo benchmarks. More notably, in an uncalibrated setting where physical extrinsics are withheld, our global routing internalizes the implicit multi-camera rig topology and exhibits substantially stronger structural robustness than physical-projection baselines under the same protocol.
Figures
Reference graph
Works this paper leans on
-
[1]
In: Proceedings of the IEEE/CVF conference on computer vision and pattern recognition
Caesar, H., Bankiti, V., Lang, A.H., Vora, S., Liong, V.E., Xu, Q., Krishnan, A., Pan, Y., Baldan, G., Beijbom, O.: nuscenes: A multimodal dataset for autonomous driving. In: Proceedings of the IEEE/CVF conference on computer vision and pattern recognition. pp. 11621–11631 (2020)
2020
-
[2]
In: Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition
Cao, A.Q., de Charette, R.: Monoscene: Monocular 3d semantic scene completion. In: Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition. pp. 3991–4001 (2022)
2022
-
[3]
In: Proceedings of the IEEE/CVF International Conference on Computer Vision
Chen, C., Wang, Z., Sheng, T., Jiang, Y., Li, Y., Cheng, P., Zhang, L., Chen, K., Hu, Y., Yang, X., et al.: Sa-occ: Satellite-assisted 3d occupancy prediction in real world. In: Proceedings of the IEEE/CVF International Conference on Computer Vision. pp. 27021–27030 (2025)
2025
-
[4]
In: Proceedings of the IEEE/CVF International Conference on Com- puter Vision
Chen, D., Fang, J., Han, W., Cheng, X., Yin, J., Xu, C., Khan, F.S., Shen, J.: Alocc: Adaptive lifting-based 3d semantic occupancy and cost volume-based flow predictions. In: Proceedings of the IEEE/CVF International Conference on Com- puter Vision. pp. 4156–4166 (2025)
2025
-
[5]
In: Proceedings of the Computer Vision and Pattern Recognition Conference
Chen, D., Zheng, H., Fang, J., Dong, X., Li, X., Liao, W., He, T., Peng, P., Shen, J.: Rethinking temporal fusion with a unified gradient descent view for 3d seman- tic occupancy prediction. In: Proceedings of the Computer Vision and Pattern Recognition Conference. pp. 1505–1515 (2025)
2025
-
[6]
In: Proceedings of the IEEE/CVF International Conference on Computer Vision
Chen, D., Zheng, H., Zhou, Y., Li, X., Liao, W., He, T., Peng, P., Shen, J.: Se- mantic causality-aware vision-based 3d occupancy prediction. In: Proceedings of the IEEE/CVF International Conference on Computer Vision. pp. 24878–24888 (2025)
2025
-
[7]
He,K.,Zhang,X.,Ren,S.,Sun,J.:Deepresiduallearningforimagerecognition.In: Proceedings of the IEEE Conference on Computer Vision and Pattern Recognition. pp. 770–778 (2016)
2016
-
[8]
In: IEEE International Conference on Robotics and Automation (2024)
Hou, J., Li, X., Guan, W., Zhang, G., Feng, D., Du, Y., Xue, X., Pu, J.: Fas- tocc: Accelerating 3d occupancy prediction by fusing the 2d bird’s-eye view and perspective view. In: IEEE International Conference on Robotics and Automation (2024)
2024
-
[9]
arXiv preprint arXiv:2203.17054 (2022)
Huang, J., Huang, G.: Bevdet4d: Exploit temporal cues in multi-camera 3d object detection. arXiv preprint arXiv:2203.17054 (2022)
Pith/arXiv arXiv 2022
-
[10]
arXiv preprint arXiv:2112.11790 (2021)
Huang, J., Huang, G., Zhu, Z., Ye, Y., Du, D.: Bevdet: High-performance multi- camera 3d object detection in bird-eye-view. arXiv preprint arXiv:2112.11790 (2021)
Pith/arXiv arXiv 2021
-
[11]
In: Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition
Huang, Y., Zheng, W., Zhang, B., Zhou, J., Lu, J.: Selfocc: Self-supervised vision- based 3d occupancy prediction. In: Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition. pp. 19946–19956 (2024)
2024
-
[12]
arXiv preprint arXiv:2302.07817 (2023)
Huang, Y., Zheng, W., Zhang, Y., Zhou, J., Lu, J.: Tri-perspective view for vision- based 3d semantic occupancy prediction. arXiv preprint arXiv:2302.07817 (2023)
Pith/arXiv arXiv 2023
-
[13]
In: European Conference on Computer Vision
Huang, Y., Zheng, W., Zhang, Y., Zhou, J., Lu, J.: Gaussianformer: Scene as gaus- sians for vision-based 3d semantic occupancy prediction. In: European Conference on Computer Vision. pp. 376–393. Springer (2024)
2024
-
[14]
arXiv preprint arXiv:2412.13193 (2024)
Jiang,H.,Liu,L.,Cheng,T.,Wang,X.,Lin,T.,Su,Z.,Liu,W.,Wang,X.:Gausstr: Foundation model-aligned gaussian transformer for self-supervised 3d spatial un- derstanding. arXiv preprint arXiv:2412.13193 (2024)
Pith/arXiv arXiv 2024
-
[15]
arXiv preprint arXiv:2412.08774 (2024) 16 D
Kim, J., Kang, C., Lee, D., Choi, S., Choi, J.W.: Protoocc: Accurate, efficient 3d occupancy prediction using dual branch encoder-prototype query decoder. arXiv preprint arXiv:2412.08774 (2024) 16 D. Chen et al
Pith/arXiv arXiv 2024
-
[16]
In: Proceedings of the Computer Vision and Pattern Recognition Conference
Li, B., Guo, J., Liu, H., Zou, Y., Ding, Y., Chen, X., Zhu, H., Tan, F., Zhang, C., Wang, T., et al.: Uniscene: Unified occupancy-centric driving scene generation. In: Proceedings of the Computer Vision and Pattern Recognition Conference. pp. 11971–11981 (2025)
2025
-
[17]
arXiv preprint arXiv:2510.18313 (2025)
Li, B., Ma, Z., Du, D., Peng, B., Liang, Z., Liu, Z., Ma, C., Jin, Y., Zhao, H., Zeng, W., et al.: Omninwm: Omniscient driving navigation world models. arXiv preprint arXiv:2510.18313 (2025)
Pith/arXiv arXiv 2025
-
[18]
In: Computer Vision–ECCV 2024: 18th European Conference (2024)
Li, J., He, X., Zhou, C., Cheng, X., Wen, Y., Zhang, D.: Viewformer: Exploring spatiotemporal modeling for multi-view 3d occupancy perception via view-guided transformers. In: Computer Vision–ECCV 2024: 18th European Conference (2024)
2024
-
[19]
In: Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition
Li, Y., Yu, Z., Choy, C., Xiao, C., Alvarez, J.M., Fidler, S., Feng, C., Anandkumar, A.: Voxformer: Sparse voxel transformer for camera-based 3d semantic scene com- pletion. In: Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition. pp. 9087–9098 (2023)
2023
-
[20]
In: Proceedings of the AAAI Conference on Artificial Intelligence
Li, Y., Bao, H., Ge, Z., Yang, J., Sun, J., Li, Z.: Bevstereo: Enhancing depth estimation in multi-view 3d object detection with temporal stereo. In: Proceedings of the AAAI Conference on Artificial Intelligence. vol. 37, pp. 1486–1494 (2023)
2023
-
[21]
arXiv preprint arXiv:2206.10092 (2022)
Li, Y., Ge, Z., Yu, G., Yang, J., Wang, Z., Shi, Y., Sun, J., Li, Z.: Bevdepth: Acquisition of reliable depth for multi-view 3d object detection. arXiv preprint arXiv:2206.10092 (2022)
Pith/arXiv arXiv 2022
-
[22]
arXiv preprint arXiv:2203.17270 (2022)
Li, Z., Wang, W., Li, H., Xie, E., Sima, C., Lu, T., Yu, Q., Dai, J.: Bevformer: Learning bird’s-eye-view representation from multi-camera images via spatiotem- poral transformers. arXiv preprint arXiv:2203.17270 (2022)
Pith/arXiv arXiv 2022
-
[23]
arXiv preprint arXiv:2307.01492 (2023)
Li, Z., Yu, Z., Austin, D., Fang, M., Lan, S., Kautz, J., Alvarez, J.M.: Fb-occ: 3d occupancy prediction based on forward-backward view transformation. arXiv preprint arXiv:2307.01492 (2023)
Pith/arXiv arXiv 2023
-
[24]
In: Proceedings of the IEEE/CVF International Conference on Computer Vision
Li, Z., Yu, Z., Wang, W., Anandkumar, A., Lu, T., Alvarez, J.M.: Fb-bev: Bev representation from forward-backward view transformations. In: Proceedings of the IEEE/CVF International Conference on Computer Vision. pp. 6919–6928 (2023)
2023
-
[25]
In: European Conference on Computer Vision
Liu, H., Chen, Y., Wang, H., Yang, Z., Li, T., Zeng, J., Chen, L., Li, H., Wang, L.: Fully sparse 3d occupancy prediction. In: European Conference on Computer Vision. pp. 54–71. Springer (2024)
2024
-
[26]
Advances in Neural Information Processing Systems31(2018)
Liu, S., Hu, Y., Zeng, Y., Tang, Q., Jin, B., Han, Y., Li, X.: See and think: Dis- entangling semantic scene completion. Advances in Neural Information Processing Systems31(2018)
2018
-
[27]
arXiv preprint arXiv:2203.05625 (2022)
Liu, Y., Wang, T., Zhang, X., Sun, J.: Petr: Position embedding transformation for multi-view 3d object detection. arXiv preprint arXiv:2203.05625 (2022)
Pith/arXiv arXiv 2022
-
[28]
arXiv preprint arXiv:2312.01919 (2023)
Ma, Q., Tan, X., Qu, Y., Ma, L., Zhang, Z., Xie, Y.: Cotr: Compact oc- cupancy transformer for vision-based 3d occupancy prediction. arXiv preprint arXiv:2312.01919 (2023)
Pith/arXiv arXiv 2023
-
[29]
IEEE Transactions on Intelligent Ve- hicles (2024)
Ming, Z., Berrio, J.S., Shan, M., Worrall, S.: Occfusion: Multi-sensor fusion frame- work for 3d semantic occupancy prediction. IEEE Transactions on Intelligent Ve- hicles (2024)
2024
-
[30]
In: 2024 IEEE International Conference on Robotics and Automation (ICRA)
Pan, M., Liu, J., Zhang, R., Huang, P., Li, X., Xie, H., Wang, B., Liu, L., Zhang, S.: Renderocc: Vision-centric 3d occupancy prediction with 2d rendering supervision. In: 2024 IEEE International Conference on Robotics and Automation (ICRA). pp. 12404–12411. IEEE (2024)
2024
-
[31]
arXiv preprint arXiv:2210.02443 (2022) FDR-Occ 17
Park, J., Xu, C., Yang, S., Keutzer, K., Kitani, K., Tomizuka, M., Zhan, W.: Time will tell: New outlooks and a baseline for temporal multi-view 3d object detection. arXiv preprint arXiv:2210.02443 (2022) FDR-Occ 17
Pith/arXiv arXiv 2022
-
[32]
In: Computer Vision–ECCV 2020: 16th Eu- ropean Conference, Glasgow, UK, August 23–28, 2020, Proceedings, Part XIV 16
Philion, J., Fidler, S.: Lift, splat, shoot: Encoding images from arbitrary camera rigs by implicitly unprojecting to 3d. In: Computer Vision–ECCV 2020: 16th Eu- ropean Conference, Glasgow, UK, August 23–28, 2020, Proceedings, Part XIV 16. pp. 194–210. Springer (2020)
2020
-
[33]
International Journal of Computer Vision130(8), 1978–2005 (2022)
Roldao, L., De Charette, R., Verroust-Blondet, A.: 3d semantic scene completion: A survey. International Journal of Computer Vision130(8), 1978–2005 (2022)
1978
-
[34]
In: Proceedings of the IEEE conference on computer vision and pattern recognition
Song, S., Yu, F., Zeng, A., Chang, A.X., Savva, M., Funkhouser, T.: Semantic scene completion from a single depth image. In: Proceedings of the IEEE conference on computer vision and pattern recognition. pp. 1746–1754 (2017)
2017
-
[35]
In: Proceedings of the IEEE/CVF conference on computer vision and pattern recognition
Sun, P., Kretzschmar, H., Dotiwalla, X., Chouard, A., Patnaik, V., Tsui, P., Guo, J., Zhou, Y., Chai, Y., Caine, B., et al.: Scalability in perception for autonomous driving: Waymo open dataset. In: Proceedings of the IEEE/CVF conference on computer vision and pattern recognition. pp. 2446–2454 (2020)
2020
-
[36]
Advances in Neural Information Processing Systems36(2024)
Tian, X., Jiang, T., Yun, L., Mao, Y., Yang, H., Wang, Y., Wang, Y., Zhao, H.: Occ3d: A large-scale 3d occupancy prediction benchmark for autonomous driving. Advances in Neural Information Processing Systems36(2024)
2024
-
[37]
In: Advances in Neural Information Processing Systems (2024)
Wang, J., Liu, Z., Meng, Q., Yan, L., Wang, K., Yang, J., Liu, W., Hou, Q., Cheng, M.: Opus: occupancy prediction using a sparse set. In: Advances in Neural Information Processing Systems (2024)
2024
-
[38]
In: Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition
Wang, J., Gui, X., Gong, J., Tan, F., Han, W., Xu, C.Z., Shen, J.: Surfelocc: Self-supervised occupancy prediction via 2d surfel splatting. In: Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition. pp. 1039– 1049 (2026)
2026
-
[39]
arXiv preprint arXiv:2405.20337 (2024)
Wang, L., Zheng, W., Ren, Y., Jiang, H., Cui, Z., Yu, H., Lu, J.: Occsora: 4d occupancy generation models as world simulators for autonomous driving. arXiv preprint arXiv:2405.20337 (2024)
Pith/arXiv arXiv 2024
-
[40]
arXiv preprint arXiv:2303.03991 (2023)
Wang, X., Zhu, Z., Xu, W., Zhang, Y., Wei, Y., Chi, X., Ye, Y., Du, D., Lu, J., Wang, X.: Openoccupancy: A large scale benchmark for surrounding semantic occupancy perception. arXiv preprint arXiv:2303.03991 (2023)
Pith/arXiv arXiv 2023
-
[41]
In: Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition (2024)
Wang, Y., Chen, Y., Liao, X., Fan, L., Zhang, Z.: Panoocc: Unified occupancy representation for camera-based 3d panoptic segmentation. In: Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition (2024)
2024
-
[42]
arXiv preprint arXiv:2303.09551 (2023)
Wei, Y., Zhao, L., Zheng, W., Zhu, Z., Zhou, J., Lu, J.: Surroundocc: Multi-camera 3d occupancy prediction for autonomous driving. arXiv preprint arXiv:2303.09551 (2023)
Pith/arXiv arXiv 2023
-
[43]
In: 2025 IEEE International Conference on Robotics and Automation (ICRA)
Wolters, P., Gilg, J., Teepe, T., Herzog, F., Laouichi, A., Hofmann, M., Rigoll, G.: Unleashing hydra: Hybrid fusion, depth consistency and radar for unified 3d perception. In: 2025 IEEE International Conference on Robotics and Automation (ICRA). pp. 7467–7474. IEEE (2025)
2025
-
[44]
In: 2025 IEEE International Conference on Robotics and Automation (ICRA)
Wu, Y., Yan, Z., Wang, Z., Li, X., Hui, L., Yang, J.: Deep height decoupling for pre- cise vision-based 3d occupancy prediction. In: 2025 IEEE International Conference on Robotics and Automation (ICRA). pp. 12647–12654. IEEE (2025)
2025
-
[45]
In: Proceedings of the IEEE/CVF conference on computer vision and pattern recognition
Xia, Z., Liu, Y., Li, X., Zhu, X., Ma, Y., Li, Y., Hou, Y., Qiao, Y.: Scpnet: Semantic scene completion on point cloud. In: Proceedings of the IEEE/CVF conference on computer vision and pattern recognition. pp. 17642–17651 (2023)
2023
-
[46]
In: Proceed- ings of the Computer Vision and Pattern Recognition Conference
Yan, T., Wu, D., Han, W., Jiang, J., Zhou, X., Zhan, K., Xu, C.z., Shen, J.: Driv- ingsphere: Building a high-fidelity 4d world for closed-loop simulation. In: Proceed- ings of the Computer Vision and Pattern Recognition Conference. pp. 27531–27541 (2025) 18 D. Chen et al
2025
-
[47]
arXiv preprint arXiv:2506.13558 (2025)
Yang, Y., Liang, A., Mei, J., Ma, Y., Liu, Y., Lee, G.H.: X-scene: Large-scale driv- ing scene generation with high fidelity and flexible controllability. arXiv preprint arXiv:2506.13558 (2025)
arXiv 2025
-
[48]
In: European Conference on Computer Vision
Ye, Z., Jiang, T., Xu, C., Li, Y., Zhao, H.: Cvt-occ: Cost volume temporal fusion for 3d occupancy prediction. In: European Conference on Computer Vision. pp. 381–397. Springer (2024)
2024
-
[49]
arXiv preprint arXiv:2406.10527 (2024)
Yu, Z., Shu, C., Sun, Q., Linghu, J., Wei, X., Yu, J., Liu, Z., Yang, D., Li, H., Chen, Y.: Panoptic-flashocc: An efficient baseline to marry semantic occupancy with panoptic via instance center. arXiv preprint arXiv:2406.10527 (2024)
Pith/arXiv arXiv 2024
-
[50]
arXiv preprint arXiv:2312.09243 (2023)
Zhang, C., Yan, J., Wei, Y., Li, J., Liu, L., Tang, Y., Duan, Y., Lu, J.: Occnerf: Self- supervised multi-camera occupancy prediction with neural radiance fields. arXiv preprint arXiv:2312.09243 (2023)
Pith/arXiv arXiv 2023
-
[51]
arXiv preprint arXiv:2412.05976 (2024)
Zhang, J., Zhang, Y., Liu, Q., Wang, Y.: Lightweight spatial embedding for vision- based 3d occupancy prediction. arXiv preprint arXiv:2412.05976 (2024)
Pith/arXiv arXiv 2024
-
[52]
arXiv preprint arXiv:2304.05316 (2023)
Zhang, Y., Zhu, Z., Du, D.: Occformer: Dual-path transformer for vision-based 3d semantic occupancy prediction. arXiv preprint arXiv:2304.05316 (2023)
Pith/arXiv arXiv 2023
-
[53]
In: European conference on computer vision
Zheng, W., Chen, W., Huang, Y., Zhang, B., Duan, Y., Lu, J.: Occworld: Learning a 3d occupancy world model for autonomous driving. In: European conference on computer vision. pp. 55–72. Springer (2024)
2024
-
[54]
IEEE transactions on pattern analysis and machine intelligence 46(9), 6486–6493 (2024)
Zhou, P., Xie, X., Lin, Z., Yan, S.: Towards understanding convergence and general- ization of adamw. IEEE transactions on pattern analysis and machine intelligence 46(9), 6486–6493 (2024)
2024
-
[55]
In: Proceedings of the Computer Vision and Pattern Recognition Conference
Zuo, S., Zheng, W., Huang, Y., Zhou, J., Lu, J.: Gaussianworld: Gaussian world model for streaming 3d occupancy prediction. In: Proceedings of the Computer Vision and Pattern Recognition Conference. pp. 6772–6781 (2025) FDR-Occ 19 A Derivation of the Computational Reduction Ratio In Section 3.3 of the main text, we state that the proposed Factorized Dense...
2025
discussion (0)
Sign in with ORCID, Apple, or X to comment. Anyone can read and Pith papers without signing in.