Daniele Panozzo
VerifiedNew York University · Computer Science
Active 2008–2026
Research topics
- Chemistry
- Cell biology
- Genetics
- Biology
- Biophysics
Selected publications
In Silico Evaluation of an Elastomeric Membrane for Prolapse Repairs
Urogynecology · 2026-03-24
articleOpen accessIMPORTANCE: Pain and mesh exposure in polypropylene mesh augmented pelvic organ prolapse repairs are linked to stiffness mismatches and mesh deformations (pore collapse and wrinkling). To overcome these limitations, we are developing novel elastomeric membranes (EMs) that are macroporous and fabricated from a material that is softer than polypropylene (eg, polycarbonate urethane) and more closely matches the stiffness of the vagina. OBJECTIVES: This study assessed how pore geometry (auxetic-bowtie vs nonauxetic square or diamond) and material distribution affect the elongation, wrinkling, and porosity of EMs in response to tensile loads using finite element (FE) simulations. STUDY DESIGN: Nine models with varied strut dimensions were designed maintaining constant total volume, device length, and device width. FE analysis based on a Neo-Hookean material model was used to apply 15 N uniaxial tensile loads in flat clamped and suture-like configurations. RESULTS: For both configurations, diamond-pore membranes showed the greatest elongation and porosity loss, and square pore membranes showed the least. The suture-like configurations caused wrinkling that was most pronounced in bowtie-pore membranes, especially near attachment points, and least in square-pore membranes. The elongation of bowtie-pore membranes was most sensitive to material distribution, which also directly corresponded to the degree of wrinkling. CONCLUSIONS: Square pore geometry offered superior stability in response to uniaxial tension. Auxetic bowtie models showed porosity advantages, but material distribution affected their elongation and corresponding propensity to wrinkle. These findings are critical for optimizing membrane design to minimize complications.
ArXiv.org · 2026-04-02
articleOpen accessParametric boundary representation models (B-Reps) are the de facto standard in CAD, graphics, and robotics, yet converting them into valid meshes remains fragile. The difficulty originates from the unavoidable approximation of high-order surface and curve intersections to low-order primitives: the resulting geometric realization often fails to respect the exact topology encoded in the B-Rep, producing meshes with incorrect or missing adjacencies. Existing meshing pipelines address these inconsistencies through heuristic feature-merging and repair strategies that offer no topological guarantees and frequently fail on complex models. We propose a fundamentally different approach: the B-Rep topology is treated as an invariant of the meshing process. Our algorithm enforces the exact B-Rep topology while allowing a single user-defined tolerance to control the deviation of the mesh from the underlying parametric surfaces. Consequently, for any admissible tolerance, the output mesh is topologically correct; only its geometric fidelity degrades as the tolerance increases. This decoupling eliminates the need for post-hoc repairs and yields robust meshes even when the underlying geometry is inconsistent or highly approximated. We evaluate our method on thousands of real-world CAD models from the ABC and Fusion 360 repositories, including instances that fail with standard meshing tools. The results demonstrate that topological guarantees at the algorithmic level enable reliable mesh generation suitable for downstream applications.
arXiv (Cornell University) · 2026-04-02
preprintOpen accessParametric boundary representation models (B-Reps) are the de facto standard in CAD, graphics, and robotics, yet converting them into valid meshes remains fragile. The difficulty originates from the unavoidable approximation of high-order surface and curve intersections to low-order primitives: the resulting geometric realization often fails to respect the exact topology encoded in the B-Rep, producing meshes with incorrect or missing adjacencies. Existing meshing pipelines address these inconsistencies through heuristic feature-merging and repair strategies that offer no topological guarantees and frequently fail on complex models. We propose a fundamentally different approach: the B-Rep topology is treated as an invariant of the meshing process. Our algorithm enforces the exact B-Rep topology while allowing a single user-defined tolerance to control the deviation of the mesh from the underlying parametric surfaces. Consequently, for any admissible tolerance, the output mesh is topologically correct; only its geometric fidelity degrades as the tolerance increases. This decoupling eliminates the need for post-hoc repairs and yields robust meshes even when the underlying geometry is inconsistent or highly approximated. We evaluate our method on thousands of real-world CAD models from the ABC and Fusion 360 repositories, including instances that fail with standard meshing tools. The results demonstrate that topological guarantees at the algorithmic level enable reliable mesh generation suitable for downstream applications.
MiSo: A DSL for Robust and Efficient Solve and MInimize Problems
ACM Transactions on Graphics · 2025-07-27 · 1 citations
articleOpen accessSenior authorMany problems in computer graphics can be formulated as finding the global minimum of a function subject to a set of non-linear constraints (Minimize), or finding all solutions of a system of non-linear constraints (Solve). We introduce MiSo, a domain-specific language and compiler for generating efficient C++ code for low-dimensional Minimize and Solve problems, that uses interval methods to guarantee conservative results while using floating point arithmetic. We demonstrate that MiSo-generated code shows competitive performance compared to hand-optimized codes for several computer graphics problems, including high-order collision detection with non-linear trajectories, surface-surface intersection, and geometrical validity checks for finite element simulation.
Intersection-Free Garment Retargeting
2025-07-23 · 1 citations
articleOpen accessACM Transactions on Graphics · 2025-07-27
articleBarrier potentials gained popularity as a means for robust contact handling in physical modeling and for modeling self-avoiding shapes. The key to the success of these approaches is adherence to geometric constraints, i.e., avoiding intersections, which are the cause of most robustness problems in complex deformation simulation with contact. However, existing barrier-potential methods may lead to spurious forces and imperfect satisfaction of the geometric constraints. They may have strong resolution dependence, requiring careful adaptation of the potential parameters to the object discretizations. We present a systematic derivation of a continuum potential defined for smooth and piecewise smooth surfaces, starting from identifying a set of natural requirements for contact potentials, including the barrier property, locality, differentiable dependence on shape, and absence of forces in rest configurations. Our potential is formulated independently of surface discretization and addresses the shortcomings of existing potential-based methods while retaining their advantages. We present a discretization of our potential that is a drop-in replacement for the potential used in the incremental potential contact formulation [Li et al. 2020], and compare its behavior to other potential formulations, demonstrating that it has the expected behavior. The presented formulation connects existing barrier approaches, as all recent existing methods can be viewed as a variation of the presented potential, and lays a foundation for developing alternative (e.g., higher-order) versions.
eFlesh: Highly customizable Magnetic Touch Sensing using Cut-Cell Microstructures
ArXiv.org · 2025-06-11 · 1 citations
preprintOpen accessIf human experience is any guide, operating effectively in unstructured environments -- like homes and offices -- requires robots to sense the forces during physical interaction. Yet, the lack of a versatile, accessible, and easily customizable tactile sensor has led to fragmented, sensor-specific solutions in robotic manipulation -- and in many cases, to force-unaware, sensorless approaches. With eFlesh, we bridge this gap by introducing a magnetic tactile sensor that is low-cost, easy to fabricate, and highly customizable. Building an eFlesh sensor requires only four components: a hobbyist 3D printer, off-the-shelf magnets (<$5), a CAD model of the desired shape, and a magnetometer circuit board. The sensor is constructed from tiled, parameterized microstructures, which allow for tuning the sensor's geometry and its mechanical response. We provide an open-source design tool that converts convex OBJ/STL files into 3D-printable STLs for fabrication. This modular design framework enables users to create application-specific sensors, and to adjust sensitivity depending on the task. Our sensor characterization experiments demonstrate the capabilities of eFlesh: contact localization RMSE of 0.5 mm, and force prediction RMSE of 0.27 N for normal force and 0.12 N for shear force. We also present a learned slip detection model that generalizes to unseen objects with 95% accuracy, and visuotactile control policies that improve manipulation performance by 40% over vision-only baselines -- achieving 91% average success rate for four precise tasks that require sub-mm accuracy for successful completion. All design files, code and the CAD-to-eFlesh STL conversion tool are open-sourced and available on https://e-flesh.com.
ACM Transactions on Graphics · 2025-07-27 · 2 citations
articleSenior authorWe introduce Topological Offsets , a novel approach to generate manifold and self-intersection-free offset surfaces that are topologically equivalent to an offset infinitesimally close to the surface. Our approach, by construction, creates a manifold, watertight, and self-intersection-free offset surface strictly enclosing the input, while doing a best effort to move it to a prescribed distance from the input. Differently from existing approaches, we embed the input in a background mesh and insert a topological offset around the input with purely combinatorial operations. The topological offset is then inflated/deflated to match the user-prescribed distance while enforcing that no intersections or non-manifold configurations are introduced. We evaluate the effectiveness and robustness of our approach on the Thingi10k dataset, and show that topological offsets are beneficial in multiple graphics applications, including (1) converting non-manifold surfaces to manifold ones, (2) creating layered offsets, and (3) reliably computing finite offsets.
Computational Modeling and Design of Capacitive Stretch Sensors
ACM Transactions on Graphics · 2025-12-01
articleSenior authorA stretch sensor is a device that attaches to objects and measures the amount by which they deform. These sensors have shown great promise as an alternative to vision-based motion-capture systems, and for robotic sensing. Currently, they are generally limited to linear designs, and require a somewhat challenging calibration process. Our goal is to enable inverse design of such sensors, and to largely eliminate the calibration process. To this end, we introduce an accurate, differentiable simulator for capacitive stretch sensors, that treats both the elasto- and electro -static parts of the system. Differentiability allows optimizing the geometry of the sensor in order to improve its design for specific applications. We demonstrate the accuracy of our simulator and the effectiveness of our sensor optimization process for various use cases, such as human interfaces and robotics.
Codimensional MultiMeshing: Synchronizing the Evolution of Multiple Embedded Geometries
arXiv (Cornell University) · 2025-01-02
preprintOpen accessSenior authorComplex geometric tasks such as geometric modeling, physical simulation, and texture parametrization often involve the embedding of many complex sub-domains with potentially different dimensions. These tasks often require evolving the geometry and topology of the discretizations of these sub-domains, and guaranteeing a \emph{consistent} overall embedding for the multiplicity of sub-domains is required to define boundary conditions. We propose a data structure and algorithmic framework for hierarchically encoding a collection of meshes, enabling topological and geometric changes to be automatically propagated with coherent correspondences between them. We demonstrate the effectiveness of our approach in surface mesh decimation while preserving UV seams, periodic 2D/3D meshing, and extending the TetWild algorithm to ensure topology preservation of the embedded structures.
Recent grants
NSF · $239k · 2019–2023
Elements:Software:Open-Source Robust Geometry Toolkit for Black-Box Finite Element Analysis
NSF · $600k · 2018–2023
CAREER: Coupling Geometry Acquisition and Digital Fabrication
NSF · $554k · 2017–2022
Frequent coauthors
- 92 shared
Denis Zorin
New York University
- 72 shared
Teseo Schneider
- 52 shared
Olga Sorkine‐Hornung
- 39 shared
Zhongshi Jiang
- 31 shared
Francis Williams
- 28 shared
Zachary Ferguson
- 28 shared
Evgeny Burnaev
- 28 shared
Jérémie Dumas
Adobe Systems (United States)
- Resume-aware match score
- Save to shortlist
- AI-drafted outreach
See your match with Daniele Panozzo
PhdFit ranks faculty by your research interests, methods, and publications — grounded in their actual work, not templates.
- Free to start
- No credit card
- 30-second signup