paper-with-me

Papers

xModel-KD: Cross-modal Knowledge Distillation for 3D Scene Perception using LiDAR

2026-05-28 · Thenukan Pathmanathan, Kanchan Keisham, Thangarajah Akilan arxiv

Point cloud segmentation is a fundamental task in 3D scene understanding. Its progress is constrained by the high cost and time required for dense 3D annotations, making labeled samples difficult to obtain. Beyond annotation scarcity, different sensing modalities face inherent limitations. 2D images provide rich texture and appearance cues, yet they lack explicit depth and geometric structure. In contrast, 3D point clouds capture accurate spatial geometry but are sparse and contain no texture information. As a result, relying on a single modality restricts the richness of learned representations and weakens generalization. Although recent multi-modal methods that combine 3D point clouds with 2D images have demonstrated strong performance in tasks such as classification and retrieval, they typically depend on large-scale labeled datasets and have not been fully exploited for data-efficient dense prediction. To address these limitations, we propose a novel cross-modal knowledge distillation framework, xModel-KD, for 3D point cloud segmentation. Our method exploits the complementary strengths of 2D texture and 3D geometry by learning unified per-point representations through cross-modal alignment. Specifically, we design a cross-modal fusion encoder trained with a contrastive objective that enforces feature consistency between corresponding 2D and 3D representations across multiple views. By integrating powerful pre-trained backbones with a targeted fusion strategy, the proposed framework effectively transfers appearance cues from images to geometry-aware point features. Experimental results show that cross-modal fusion achieves a 2% absolute improvement in mIoU over a LiDAR-only baseline, demonstrating the benefit of leveraging complementary multi-modal information for scalable and annotation-efficient 3D scene understanding.

📄 PDF Abstract BibTeX arXiv:2605.30111

Code (0)

등록된 구현이 없습니다.

Tasks

Point Cloud SegmentationKnowledge DistillationScene UnderstandingPoint Clouds

Similar Papers 제목 키워드 기반

Xmodel-VLM: A Simple Baseline for Multimodal Vision Language Model

2024-05-15 · Wanting Xu, Yang Liu, Langping He, Xucheng Huang 외

We introduce Xmodel-VLM, a cutting-edge multimodal vision language model. It is designed for efficient deployment on consumer GPU servers. Our work directly confronts a pivotal industry issue by grappling with the prohib…

GPULanguage ModelingLanguage ModellingVisual Question Answering

Xmodel-1.5: An 1B-scale Multilingual LLM

2024-11-15 · Wang Qun, Liu Yang, Lin Qingquan, Jiang Ling

We introduce Xmodel-1.5, a 1-billion-parameter multilingual large language model pretrained on 2 trillion tokens, designed for balanced performance and scalability. Unlike most large models that use the BPE tokenizer, Xm…

Language ModelingLanguage ModellingLarge Language Model

Xmodel-LM Technical Report

2024-06-05 · Yichuan Wang, Yang Liu, Yu Yan, Qun Wang 외

We introduce Xmodel-LM, a compact and efficient 1.1B language model pre-trained on around 2 trillion tokens. Trained on our self-built dataset (Xdata), which balances Chinese and English corpora based on downstream task …

Language ModelingLanguage Modelling

Xmodel-2 Technical Report

2024-12-27 · Wang Qun, Liu Yang, Lin Qingquan, Qu Zhijiu 외

Xmodel-2 is a 1.2-billion-parameter large language model designed specifically for reasoning tasks. Its architecture enables different model scales to share a unified set of hyperparameters, allowing for extensive experi…

Language ModelingLanguage ModellingLarge Language Model

STXD: Structural and Temporal Cross-Modal Distillation for Multi-View 3D Object Detection

2023-09-21 · NeurIPS 2023 11

3D object detection (3DOD) from multi-view images is an economically appealing alternative to expensive LiDAR-based detectors, but also an extremely challenging task due to the absence of precise spatial cues. Recent stu…