基于视频分割的实时环境光序列采样的研究
项目来源
项目主持人
项目受资助机构
项目编号
立项年度
立项时间
研究期限
项目级别
受资助金额
学科
学科代码
基金类别
关键词
参与者
参与机构
项目受资助省
项目结题报告(全文)
1.面向自然图像的年画风格化算法
- 关键词:
- 年画;风格化;颜色配色;风格细节增强
- 窦宁;万亮
- 《计算机应用研究》
- 2016年
- 卷
- 02期
- 期刊
年画作为中国民间艺术的优秀代表之一,其风格对艺术创作具有重要意义。为了快速方便地实现自然图像的年画风格化,设计了一种自动化的年画风格化算法框架,并尽可能准确地保持自然图像的原有图案与颜色分配。对于一幅用户给定的自然图像,算法首先对图像进行自动颜色分割聚类,提取关键线条作为年画轮廓线;然后运用基于优化的年画配色映射方法将不同的分割区域重新着色;最后通过年画风格细节增强,使结果图的颜色风格更加接近年画风格。针对颜色配色优化,算法综合考量了生成图像与原图像的颜色相似度和相邻色块的颜色对比度,并利用差分进化策略对能量方程进行最小化求解得出合理的颜色配置方案。在实验中进行了几组不同产地的年画风格化实验,结果是算法可有效地将一幅自然图像自动转换为年画风格,且效果较自然,颜色具有地方特色。
...2.Tone-Mapped Mean-Shift Based Environment Map Sampling
- 关键词:
- Environment map sampling; adaptive mean-shift clustering; tone-mapping;adaptive split-and-merge;IMAGE; FRAMEWORK
- Feng, Wei;Yang, Ying;Wan, Liang;Yu, Changguo
- 《IEEE TRANSACTIONS ON VISUALIZATION AND COMPUTER GRAPHICS》
- 2016年
- 22卷
- 9期
- 期刊
In this paper, we present a novel approach for environment map sampling, which is an effective and pragmatic technique to reduce the computational cost of realistic rendering and get plausible rendering images. The proposed approach exploits the advantage of adaptive mean-shift image clustering with aid of tone-mapping, yielding oversegmented strata that have uniform intensities and capture shapes of light regions. The resulted strata, however, have unbalanced importance metric values for rendering, and the strata number is not user-controlled. To handle these issues, we develop an adaptive split-and-merge scheme that refines the strata and obtains a better balanced strata distribution. Compared to the state-of-the-art methods, our approach achieves comparable and even better rendering quality in terms of SSIM, RMSE and HDRVDP2 image quality metrics. Experimental results further show that our approach is more robust to the variation of viewpoint, environment rotation, and sample number.
...3.SPHORB: A Fast and Robust Binary Feature on the Sphere
- 关键词:
- Bandwidth;Feature extraction;Geodesy;Bandwidth limitation;Binary features;Geodesic grid;Panoramic images;Scale and rotation invariances;Spherical harmonics;Spherical images;State of the art
- Zhao, Qiang;Feng, Wei;Wan, Liang;Zhang, Jiawan
- 《International Journal of Computer Vision》
- 2015年
- 113卷
- 2期
- 期刊
In this paper, we propose SPHORB, a new fast and robust binary feature detector and descriptor for spherical panoramic images. In contrast to state-of-the-art spherical features, our approach stems from the geodesic grid, a nearly equal-area hexagonal grid parametrization of the sphere used in climate modeling. It enables us to directly build fine-grained pyramids and construct robust features on the hexagonal spherical grid, thus avoiding the costly computation of spherical harmonics and their associated bandwidth limitation. We further study how to achieve scale and rotation invariance for the proposed SPHORB feature. Extensive experiments show that SPHORB consistently outperforms other existing spherical features in accuracy, efficiency and robustness to camera movements. The superior performance of SPHORB has also been validated by real-world matching tests.
...
© 2014, Springer Science+Business Media New York.4.基于视频分割的实时环境光序列采样的研究结题报告
- 万亮;
- 《天津大学;》
- 2014年
- 报告
环境光采样技术将高动态范围的高精度全景图像近似为有限数量的方向光源,从而可有效提高图形渲染真实感和绘制速度。本项目针对目前环境光采样技术在时序一致性、渲染准确性以及处理不定长度序列所存在的不足,研究了基于视频分割技术的环境光图像序列采样问题,并提出有效解决方案。于此同时,深入分析全景图序列的相关应用:基于全景图序列的虚拟浏览,提出并实现了实时视频浏览模式。作为环境光图像序列采样的特例,首先研究Meanshift图像分割技术用于单张环境光图像的切分效果;面对环境光的高动态范围对Meanshift分割性能带来的明显负面影响,采用色调映射技术减小环境光图像的动态范围,从而达到自适应Meanshift分割效果。在过分割的基础上,提出基于区域重要性进行自适应的区域分裂—合并算法,从而产生指定数目的采样点分布。通过与已有方法进行实验比较,发现基于自适应Meanshift分割的环境光采样技术可有效提高渲染结果的准确度。考虑到序列采样对算法效率的要求,在环境光图像序列采样中,采用Temporal SLIC算法达到时序一致性强的视频分割结果。设计考虑时序相关性的自适应区域合并—分裂算法,并提出连续两帧之间的采样点映射方法,将前一张环境光图像的采样点分布通过时序分割的对应关系映射到当前环境光图像上。实验比较发现基于视频分割的序列采样方法可有效提高渲染精度,并达到与已有方法相当的时序一致性。在网络环境下,虚拟浏览服务通常只提供稀疏采样的全景图序列,从一张全景图跳跃到另一张全景图的虚拟浏览在视觉上会造成明显的不连续性。提出并实现一种新的全景图视点插值技术,可有效模拟在邻接全景图间的连续视点变换。与现有技术相比,所提算法在运行时间上达到实时浏览的性能,插值结果在主观的视觉效果、客观准确性衡量上均体现出明显优势。在全景图序列虚拟浏览研究中,发现目前缺少快速准确的全景图特征提取与匹配技术。借鉴了平面图像特征提取与匹配的研究技术,提出采用气象学中的一种球面表示方法,进而将一种快速鲁棒的二值特征提取方法拓展至球面域。特征检测性能的量化分析结果表明,所提算法较已有的球面特征提取算法在速度、准确性、鲁棒性上具有明显优势。
...5.Intrinsic image decomposition by hierarchical L0 sparsity
- Xuecheng Nie|Wei Feng|Liang Wan|Haipeng Dai;
- 0年
- 卷
- 期
- 期刊
6.L0 co-intrinsic image decomposition
- Haipeng Dai|Wei Feng|Liang Wan|Xuecheng Nie;
- 0年
- 卷
- 期
- 期刊
7.Maximum Cohesive Grid of Superpixels for Fast Object Localization
- 关键词:
- IMAGE SEGMENTATION
- Li, Liang;Feng, Wei;Wan, Liang;Zhang, Jiawan
- 《2013 IEEE CONFERENCE ON COMPUTER VISION AND PATTERN RECOGNITION 》
- 2013年
- 卷
- 期
- 期刊
This paper addresses a challenging problem of regularizing arbitrary superpixels into an optimal grid structure, which may significantly extend current low-level vision algorithms by allowing them to use superpixels (SPs) conveniently as using pixels. For this purpose, we aim at constructing maximum cohesive SP-grid, which is composed of real nodes, i.e. SPs, and dummy nodes that are meaningless in the image with only position-taking function in the grid. For a given formation of image SPs and proper number of dummy nodes, we first dynamically align them into a grid based on the centroid localities of SPs. We then define the SP-grid coherence as the sum of edge weights, with SP locality and appearance encoded, along all direct paths connecting any two nearest neighboring real nodes in the grid. We finally maximize the SP-grid coherence via cascade dynamic programming. Our approach can take the regional objectness as an optional constraint to produce more semantically reliable SP-grids. Experiments on object localization show that our approach outperforms state-of-the-art methods in terms of both detection accuracy and speed. We also find that with the same searching strategy and features, object localization at SP-level is about 100-500 times faster than pixel-level, with usually better detection accuracy.
...8.Cube2Video: Navigate Between Cubic Panoramas in Real-Time
- 关键词:
- Cubic panoramas; Temporal smoothness; Triangle-to-trianglehomography-based warping; Video-viewing mode; Virtual navigation.
- Zhao, Qiang;Wan, Liang;Feng, Wei;Zhang, Jiawan;Wong, Tien-Tsin
- 《IEEE TRANSACTIONS ON MULTIMEDIA》
- 2013年
- 15卷
- 8期
- 期刊
Online virtual navigation systems enable users to hop from one panorama to another, which belong to a sparse point-to-point collection, resulting in a less pleasant viewing experience. In this paper, we present a novel method, namely Cube2Video, to support navigating between cubic panoramas in a video-viewing mode. Our method circumvents the intrinsic challenge of cubic panoramas, i.e., the discontinuities between cube faces, in an efficient way. The proposed method extends the matching-triangulation-interpolation procedure with special considerations of the spherical domain. A triangle-to-triangle homography-based warping is developed to achieve physically plausible and visually pleasant interpolation results. The temporal smoothness of the synthesized video sequence is improved by means of a compensation transformation. As experimental results demonstrate, our method can synthesize pleasant video sequences in real time, thus mimicking walking or driving navigation.
...9.MEASURING SEMANTIC SIMILARITY BY CONTEXTUAL WORD CONNECTIONS IN CHINESE NEWS STORY SEGMENTATION
- Nie Xuecheng|Feng Wei|Wan Liang|Xie Lei;
- 0年
- 卷
- 期
- 期刊
10.A spectral-multiplicity-tolerant approach to robust graph matching
- 关键词:
- Pattern matching;Attributed graph matching;Graph warping;Shape retrieval;Spectral multiplicity;Spectrum normalization
- Feng, Wei;Liu, Zhi-Qiang;Wan, Liang;Pun, Chi-Man;Jiang, Jianmin
- 《Pattern Recognition》
- 2013年
- 46卷
- 10期
- 期刊
The intrinsic information of a graph can be fully encoded into its spectrum and corresponding eigenvectors of its adjacency matrix, which provides a solid foundation for the success of spectral graph matching methods. The spectral multiplicity, however, may significantly affect the matching accuracy. In this paper, we propose a spectral-multiplicity-tolerant graph matching approach. We start from modeling the spectral multiplicity in the matching error measurement. Next, we address the equal-size graph matching problem, and show how to establish the vertex-to-vertex correspondence by alternatively optimizing the multiplicity matrix C and the permutation matrix P. We also propose a reliable initialization method to make the iterative optimization process converge rapidly. Then, we extend the algorithm to unequal-size graph matching by optimally warping two graphs into the same size. A comprehensive performance evaluation has been conducted on a large synthetic dataset. We also demonstrate the effectiveness of our approach on shape retrieval. The experimental results show that compared with existing methods, the proposed approach is more robust to noise and structural corruption and has a comparable complexity. © 2013 Elsevier Ltd. All rights reserved.
...
