Xiaodong Wei

NA
4papers
80citations
Novelty45%
AI Score43

4 Papers

NAMar 17, 2017
Adaptive FEM-based nonrigid image registration using truncated hierarchical B-splines

Aishwarya Pawar, Yongjie Zhanga, Yue Jia et al.

We present an efficient approach of Finite Element Method (FEM)-based nonrigid image registration, in which the spatial transformation is constructed using truncated hierarchical B-splines (THB-splines). The image registration framework minimizes an energy functional using an FEM-based method and thus involves solving a large system of linear equations. This framework is carried out on a set of successively refined grids. However, due to the increased number of control points during subdivision, large linear systems are generated which are generally demanding to solve. Instead of using uniform subdivision, an adaptive local refinement scheme is carried out, only refining the areas of large change in deformation of the image. By incorporating the key advantages of THB-spline basis functions such as linear independence, partition of unity and reduced overlap into the FEM-based framework, we improve the matrix sparsity and computational efficiency. The performance of the proposed method is demonstrated on 2D synthetic and medical images.

65.6NAMay 28
Weighted Quadrature on Unstructured Splines

Ji Sheng, Xiaodong Wei, Falai Chen

This work presents a weighted quadrature (WQ) method to fast assemble Galerkin matrices based on unstructured spline surfaces. The method is developed upon a particular variant of unstructured splines, namely the bicubic analysis-suitable unstructured T-splines (ASUTS). While existing WQ approaches have significant speedup for structured splines (e.g., B-splines), their extension to unstructured splines faces several challenges: (1) lack of a global parametric domain for defining quadrature points, (2) a varying number of basis functions across elements that complicates the determination of the optimal number of quadrature points, and (3) ill-conditioned underdetermined linear systems that must be solved to find the quadrature weights. To solve these issues, we first define the WQ rule directly in the physical domain. Second, we specify the number of quadrature points function-wise (rather than element-wise), which naturally satisfies the well-posedness condition, namely the number of unknown weights no less than that of exactness constraints. Third, we employ the truncated Singular Value Decomposition to improve the conditioning of the underdetermined systems by discarding extremely small singular values, which are caused by the splines around extraordinary points. Several different model problems are studied, such as Poisson's problem, the biharmonic problem, and the nonlinear heat transfer problem. In the end, a variety of numerical tests are performed to demonstrate the accuracy and efficiency of the proposed method.

20.2CVMar 12
PolyCrysDiff: Controllable Generation of Three-Dimensional Computable Polycrystalline Material Structures

Chi Chen, Tianle Jiang, Xiaodong Wei et al.

The three-dimensional (3D) microstructures of polycrystalline materials exert a critical influence on their mechanical and physical properties. Realistic, controllable construction of these microstructures is a key step toward elucidating structure-property relationships, yet remains a formidable challenge. Herein, we propose PolyCrysDiff, a framework based on conditional latent diffusion that enables the end-to-end generation of computable 3D polycrystalline microstructures. Comprehensive qualitative and quantitative evaluations demonstrate that PolyCrysDiff faithfully reproduces target grain morphologies, orientation distributions, and 3D spatial correlations, while achieving an $R^2$ over 0.972 on grain attributes (e.g., size and sphericity) control, thereby outperforming mainstream approaches such as Markov random field (MRF)- and convolutional neural network (CNN)-based methods. The computability and physical validity of the generated microstructures are verified through a series of crystal plasticity finite element method (CPFEM) simulations. Leveraging PolyCrysDiff's controllable generative capability, we systematically elucidate how grain-level microstructural characteristics affect the mechanical properties of polycrystalline materials. This development is expected to pave a key step toward accelerated, data-driven optimization and design of polycrystalline materials.

ASOct 20, 2020
Small-Footprint Keyword Spotting with Multi-Scale Temporal Convolution

Ximin Li, Xiaodong Wei, Xiaowei Qin

Keyword Spotting (KWS) plays a vital role in human-computer interaction for smart on-device terminals and service robots. It remains challenging to achieve the trade-off between small footprint and high accuracy for KWS task. In this paper, we explore the application of multi-scale temporal modeling to the small-footprint keyword spotting task. We propose a multi-branch temporal convolution module (MTConv), a CNN block consisting of multiple temporal convolution filters with different kernel sizes, which enriches temporal feature space. Besides, taking advantage of temporal and depthwise convolution, a temporal efficient neural network (TENet) is designed for KWS system. Based on the purposed model, we replace standard temporal convolution layers with MTConvs that can be trained for better performance. While at the inference stage, the MTConv can be equivalently converted to the base convolution architecture, so that no extra parameters and computational costs are added compared to the base model. The results on Google Speech Command Dataset show that one of our models trained with MTConv performs the accuracy of 96.8% with only 100K parameters.