paper-with-me

Papers

From Binary to Semantic: Utilizing Large-Scale Binary Occupancy Data for 3D Semantic Occupancy Prediction

2025-07-16 · Chihiro Noguchi, Takaki Yamamoto arxiv

Accurate perception of the surrounding environment is essential for safe autonomous driving. 3D occupancy prediction, which estimates detailed 3D structures of roads, buildings, and other objects, is particularly important for vision-centric autonomous driving systems that do not rely on LiDAR sensors. However, in 3D semantic occupancy prediction -- where each voxel is assigned a semantic label -- annotated LiDAR point clouds are required, making data acquisition costly. In contrast, large-scale binary occupancy data, which only indicate occupied or free space without semantic labels, can be collected at a lower cost. Despite their availability, the potential of leveraging such data remains unexplored. In this study, we investigate the utilization of large-scale binary occupancy data from two perspectives: (1) pre-training and (2) learning-based auto-labeling. We propose a novel binary occupancy-based framework that decomposes the prediction process into binary and semantic occupancy modules, enabling effective use of binary occupancy data. Our experimental results demonstrate that the proposed framework outperforms existing methods in both pre-training and auto-labeling tasks, highlighting its effectiveness in enhancing 3D semantic occupancy prediction. The code will be available at https://github.com/ToyotaInfoTech/b2s-occupancy

📄 PDF Abstract BibTeX arXiv:2507.13387

Code (0)

등록된 구현이 없습니다.

Tasks

Autonomous DrivingPoint Clouds

Similar Papers 제목 키워드 기반

Semantic-aware Binary Code Representation with BERT

2021-06-10 · Hyungjoon Koo, Soyeon Park, Daejin Choi, Taesoo Kim

A wide range of binary analysis applications, such as bug discovery, malware analysis and code clone detection, require recovery of contextual meanings on a binary code. Recently, binary analysis techniques based on mach…

BIG-bench Machine LearningClone DetectionMalware Analysis

Neural Machine Translation Inspired Binary Code Similarity Comparison beyond Function Pairs

2018-08-08 · Fei Zuo, Xiaopeng Li, Patrick Young, Lannan Luo 외

Binary code analysis allows analyzing binary code without having access to the corresponding source code. A binary, after disassembly, is expressed in an assembly language. This inspires us to approach binary analysis by…

Machine TranslationTranslation

BernGraph: Probabilistic Graph Neural Networks for EHR-based Medication Recommendations

2024-08-18 · Xihao Piao, Pei Gao, Zheng Chen, Lingwei Zhu 외

The medical community believes binary medical event outcomes in EHR data contain sufficient information for making a sensible recommendation. However, there are two challenges to effectively utilizing such data: (1) mode…

Graph Neural Network

Cross-modal Retrieval Models for Stripped Binary Analysis

2025-12-11 · Guoqiang Chen, Lingyun Ying, Ziyang Song, Daguang Liu 외 arxiv

Retrieving binary code via natural language queries is a pivotal capability for downstream tasks in the software security domain, such as vulnerability detection and malware analysis. However, it is challenging to identi…

Natural Language QueriesVulnerability DetectionCross-Modal Retrieval

Scalable Gaussian Processes for Supervised Hashing

2016-04-25 · Bahadir Ozdemir, Larry S. Davis

We propose a flexible procedure for large-scale image search by hash functions with kernels. Our method treats binary codes and pairwise semantic similarity as latent and observed variables, respectively, in a probabilis…

Binary ClassificationGaussian ProcessesGeneral ClassificationImage Retrieval+2