312 research outputs found
matching, interpolation, and approximation ; a survey
In this survey we consider geometric techniques which have been used to
measure the similarity or distance between shapes, as well as to approximate
shapes, or interpolate between shapes. Shape is a modality which plays a key
role in many disciplines, ranging from computer vision to molecular biology.
We focus on algorithmic techniques based on computational geometry that have
been developed for shape matching, simplification, and morphing
Separation-Sensitive Collision Detection for Convex Objects
We develop a class of new kinetic data structures for collision detection
between moving convex polytopes; the performance of these structures is
sensitive to the separation of the polytopes during their motion. For two
convex polygons in the plane, let be the maximum diameter of the polygons,
and let be the minimum distance between them during their motion. Our
separation certificate changes times when the relative motion of
the two polygons is a translation along a straight line or convex curve,
for translation along an algebraic trajectory, and for
algebraic rigid motion (translation and rotation). Each certificate update is
performed in time. Variants of these data structures are also
shown that exhibit \emph{hysteresis}---after a separation certificate fails,
the new certificate cannot fail again until the objects have moved by some
constant fraction of their current separation. We can then bound the number of
events by the combinatorial size of a certain cover of the motion path by
balls.Comment: 10 pages, 8 figures; to appear in Proc. 10th Annual ACM-SIAM
Symposium on Discrete Algorithms, 1999; see also
http://www.uiuc.edu/ph/www/jeffe/pubs/kollide.html ; v2 replaces submission
with camera-ready versio
Physics-informed PointNet: On how many irregular geometries can it solve an inverse problem simultaneously? Application to linear elasticity
Regular physics-informed neural networks (PINNs) predict the solution of
partial differential equations using sparse labeled data but only over a single
domain. On the other hand, fully supervised learning models are first trained
usually over a few thousand domains with known solutions (i.e., labeled data)
and then predict the solution over a few hundred unseen domains.
Physics-informed PointNet (PIPN) is primarily designed to fill this gap between
PINNs (as weakly supervised learning models) and fully supervised learning
models. In this article, we demonstrate that PIPN predicts the solution of
desired partial differential equations over a few hundred domains
simultaneously, while it only uses sparse labeled data. This framework benefits
fast geometric designs in the industry when only sparse labeled data are
available. Particularly, we show that PIPN predicts the solution of a plane
stress problem over more than 500 domains with different geometries,
simultaneously. Moreover, we pioneer implementing the concept of remarkable
batch size (i.e., the number of geometries fed into PIPN at each sub-epoch)
into PIPN. Specifically, we try batch sizes of 7, 14, 19, 38, 76, and 133.
Additionally, the effect of the PIPN size, symmetric function in the PIPN
architecture, and static and dynamic weights for the component of the sparse
labeled data in the loss function are investigated
Frustum PointNets for 3D Object Detection from RGB-D Data
In this work, we study 3D object detection from RGB-D data in both indoor and
outdoor scenes. While previous methods focus on images or 3D voxels, often
obscuring natural 3D patterns and invariances of 3D data, we directly operate
on raw point clouds by popping up RGB-D scans. However, a key challenge of this
approach is how to efficiently localize objects in point clouds of large-scale
scenes (region proposal). Instead of solely relying on 3D proposals, our method
leverages both mature 2D object detectors and advanced 3D deep learning for
object localization, achieving efficiency as well as high recall for even small
objects. Benefited from learning directly in raw point clouds, our method is
also able to precisely estimate 3D bounding boxes even under strong occlusion
or with very sparse points. Evaluated on KITTI and SUN RGB-D 3D detection
benchmarks, our method outperforms the state of the art by remarkable margins
while having real-time capability.Comment: 15 pages, 12 figures, 14 table
- …