中文
相关论文

相关论文: Using t-distributed stochastic neighbor embedding …

200 篇论文

The clustering and visualisation of high-dimensional data is a ubiquitous task in modern data science. Popular techniques include nonlinear dimensionality reduction methods like t-SNE or UMAP. These methods face the `scale-problem' of…

机器学习 · 统计学 2025-10-20 Jack Kendrick

Deep neural networks have established themselves as the state-of-the-art methodology in almost all computer vision tasks to date. But their application to processing data lying on non-Euclidean domains is still a very active area of…

计算机视觉与模式识别 · 计算机科学 2019-05-21 Chaitanya Kaul , Nick Pears , Suresh Manandhar

This research proposes a data segmentation algorithm which combines t-SNE, DBSCAN, and Random Forest classifier to form an end-to-end pipeline that separates data into natural clusters and produces a characteristic profile of each cluster…

机器学习 · 计算机科学 2021-01-14 Timothy DeLise

We present GraphTSNE, a novel visualization technique for graph-structured data based on t-SNE. The growing interest in graph-structured data increases the importance of gaining human insight into such datasets by means of visualization.…

机器学习 · 计算机科学 2019-04-24 Yao Yang Leow , Thomas Laurent , Xavier Bresson

Point clouds from Terrestrial Laser Scanning (TLS) are an increasingly popular source of data for studying plant structure and function but typically require extensive manual processing to extract ecologically important information. One key…

计算机视觉与模式识别 · 计算机科学 2025-03-07 Harry J. F. Owen , Matthew J. A. Allen , Stuart W. D. Grieve , Phill Wilkes , Emily R. Lines

Remote sensing (RS) image scene classification task faces many challenges due to the interference from different characteristics of different geographical elements. To solve this problem, we propose a multi-branch ensemble network to…

计算机视觉与模式识别 · 计算机科学 2022-05-04 Qi Zhao , Yujing Ma , Shuchang Lyu , Lijiang Chen

Semantic segmentation of large-scale 3D point clouds is crucial for applications such as autonomous driving and urban digital twins. However, the sparse sampling pattern of LiDAR and the view-dependent geometric distortion in image…

计算机视觉与模式识别 · 计算机科学 2026-05-11 Shuai Zhang , Zhecheng Shi , Zhuxiao Li , Jing Ou , Tengxi Wang , Yuan Liu , Wufan Zhao

We use graphical methods to probe neural nets that classify images. Plots of t-SNE outputs at successive layers in a network reveal increasingly organized arrangement of the data points. They can also reveal how a network can diminish or…

机器学习 · 计算机科学 2021-07-28 Christopher R. Hoyt , Art B. Owen

In precision agriculture, one of the most important tasks when exploring crop production is identifying individual plant components. There are several attempts to accomplish this task by the use of traditional 2D imaging, 3D…

计算机视觉与模式识别 · 计算机科学 2025-07-03 J. I. Ruiz-Martinez , A. Mendez-Vazquez , E. Rodriguez-Tello

Generative Adversarial Networks (GANs) are powerful generative models that achieved strong results, mainly in the image domain. However, the training of GANs is not trivial, presenting some challenges tackled by different strategies.…

神经与进化计算 · 计算机科学 2021-02-26 Victor Costa , Nuno Lourenço , João Correia , Penousal Machado

Plant phenotyping is a central task in agriculture, as it describes plants' growth stage, development, and other relevant quantities. Robots can help automate this process by accurately estimating plant traits such as the number of leaves,…

计算机视觉与模式识别 · 计算机科学 2023-06-16 Gianmarco Roggiolani , Matteo Sodano , Tiziano Guadagnino , Federico Magistri , Jens Behley , Cyrill Stachniss

Deep neural networks are widely used for understanding 3D point clouds. At each point convolution layer, features are computed from local neighborhoods of 3D points and combined for subsequent processing in order to extract semantic…

计算机视觉与模式识别 · 计算机科学 2021-05-13 Jiayun Wang , Rudrasis Chakraborty , Stella X. Yu

3D point clouds are rich in geometric structure information, while 2D images contain important and continuous texture information. Combining 2D information to achieve better 3D semantic segmentation has become mainstream in 3D scene…

计算机视觉与模式识别 · 计算机科学 2022-12-14 Chaolong Yang , Yuyao Yan , Weiguang Zhao , Jianan Ye , Xi Yang , Amir Hussain , Kaizhu Huang

Convolutional Neural Networks (CNNs) have performed extremely well on data represented by regularly arranged grids such as images. However, directly leveraging the classic convolution kernels or parameter sharing mechanisms on sparse 3D…

计算机视觉与模式识别 · 计算机科学 2019-09-30 Mingtao Feng , Liang Zhang , Xuefei Lin , Syed Zulqarnain Gilani , Ajmal Mian

Semantic scene understanding from point clouds is particularly challenging as the points reflect only a sparse set of the underlying 3D geometry. Previous works often convert point cloud into regular grids (e.g. voxels or bird-eye view…

计算机视觉与模式识别 · 计算机科学 2020-12-01 Yinyu Nie , Ji Hou , Xiaoguang Han , Matthias Nießner

State-of-the-art methods for driving-scene LiDAR-based perception (including point cloud semantic segmentation, panoptic segmentation and 3D detection, \etc) often project the point clouds to 2D space and then process them via 2D…

计算机视觉与模式识别 · 计算机科学 2021-09-14 Xinge Zhu , Hui Zhou , Tai Wang , Fangzhou Hong , Wei Li , Yuexin Ma , Hongsheng Li , Ruigang Yang , Dahua Lin

Semantic segmentation of point clouds is an essential task for understanding the environment in autonomous driving and robotics. Recent range-based works achieve real-time efficiency, while point- and voxel-based methods produce better…

计算机视觉与模式识别 · 计算机科学 2024-10-15 Daniel Fusaro , Simone Mosco , Emanuele Menegatti , Alberto Pretto

Recent works on 3D semantic segmentation propose to exploit the synergy between images and point clouds by processing each modality with a dedicated network and projecting learned 2D features onto 3D points. Merging large-scale point clouds…

计算机视觉与模式识别 · 计算机科学 2022-07-08 Damien Robert , Bruno Vallet , Loic Landrieu

Learning on 3D scene-based point cloud has received extensive attention as its promising application in many fields, and well-annotated and multisource datasets can catalyze the development of those data-driven approaches. To facilitate the…

计算机视觉与模式识别 · 计算机科学 2020-08-13 Xinke Li , Chongshou Li , Zekun Tong , Andrew Lim , Junsong Yuan , Yuwei Wu , Jing Tang , Raymond Huang

With the increasing reliance of self-driving and similar robotic systems on robust 3D vision, the processing of LiDAR scans with deep convolutional neural networks has become a trend in academia and industry alike. Prior attempts on the…

计算机视觉与模式识别 · 计算机科学 2023-11-20 Ran Cheng , Christopher Agia , Yuan Ren , Xinhai Li , Liu Bingbing