中文
相关论文

相关论文: Deep Neural Networks for Swept Volume Prediction B…

200 篇论文

In spite of considerable progress, computing curvature in Volume of Fluid (VOF) methods continues to be a challenge. The goal is to develop a function or a subroutine that returns the curvature in computational cells containing an interface…

计算物理 · 物理学 2018-11-14 Yinghe Qi , Jiacai Lu , Ruben Scardovelli , Stephane Zaleski , Gretar Tryggvason

Human body volume estimation from a single RGB image is a challenging problem despite minimal attention from the research community. However VolNet, an architecture leveraging 2D and 3D pose estimation, body part segmentation and volume…

计算机视觉与模式识别 · 计算机科学 2021-07-07 Fabian Leinen , Vittorio Cozzolino , Torsten Schön

Next Best View computation (NBV) is a long-standing problem in robotics, and consists in identifying the next most informative sensor position(s) for reconstructing a 3D object or scene efficiently and accurately. Like most current methods,…

计算机视觉与模式识别 · 计算机科学 2022-11-02 Antoine Guédon , Pascal Monasse , Vincent Lepetit

Deep convolutional neural networks (CNNs) have been intensively used for multi-class segmentation of data from different modalities and achieved state-of-the-art performances. However, a common problem when dealing with large, high…

计算机视觉与模式识别 · 计算机科学 2018-04-13 Chengjia Wang , Tom MacGillivray , Gillian Macnaught , Guang Yang , David Newby

This paper aims to solve a fundamental problem in intensity-based 2D/3D registration, which concerns the limited capture range and need for very good initialization of state-of-the-art image registration methods. We propose a regression…

计算机视觉与模式识别 · 计算机科学 2017-03-07 Benjamin Hou , Amir Alansary , Steven McDonagh , Alice Davidson , Mary Rutherford , Jo V. Hajnal , Daniel Rueckert , Ben Glocker , Bernhard Kainz

In data mining, estimating the number of distinct values (NDV) is a fundamental problem with various applications. Existing methods for estimating NDV can be broadly classified into two categories: i) scanning-based methods, which scan the…

数据库 · 计算机科学 2022-06-14 Jiajun Li , Zhewei Wei , Bolin Ding , Xiening Dai , Lu Lu , Jingren Zhou

Deep neural network (DNN) pruning has become a de facto component for deploying on resource-constrained devices since it can reduce memory requirements and computation costs during inference. In particular, channel pruning gained more…

计算机视觉与模式识别 · 计算机科学 2023-03-07 Jung Im Choi , Qing Tian

Most mobile robots for indoor use rely on 2D laser scanners for localization, mapping and navigation. These sensors, however, cannot detect transparent surfaces or measure the full occupancy of complex objects such as tables. Deep Neural…

机器人学 · 计算机科学 2020-09-04 Francesco Verdoja , Jens Lundell , Ville Kyrki

Convolutional Neural Networks (CNNs), architectures consisting of convolutional layers, have been the standard choice in vision tasks. Recent studies have shown that Vision Transformers (VTs), architectures based on self-attention modules,…

计算机视觉与模式识别 · 计算机科学 2022-01-24 Kishaan Jeeveswaran , Senthilkumar Kathiresan , Arnav Varma , Omar Magdy , Bahram Zonooz , Elahe Arani

The efficiency of modern machine intelligence depends on high accuracy with minimal computational cost. In spiking neural networks (SNNs), synaptic delays are crucial for encoding temporal structure, yet existing models treat them as fully…

神经与进化计算 · 计算机科学 2025-12-19 Lennart P. L. Landsmeer , Amirreza Movahedin , Mario Negrello , Said Hamdioui , Christos Strydis

Dimensionality reduction methods, also known as projections, are frequently used for exploring multidimensional data in machine learning, data science, and information visualization. Among these, t-SNE and its variants have become very…

机器学习 · 计算机科学 2019-02-22 Mateus Espadoto , Nina S. T. Hirata , Alexandru C. Telea

Slimmable Neural Networks (S-Net) is a novel network which enabled to select one of the predefined proportions of channels (sub-network) dynamically depending on the current computational resource availability. The accuracy of each…

计算机视觉与模式识别 · 计算机科学 2022-12-08 Hideaki Kuratsu , Atsuyoshi Nakamura

Sampling-based motion planning is an effective tool to compute safe trajectories for automated vehicles in complex environments. However, a fast convergence to the optimal solution can only be ensured with the use of problem-specific…

机器人学 · 计算机科学 2019-02-04 Holger Banzhaf , Paul Sanzenbacher , Ulrich Baumann , J. Marius Zöllner

Motion Planning, as a fundamental technology of automatic navigation for the autonomous vehicle, is still an open challenging issue in the real-life traffic situation and is mostly applied by the model-based approaches. However, due to the…

计算机视觉与模式识别 · 计算机科学 2019-03-06 Zhengwei Bai , Baigen Cai , Wei Shangguan , Linguo Chai

Deep convolutional neural networks (CNNs) have shown excellent performance in object recognition tasks and dense classification problems such as semantic segmentation. However, training deep neural networks on large and sparse datasets is…

计算机视觉与模式识别 · 计算机科学 2017-12-25 Lorenz Berger , Eoin Hyde , M. Jorge Cardoso , Sebastien Ourselin

Deformable Parts Models and Convolutional Networks each have achieved notable performance in object detection. Yet these two approaches find their strengths in complementary areas: DPMs are well-versed in object composition, modeling…

计算机视觉与模式识别 · 计算机科学 2014-11-20 Li Wan , David Eigen , Rob Fergus

Volumetry is one of the principal downstream applications of 3D medical image segmentation, for example, to detect abnormal tissue growth or for surgery planning. Conformal Prediction is a promising framework for uncertainty quantification,…

计算机视觉与模式识别 · 计算机科学 2024-07-30 Benjamin Lambert , Florence Forbes , Senan Doyle , Michel Dojat

Multiview stereo aims to reconstruct scene depth from images acquired by a camera under arbitrary motion. Recent methods address this problem through deep learning, which can utilize semantic cues to deal with challenges such as textureless…

计算机视觉与模式识别 · 计算机科学 2019-05-03 Sunghoon Im , Hae-Gon Jeon , Stephen Lin , In So Kweon

Automotive Cyber-Physical Systems (ACPS) have attracted a significant amount of interest in the past few decades, while one of the most critical operations in these systems is the perception of the environment. Deep learning and,…

计算机视觉与模式识别 · 计算机科学 2021-07-21 Stavros Nousias , Erion-Vasilis Pikoulis , Christos Mavrokefalidis , Aris S. Lalos

Deep neural networks (DNNs) are famous for their high prediction accuracy, but they are also known for their black-box nature and poor interpretability. We consider the problem of variable selection, that is, selecting the input variables…

机器学习 · 统计学 2019-09-18 Zixuan Song , Jun Li