论文解读(16)-3D城市理解

下面开始看3D城市方面

这是原文:

3D Question Answering for City Scene Understanding

(3D Question Answering for City Scene Understanding (arxiv.org))

摘要

目前对于3D模态的引入主要还是应用于室内和室外的活动(比如自动驾驶),因此3D辅助城市理解这块领域几乎是一片空白。所以就做了一个3D数据集和一种场景图增强的城市级理解方法(a Scene graph enhanced City-level Understanding method)

1. Intro

先讲了一下应用场景的不同,以前都是比较局部的,现在是针对城市这种宏观的概念

从两方面入手:

1)数据集:(City-3DQA)

包括城市级实例分割、场景语义提取、问答对构建

We realize data collection including City-level Instance Segmentation, Scene Semantic Extraction, and Question-Answer Pair Construction.

表示方式例子:

  • living building - left - business building
  • transportation building - usage - buying tickets

2)方法:a Scene graph enhanced City-level Understanding method (Sg-CityU)

Sg-CityU extracts the vision and language representation from point clouds and questions respectively. And then a city-level scene graph is constructed, which is encoded through graph neural networks

  • 之后看图再详细讲这块
  • city scene understanding
  • 3D multimodal question answering

3. 问题定义

  • 尽量让输出在语义上接近真值
  • 最终用图来表示地理的特征

4. 数据集

1)City-level Instance Segmentation:首先将城市图像进行语义分割

最后分为

  • i代表的是分割后的物体,x,y,z是坐标

2)Scene Semantic Extraction:

接下来,就是spartial information:

在两个物体之间加入位置信息:

然后位置信息应该有八种:: "front", "front-right", "right", "back-right", "front-left", "left", "back-left" and "back"

语义信息:

用这元组来表达

然后涉及五个方面:instance label, building category label, synonym label, location, and usage label

3)Question-Answer Pair Construction

用上述的信息和模版来进行填充:

5. Method

5.1 Multimodal Encoder
  • 多模态的encoder
  • 用的是votenet做的backbone

然后用bert去处理问题的特征

  • 这块是spatial的嵌入
5.2 Fusion
  • 最后是输出

总体感觉挺简单粗暴的,但是在融合方面挺有意思

6. 结果
  • 因为之前没有在city这样的规模上进行类似的任务,所以比较的都是一些通用模型,或者indoor模型
相关推荐
龙湾开发1 小时前
计算机图形学编程(使用OpenGL和C++)(第2版)学习笔记 12.曲面细分
c++·笔记·学习·3d·图形渲染
qq_416276428 小时前
SuperYOLO:多模态遥感图像中的超分辨率辅助目标检测之论文阅读
论文阅读·人工智能·目标检测
21级的乐未央9 小时前
论文阅读(四):Agglomerative Transformer for Human-Object Interaction Detection
论文阅读·深度学习·计算机视觉·transformer
Ayakanoinu15 小时前
【论文阅读】BEVFormer
论文阅读
一点.点15 小时前
FASIONAD:自适应反馈的类人自动驾驶中快速和慢速思维融合系统——论文阅读
论文阅读·语言模型·自动驾驶
90后小陈老师17 小时前
3D个人简历网站 5.天空、鸟、飞机
前端·javascript·3d
远瞻。18 小时前
【论文阅读】人脸修复(face restoration ) 不同先验代表算法整理2
论文阅读·算法
前端小崔1 天前
从零开始学习three.js(18):一文详解three.js中的着色器Shader
前端·javascript·学习·3d·webgl·数据可视化·着色器
陈苏同学1 天前
[已解决] LaTeX “Unicode character“ 报错 (中文字符处理)
论文笔记
暖季啊1 天前
分割一切(SAM) 论文阅读:Segment Anything
论文阅读·人工智能·神经网络