Adaptive refinement of medical image registration based on geometric blur

By combining geometric algebra encoding and fuzzy weighting modules with a scale-wise adaptive thinning method, the spatial directionality and robustness issues in medical image registration are solved, achieving high-precision medical image registration.

CN121616633BActive Publication Date: 2026-07-03SHENZHEN UNIV

Patent Information

Authority / Receiving Office
CN · China
Patent Type
Patents(China)
Current Assignee / Owner
SHENZHEN UNIV
Filing Date
2026-01-30
Publication Date
2026-07-03

AI Technical Summary

Technical Problem

Existing medical image registration techniques are unable to effectively express the spatial orientation and rotational relationships of medical images. They suffer from insufficient representation of blurred region features, poor robustness, and an inability to adaptively adjust and optimize the process, resulting in discontinuous registration and local instability in complex anatomical regions.

Method used

A geometric algebra coding module is used to extract multi-scale geometric features, a fuzzy weighting module is used to enhance feature robustness, and a scale-wise adaptive thinning module is used for iterative optimization. Finally, accurate registration is achieved through a high-resolution deformation field.

Benefits of technology

It improves the stability and accuracy of medical image registration, enhances the ability to predict deformation fields in complex scenes, reduces interference from noise and blurred areas, and achieves precise registration from coarse to fine.

✦ Generated by Eureka AI based on patent content.

Smart Images

  • Figure CN121616633B_ABST
    Figure CN121616633B_ABST
Patent Text Reader

Abstract

This invention discloses an adaptive thinning medical image registration method based on geometric fuzzing, belonging to the fields of medical image processing and medical artificial intelligence. The method includes the following steps: 1. Inputting a fixed image and a moving image, and extracting multi-scale geometric features from the medical image; 2. Performing feature transformation and fusion on the multi-scale geometric features to obtain joint features; 3. Adjusting the joint features using a fuzzy weighting module; 4. Inputting the joint features into a deformation estimation module, and refining the scale of the joint features using a scale-wise adaptive thinning module. Then, the deformation field is iterated back to step 2 until the finest scale deformation estimation is achieved, resulting in a high-resolution deformation field; 5. Processing the original input moving image using the high-resolution deformation field to obtain a deformed image, and accurately registering it with the original fixed image. This invention employs the above method, with multiple modules connected sequentially, thereby achieving accurate medical image registration from coarse to fine.
Need to check novelty before this filing date? Find Prior Art

Description

Technical Field

[0001] This invention relates to the fields of medical image processing and medical artificial intelligence, and in particular to an adaptive thinning medical image registration method based on geometric blur. Background Technology

[0002] In recent years, deep learning has made significant progress in the field of medical image registration. End-to-end registration models based on convolutional neural networks (CNNs) have significantly improved inference speed and have become the mainstream research direction in medical image registration in recent years.

[0003] However, existing medical image registration techniques still suffer from several problems. First, traditional convolutional neural networks struggle to effectively represent the inherent spatial orientation, rotational relationships, and high-order geometric structures in medical images, leading to discontinuities, topological disruptions, or local instability in the predicted deformation field in complex anatomical regions. Second, medical images often contain noise, artifacts, and low-contrast structures. Existing methods lack sufficient feature representation capabilities in blurred regions, easily causing registration error accumulation and exhibiting poor robustness. Furthermore, existing registration networks often rely on single inference or a fixed number of iterations, failing to adaptively adjust the optimization process based on local structural differences, and thus struggling to balance local detail alignment with overall deformation stability. Summary of the Invention

[0004] The purpose of this invention is to provide an adaptive thinning medical image registration method based on geometric fuzziness, which is completed collaboratively by a geometric algebraic encoding module, a feature fusion module, a fuzzy weighting module, a deformation estimation module, and a scale-wise adaptive thinning module. These modules are connected sequentially, with the output of one module serving as the input of the next, and the deformation field is progressively passed and updated across a multi-scale structure, thereby achieving accurate medical image registration from coarse to fine.

[0005] To achieve the above objectives, this invention provides an adaptive thinning medical image registration method based on geometric blur, comprising the following steps:

[0006] S1. Input a fixed image and a moving image, and extract multi-scale geometric features of the medical image through a geometric algebraic convolution module;

[0007] S2. Perform feature transformation and fusion on the multi-scale geometric features extracted in S1 to obtain joint features;

[0008] S3. The joint features are weighted and adjusted using the fuzzy weighting module;

[0009] S4. Input the weighted joint features into the deformation estimation module, and refine the scale of the joint features through the scale-by-scale adaptive refinement module. Then return the deformation field at this time to S2 for iterative operation until the deformation estimation at the finest scale is completed, and obtain the high-resolution deformation field.

[0010] S5. Process the original input moving image using a high-resolution deformation field to obtain a deformed image, and then accurately register it with the original fixed image.

[0011] Preferably, the process of S1 is as follows:

[0012] S11. Obtain the fixed image and the moving image to be registered, and input both the fixed image and the moving image into the geometric algebraic convolution module;

[0013] S12, the geometric algebraic convolution module inputs a fixed image into the geometric algebraic encoding unit;

[0014] S13. The geometric algebra coding unit performs feature grouping on the feature map of a fixed image based on the multi-vector representation rules of geometric algebra, and maps each group of sub-features to a multi-vector space to form an initial multi-vector feature containing multi-order geometric components.

[0015] S14. According to the definition of geometric product, the initial multi-vector features and the learnable geometric algebraic convolution kernel are convolved in the multi-vector domain to extract the spatial features of the initial multi-vector features of the fixed image, which include directional, rotational and high-order geometric structure information.

[0016] S15. Then, the encoder uses a pyramid structure with five scale levels to extract multi-scale geometric features of spatial features from coarse to fine, and then recombines them into Clifford structured features.

[0017] S16. Normalize the structured features and apply a non-linear activation function to obtain the GAConv output features, which in turn yields the fixed features of the fixed image.

[0018] S17. Apply the same processing method as S12-S16 to the moving image to obtain the moving features of the moving image.

[0019] Preferably, the process of S2 is as follows:

[0020] S21. Determine the current scale level, input the initial deformation field and decoded features;

[0021] S22. Use the deformation field to perform a spatial transformation on the moving feature, map the moving feature to a fixed image coordinate system, and obtain the aligned moving feature;

[0022] S23. The motion features, fixed features of the fixed image, and decoded features obtained in S22 are concatenated along the channel dimension and input into the feature fusion module based on Swin Transformer to model the long-range correlation across images and output the joint features at this scale.

[0023] Preferably, the process of S3 is as follows:

[0024] S31. Input the joint features obtained in S2 into the fuzzy weighting module;

[0025] S32. The fuzzy weighting module constructs a fuzzy membership degree based on the relevant indicators of the features to measure the degree to which each feature point belongs to the "reliable structure" and "fuzzy region".

[0026] S33. The fuzzy weighting module adjusts the weights of feature channels or spatial locations based on membership degrees.

[0027] Preferably, the fuzzy membership degree in S32 is adaptively generated based on the relative relationship between features through learnable fuzzy mapping rules.

[0028] Preferably, the weighted adjustment in S33 is as follows:

[0029] S331. Increase the feature weights of regions with high membership and clear structure to enhance the sensitivity of deformation estimation to important structures;

[0030] S332. Reduce the weight of features with low membership or located in fuzzy or noisy regions to reduce the interference of these regions on deformation prediction.

[0031] Preferably, the process of S4 is as follows:

[0032] S41. Input the fuzzy weighted features into the deformation estimation module to predict the deformation increment at the current scale. Then, superimpose the deformation increment with the initial deformation field to obtain the updated deformation field.

[0033] S42. Introduce a scale-wise adaptive thinning mechanism to perform spatial transformation on the moving image based on the updated deformation field at this time to obtain the deformation image;

[0034] S43. Measure the similarity between the deformed image obtained in S42 and the fixed image to obtain the similarity at this time;

[0035] S44. Set a similarity enhancement threshold, take the updated deformation field obtained in S41 as the new initial deformation field and return to S2 using the same decoding features for iteration until the similarity enhancement is lower than the preset threshold, and obtain the optimal deformation field of the current layer of the multi-layer decoder.

[0036] S45. Upsample the optimal deformation field and the joint features at this time to obtain a new initial deformation field and decoding features. Enter the next layer of the decoder and return to S2 using the new initial deformation field and decoding features. After 5 layers of iteration of the multi-layer decoder, the finest scale deformation field, i.e., the high-resolution deformation field, is obtained.

[0037] Preferably, the process of S5 is as follows:

[0038] S51. Use a high-resolution deformation field to perform a spatial transformation on the initial moving image to obtain the deformed image at this time;

[0039] S52. Use the deformed image and the fixed image at this time to perform a similarity test to obtain the registration result. Combine the loss function to verify the high-resolution deformation field, taking into account both the registration accuracy and the geometric rationality of the deformation field, and complete the accurate registration of the moving image to the fixed image.

[0040] Preferably, the loss function in S52 is as follows:

[0041] ;

[0042] ;

[0043] ;

[0044] in, Indicates the total loss. This indicates the similarity between the deformed image obtained in S42 and the fixed image. This represents the smoothness and reversibility constraints imposed on the predicted deformation field. Indicates the trade-off coefficient. and These represent moving and stationary images, respectively. This represents the predicted deformation field. This represents the deformed image after the moving image has undergone deformation field transformation. Represents the deformation field In position Spatial gradient, Represents the balance coefficient. This represents a penalty term based on the Jacobian determinant.

[0045] Preferably, processes S2, S3, and S4 are all performed in a multi-layer decoder.

[0046] Therefore, this invention employs the above-described adaptive thinning medical image registration method based on geometric fuzziness, which is collaboratively completed by a geometric algebraic encoding module, a feature fusion module, a fuzzy weighting module, a deformation estimation module, and a scale-by-scale adaptive thinning module. These modules are connected sequentially, with the output of one module serving as the input of the next, and the deformation field is progressively transmitted and updated across the multi-scale structure, thereby achieving precise medical image registration from coarse to fine.

[0047] The technical solution of the present invention will be further described in detail below with reference to the accompanying drawings and embodiments. Attached Figure Description

[0048] Figure 1 This is an overall flowchart of the adaptive thinning medical image registration method based on geometric fuzzing of the present invention. Detailed Implementation

[0049] Example

[0050] To make the objectives, technical solutions, and advantages of the embodiments of the present invention clearer, the technical solutions of the embodiments of the present invention will be clearly and completely described below with reference to the accompanying drawings. Obviously, the described embodiments are only some embodiments of the present invention, and not all embodiments. The components of the embodiments of the present invention described and shown in the accompanying drawings can generally be arranged and designed in various different configurations.

[0051] Therefore, the following detailed description of the embodiments of the invention provided in the accompanying drawings is not intended to limit the scope of the claimed invention, but merely to illustrate selected embodiments of the invention. All other embodiments obtained by those skilled in the art based on the embodiments of the invention without inventive effort are within the scope of protection of the invention.

[0052] It should be noted that similar labels and letters in the following figures indicate similar items. Therefore, once an item is defined in one figure, it does not need to be further defined and explained in subsequent figures.

[0053] In the description of this invention, it should be noted that the terms "upper," "lower," "inner," "outer," etc., indicate the orientation or positional relationship based on the orientation or positional relationship shown in the accompanying drawings, or the orientation or positional relationship in which the product of this invention is usually placed when in use. They are only for the convenience of describing this invention and simplifying the description, and do not indicate or imply that the device or element referred to must have a specific orientation, or be constructed and operated in a specific orientation. Therefore, they should not be construed as limiting this invention.

[0054] In the description of this invention, it should also be noted that, unless otherwise explicitly specified and limited, the terms "set," "install," and "connect" should be interpreted broadly. For example, they can refer to a fixed connection, a detachable connection, or an integral connection; they can refer to a mechanical connection or an electrical connection; they can refer to a direct connection or an indirect connection through an intermediate medium; and they can refer to the internal connection of two components. Those skilled in the art can understand the specific meaning of the above terms in this invention based on the specific circumstances.

[0055] The following detailed description of some embodiments of the present invention is provided in conjunction with the accompanying drawings. Unless otherwise specified, the following embodiments and features can be combined with each other.

[0056] like Figure 1As shown, this invention provides an adaptive thinning medical image registration method based on geometric fuzzing. This method enhances spatial geometric modeling capabilities, improves robustness in low-quality regions, and supports dynamic thinning during the inference stage, thereby improving the stability and accuracy of deformation field prediction in complex scenes. It includes a multi-scale geometric algebraic coding module, a feature fusion and fuzzy weighting module, a deformation estimation module, and a scale-wise adaptive thinning module. A high-resolution deformation field is generated step-by-step through a multi-scale decoding structure. The method comprises the following steps:

[0057] S1. Input a fixed image and a moving image, and extract multi-scale geometric features of the medical image through a geometric algebraic convolution module;

[0058] S11. Obtain the fixed image and the moving image to be registered, and input both the fixed image and the moving image into the geometric algebraic convolution module;

[0059] S12, the geometric algebraic convolution module inputs a fixed image into the geometric algebraic encoding unit;

[0060] S13. The geometric algebra coding unit performs feature grouping on the feature map of a fixed image based on the multi-vector representation rules of geometric algebra, and maps each group of sub-features to a multi-vector space to form an initial multi-vector feature containing multi-order geometric components.

[0061] S14. According to the definition of geometric product, the initial multi-vector features and the learnable geometric algebraic convolution kernel are convolved in the multi-vector domain to extract the spatial features of the initial multi-vector features of the fixed image, which include directional, rotational and high-order geometric structure information.

[0062] Geometric products consist of inner and outer product terms. The inner product reflects the metric relationship between two vectors, while the outer product reflects the directional information of the plane spanned by the vector pair. Through this calculation method, the convolution result can simultaneously contain local intensity dependence information and spatial geometric structure information.

[0063] S15. Then, the encoder uses a pyramid structure with five scale levels to extract multi-scale geometric features of spatial features from coarse to fine, and then recombines them into Clifford structured features.

[0064] S16. Normalize the structured features and apply a non-linear activation function to obtain the GAConv output features, which in turn yields the fixed features of the fixed image.

[0065] S17. Apply the same processing method as S12-S16 to the moving image to obtain the moving features of the moving image.

[0066] The geometric algebraic convolution module, based on the multi-vector representation capabilities of geometric algebra (Clifford Algebra), extends the feature representation method of traditional convolutional neural networks, which only performs weighted summation in the real number domain, to a multi-vector space. Geometric algebra can represent scalars, vectors, bivectors, and higher-order multivectors in a unified algebraic system, thereby achieving simultaneous encoding of geometric information of different orders and enabling features to fully reflect the spatial relationships contained in the image.

[0067] S2. Perform feature transformation and fusion on the multi-scale geometric features extracted in S1 to obtain joint features, which are used for deformation prediction at the current scale.

[0068] S21. Determine the current scale level, input the initial deformation field and decoded features;

[0069] S22. Use the deformation field to perform a spatial transformation on the moving feature, map the moving feature to a fixed image coordinate system, and obtain the aligned moving feature;

[0070] S23. The motion features, fixed features of the fixed image, and decoded features obtained in S22 are concatenated along the channel dimension and input into the feature fusion module based on Swin Transformer to model the long-range correlation across images and output the joint features at this scale.

[0071] S3. The joint features are weighted and adjusted using the fuzzy weighting module;

[0072] The fuzzy weighting module introduces a membership modeling mechanism based on fuzzy set theory. By adaptively weighting and adjusting features, it effectively enhances the network's robustness to uncertain regions. At each scale, joint features from fixed and moving images are input into the fuzzy weighting module.

[0073] S31. Input the joint features obtained in S2 into the fuzzy weighting module;

[0074] S32. The fuzzy weighting module constructs a fuzzy membership degree based on the relevant indicators of the features to measure the degree to which each feature point belongs to the "reliable structure" and "fuzzy region". The construction process of the fuzzy membership degree does not rely on manual annotation or additional supervision signals, but is adaptively generated based on the relative relationship between features through learnable fuzzy mapping rules.

[0075] S33. The fuzzy weighting module adjusts the weights of feature channels or spatial locations based on membership degrees.

[0076] S331. Increase the feature weights of regions with high membership and clear structure to enhance the sensitivity of deformation estimation to important structures;

[0077] S332. Reduce the weight of features with low membership or located in fuzzy or noisy regions to reduce the interference of these regions on deformation prediction.

[0078] S4. Input the weighted joint features into the deformation estimation module, and refine the scale of the joint features through the scale-by-scale adaptive refinement module. Then return the deformation field at this time to S2 for iterative operation until the deformation estimation at the finest scale is completed, and obtain the high-resolution deformation field.

[0079] The adaptive refinement module is used to dynamically optimize the deformation field at each scale in multiple rounds during the inference phase. This allows the network to automatically adjust the number of iterations based on the difficulty of the local structure, avoiding insufficient or excessive updates caused by fixed iterations and improving the stability of deformation estimation. At each scale, the network first receives the deformation field upsampled from the previous scale as the initial deformation.

[0080] S41. Input the fuzzy weighted features into the deformation estimation module to predict the deformation increment at the current scale. Then, superimpose the deformation increment with the initial deformation field to obtain the updated deformation field.

[0081] S42. Introduce a scale-wise adaptive thinning mechanism to perform spatial transformation on the moving image based on the updated deformation field at this time to obtain the deformation image;

[0082] S43. Measure the similarity between the deformed image obtained in S42 and the fixed image to obtain the similarity at this time;

[0083] S44. Set a similarity enhancement threshold, take the updated deformation field obtained in S41 as the new initial deformation field and return to S2 using the same decoding features for iteration until the similarity enhancement is lower than the preset threshold, and obtain the optimal deformation field of the current layer of the multi-layer decoder.

[0084] S45. Upsample the optimal deformation field and the joint features at this time to obtain a new initial deformation field and decoding features. Enter the next layer of the decoder and return to S2 using the new initial deformation field and decoding features. After 5 layers of iteration of the multi-layer decoder, the finest scale deformation field, i.e., the high-resolution deformation field, is obtained.

[0085] S5. Process the original input moving image using a high-resolution deformation field to obtain a deformed image, and then accurately register it with the original fixed image.

[0086] S51. Use a high-resolution deformation field to perform a spatial transformation on the initial moving image to obtain the deformed image at this time;

[0087] S52. Using the deformed image and the fixed image at this point, a similarity test is performed to obtain the registration result. The high-resolution deformation field is then verified using a loss function, balancing registration accuracy with the geometric rationality of the deformation field, thus completing the accurate registration of the moving image to the fixed image. The loss function is as follows:

[0088] ;

[0089] ;

[0090] ;

[0091] in, Indicates the total loss. This indicates the similarity between the deformed image obtained in S42 and the fixed image. This represents the smoothness and reversibility constraints imposed on the predicted deformation field. Indicates the trade-off coefficient. and These represent moving and stationary images, respectively. This represents the predicted deformation field. This represents the deformed image after the moving image has undergone deformation field transformation. Represents the deformation field In position Spatial gradient, This represents the balance coefficient.

[0092] Considering the potential variations in brightness and contrast in medical images under different scanning conditions, this paper selects Local Normalized Cross-Correlation (NCC) as a similarity measure. NCC can measure structural similarity within a local range and exhibits strong robustness to linear changes in grayscale intensity. The negative sign in the calculation process is used to transform the similarity maximization problem into a minimization problem. In order to obtain physically reasonable registration results, the deformation field needs to satisfy the constraints of spatial smoothness and local invertibility.

[0093] The first term in the calculation process For diffusion-type regularization, it represents global average smoothing regularization. This is used to measure whether the deformation near a point is drastic. By penalizing the square of the deformation field gradient, it suppresses abrupt displacements in space and prevents discontinuous deformation. (Second term) Based on the Jacobian Determinant (JD), it is used to detect and penalize locations where local folds / folds occur in the deformation field.

[0094] The processes S2, S3, and S4 are all completed in the multi-layer decoder.

[0095] The usage process of this method is as follows: Figure 1 As shown:

[0096] Fixed and moving images are input into a geometric algebraic encoder, where spatial structural features are extracted through multi-vector construction and geometric multiplication. The fixed features and the moving features (aligned via a warping module) are deeply fused in a feature fusion module to obtain joint features suitable for downstream deformation prediction. These joint features are then weighted by a fuzzy attention module to suppress low-contrast regions and noise interference, and to enhance the response to boundaries and salient structures.

[0097] Subsequently, the features are fed into the deformation estimation module to predict the deformation field at the current scale. The deformation field is used to perform spatial transformation on the moving image and calculate a similarity index with the fixed image, serving as the basis for adaptive thinning at the current scale. When the local registration improvement is lower than a threshold, early termination is triggered. If the termination condition is not met, a thinning iteration is performed at the current scale to further optimize the deformation estimation. The final output deformation field is upsampled and passed to the next scale, and the above steps are repeated until a high-resolution deformation field is obtained, achieving accurate registration of the moving image to the fixed image. Through a five-layer structure that progresses step by step from coarse to fine, this invention can achieve progressive optimization from global alignment to fine-grained local structure, ultimately outputting a high-resolution deformation field and achieving accurate registration of the moving image to the fixed image.

[0098] The technical effects of the method of the present invention are as follows:

[0099] (1) By using the geometric algebraic convolution module to uniformly express scalar, orientation and multi-order geometric information, the network can still maintain its sensitivity to changes in spatial orientation and local morphological differences in complex anatomical regions, which is beneficial to obtaining a structurally continuous deformation field.

[0100] (2) The fuzzy weighting module can adaptively reduce the interference of noise and fuzzy boundaries, highlight the reliable structural area, and enable the network to maintain stable registration performance under conditions such as low contrast and bias field artifacts.

[0101] (3) By dynamically adjusting the number of iterations based on the similarity changes through the scale-by-scale adaptive refinement module, the excessive or insufficient deformation caused by fixed iterations can be avoided, and more refined local structure alignment can be obtained in the fine-scale region.

[0102] (4) The smoothing term in the comprehensive loss function works together with the Jacobian constraint to effectively suppress unreasonable deformations such as local folding and abnormal gradients, so that the final deformation field meets the requirements of spatial smoothness and reversibility.

[0103] Therefore, this invention employs the above-described adaptive thinning medical image registration method based on geometric fuzziness, which is collaboratively completed by a geometric algebraic encoding module, a feature fusion module, a fuzzy weighting module, a deformation estimation module, and a scale-by-scale adaptive thinning module. These modules are connected sequentially, with the output of one module serving as the input of the next, and the deformation field is progressively transmitted and updated across the multi-scale structure, thereby achieving precise medical image registration from coarse to fine.

[0104] Finally, it should be noted that the above embodiments are only used to illustrate the technical solutions of the present invention and not to limit them. Although the present invention has been described in detail with reference to preferred embodiments, those skilled in the art should understand that modifications or equivalent substitutions can still be made to the technical solutions of the present invention, and these modifications or equivalent substitutions cannot cause the modified technical solutions to deviate from the spirit and scope of the technical solutions of the present invention.

Claims

1. An adaptive thinning medical image registration method based on geometric fuzzing, characterized in that, Includes the following steps: S1. Input a fixed image and a moving image, and extract multi-scale geometric features of the medical image through a geometric algebraic convolution module; The geometric algebra convolution module is based on the multi-vector representation capability of geometric algebra. It extends the feature representation method of traditional convolutional neural networks, which only performs weighted summation in the real number domain, to the multi-vector space. Geometric algebra can represent scalars, vectors, bivectors, and higher-order multivectors in a unified algebraic system, thereby realizing the synchronous encoding of geometric information of different orders and enabling features to fully reflect the spatial relationships contained in the image. S2. Perform feature transformation and fusion on the multi-scale geometric features extracted in S1 to obtain joint features, as follows: S21. Determine the current scale level, input the initial deformation field and decoded features; S22. Use the deformation field to perform a spatial transformation on the moving feature, map the moving feature to a fixed image coordinate system, and obtain the aligned moving feature; S23. The motion features, fixed features of the fixed image, and decoded features obtained in S22 are concatenated along the channel dimension and input into the feature fusion module based on Swin Transformer to model the long-range correlation across images and output the joint features at this scale. S3. The joint features are weighted and adjusted using the fuzzy weighting module; The fuzzy weighting module introduces a membership modeling mechanism based on fuzzy set theory. By adaptively weighting and adjusting the features, it effectively enhances the network's robustness to uncertain regions. At each scale, the joint features from the fixed image and the moving image are input into the fuzzy weighting module. S4. Input the weighted joint features into the deformation estimation module, and refine the scale of the joint features through the scale-by-scale adaptive refinement module. Then, return the deformation field at this point to S2 for iterative operation until the deformation estimation at the finest scale is completed, and obtain the high-resolution deformation field. The process is as follows: S41. Input the fuzzy weighted features into the deformation estimation module to predict the deformation increment at the current scale. Then, superimpose the deformation increment with the initial deformation field to obtain the updated deformation field. S42. Introduce a scale-wise adaptive thinning mechanism to perform spatial transformation on the moving image based on the updated deformation field at this time to obtain the deformation image; S43. Measure the similarity between the deformed image obtained in S42 and the fixed image to obtain the similarity at this time; S44. Set a similarity enhancement threshold, take the updated deformation field obtained in S41 as the new initial deformation field and return to S2 using the same decoding features for iteration until the similarity enhancement is lower than the preset threshold, and obtain the optimal deformation field of the current layer of the multi-layer decoder. S45. Upsample the optimal deformation field and the joint features at this time to obtain a new initial deformation field and decoding features. Enter the next layer of the decoder and return to S2 using the new initial deformation field and decoding features. After 5 layers of iteration of the multi-layer decoder, the finest scale deformation field, i.e. the high-resolution deformation field, is obtained. The scale-wise adaptive refinement module is used to perform multi-round dynamic optimization of the deformation field at each scale during the inference stage, enabling the network to automatically adjust the number of iterations according to the difficulty of the local structure, avoiding insufficient or excessive updates caused by fixed iterations, and improving the stability of deformation estimation. At each scale, the network first receives the deformation field obtained by upsampling from the previous scale as the initial deformation field. S5. Process the original input moving image using a high-resolution deformation field to obtain a deformed image, and then accurately register it with the original fixed image.

2. The adaptive thinning medical image registration method based on geometric fuzzing according to claim 1, characterized in that, The process of S1 is as follows: S11. Obtain the fixed image and the moving image to be registered, and input both the fixed image and the moving image into the geometric algebraic convolution module; S12, the geometric algebraic convolution module inputs a fixed image into the geometric algebraic encoding unit; S13. The geometric algebra coding unit performs feature grouping on the feature map of a fixed image based on the multi-vector representation rules of geometric algebra, and maps each group of sub-features to a multi-vector space to form an initial multi-vector feature containing multi-order geometric components. S14. According to the definition of geometric product, the initial multi-vector features and the learnable geometric algebraic convolution kernel are convolved in the multi-vector domain to extract the spatial features of the initial multi-vector features of the fixed image, which include directional, rotational and high-order geometric structure information. S15. Then, the encoder uses a pyramid structure with five scale levels to extract multi-scale geometric features of spatial features from coarse to fine, and then recombines them into Clifford structured features. S16. Normalize the structured features and apply a non-linear activation function to obtain the GAConv output features, which in turn yields the fixed features of the fixed image. S17. Apply the same processing method as S12-S16 to the moving image to obtain the moving features of the moving image.

3. The adaptive thinning medical image registration method based on geometric fuzzing according to claim 2, characterized in that, The process of S3 is as follows: S31. Input the joint features obtained in S2 into the fuzzy weighting module; S32. The fuzzy weighting module constructs a fuzzy membership degree based on the relevant indicators of the features to measure the degree to which each feature point belongs to the "reliable structure" and "fuzzy region". S33. The fuzzy weighting module adjusts the weights of feature channels or spatial locations based on membership degrees.

4. The adaptive thinning medical image registration method based on geometric fuzzing according to claim 3, characterized in that: The fuzzy membership degree in S32 is adaptively generated based on the relative relationship between features through learnable fuzzy mapping rules.

5. The adaptive thinning medical image registration method based on geometric fuzzing according to claim 4, characterized in that, The weighted adjustment in S33 is as follows: S331. Increase the feature weights of regions with high membership and clear structure. To enhance the sensitivity of deformation estimation to important structures; S332. Reduce the weight of features with low membership or located in fuzzy or noisy regions to reduce the interference of these regions on deformation prediction.

6. The adaptive thinning medical image registration method based on geometric fuzzing according to claim 5, characterized in that, The process of S5 is as follows: S51. Use a high-resolution deformation field to perform a spatial transformation on the initial moving image to obtain the deformed image at this time; S52. Use the deformed image and the fixed image at this time to perform a similarity test to obtain the registration result. Combine the loss function to verify the high-resolution deformation field, taking into account both the registration accuracy and the geometric rationality of the deformation field, and complete the accurate registration of the moving image to the fixed image.

7. The adaptive thinning medical image registration method based on geometric fuzzing according to claim 6, characterized in that, The loss function in S52 is as follows: ; ; ; in, Indicates the total loss. This indicates the similarity between the deformed image obtained in S42 and the fixed image. This represents the smoothness and reversibility constraints imposed on the predicted deformation field. Indicates the trade-off coefficient. and These represent moving and stationary images, respectively. This represents the predicted deformation field. This represents the deformed image after the moving image has undergone deformation field transformation. Represents the deformation field In position Spatial gradient, Represents the balance coefficient. This represents a penalty term based on the Jacobian determinant. As a local normalized cross-correlation, it serves as a similarity measure, capable of measuring structural similarity within a local range, and exhibits strong robustness to linear changes in gray intensity. For diffusion-type regularization, it represents global average smoothing regularization. It is used to measure whether the deformation change near the point is drastic. By penalizing the square of the deformation field gradient, it suppresses abrupt displacements in space and prevents discontinuous deformation.

8. The adaptive thinning medical image registration method based on geometric fuzzing according to claim 7, characterized in that: The processes S2, S3, and S4 are all completed in the multi-layer decoder.