paper-with-me

Papers

STCOcc: Sparse Spatial-Temporal Cascade Renovation for 3D Occupancy and Scene Flow Prediction

2025-04-28 · CVPR 2025 1 · Zhimin Liao, Ping Wei, Shuaijia Chen, Haoxuan Wang, Ziyang Ren

3D occupancy and scene flow offer a detailed and dynamic representation of 3D scene. Recognizing the sparsity and complexity of 3D space, previous vision-centric methods have employed implicit learning-based approaches to model spatial and temporal information. However, these approaches struggle to capture local details and diminish the model's spatial discriminative ability. To address these challenges, we propose a novel explicit state-based modeling method designed to leverage the occupied state to renovate the 3D features. Specifically, we propose a sparse occlusion-aware attention mechanism, integrated with a cascade refinement strategy, which accurately renovates 3D features with the guidance of occupied state information. Additionally, we introduce a novel method for modeling long-term dynamic interactions, which reduces computational costs and preserves spatial information. Compared to the previous state-of-the-art methods, our efficient explicit renovation strategy not only delivers superior performance in terms of RayIoU and mAVE for occupancy and scene flow prediction but also markedly reduces GPU memory usage during training, bringing it down to 8.7GB. Our code is available on https://github.com/lzzzzzm/STCOcc

📄 PDF Abstract BibTeX arXiv:2504.19749

Code (1)

lzzzzzm/stcocc 공식 구현 pytorch

Tasks

GPU

Methods 이 논문이 사용한 방법론

Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Attention 설명 없음

Similar Papers 제목 키워드 기반

Deep Learning-based Scalable Image-to-3D Facade Parser for Generating Thermal 3D Building Models

2025-08-06 · Yinan Yu, Alex Gonzalez-Caceres, Samuel Scheidegger, Sanjay Somanath 외 arxiv

Renovating existing buildings is essential for climate impact. Early-phase renovation planning requires simulations based on thermal 3D models at Level of Detail (LoD) 3, which include features like windows. However, sca…

TransMOT: Spatial-Temporal Graph Transformer for Multiple Object Tracking

2021-04-01 · Peng Chu, Jiang Wang, Quanzeng You, Haibin Ling 외

Tracking multiple objects in videos relies on modeling the spatial-temporal interactions of the objects. In this paper, we propose a solution named TransMOT, which leverages powerful graph transformers to efficiently mod…

DecoderMulti-Object TrackingMultiple Object TrackingObject+2

CoVA: Exploiting Compressed-Domain Analysis to Accelerate Video Analytics

2022-07-02 · Jinwoo Hwang, Minsu Kim, Daeun Kim, Seungho Nam 외

Modern retrospective analytics systems leverage cascade architecture to mitigate bottleneck for computing deep neural networks (DNNs). However, the existing cascades suffer two limitations: (1) decoding bottleneck is eit…

ChatHome: Development and Evaluation of a Domain-Specific Language Model for Home Renovation

2023-07-28 · Cheng Wen, Xianghui Sun, Shuaijiang Zhao, Xiaoquan Fang 외

This paper presents the development and evaluation of ChatHome, a domain-specific language model (DSLM) designed for the intricate field of home renovation. Considering the proven competencies of large language models (L…

ArticlesLanguage ModelingLanguage Modelling

Novel Preprocessing Technique for Data Embedding in Engineering Code Generation Using Large Language Model

2023-11-27 · Yu-Chen Lin, Akhilesh Kumar, Norman Chang, Wenliang Zhang 외

We present four main contributions to enhance the performance of Large Language Models (LLMs) in generating domain-specific code: (i) utilizing LLM-based data splitting and data renovation techniques to improve the seman…

Code GenerationLanguage ModelingLanguage ModellingLarge Language Model+3