paper-with-me

Papers

Context-Aware Alignment and Mutual Masking for 3D-Language Pre-Training

2023-01-01 · CVPR 2023 1 · Zhao Jin, Munawar Hayat, Yuwei Yang, Yulan Guo, Yinjie Lei

3D visual language reasoning plays an important role in effective human-computer interaction. The current approaches for 3D visual reasoning are task-specific, and lack pre-training methods to learn generic representations that can transfer across various tasks. Despite the encouraging progress in vision-language pre-training for image-text data, 3D-language pre-training is still an open issue due to limited 3D-language paired data, highly sparse and irregular structure of point clouds and ambiguities in spatial relations of 3D objects with viewpoint changes. In this paper, we present a generic 3D-language pre-training approach, that tackles multiple facets of 3D-language reasoning by learning universal representations. Our learning objective constitutes two main parts. 1) Context aware spatial-semantic alignment to establish fine-grained correspondence between point clouds and texts. It reduces relational ambiguities by aligning 3D spatial relationships with textual semantic context. 2) Mutual 3D-Language Masked modeling to enable cross-modality information exchange. Instead of reconstructing sparse 3D points for which language can hardly provide cues, we propose masked proposal reasoning to learn semantic class and mask-invariant representations. Our proposed 3D-language pre-training method achieves promising results once adapted to various downstream tasks, including 3D visual grounding, 3D dense captioning and 3D question answering. Our codes are available at https://github.com/leolyj/3D-VLP

📄 PDF Abstract BibTeX

Code (1)

leolyj/3d-vlp 공식 구현 pytorch

Tasks

3D dense captioning3D visual groundingDense CaptioningQuestion AnsweringVisual GroundingVisual Reasoning

Methods 이 논문이 사용한 방법론

AWARE We propose to theoretically and empirically examine the effect of incorporating weighting schemes into walk-aggregating GNNs. To this end, we propose a simple, interpretable, and…

Similar Papers 제목 키워드 기반

CAMILA: Context-Aware Masking for Image Editing with Language Alignment

2025-09-24 · Hyunseung Kim, Chiho Choi, Srikanth Malla, Sai Prahladh Padmanabhan 외 arxiv

Text-guided image editing has been allowing users to transform and synthesize images through natural language instructions, offering considerable flexibility. However, most existing image editing models naively attempt t…

Image Editing

Mask Is What DLLM Needs: A Masked Data Training Paradigm for Diffusion LLMs

2026-03-16 · Linrui Ma, Yufei Cui, Kai Han, Yunhe Wang arxiv

Discrete diffusion models offer global context awareness and flexible parallel generation. However, uniform random noise schedulers in standard DLLM training overlook the highly non-uniform information density inherent i…

InforMask: Unsupervised Informative Masking for Language Model Pretraining

2022-10-21 · Nafis Sadeq, Canwen Xu, Julian McAuley

Masked language modeling is widely used for pretraining large language models for natural language understanding (NLU). However, random masking is suboptimal, allocating an equal masking rate for all tokens. In this pape…

Language ModelingLanguage ModellingMasked Language Modelingmodel+2

MLIM: Vision-and-Language Model Pre-training with Masked Language and Image Modeling

2021-09-24 · Tarik Arici, Mehmet Saygin Seyfioglu, Tal Neiman, Yi Xu 외

Vision-and-Language Pre-training (VLP) improves model performance for downstream tasks that require image and text inputs. Current VLP approaches differ on (i) model architecture (especially image embedders), (ii) loss f…

Image ReconstructionLanguage ModelingLanguage ModellingMasked Language Modeling

Scene and Human in One World: Reconstruction in a Feedforward Pass

2026-06-26 · Boao Shi, Qiao Feng, Yiming Huang, Lingjie Liu arxiv

Reconstructing humans in dynamic scenes from moving monocular cameras remains challenging due to scale ambiguity, human-scene misalignment, and occlusion interference. Rather than treating human mesh recovery and scene r…

Human Mesh Recovery