<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>东北大学“985工程”人工智能与机器人实验室 &#187; 基于全景影像和激光点云融合数据的场景理解</title>
	<atom:link href="http://www.newneu.cn/?cat=43&#038;feed=rss2" rel="self" type="application/rss+xml" />
	<link>http://www.newneu.cn</link>
	<description></description>
	<lastBuildDate>Sat, 02 May 2026 17:19:49 +0000</lastBuildDate>
	<language>zh-CN</language>
		<sy:updatePeriod>hourly</sy:updatePeriod>
		<sy:updateFrequency>1</sy:updateFrequency>
	<generator>https://wordpress.org/?v=4.0.38</generator>
	<item>
		<title>项目介绍</title>
		<link>http://www.newneu.cn/?p=1830</link>
		<comments>http://www.newneu.cn/?p=1830#comments</comments>
		<pubDate>Wed, 13 Jun 2018 14:05:07 +0000</pubDate>
		<dc:creator><![CDATA[郑凯]]></dc:creator>
				<category><![CDATA[基于全景影像和激光点云融合数据的场景理解]]></category>

		<guid isPermaLink="false">http://www.newneu.cn/?p=1830</guid>
		<description><![CDATA[场景理解是对场景中的内容进行解析，主要包含场景中的目标检测与识别、物体与物体之间的关系、场景语义分割、物体与场 [&#8230;]]]></description>
				<content:encoded><![CDATA[<p>场景理解是对场景中的内容进行解析，主要包含场景中的目标检测与识别、物体与物体之间的关系、场景语义分割、物体与场景之间的关系、场景分类、场景中物体位置与测量等内容。这些场景的理解的内容在机器人感知导航、人身安全和监控、虚拟现实、增强现实、人机交互、自动驾驶和激光遥感测量等方面具有广泛的应用价值和实际意义。三维激光点云和全景影像信息具有几何结构信息、纹理信息等丰富的特征，可以有效的表征场景内容，所以，基于三维激光点云和全景影像的场景理解可以更加准确、更加全面的理解场景内容信息。本课题拟针对基于全景影像和激光点云融合数据的场景理解关键技术展开研究，开展基于机器学习和深度学习方法的彩色激光点云语义分割、目标感知与识别等多项关于场景理解的研究，建立彩色激光点云室外场景理解理论框架。</p>
]]></content:encoded>
			<wfw:commentRss>http://www.newneu.cn/?feed=rss2&#038;p=1830</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>技术特点</title>
		<link>http://www.newneu.cn/?p=1817</link>
		<comments>http://www.newneu.cn/?p=1817#comments</comments>
		<pubDate>Wed, 13 Jun 2018 14:04:52 +0000</pubDate>
		<dc:creator><![CDATA[郑凯]]></dc:creator>
				<category><![CDATA[基于全景影像和激光点云融合数据的场景理解]]></category>

		<guid isPermaLink="false">http://www.newneu.cn/?p=1817</guid>
		<description><![CDATA[语义分割 语义分割是场景理解的基础和前提，在语义分割基础上，结合其他信息，可以继续推理得到其他高层语义，如场景 [&#8230;]]]></description>
				<content:encoded><![CDATA[<p style="text-align: left;"><strong>语义分割</strong></p>
<p>语义分割是场景理解的基础和前提，在语义分割基础上，结合其他信息，可以继续推理得到其他高层语义，如场景类别（街道、海边、城市亦或室内），真实世界中的三维结构，场景中正在发生的事件等，进而实现场景的理解。图像语义分割融合了传统的图像分割和目标识别两个分支任务，将图像分割成一组具有一定语义含义的块，并识别出每个分割块的类别，最终得到一幅具有逐像素语义标注的图像，如图<span lang="EN-US" style="background: white; margin: 0px; color: black; font-family: 'Times New Roman','serif'; font-size: 10.5pt;">(a)</span>是原始图片，描述了市郊街区的场景，图<span lang="EN-US" style="background: white; margin: 0px; color: black; font-family: 'Times New Roman','serif'; font-size: 10.5pt;">(b)</span>是得到的语义分割结果图片，其中，每个像素都被分配了一个类别标识。语义分割对于输入的视觉信息，即离散数字矩阵的每一个元素，都赋予了语义解释，完成了由低层语义到高层语义的推理，为视觉场景的理解提供了依据。此外，场景中某类目标的数量和单个体的准确位置作为重要的语义信息，一般通过目标检测来获取。目标检测得到的定位边界框（<span lang="EN-US" style="background: white; margin: 0px; color: black; font-family: 'Times New Roman','serif'; font-size: 10.5pt;">Bounding Box</span>）可以确定单个体的位置，边界框数目则是对目标数量的估计，如图<span lang="EN-US" style="background: white; margin: 0px; color: black; font-family: 'Times New Roman','serif'; font-size: 10.5pt;">(c)</span>所示，这些信息都是场景理解中的重要线索。因此，对单目标物体的检测与识别在场景理解的研究中有重要意义。基于视觉图像的场景理解方法通常利用各种图像处理手段对场景图像进行分割与分类，标记图像每一像素点的语义标签。但由于视觉传感器视野范围限制、图像质量易受光照的影响，并且缺乏物体的几何结构及空间信息，使得基于视觉的场景理解方法在实际应用中受到限制。</p>
<p><img class="alignleft size-full wp-image-1818" src="http://www.newneu.cn/wp-content/uploads/2017/05/363.png" alt="363" width="980" height="280" /> 激光扫描是基于光探测与测距<span lang="EN-US" style="background: white; margin: 0px; color: black; font-family: 'Times New Roman','serif'; font-size: 10.5pt;">(LiDAR)</span>原理，结合不同的平台定位<span lang="EN-US" style="background: white; margin: 0px; color: black; font-family: 'Times New Roman','serif'; font-size: 10.5pt;">/</span>定姿方法获取场景三维点云的新兴技术。三维点云数据动辄<span lang="EN-US" style="background: white; margin: 0px; color: black; font-family: 'Times New Roman','serif'; font-size: 10.5pt;">TB</span>级的数据量对信息提取提出了新的挑战。与视觉传感器相比，激光传感器具有视角大、不易受光照影响且结构及空间信息丰富的优点，使得基于三维点云的语义分割场景理解逐渐成为了研究热点。对于激光点云的语义分割如图所示，图<span lang="EN-US" style="background: white; margin: 0px; color: black; font-family: 'Times New Roman','serif'; font-size: 10.5pt;">(a)</span>为激光点云可视化的原始图像，图<span lang="EN-US" style="background: white; margin: 0px; color: black; font-family: 'Times New Roman','serif'; font-size: 10.5pt;">(b)</span>为语义分割后的点云图像。然而，激光点云也具有其固有缺陷，随着获取匹配的全景影像和三维点云的数据采集系统的不断研究与发展，基于多信息融合的三维场景语义分割方法具有重要意义。</p>
<p><img class="alignleft size-full wp-image-1826" src="http://www.newneu.cn/wp-content/uploads/2017/05/45664.png" alt="45664" width="1218" height="587" /></p>
<p style="text-align: left;"><strong>联合建模</strong></p>
<p> 室内外联合建模的目的主要用于在没有<span lang="EN-US" style="background: white; margin: 0px; color: black; font-family: 'Times New Roman','serif'; font-size: 10.5pt;">GPS</span>信号或弱<span lang="EN-US" style="background: white; margin: 0px; color: black; font-family: 'Times New Roman','serif'; font-size: 10.5pt;">GPS</span>信号的情况下，结合激光雷达和<span lang="EN-US" style="background: white; margin: 0px; color: black; font-family: 'Times New Roman','serif'; font-size: 10.5pt;">IMU</span>等传感器设备进行数据融合，对室内或半结构的室外（森林）进行点云数据配准，对传感器进行定位定姿等处理，从而完成室内或半结构的室外的全局点云建模。研究内容主要包括点云配准、数据融合、同步定位与地图构建（<span lang="EN-US" style="background: white; margin: 0px; color: black; font-family: 'Times New Roman','serif'; font-size: 10.5pt;">SLAM</span>）等。在应用层面，主要关注面向室内定位、室内<span lang="EN-US" style="background: white; margin: 0px; color: black; font-family: 'Times New Roman','serif'; font-size: 10.5pt;">3D</span>地图构建、无人驾驶、无人飞行器的建模和对应的智能导航系统。</p>
<p><strong>基于三维激光点云和全景影像数据的场景理解</strong></p>
<p><span lang="EN-US" style="background: white; margin: 0px; color: black; font-family: 'Times New Roman','serif'; font-size: 10.5pt;">SLAM</span>背负式移动测绘机器人取得了高精度、高质量的三维激光点云数据以及彩色激光点云数据。该研究方向以三维点云数据向三维空间模型的智能转换为研究目标，主要研究内容包括点云分割、点云智能测量、三维目标提取、点云分析、三维场景重建等智能计算的理论和方法，以及激光扫描仪校准、点云数据配准、多传感器标定和软件工具的研究与开发等。在理论层面，主要利用特征提取、机器学习等方法进行大规模点云结构提取、场景理解等处理。</p>
<p>三维点云数据处理主要应用在城市、森林、铁路及古建筑等场景下的建模和对应的目标检测识别。</p>
]]></content:encoded>
			<wfw:commentRss>http://www.newneu.cn/?feed=rss2&#038;p=1817</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>基于室外场景彩色点云数据的语义分割</title>
		<link>http://www.newneu.cn/?p=2105</link>
		<comments>http://www.newneu.cn/?p=2105#comments</comments>
		<pubDate>Wed, 13 Jun 2018 13:20:56 +0000</pubDate>
		<dc:creator><![CDATA[郑凯]]></dc:creator>
				<category><![CDATA[基于全景影像和激光点云融合数据的场景理解]]></category>

		<guid isPermaLink="false">http://www.newneu.cn/?p=2105</guid>
		<description><![CDATA[基于室外场景彩色点云数据的语义分割是场景理解中的重要课题，能够准确分割出道路、车辆以及建筑等目标信息，实现对场 [&#8230;]]]></description>
				<content:encoded><![CDATA[<p>基于室外场景彩色点云数据的语义分割是场景理解中的重要课题，能够准确分割出道路、车辆以及建筑等目标信息，实现对场景点级的理解，对虚拟现实、三维语义地图构建具有重要的意义。</p>
<p><img class="alignleft wp-image-2077" src="http://www.newneu.cn/wp-content/uploads/2014/10/capture4.bmp" alt="capture4" width="800" height="515" /></p>
<p style="text-align: center;">室外场景语义分割示意图</p>
]]></content:encoded>
			<wfw:commentRss>http://www.newneu.cn/?feed=rss2&#038;p=2105</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>基于道路场景点云数据的实时目标检测</title>
		<link>http://www.newneu.cn/?p=2100</link>
		<comments>http://www.newneu.cn/?p=2100#comments</comments>
		<pubDate>Wed, 13 Jun 2018 13:11:29 +0000</pubDate>
		<dc:creator><![CDATA[郑凯]]></dc:creator>
				<category><![CDATA[基于全景影像和激光点云融合数据的场景理解]]></category>
		<category><![CDATA[未分类]]></category>

		<guid isPermaLink="false">http://www.newneu.cn/?p=2100</guid>
		<description><![CDATA[激光点云能够复现真实场景中的空间结构、物体形状等信息,进而实现对场景中汽车、行人等目标实时的精确检测。在机器人 [&#8230;]]]></description>
				<content:encoded><![CDATA[<p>激光点云能够复现真实场景中的空间结构、物体形状等信息,进而实现对场景中汽车、行人等目标实时<span style="font-size: 10pt;">的精确检测</span>。在机器人、自动驾驶等领域具有广泛的应用。</p>
<p><img class="alignleft wp-image-2076" src="http://www.newneu.cn/wp-content/uploads/2014/10/capture.bmp" alt="capture" width="800" height="515" /></p>
<p style="text-align: center;">道路场景下单帧点云示意图</p>
<p><img class="alignleft wp-image-2087" src="http://www.newneu.cn/wp-content/uploads/2014/10/mubiaojiance.jpg" alt="mubiaojiance" width="800" height="223" /></p>
<p style="text-align: center;">实时目标检测效果示意图</p>
]]></content:encoded>
			<wfw:commentRss>http://www.newneu.cn/?feed=rss2&#038;p=2100</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>室外场景三维点云分类</title>
		<link>http://www.newneu.cn/?p=2091</link>
		<comments>http://www.newneu.cn/?p=2091#comments</comments>
		<pubDate>Wed, 13 Jun 2018 12:59:34 +0000</pubDate>
		<dc:creator><![CDATA[郑凯]]></dc:creator>
				<category><![CDATA[基于全景影像和激光点云融合数据的场景理解]]></category>

		<guid isPermaLink="false">http://www.newneu.cn/?p=2091</guid>
		<description><![CDATA[三维点云能清晰地表述三维空间中物体的分布。通过对点云数据进行地面滤波、点云分割以及对分割的点云的分类，实现了点 [&#8230;]]]></description>
				<content:encoded><![CDATA[<p>三维点云能清晰地表述三维空间中物体的分布。通过对点云数据进行地面滤波、点云分割以及对分割的点云的分类，实现了点云的整体分类，对理解场景信息有着巨大帮助，这在智慧城市等方面有着广泛的应用和发展空间。</p>
<p style="text-align: center;"><img class="alignleft wp-image-2093 size-full" src="http://www.newneu.cn/wp-content/uploads/2014/10/yx1.jpg" alt="yx1" width="800" height="400" />原始点云数据示意图</p>
<p style="text-align: center;"><img class="alignleft wp-image-2094 size-full" src="http://www.newneu.cn/wp-content/uploads/2014/10/yx2.jpg" alt="yx2" width="800" height="400" />非地面点分割效果示意图</p>
<p><img class="alignleft wp-image-2095" src="http://www.newneu.cn/wp-content/uploads/2014/10/yx3.jpg" alt="yx3" width="800" height="407" /></p>
<p style="text-align: center;">整体点云分类效果示意图</p>
]]></content:encoded>
			<wfw:commentRss>http://www.newneu.cn/?feed=rss2&#038;p=2091</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>林业资源管理应用</title>
		<link>http://www.newneu.cn/?p=1802</link>
		<comments>http://www.newneu.cn/?p=1802#comments</comments>
		<pubDate>Thu, 11 May 2017 03:03:07 +0000</pubDate>
		<dc:creator><![CDATA[郑凯]]></dc:creator>
				<category><![CDATA[基于全景影像和激光点云融合数据的场景理解]]></category>

		<guid isPermaLink="false">http://www.newneu.cn/?p=1802</guid>
		<description><![CDATA[三维激光点云和全景影像信息具有几何结构信息、纹理信息等丰富的特征，可以有效的表征场景内容，所以，基于三维激光点 [&#8230;]]]></description>
				<content:encoded><![CDATA[<p>三维激光点云和全景影像信息具有几何结构信息、纹理信息等丰富的特征，可以有效的表征场景内容，所以，基于三维激光点云和全景影像的场景理解可以更加准确、更加全面的理解场景内容信息。使用3D SLAM激光影像背包测绘机器人测出三维数据，基于此进行场景理解，以下是在林业资源方面的应用实例。</p>
<p>北京某两处山地公园，面积分别为360余亩和60余亩，现场采集分别用时40分钟和15分钟，经过处理，得到的点云数据如下：</p>
<p><img class="alignleft size-full wp-image-1807" src="http://www.newneu.cn/wp-content/uploads/2017/05/5174.png" alt="5174" width="1024" height="554" /> <img class="alignleft size-full wp-image-1808" src="http://www.newneu.cn/wp-content/uploads/2017/05/5175.png" alt="5175" width="1024" height="554" /> <img class="alignleft size-full wp-image-1803" src="http://www.newneu.cn/wp-content/uploads/2017/05/5176.png" alt="5176" width="1920" height="1040" /></p>
<p>在得到点云数据之后，可以基于该数据对树木等林业资源进行识别和划分，如图所示：</p>
<p><img class="alignleft size-full wp-image-1804" src="http://www.newneu.cn/wp-content/uploads/2017/05/5171.png" alt="5171" width="1367" height="667" /><img class="alignleft size-full wp-image-1806" src="http://www.newneu.cn/wp-content/uploads/2017/05/5173.png" alt="5173" width="1165" height="572" /> <img class="alignleft size-full wp-image-1805" src="http://www.newneu.cn/wp-content/uploads/2017/05/5172.png" alt="5172" width="1324" height="667" /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.newneu.cn/?feed=rss2&#038;p=1802</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
