paper-with-me

Papers

Transfer Learning using Spectral Convolutional Autoencoders on Semi-Regular Surface Meshes

2022-12-12 · Sara Hahner, Felix Kerkhoff, Jochen Garcke

The underlying dynamics and patterns of 3D surface meshes deforming over time can be discovered by unsupervised learning, especially autoencoders, which calculate low-dimensional embeddings of the surfaces. To study the deformation patterns of unseen shapes by transfer learning, we want to train an autoencoder that can analyze new surface meshes without training a new network. Here, most state-of-the-art autoencoders cannot handle meshes of different connectivity and therefore have limited to no generalization capacities to new meshes. Also, reconstruction errors strongly increase in comparison to the errors for the training shapes. To address this, we propose a novel spectral CoSMA (Convolutional Semi-Regular Mesh Autoencoder) network. This patch-based approach is combined with a surface-aware training. It reconstructs surfaces not presented during training and generalizes the deformation behavior of the surfaces' patches. The novel approach reconstructs unseen meshes from different datasets in superior quality compared to state-of-the-art autoencoders that have been trained on these shapes. Our transfer learning errors on unseen shapes are 40% lower than those from models learned directly on the data. Furthermore, baseline autoencoders detect deformation patterns of unseen mesh sequences only for the whole shape. In contrast, due to the employed regional patches and stable reconstruction quality, we can localize where on the surfaces these deformation patterns manifest.

📄 PDF Abstract BibTeX arXiv:2212.05810

Code (1)

Fraunhofer-SCAI/spectral_CoSMA 공식 구현 pytorch

Tasks

Transfer Learning

Similar Papers 제목 키워드 기반

Mesh Convolutional Autoencoder for Semi-Regular Meshes of Different Sizes

2021-10-18 · Sara Hahner, Jochen Garcke

The analysis of deforming 3D surface meshes is accelerated by autoencoders since the low-dimensional embeddings can be used to visualize underlying dynamics. But, state-of-the-art mesh convolutional autoencoders require …

Framework for Designing Filters of Spectral Graph Convolutional Neural Networks in the Context of Regularization Theory

2020-09-29 · Asif Salim, Sumitra S

Graph convolutional neural networks (GCNNs) have been widely used in graph learning. It has been observed that the smoothness functional on graphs can be defined in terms of the graph Laplacian. This fact points out in t…

Graph LearningNode Classification

Unsupervised Change Detection in Hyperspectral Images using Feature Fusion Deep Convolutional Autoencoders

2021-09-10 · Debasrita Chakraborty, Ashish Ghosh

Binary change detection in bi-temporal co-registered hyperspectral images is a challenging task due to a large number of spectral bands present in the data. Researchers, therefore, try to handle it by reducing dimensions…

Change Detection

Semi-NMF Regularization-Based Autoencoder Training for Hyperspectral Unmixing

2024-04-05 · 30th National Conference on Communications (NCC) 2024 4 · Divyam Goel, Saurabh Khanna

Hyperspectral Unmixing (HSU) refers to the procedure of decomposing measured pixel spectra into a set of constituent spectral signatures known as endmembers and a corresponding set of fractional mixing ratios. In this wo…

Hyperspectral Unmixing

Convolutional Neural Network on Semi-Regular Triangulated Meshes and its Application to Brain Image Data

2019-03-21 · Caoqiang Liu, Hui Ji, Anqi Qiu

We developed a convolution neural network (CNN) on semi-regular triangulated meshes whose vertices have 6 neighbours. The key blocks of the proposed CNN, including convolution and down-sampling, are directly defined in a…