-
Syn2Real Domain Generalization for Underwater Mine-like Object Detection Using Side-Scan Sonar
Authors:
Aayush Agrawal,
Aniruddh Sikdar,
Rajini Makam,
Suresh Sundaram,
Suresh Kumar Besai,
Mahesh Gopi
Abstract:
Underwater mine detection with deep learning suffers from limitations due to the scarcity of real-world data.
This scarcity leads to overfitting, where models perform well on training data but poorly on unseen data. This paper proposes a Syn2Real (Synthetic to Real) domain generalization approach using diffusion models to address this challenge. We demonstrate that synthetic data generated with…
▽ More
Underwater mine detection with deep learning suffers from limitations due to the scarcity of real-world data.
This scarcity leads to overfitting, where models perform well on training data but poorly on unseen data. This paper proposes a Syn2Real (Synthetic to Real) domain generalization approach using diffusion models to address this challenge. We demonstrate that synthetic data generated with noise by DDPM and DDIM models, even if not perfectly realistic, can effectively augment real-world samples for training. The residual noise in the final sampled images improves the model's ability to generalize to real-world data with inherent noise and high variation. The baseline Mask-RCNN model when trained on a combination of synthetic and original training datasets, exhibited approximately a 60% increase in Average Precision (AP) compared to being trained solely on the original training data. This significant improvement highlights the potential of Syn2Real domain generalization for underwater mine detection tasks.
△ Less
Submitted 16 October, 2024;
originally announced October 2024.
-
GAMesh: Guided and Augmented Meshing for Deep Point Networks
Authors:
Nitin Agarwal,
M Gopi
Abstract:
We present a new meshing algorithm called guided and augmented meshing, GAMesh, which uses a mesh prior to generate a surface for the output points of a point network. By projecting the output points onto this prior and simplifying the resulting mesh, GAMesh ensures a surface with the same topology as the mesh prior but whose geometric fidelity is controlled by the point network. This makes GAMesh…
▽ More
We present a new meshing algorithm called guided and augmented meshing, GAMesh, which uses a mesh prior to generate a surface for the output points of a point network. By projecting the output points onto this prior and simplifying the resulting mesh, GAMesh ensures a surface with the same topology as the mesh prior but whose geometric fidelity is controlled by the point network. This makes GAMesh independent of both the density and distribution of the output points, a common artifact in traditional surface reconstruction algorithms. We show that such a separation of geometry from topology can have several advantages especially in single-view shape prediction, fair evaluation of point networks and reconstructing surfaces for networks which output sparse point clouds. We further show that by training point networks with GAMesh, we can directly optimize the vertex positions to generate adaptive meshes with arbitrary topologies.
△ Less
Submitted 19 October, 2020;
originally announced October 2020.
-
Learning Embedding of 3D models with Quadric Loss
Authors:
Nitin Agarwal,
Sung-eui Yoon,
M Gopi
Abstract:
Sharp features such as edges and corners play an important role in the perception of 3D models. In order to capture them better, we propose quadric loss, a point-surface loss function, which minimizes the quadric error between the reconstructed points and the input surface. Computation of Quadric loss is easy, efficient since the quadric matrices can be computed apriori, and is fully differentiabl…
▽ More
Sharp features such as edges and corners play an important role in the perception of 3D models. In order to capture them better, we propose quadric loss, a point-surface loss function, which minimizes the quadric error between the reconstructed points and the input surface. Computation of Quadric loss is easy, efficient since the quadric matrices can be computed apriori, and is fully differentiable, making quadric loss suitable for training point and mesh based architectures. Through extensive experiments we show the merits and demerits of quadric loss. When combined with Chamfer loss, quadric loss achieves better reconstruction results as compared to any one of them or other point-surface loss functions.
△ Less
Submitted 24 July, 2019;
originally announced July 2019.
-
Energy Efficient Clustering using Jumper Firefly Algorithm in Wireless Sensor Networks
Authors:
Prof N. V. S. N Sarma,
Mahesh Gopi
Abstract:
Wireless Sensor Network (WSN) is a major and very interesting technology, which consists of small battery powered sensor nodes with limited power resources. The sensor nodes are inaccessible to the user once they are deployed. Replacing the battery is not possible every time. Hence in order to improve the lifetime of the network, energy efficiency of the net- work needs to be maximized by decreasi…
▽ More
Wireless Sensor Network (WSN) is a major and very interesting technology, which consists of small battery powered sensor nodes with limited power resources. The sensor nodes are inaccessible to the user once they are deployed. Replacing the battery is not possible every time. Hence in order to improve the lifetime of the network, energy efficiency of the net- work needs to be maximized by decreasing the energy consumption of all the sensor nodes and balancing energy consumption of every node. Several protocols have been proposed earlier to improve the network lifetime using optimization algorithms. Firefly is a metaheuristic approach. In this paper, Energy efficient clustering for wireless sensor networks using Firefly and Jumper Firefly algorithms are simulated. A new cost function has been defined to minimize the intra- cluster distance to optimize the energy consumption of the network. The performance is compared with the existing protocol LEACH (Low Energy Adaptive Clustering Hierarchy).
△ Less
Submitted 8 May, 2014;
originally announced May 2014.
-
Visualizing Flat Spacetime: Viewing Optical versus Special Relativistic Effects
Authors:
Don V. Black,
M. Gopi,
F. Wessel,
R. Pajarola,
F. Kuester
Abstract:
A simple visual representation of Minkowski spacetime appropriate for a student with a background in geometry and algebra is presented. Minkowski spacetime can be modeled with a Euclidean 4-space to yield accurate visualizations as predicted by special relativity theory. The contributions of relativistic aberration as compared to classical pre-relativistic aberration to the geometry are discussed…
▽ More
A simple visual representation of Minkowski spacetime appropriate for a student with a background in geometry and algebra is presented. Minkowski spacetime can be modeled with a Euclidean 4-space to yield accurate visualizations as predicted by special relativity theory. The contributions of relativistic aberration as compared to classical pre-relativistic aberration to the geometry are discussed in the context of its visual representation.
△ Less
Submitted 17 January, 2012;
originally announced January 2012.
-
Single-Strip Triangulation of Manifolds with Arbitrary Topology
Authors:
M. Gopi,
David Eppstein
Abstract:
Triangle strips have been widely used for efficient rendering. It is NP-complete to test whether a given triangulated model can be represented as a single triangle strip, so many heuristics have been proposed to partition models into few long strips. In this paper, we present a new algorithm for creating a single triangle loop or strip from a triangulated model. Our method applies a dual graph m…
▽ More
Triangle strips have been widely used for efficient rendering. It is NP-complete to test whether a given triangulated model can be represented as a single triangle strip, so many heuristics have been proposed to partition models into few long strips. In this paper, we present a new algorithm for creating a single triangle loop or strip from a triangulated model. Our method applies a dual graph matching algorithm to partition the mesh into cycles, and then merges pairs of cycles by splitting adjacent triangles when necessary. New vertices are introduced at midpoints of edges and the new triangles thus formed are coplanar with their parent triangles, hence the visual fidelity of the geometry is not changed. We prove that the increase in the number of triangles due to this splitting is 50% in the worst case, however for all models we tested the increase was less than 2%. We also prove tight bounds on the number of triangles needed for a single-strip representation of a model with holes on its boundary. Our strips can be used not only for efficient rendering, but also for other applications including the generation of space filling curves on a manifold of any arbitrary topology.
△ Less
Submitted 10 May, 2004;
originally announced May 2004.