paper-with-me

Papers

MapBERT: Bitwise Masked Modeling for Real-Time Semantic Mapping Generation

2025-06-09 · Yijie Deng, Shuaihang Yuan, Congcong Wen, Hao Huang, Anthony Tzes, Geeta Chandra Raju Bethala, Yi Fang

Spatial awareness is a critical capability for embodied agents, as it enables them to anticipate and reason about unobserved regions. The primary challenge arises from learning the distribution of indoor semantics, complicated by sparse, imbalanced object categories and diverse spatial scales. Existing methods struggle to robustly generate unobserved areas in real time and do not generalize well to new environments. To this end, we propose \textbf{MapBERT}, a novel framework designed to effectively model the distribution of unseen spaces. Motivated by the observation that the one-hot encoding of semantic maps aligns naturally with the binary structure of bit encoding, we, for the first time, leverage a lookup-free BitVAE to encode semantic maps into compact bitwise tokens. Building on this, a masked transformer is employed to infer missing regions and generate complete semantic maps from limited observations. To enhance object-centric reasoning, we propose an object-aware masking strategy that masks entire object categories concurrently and pairs them with learnable embeddings, capturing implicit relationships between object embeddings and spatial tokens. By learning these relationships, the model more effectively captures indoor semantic distributions crucial for practical robotic tasks. Experiments on Gibson benchmarks show that MapBERT achieves state-of-the-art semantic map generation, balancing computational efficiency with accurate reconstruction of unobserved regions.

📄 PDF Abstract BibTeX arXiv:2506.07350

Code (0)

등록된 구현이 없습니다.

Tasks

Computational EfficiencyObject

Similar Papers 제목 키워드 기반

Infinity: Scaling Bitwise AutoRegressive Modeling for High-Resolution Image Synthesis

2024-12-05 · CVPR 2025 1 · Jian Han, Jinlai Liu, Yi Jiang, Bin Yan 외

We present Infinity, a Bitwise Visual AutoRegressive Modeling capable of generating high-resolution, photorealistic images following language instruction. Infinity redefines visual autoregressive model under a bitwise to…

Image Generation

Edit the Bits, Diff the Codes: Bitwise Residual Editing for Visual Autoregressive Models

2026-06-11 · Shengqiang Zhang, Ruotong Liao, Volker Tresp, Barbara Plank 외 arxiv

Text-guided image editing with visual autoregressive (VAR) generators requires controlling both what the model samples and where the sampled change is written back into the image code. Existing VAR editors mainly operate…

Image Editing

DiverseAR: Boosting Diversity in Bitwise Autoregressive Image Generation

2025-12-02 · Ying Yang, Zhengyao Lv, Tianlin Pan, Haofan Wang 외 arxiv

In this paper, we investigate the underexplored challenge of sample diversity in autoregressive (AR) generative models with bitwise visual tokenizers. We first analyze the factors that limit diversity in bitwise AR model…

Binary ClassificationImage Generation

Efficient Stochastic Inference of Bitwise Deep Neural Networks

2016-11-20 · Sebastian Vogel, Christoph Schorn, Andre Guntoro, Gerd Ascheid

Recently published methods enable training of bitwise neural networks which allow reduced representation of down to a single bit per weight. We present a method that exploits ensemble decisions based on multiple stochast…

General Classification

Bitwise Neural Networks

2016-01-22 · Minje Kim, Paris Smaragdis

Based on the assumption that there exists a neural network that efficiently represents a set of Boolean functions between all binary inputs and outputs, we propose a process for developing and deploying neural networks w…