A Symmetry-Aware BAS for Improved Fuzzy Intra-Class Distance-Based Image Segmentation
Abstract
1. Introduction
- We design an improved fitness function based on the ratio of fuzzy intra-class distance to inter-class distance, combined with a weighted standard deviation normalization method. This enhancement improves the robustness of cluster centers with respect to the spatial distribution of image colors, thereby facilitating more accurate instance segmentation by ensuring that each discovered cluster is compact and well-separated, corresponding to a unique instance.
- We introduce an adaptive dynamic crossover rate mechanism that assigns different crossover rates to individuals based on their fitness ranking. This strategy helps preserve high-quality solutions that represent good candidate instances while promoting the evolution of lower-quality ones, ultimately leading to superior convergence performance in identifying all distinct instances.
- We propose a mutation strategy based on the DE/current-to-best/1 framework, where excellent individuals guide the population’s evolution. This further accelerates convergence and enhances the quality of instance segmentation results.
2. The Beetle Antennae Search Algorithm
3. Image Segmentation Based on Improved Fuzzy Intra-Class Distance and CMBAS
3.1. Problem Modeling Based on Improved Fuzzy-Membership-Weighting-Designed Intra-Class Distance Calculation
- Calculations without symmetry-aware summation would require calculations.
- Calculations with symmetry-aware summation (Equation (8)) require only calculations.
3.2. Improved Crossover and Mutation Beetle Antennae Search Algorithm
3.2.1. Adaptive Crossover Rate Mechanism Based on Fitness Ranking
Algorithm 1 Crossover Operation. |
|
3.2.2. Improved Individual Mutation Strategy of Longicorn Beetle Antennae Based on DE/Current-to-Best/1
3.2.3. Algorithm Process
3.2.4. Convergence Analysis
- Let be the historical optimal solution in the first k iterations;
- Let be the corresponding historical optimal value.
- Let be the probability that does not fall on ( represents the global optimal solution) at the k-th iteration, namely, ;
- Let the historical optimal solution be , which corresponds to the optimal value .
3.2.5. Computational Complexity Analysis
- Population Initialization: Initializing M individuals, each with K cluster centers in D-dimensional space, requires operations.
- Fitness Evaluation: The fitness function involves computing the intra-class distance and inter-class distance .
- -
- : For each of the N pixels and K clusters, the weighted Euclidean distance is computed, leading to .
- -
- : The pairwise distances between K cluster centers are computed efficiently in , leveraging symmetry to avoid redundant calculations.
Thus, each fitness evaluation is .Since fitness is computed for all M individuals in each iteration, the total cost per iteration is . - Beetle Position Update: Updating the position of each beetle involves generating a random direction vector and evaluating left and right antennae positions. This step is per iteration.
- Crossover Operation: The adaptive crossover mechanism involves sorting the population by fitness (O(MlogM)) and performing crossover on selected individuals. Each crossover operation swaps one cluster center between two individuals, costing O(K). The total crossover cost per iteration is (O(MlogM)+M · K).
- Mutation Operation: The DE/current-to-best/1 mutation is applied to a subset of individuals. Each mutation involves arithmetic operations on D-dimensional vectors, costing per mutation. With a mutation probability , the expected cost is .
- Mutation Operation: Identifying and replacing the worst individual is per iteration.
4. Experimental Results and Analysis
- For well-established classical algorithms (BAS, PSO, GWO, GA, Jaya, FA), we employed the standard, widely accepted parameter values from the seminal or highly cited literature. These values are recognized as effective defaults within the research community.
- For the hybrid BAGWO algorithm, we adopted the parameter values and ranges directly from its source publication to ensure an accurate representation of its performance.
- For our proposed CMBAS algorithm, the optimal parameters were determined through a systematic sensitivity analysis, as detailed in Section 4.2. This ensures that CMBAS is evaluated under its most effective configuration.
Algorithm | Parameters | Parameter Value |
---|---|---|
CMBAS | Population size | 20 |
Max iter | 50 | |
0.9 | ||
0.95 bg | ||
Mutation rate | 0.7 | |
Mutation scale | 0.9 | |
BAGWO | Population size | 20 |
Max iter | 50 | |
0.5 | ||
0.95 | ||
a | 1.0 | |
BAS | Population size | 20 |
Max iter | 50 | |
0.7 | ||
0.9 | ||
GWO | Population size | 20 |
Max iter | 50 | |
a | 1.0 | |
PSO | Population size | 20 |
Max iter | 50 | |
2 | ||
2 | ||
GA | Population size | 20 |
Max iter | 50 | |
Crossover rate | 0.7 | |
Mutation rate | 0.01 | |
Tournament size | 3 | |
Jaya | Population size | 20 |
Max iter | 50 | |
0.5 | ||
FA | Population number | 20 |
Max iter | 50 | |
0.5 | ||
1.0 | ||
0.1 |
4.1. Comparative Analysis of Function Optimization
4.2. Parameter Sensitivity Analysis
4.2.1. Analysis Methodology and Experimental Setup
- Initial step size (): [0.3, 0.5, 0.7, 0.9, 1.1].
- Step decay factor (): [0.85, 0.9, 0.95, 0.98].
- Mutation rate: [0.1, 0.3, 0.5, 0.7, 0.9].
- Mutation scale: [0.1, 0.3, 0.5, 0.7, 0.9].
4.2.2. Individual Parameter Sensitivity Analysis
4.2.3. Parameter Interaction Analysis
- Strong synergistic effects were observed between parameters, demonstrating that optimal performance requires coordinated parameter tuning.
- The combination of initial delta = 0.9 and mutation rate = 0.7 consistently produced the best performance (fitness ratio: 1461.81) across multiple test scenarios.
- Suboptimal parameter combinations could degrade performance by up to 27%, emphasizing the importance of systematic parameter optimization.
- The analysis identified specific parameter regions that should be avoided, such as small delta with moderate mutation rates.
4.2.4. Optimal Parameter Configuration and Validation
- Initial step size (): 0.9.
- Step decay factor (): 0.95.
- Mutation rate: 0.7.
- Mutation scale: 0.9.
- Population size: 20.
- Maximum iterations: 50.
4.3. Visual Analysis of Image Segmentation Results
4.4. Quantitative Performance Analysis
4.5. Convergence Analysis of CMBAS
- Rapid Convergence Speed: Across all eight test images, CMBAS exhibits the fastest convergence rate during initial iterations. As evidenced in Figure 5, Figure 6, Figure 10 and Figure 11, CMBAS achieves a substantial reduction in the intra/inter-class distance ratio within the first 10–15 iterations, significantly outperforming other algorithms. This accelerated convergence is attributed to the effective balance between exploration and exploitation facilitated by the symmetry-aware adaptive crossover mechanism.
- Superior Final Convergence Values: In all experimental cases, CMBAS converges to the lowest final intra/inter-class distance ratio, indicating optimal cluster compactness and separation. Particularly in Figure 6, Figure 11 and Figure 12, the performance gap between CMBAS and the second-best algorithm is substantial, demonstrating the algorithm’s ability to identify high-quality segmentation solutions that elude other methods.
- Stable Convergence Behavior: Unlike algorithms such as PSO and Firefly that exhibit oscillatory behavior or premature convergence, CMBAS maintains smooth and stable convergence trajectories. The algorithm shows remarkable resistance to getting trapped in local optima, as visible in the convergence curves of Figure 8, Figure 9 and Figure 10, where other algorithms stagnate at suboptimal solutions while CMBAS continues to improve.
- Consistent Performance Across Varied Scenarios: The robustness of CMBAS is evident from its consistently superior performance across all eight images with different characteristics—from simple structured scenes to complex textures. This consistency underscores the algorithm’s adaptability to various segmentation challenges without requiring parameter adjustments.
- The adaptive crossover rate mechanism based on fitness ranking preserves high-quality solutions while promoting diversity, preventing premature convergence.
- The DE/current-to-best/1 mutation strategy introduces directional perturbations guided by elite individuals, accelerating convergence toward promising regions.
- The symmetry-aware operations ensure balanced exploration and exploitation throughout the optimization process.
- The integration of these components creates a synergistic effect that enhances both convergence speed and solution quality.
5. Conclusions
Author Contributions
Funding
Data Availability Statement
Conflicts of Interest
References
- Liao, C.; Hua, Q.; Xu, X.; Cao, S.; Li, S. Inter-robot management via neighboring robot sensing and measurement using a zeroing neural dynamics approach. Expert Syst. Appl. 2024, 244, 122938. [Google Scholar]
- Tang, Z.; Zhang, Y.; Ming, L. Novel snap-layer MMPC scheme via neural dynamics equivalency and solver for redundant robot arms with five-layer physical limits. IEEE Trans. Neural Netw. Learn. Syst. 2025, 36, 3534–3546. [Google Scholar] [CrossRef] [PubMed]
- Huang, H.; Jin, L.; Zeng, Z. A momentum recurrent neural network for sparse motion planning of redundant manipulators with majorization–minimization. IEEE Trans. Ind. Electron. 2025, 1–10. [Google Scholar] [CrossRef]
- Xiang, Z.; Xiang, C.; Li, T.; Guo, Y. A self-adapting hierarchical actions and structures joint optimization framework for automatic design of robotic and animation skeletons. Soft Comput. 2021, 25, 263–276. [Google Scholar] [CrossRef]
- Huang, Z.; Zhang, Z.; Hua, C.; Liao, B.; Li, S. Leveraging enhanced egret swarm optimization algorithm and artificial intelligence-driven prompt strategies for portfolio selection. Sci. Rep. 2024, 14, 26681. [Google Scholar] [CrossRef] [PubMed]
- Cao, X.; Peng, C.; Zheng, Y.; Li, S.; Ha, T.T.; Shutyaev, V.; Katsikis, V.; Stanimirovic, P. Neural networks for portfolio analysis in high-frequency trading. IEEE Trans. Neural Netw. Learn. Syst. 2024, 35, 18052–18061. [Google Scholar] [CrossRef] [PubMed]
- Cao, X.; Lou, J.; Liao, B.; Peng, C.; Pu, X.; Khan, A.T.; Pham, D.T.; Li, S. Decomposition based neural dynamics for portfolio management with tradeoffs of risks and profits under transaction costs. Neural Netw. 2025, 184, 107090. [Google Scholar] [PubMed]
- Zhang, Z.; Cheng, D.; Zhang, M.; Luo, Y.; Mai, J. DCDLN: A densely connected convolutional dynamic learning network for malaria disease diagnosis. Neural Netw. 2024, 176, 106339. [Google Scholar] [CrossRef] [PubMed]
- Jin, J.; Wu, M.; Ouyang, A.; Li, K.; Chen, C. A novel dynamic hill cipher and its applications on medical IoT. IEEE Internet Things J. 2025, 12, 14297–14308. [Google Scholar] [CrossRef]
- Liu, J.; Feng, H.; Tang, Y.; Zhang, L.; Qu, C.; Zeng, X.; Peng, X. A novel hybrid algorithm based on Harris hawks for tumor feature gene selection. PeerJ Comput. Sci. 2023, 9, e1229. [Google Scholar] [CrossRef]
- Sun, L.; Mo, Z.; Yan, F.; Xia, L.; Shan, F.; Ding, Z.; Song, B.; Gao, W.; Shao, W.; Shi, F.; et al. Adaptive feature selection guided deep forest for COVID-19 classification with chest CT. IEEE J. Biomed. Health Inform. 2020, 24, 2798–2805. [Google Scholar] [CrossRef]
- Qin, F.; Zain, A.; Zhou, K.; Zhuo, D. Hybrid weighted fuzzy production rule extraction utilizing modified harmony search and BPNN. Sci. Rep. 2025, 15, 11012. [Google Scholar] [CrossRef]
- Liu, J.; Du, X.; Jin, L. A localization algorithm for underwater acoustic sensor networks with improved Newton iteration and simplified Kalman filter. IEEE Trans. Mob. Comput. 2024, 23, 14459–14470. [Google Scholar] [CrossRef]
- Yin, B.; Mo, L.; Min, W.; Li, S.; Yu, C. An improved beetle antennae search algorithm and its application in coverage of wireless sensor networks. Sci. Rep. 2024, 14, 29372. [Google Scholar] [CrossRef]
- Ou, Y.; Qin, F.; Zhou, K.-Q.; Yin, P.-F.; Mo, L.-P.; Zain, A.M. An improved grey wolf optimizer with multi-strategies coverage in wireless sensor networks. Symmetry 2024, 16, 286. [Google Scholar] [CrossRef]
- Ding, Y.; Mai, W.; Zhang, Z. A novel swarm Budorcas taxicolor optimization-based multi-support vector method for transformer fault diagnosis. Neural Netw. 2025, 184, 107120. [Google Scholar] [CrossRef] [PubMed]
- Xiang, Y.; Zhou, K.; Sarkheyli-Hägele, A.; Yusoff, Y.; Kang, D.; Zain, A.M. Parallel fault diagnosis using hierarchical fuzzy Petri net by reversible and dynamic decomposition mechanism. Front. Inf. Technol. Electron. Eng. 2025, 26, 93–108. [Google Scholar] [CrossRef]
- Villoth, J.P.; Zivkovic, M.; Zivkovic, T.; Abdel-salam, M.; Hammad, M.; Jovanovic, L.; Simic, V.; Bacanin, N. Two-tier deep and machine learning approach optimized by adaptive multi-population firefly algorithm for software defects prediction. Neurocomputing 2025, 630, 129695. [Google Scholar] [CrossRef]
- Wang, C.; Wang, Y.; Yuan, Y.; Peng, S.; Li, G.; Yin, P. Joint computation offloading and resource allocation for end-edge collaboration in Internet of Vehicles via multi-agent reinforcement learning. Neural Netw. 2024, 179, 106621. [Google Scholar] [CrossRef] [PubMed]
- Sun, Q.; Wu, X. A deep learning-based approach for emotional analysis of sports dance. PeerJ Comput. Sci. 2023, 9, e1441. [Google Scholar] [CrossRef]
- Ye, S.; Zhou, K.; Zain, A.M.; Wang, F.; Yusoff, Y. A modified harmony search algorithm and its applications in weight fuzzy production rule extraction. Front. Inf. Technol. Electron. Eng. 2023, 24, 1574–1590. [Google Scholar] [CrossRef]
- Qian, Q.; Deng, Y.; Sun, H.; Pan, J.; Yin, J.; Feng, Y.; Fu, Y.; Li, Y. Enhanced beetle antennae search algorithm for complex and unbiased optimization. Soft Comput. 2022, 26, 10331–10369. [Google Scholar] [CrossRef]
- Ye, K.; Shu, L.; Xiao, Z.; Li, W. An improved beetle swarm antennae search algorithm based on multiple operators. Soft Comput. 2024, 28, 6555–6570. [Google Scholar] [CrossRef]
- Shao, X.; Fan, Y. An improved beetle antennae search algorithm based on the elite selection mechanism and the neighbor mobility strategy for global optimization problems. IEEE Access 2021, 9, 137524–137542. [Google Scholar] [CrossRef]
- Ghosh, T.; Martinsen, K. A collaborative beetle antennae search algorithm using memory based adaptive learning. Appl. Artif. Intell. 2021, 35, 440–475. [Google Scholar] [CrossRef]
- Zhang, F.; Liu, C.; Liu, P.; Ding, S.; Qiu, T.; Wang, J.; Du, H. Multiple strategy enhanced hybrid algorithm BAGWO combining beetle antennae search and grey wolf optimizer for global optimization. Sci. Rep. 2025. [Google Scholar] [CrossRef]
- Lin, Z.; Li, P.; Zhang, Z. Optimised trajectory tracking control for quadrotors based on an improved beetle antennae search algorithm. J. Control Decis. 2023, 10, 382–392. [Google Scholar] [CrossRef]
- Yu, Z.; Yuan, J.; Li, Y.; Yuan, C.; Deng, S. A path planning algorithm for mobile robot based on water flow potential field method and beetle antennae search algorithm. Comput. Electr. Eng. 2023, 109, 108730. [Google Scholar] [CrossRef]
- Cheng, Y.; Li, C.; Li, S.; Li, Z. Motion planning of redundant manipulator with variable joint velocity limit based on beetle antennae search algorithm. IEEE Access 2020, 8, 138788–138799. [Google Scholar] [CrossRef]
- Liu, R.; Liu, S.; Wang, N. Optimization scheduling of cloud service resources based on beetle antennae search algorithm. In Proceedings of the 2020 International Conference on Computer, Information and Telecommunication Systems (CITS), Hangzhou, China, 5–7 October 2020; pp. 1–5. [Google Scholar]
- Li, H.; Shen, J.; Zheng, L.; Cui, Y.; Mao, Z. Cost-efficient scheduling algorithms based on beetle antennae search for containerized applications in Kubernetes clouds. J. Supercomput. 2023, 79, 10300–10334. [Google Scholar] [CrossRef]
- Sabahat, E.; Eslaminejad, M.; Ashoormahani, E. A new localization method in Internet of Things by improving beetle antenna search algorithm. Wirel. Netw. 2022, 28, 1067–1078. [Google Scholar] [CrossRef]
- Katsikis, V.; Mourtas, S.D.; Stanimirović, P.S.; Li, S.; Cao, X. Time-varying minimum-cost portfolio insurance under transaction costs problem via beetle antennae search algorithm (BAS). Math. Comput. 2020, 385, 125453. [Google Scholar] [CrossRef]
- Katsikis, V.; Mourtas, S.D.; Stanimirović, P.S.; Li, S.; Cao, X. Time-varying mean-variance portfolio selection under transaction costs and cardinality constraint problem via beetle antennae search algorithm (BAS). Oper. Res. Forum 2021, 2, 18. [Google Scholar] [CrossRef]
- Liu, H.; Song, D.; Wang, J.; Yang, X.; Liu, W.; Ye, H. Coverage optimization of mobile sensor networks based improved beetle antennae search algorithm. In Proceedings of the 2021 4th IEEE International Conference on Industrial Cyber-Physical Systems (ICPS), Victoria, BC, Canada, 10–12 May 2021; pp. 786–790. [Google Scholar]
- Yu, X.; Huang, L.; Liu, Y.; Zhang, K.; Li, P.; Li, Y. WSN node location based on beetle antennae search to improve the gray wolf algorithm. Wirel. Netw. 2022, 28, 539–549. [Google Scholar] [CrossRef]
- Ni, W.; Cao, G. An improved beetle antennae search optimization based particle filtering algorithm for SLAM. In Proceedings of the International Conference on Intelligent Robotics and Applications, Harbin, China, 1–3 August 2022; Springer: Cham, Switzerland, 2022; pp. 205–215. [Google Scholar]
- Chen, D.; Li, X.; Li, S. A novel convolutional neural network model based on beetle antennae search optimization algorithm for computerized tomography diagnosis. IEEE Trans. Neural Netw. Learn. Syst. 2023, 34, 1418–1429. [Google Scholar] [CrossRef]
- Qian, J.; Wang, P.; Pu, C.; Peng, X.; Chen, G. Application of modified beetle antennae search algorithm and BP power flow prediction model on multi-objective optimal active power dispatch. Soft Comput. 2021, 113, 108027. [Google Scholar] [CrossRef]
- Qian, J.; Wang, P.; Pu, C.; Chen, G. Joint application of multi-object beetle antennae search algorithm and BAS-BP fuel cost forecast network on optimal active power dispatch problems. Knowl.-Based Syst. 2021, 226, 107149. [Google Scholar] [CrossRef]
- Li, T.; Hou, H. Image segmentation based on beetle antennae search optimization algorithm. Comput. Prod. Circ. 2019, 158–159. [Google Scholar] [CrossRef]
- Huo, X.; Zhang, F.; Shao, K.; Tan, J. Improved meta heuristic optimization algorithm and its application in image segmentation. J. Softw. 2021, 32, 3452–3467. [Google Scholar]
- Xiang, C.; Wang, C.; Zhang, X. Research on image segmentation algorithm based on adaptive beetle antennae search optimization algorithm and K-means clustering. Manuf. Technol. Mach. Tool 2020, 99–101. [Google Scholar] [CrossRef]
- Shi, X.; Wu, X.; Zhang, H.; Xu, X. Combining Instance Segmentation and Ontology for Assembly Sequence Planning Towards Complex Products. Sustainability 2025, 17, 3958. [Google Scholar] [CrossRef]
- Wang, H.; Zhang, X.; Wang, H.; Jun, L. Si-GAIS: Siamese Generalizable-Attention Instance Segmentation for Intersection Perception System. IEEE Trans. Intell. Transp. Syst. 2024, 25, 15759–15774. [Google Scholar] [CrossRef]
- Wołk, K.; Tatara, M.S. A Review of Semantic Segmentation and Instance Segmentation Techniques in Forestry Using LiDAR and Imagery Data. Electronics 2024, 13, 4139. [Google Scholar] [CrossRef]
- Li, H.; Zhang, L.; Lu, F.; Wang, X. Clustering segmentation of ferrography image based on improved particle swarm optimization. J. Jimei Univ. (Nat. Sci.) 2025, 30, 95–102. [Google Scholar]
- Lai, J.; Niu, H.; Wang, X.; Fan, L. 3D image segmentation method of concealed geological structure based on improved FCM clustering algorithm. Geotech. Eng. World 2024, 15, 110027. [Google Scholar]
- Jiang, X.; Li, S. Beetle antennae search without parameter tuning (BAS-WPT) for multi-objective optimization. arXiv 2017, arXiv:1711.02395. [Google Scholar] [CrossRef]
Function | D | R | |
---|---|---|---|
2 | [−5.12, 5.12] | 0 | |
2 | [−5, 10] | 0 | |
2 | [−5.12, 5.12] | 0 | |
2 | [−32.768, 32.768] | 0 | |
2 | [−500, 500] | −837.9658 |
Function | Algorithm | AVG | StD | Time |
---|---|---|---|---|
CMBAS | 0.000 | 0.000 | 0.073 | |
BAGWO | 0.000 | 0.000 | 0.039 | |
BAS | 0.000 | 0.000 | 0.031 | |
GWO | 0.000 | 0.000 | 0.036 | |
PSO | 0.198 | 0.036 | 0.025 | |
GA | 0.152 | 0.033 | 0.040 | |
Jaya | 0.000 | 0.000 | 0.028 | |
FA | 0.000 | 0.000 | 0.209 | |
CMBAS | 0.001 | 0.000 | 0.107 | |
BAGWO | 0.116 | 0.046 | 0.051 | |
BAS | 0.142 | 0.014 | 0.048 | |
GWO | 0.723 | 1.539 | 0.043 | |
PSO | 14.367 | 578.697 | 0.036 | |
GA | 8.393 | 95.234 | 0.047 | |
Jaya | 0.157 | 0.145 | 0.043 | |
FA | 0.000 | 0.000 | 0.301 | |
CMBAS | 0.102 | 0.089 | 0.095 | |
BAGWO | 0.887 | 0.644 | 0.046 | |
BAS | 0.897 | 0.486 | 0.041 | |
GWO | 1.120 | 0.731 | 0.041 | |
PSO | 6.301 | 12.470 | 0.030 | |
GA | 5.519 | 14.790 | 0.044 | |
Jaya | 0.746 | 0.260 | 0.038 | |
FA | 0.997 | 2.771 | 0.264 | |
CMBAS | 0.011 | 0.000 | 0.122 | |
BAGWO | 1.591 | 2.633 | 0.056 | |
BAS | 9.011 | 31.913 | 0.053 | |
GWO | 0.311 | 0.875 | 0.047 | |
PSO | 7.848 | 14.091 | 0.036 | |
GA | 6.399 | 6.753 | 0.051 | |
Jaya | 0.039 | 0.002 | 0.051 | |
FA | 10.946 | 18.045 | 0.333 | |
CMBAS | −750.883 | 9163.228 | 0.086 | |
BAGWO | −701.910 | 15,262.249 | 0.044 | |
BAS | −527.854 | 13,832.855 | 0.039 | |
GWO | −696.412 | 10,951.730 | 0.039 | |
PSO | −636.218 | 10,952.221 | 0.029 | |
GA | −733.034 | 10,805.408 | 0.042 | |
Jaya | −809.470 | 2459.453 | 0.034 | |
FA | −524.026 | 19,182.009 | 0.262 |
Algorithm | Accuracy | F1_ Score | IoU |
---|---|---|---|
CMBAS | 0.607 | 0.746 | 0.607 |
BAGWO | 0.313 | 0.463 | 0.313 |
BAS | 0.486 | 0.623 | 0.486 |
GWO | 0.532 | 0.680 | 0.532 |
PSO | 0.513 | 0.661 | 0.513 |
GA | 0.550 | 0.688 | 0.550 |
Jaya | 0.578 | 0.718 | 0.578 |
FA | 0.582 | 0.701 | 0.582 |
Disclaimer/Publisher’s Note: The statements, opinions and data contained in all publications are solely those of the individual author(s) and contributor(s) and not of MDPI and/or the editor(s). MDPI and/or the editor(s) disclaim responsibility for any injury to people or property resulting from any ideas, methods, instructions or products referred to in the content. |
© 2025 by the authors. Licensee MDPI, Basel, Switzerland. This article is an open access article distributed under the terms and conditions of the Creative Commons Attribution (CC BY) license (https://creativecommons.org/licenses/by/4.0/).
Share and Cite
Wang, Y.; Ding, L.; Zhang, Q. A Symmetry-Aware BAS for Improved Fuzzy Intra-Class Distance-Based Image Segmentation. Symmetry 2025, 17, 1752. https://doi.org/10.3390/sym17101752
Wang Y, Ding L, Zhang Q. A Symmetry-Aware BAS for Improved Fuzzy Intra-Class Distance-Based Image Segmentation. Symmetry. 2025; 17(10):1752. https://doi.org/10.3390/sym17101752
Chicago/Turabian StyleWang, Yazhi, Lei Ding, and Qing Zhang. 2025. "A Symmetry-Aware BAS for Improved Fuzzy Intra-Class Distance-Based Image Segmentation" Symmetry 17, no. 10: 1752. https://doi.org/10.3390/sym17101752
APA StyleWang, Y., Ding, L., & Zhang, Q. (2025). A Symmetry-Aware BAS for Improved Fuzzy Intra-Class Distance-Based Image Segmentation. Symmetry, 17(10), 1752. https://doi.org/10.3390/sym17101752