中文
相关论文

相关论文: SyncSpecCNN: Synchronized Spectral CNN for 3D Shap…

200 篇论文

We introduce SketchGNN, a convolutional graph neural network for semantic segmentation and labeling of freehand vector sketches. We treat an input stroke-based sketch as a graph, with nodes representing the sampled points along input…

计算机视觉与模式识别 · 计算机科学 2021-03-26 Lumin Yang , Jiajie Zhuang , Hongbo Fu , Xiangzhi Wei , Kun Zhou , Youyi Zheng

Semantic image segmentation is one of the most important tasks in medical image analysis. Most state-of-the-art deep learning methods require a large number of accurately annotated examples for model training. However, accurate annotation…

计算机视觉与模式识别 · 计算机科学 2020-04-21 Ning Zhang , Susan Francis , Rayaz Malik , Xin Chen

Semantic segmentation of raw 3D point clouds is an essential component in 3D scene analysis, but it poses several challenges, primarily due to the non-Euclidean nature of 3D point clouds. Although, several deep learning based approaches…

计算机视觉与模式识别 · 计算机科学 2020-12-01 Saqib Ali Khan , Yilei Shi , Muhammad Shahzad , Xiao Xiang Zhu

Semantic segmentation using convolutional neural networks (CNNs) is the state-of-the-art for many medical image segmentation tasks including myocardial segmentation in cardiac MR images. However, the predicted segmentation maps obtained…

图像与视频处理 · 电气工程与系统科学 2022-08-18 Sofie Tilborghs , Jan Bogaert , Frederik Maes

Convolutional neural networks (CNNs) have massively impacted visual recognition in 2D images, and are now ubiquitous in state-of-the-art approaches. CNNs do not easily extend, however, to data that are not represented by regular grids, such…

计算机视觉与模式识别 · 计算机科学 2018-03-29 Nitika Verma , Edmond Boyer , Jakob Verbeek

Sketch-based modeling strives to bring the ease and immediacy of drawing to the 3D world. However, while drawings are easy for humans to create, they are very challenging for computers to interpret due to their sparsity and ambiguity. We…

图形学 · 计算机科学 2018-06-20 Johanna Delanoy , Mathieu Aubry , Phillip Isola , Alexei A. Efros , Adrien Bousseau

We represent 3D shape by structured 2D representations of fixed length making it feasible to apply well investigated 2D convolutional neural networks (CNN) for both discriminative and geometric tasks on 3D shapes. We first provide a general…

计算机视觉与模式识别 · 计算机科学 2023-08-14 Kripasindhu Sarkar , Elizabeth Mathews , Didier Stricker

Semantic segmentation of 3D point clouds is a challenging problem with numerous real-world applications. While deep learning has revolutionized the field of image semantic segmentation, its impact on point cloud data has been limited so…

计算机视觉与模式识别 · 计算机科学 2017-05-10 Felix Järemo Lawin , Martin Danelljan , Patrik Tosteberg , Goutam Bhat , Fahad Shahbaz Khan , Michael Felsberg

Semantic segmentation of neuronal structures in 3D high-resolution fluorescence microscopy imaging of the human brain cortex can take advantage of bidimensional CNNs, which yield good results in neuron localization but lead to inaccurate…

图像与视频处理 · 电气工程与系统科学 2020-09-03 Filippo Maria Castelli , Matteo Roffilli , Giacomo Mazzamuto , Irene Costantini , Ludovico Silvestri , Francesco Saverio Pavone

It is well known that semantic segmentation neural networks (SSNNs) produce dense segmentation maps to resolve the objects' boundaries while restrict the prediction on down-sampled grids to alleviate the computational cost. A striking…

计算机视觉与模式识别 · 计算机科学 2023-05-12 Li-Wei Chen , Wei-Chen Chiu , Chin-Tien Wu

Models based on deep convolutional neural networks (CNN) have significantly improved the performance of semantic segmentation. However, learning these models requires a large amount of training images with pixel-level labels, which are very…

计算机视觉与模式识别 · 计算机科学 2018-02-05 Linwei Ye , Zhi Liu , Yang Wang

Multi-organ segmentation is one of most successful applications of deep learning in medical image analysis. Deep convolutional neural nets (CNNs) have shown great promise in achieving clinically applicable image segmentation performance on…

图像与视频处理 · 电气工程与系统科学 2020-12-18 Hao Tang , Xingwei Liu , Kun Han , Shanlin Sun , Narisu Bai , Xuming Chen , Huang Qian , Yong Liu , Xiaohui Xie

Volumetric image segmentation with convolutional neural networks (CNNs) encounters several challenges, which are specific to medical images. Among these challenges are large volumes of interest, high class imbalances, and difficulties in…

计算机视觉与模式识别 · 计算机科学 2019-11-12 Fabian Balsiger , Yannick Soom , Olivier Scheidegger , Mauricio Reyes

Convolutional Neural Networks (CNNs) are known to be significantly over-parametrized, and difficult to interpret, train and adapt. In this paper, we introduce a structural regularization across convolutional kernels in a CNN. In our…

计算机视觉与模式识别 · 计算机科学 2020-09-08 Ze Wang , Xiuyuan Cheng , Guillermo Sapiro , Qiang Qiu

We desgin a novel fully convolutional network architecture for shapes, denoted by Shape Fully Convolutional Networks (SFCN). 3D shapes are represented as graph structures in the SFCN architecture, based on novel graph convolution and…

计算机视觉与模式识别 · 计算机科学 2018-05-29 Pengyu Wang , Yuan Gan , Panpan Shui , Fenggen Yu , Yan Zhang , Songle Chen , Zhengxing Sun

We propose a spherical kernel for efficient graph convolution of 3D point clouds. Our metric-based kernels systematically quantize the local 3D space to identify distinctive geometric relationships in the data. Similar to the regular grid…

计算机视觉与模式识别 · 计算机科学 2020-03-24 Huan Lei , Naveed Akhtar , Ajmal Mian

We propose a novel spectral convolutional neural network (CNN) model on graph structured data, namely Distributed Feedback-Looped Networks (DFNets). This model is incorporated with a robust class of spectral graph filters, called…

机器学习 · 计算机科学 2020-01-20 Asiri Wijesinghe , Qing Wang

Multi-scale deep CNNs have been used successfully for problems mapping each pixel to a label, such as depth estimation and semantic segmentation. It has also been shown that such architectures are reusable and can be used for multiple…

计算机视觉与模式识别 · 计算机科学 2016-09-21 Arsalan Mousavian , Hamed Pirsiavash , Jana Kosecka

We present a novel spatial hashing based data structure to facilitate 3D shape analysis using convolutional neural networks (CNNs). Our method well utilizes the sparse occupancy of 3D shape boundary and builds hierarchical hash tables for…

图形学 · 计算机科学 2019-04-19 Tianjia Shao , Yin Yang , Yanlin Weng , Qiming Hou , Kun Zhou

Spectral features are widely incorporated within Graph Neural Networks (GNNs) to improve their expressive power, or their ability to distinguish among non-isomorphic graphs. One popular example is the usage of graph Laplacian eigenvectors…

机器学习 · 计算机科学 2025-09-29 Snir Hordan , Maya Bechler-Speicher , Gur Lifshitz , Nadav Dym
‹ 上一页 1 2 3 10 下一页 ›