Abstract

The sparrow search algorithm (SSA) is a novel swarm intelligence optimization algorithm. It has a fast convergence speed and strong global search ability. However, SSA also has many shortcomings, such as the unstable quality of the initial population, easy to fall into the local optimal solution, and the diversity of the population decreases with the iterative process. In order to solve these problems, this paper proposes an improved sparrow search algorithm (ISSA). ISSA uses Chebyshev chaotic map and elite opposition-based learning strategy to initialize the population and improve the quality of the initial population. In the process of producer location update, dynamic weight factor and Levy flight strategy are introduced to avoid falling into a local optimal solution. The mutation strategy is applied to the scrounger location update process, and the mutation operation is performed on individuals to increase the diversity of the population. In order to verify the feasibility and effectiveness of ISSA, it is tested on 23 benchmark functions. The results show that compared with other seven algorithms, ISSA has higher convergence accuracy, faster convergence speed, and stronger stability. Finally, ISSA is used to optimize the sound field of high-intensity focused ultrasound (HIFU). The results show that ISSA can effectively improve the focusing performance and reduce the influence of sound field sidelobe, which is of great benefit for HIFU treatment.

1. Introduction

Optimization methods are widely used in many fields, such as signal processing [1], image processing [2], and machine learning [3]. However, a large number of problems encountered in real life are very complex, and it is difficult to find the global optimal solution. The meta-heuristic algorithm has attracted the attention of researchers because of its simplicity, easy implementation, independent of specific problems, and avoiding falling into local optimal solutions. Classic meta-heuristic algorithms include the genetic algorithm (GA) [4], particle swarm optimization (PSO) [5], grey wolf optimizer (GWO) [6], and whale optimization algorithm (WOA) [7]. These algorithms have been applied to many optimization problems and show excellent performance. In recent years, more and more meta-heuristic algorithms have been proposed, such as the moth search algorithm (MSA) [8], harris hawks optimization (HHO) [9], sparrow search algorithm (SSA) [10], slime mould algorithm (SMA) [11], social network search (SNS) [12], and fusion-fission optimization (FuFiO) [13].

The sparrow search algorithm (SSA) is a swarm intelligence optimization algorithm proposed by Xue and Shen in 2020 and inspired by foraging and antipredation behaviors of sparrows [10]. It has been proved that SSA has faster convergence speed and better performance than the classical meta-heuristic algorithms PSO and GWO [10]. Among the meta-heuristic algorithms proposed in recent years, SSA has received high attention and has been applied to many types of engineering problems [1416]. Therefore, we choose SSA for research. Compared with other algorithms, SSA has some advantages in convergence speed and global search ability. Nevertheless, when solving complex problems, the performance of SSA is greatly affected by the initial population, and the diversity of the population will decrease significantly with the iterative process [17]. In addition, in the optimization process, the convergence accuracy of SSA needs to be improved, and the ability to jump out of the local optimal solution needs to be enhanced.

Many scholars have made improvements to SSA. Lyu et al. [18] use the chaotic map to initialize the population, which ensures the quality of the initial solution and improves the diversity of the initial population. However, this method is stochastic and does not make full use of the information carried by high-quality individuals in the initial population. Song et al. [19] introduce nonlinear decreasing weight to improve the ability of global exploration and local exploitation, but this method cannot improve the ability to jump out of the local optimal solution. Zhang et al. [20] combine the sine cosine algorithm with SSA to help SSA jump out of the local optimal solution, but this method is stochastic, and if the solution space is not well selected, it still cannot jump out of the local optimal solution.

In order to overcome the above shortcomings of SSA, an improved sparrow search algorithm (ISSA) is proposed in this paper. In the initial population stage, ISSA uses Chebyshev chaotic map to improve the diversity of the population and uses an elite opposition-based learning strategy to produce a high-quality population. When updating the producer’s location, the dynamic weight factor is introduced to balance the producer’s ability of global exploration and local exploitation, and the Levy flight strategy is used to expand the search space to avoid falling into the local optimal solution. The mutation strategy is used to update the scrounger’s position, guide individuals to approach the optimal solution, and improve population diversity and global search ability.

High-intensity focused ultrasound (HIFU) is a high technology for the treatment of tumors. HIFU has been initially applied to the clinical treatment of soft tissue tumors such as breast cancer and uterine leiomyoma by virtue of its advantages of minimally invasive and noninvasive, less complications, and repeatable treatment [21]. The principle of HIFU treatment can be simply summarized as follows: the low-energy ultrasound emitted by each array element of focused ultrasound transducer passes through skin, blood, bone, and other tissues and converges in the target area. Under the thermal, mechanical, and cavitation effects of ultrasound, the tumor tissue in the target area heats up rapidly, and thermal coagulation necrosis occurs, thus losing the ability of proliferation, infiltration, and metastasis [22]. The therapeutic effect of HIFU depends on the focusing accuracy and temperature. In HIFU sound field, the existence of acoustic sidelobe will reduce the focusing performance.

Studies by many scholars have shown that by optimizing the sound field of focused ultrasound and suppressing the acoustic sidelobe, the focusing performance and the therapeutic effect of focused ultrasound can be improved. Wang et al. [23] proposed an objective function for optimizing the sound field, but the problem of the maximum or minimum value of the objective function was not solved. Therefore, this paper uses ISSA to solve the maximum value of the objective function to optimize HIFU sound field. The main contributions of this paper are as follows:(i)SSA is improved from the perspective of elite individuals, initial population, and search space(ii)ISSA is verified by Wilcoxon’s rank-sum test and time complexity analysis(iii)ISSA is used to optimize the HIFU sound field and suppress the acoustic sidelobe

The rest of this paper is organized as follows. Section 2 outlines the key steps of SSA. Section 3 introduces the proposed ISSA in detail. Section 4 describes the HIFU sound field models. Section 5 introduces the simulation experiment and results. Section 6 summarizes the work of this paper and points out the next research direction.

2. Model of the SSA

The SSA is a swarm intelligence optimization algorithm based on foraging and antipredation behaviors of sparrows. In SSA, individuals in sparrow population are divided into three different types: producer, scrounger, and scouter. The producers have high energy reserves, strong exploration ability, and broad exploration space and are responsible for finding foraging areas with rich food for the whole population. When the sparrow detects the predator, the producers need to lead other individuals to a safe area to avoid the predator’s attack. The location update equation of the producers is as follows:where represents the current number of iterations, represents the position of the ith sparrow on the jth dimension , is a random number, represents the maximum number of iterations, and represent the alarm value and safety threshold, respectively, is a random number obeying the normal distribution, is a row vector, and all elements in it are 1.

The scroungers always follow the producers to obtain high-quality food and increase their energy reserves. Some scroungers monitor the producers and compete with them for food. When the energy reserve of the scroungers is low, they will fly away from the population and look for food by themselves to survive. The location update equation of the scroungers is as follows:where is the current global worst position, is the number of individuals in the population, is the global best position found by the producers, is a row vector, the elements in it are randomly assigned 1 or −1, and represents the MP inverse of .

In the sparrow population, some individuals play the role of the scouter. These individuals can detect the threat posed by predators and send out alerts to other individuals to avoid. In the simulation experiment, it is assumed that such individuals account for 10% to 20% of the total population, and their initial positions are randomly assigned. The location update equation of the scouters is as follows:where is the current global optimal location; , as the step size control factor, is a random number that obeys the normal distribution with mean value of 0 and variance of 1; is a random number; is the fitness value of the current individual (objective function value); and represent the current global optimal and worst fitness values, respectively; is a very small number so as to avoid denominator being 0.

3. Model of the ISSA

3.1. Chebyshev Chaotic Map and Elite Opposition-Based Learning Strategy

In swarm intelligence optimization algorithm, the quality of initial population directly affects the convergence performance of the algorithm. In SSA, the initial population is generated randomly, which makes the distribution of the initial population uneven and the quality unstable, and reduces the convergence accuracy and convergence speed. Chaotic mapping has the characteristics of randomness, ergodicity, and regularity. In recent years, it has been used in swarm intelligence algorithm to improve the quality of the initial population. Commonly used chaotic maps include Tent chaotic map [24], Kent chaotic map [25], and Logistic chaotic map [26]. In this paper, Chebyshev chaotic map is used to initialize the population. Compared with the above chaotic mapping, Chebyshev chaotic map is simpler, insensitive to the initial value, and the mapping results are more evenly distributed. Chebyshev chaotic map equation is as follows:where is a random number. After obtaining the Chebyshev chaotic sequence, the initial population is generated by the following equation:where and represent the lower and upper boundary of the jth dimension of the search space, respectively.

The elite opposition-based learning strategy (EOLS) is used to improve the quality of the initial population [27]. In the sparrow population, there are some elite individuals. Whether it is the ability to search or resist the enemy, elite individuals are better than other individuals. The basic idea of the EOLS is to use the information carried by elite individuals as much as possible to generate the initial population, so as to improve the quality of the population, enrich the diversity of the population, and avoid the algorithm falling into the local optimal solution.

Generally speaking, the elite individuals are individuals with small fitness value in the population. After obtaining the initial population, the individuals are sorted according to the fitness value, and several individuals with small fitness value are selected to form the elite group. For each elite individual in the elite group, its elite opposition can be calculated by the following equation:where is a random number, and and represents the lower and upper boundary of the individual in the initial population in the jth dimension of the current search space, respectively. After the elite opposition set is obtained by (6), the initial population is combined with the set, the fitness values of all individuals are calculated again, and individuals with small fitness values are selected to form the real initial population.

3.2. Dynamic Weight Factor and Levy Flight Strategy

In the sparrow population, the producers are responsible for exploring and exploiting the search space and looking for areas with rich food resources. Therefore, the producers need to adopt flexible strategies to balance the ability of global exploration and local exploitation. In SSA, it can be seen from (1) that the position update weight of the producers is unchanged. In the later stage of iteration, the producers still use a large step for exploitation, which greatly reduces the ability of local exploitation. This paper solves this problem by introducing dynamic weight factor, which is expressed as follows:where is a random number, which is used to avoid the dynamic weight factor being too small in the later stage of iteration. It can be seen from (8) that the dynamic weight factor is large at the beginning of the iteration but decreases sharply with the iterative process. Dynamic weight factor ensures that the producers can perform global exploration with a larger step size at the initial stage of the iteration and perform local exploitation with a smaller step size at the later stage of the iteration, which balances the ability of global exploration and local exploitation.

If the producers have fallen into the local optimal solution in the early stage of iteration, exploitation can only be performed near the local optimal solution in the later stage of iteration. In order to avoid such a situation, this paper adopts the Levy flight strategy to help the producers still have the opportunity to jump out of the local optimal solution in the later stage of iteration. Levy flight is a non-Gaussian random process, and its step size obeys Levy distribution. It is very difficult to calculate the step size of Levy flight, so the Mantegna algorithm [28] is often used to simulate, and its expression is as follows:where , , and is defined aswhere is the standard gamma function. is a random number.

After obtaining the step of Levy flight, the position of the producers is updated according to the following equation:where is the location of the producers calculated by (7). is the current global optimal location. According to the characteristics of Levy distribution, Levy flight has many small steps, which can enhance the local exploitation ability of the producers. Occasionally, there are large steps to help the producers jump out of the local optimal solution and enhance the global exploration ability of the producers. The dynamic weight factor and Levy flight strategy complement each other, improve the efficiency of the producers, reduce the possibility of the producers falling into the local optimal solution, and better balance the ability of local exploitation and global exploration.

3.3. Mutation Strategy

In the sparrow population, the scroungers will monitor the behavior of the producers. When the producers find food, they compete with them to improve their energy reserves. Some of the scroungers with low energy reserves will fly away from the population and look for foraging areas alone. In SSA, the direction of the scroungers flying away from the population is determined by and ( in (2)). This update method cannot ensure that the scroungers find areas with rich food. In this paper, the mutation strategy [29] shown in the following is used to guide the flight of the scroungers and improve the diversity of the population.where is a random number. The previous formula will guide the scroungers to the global optimal position and improve the probability of the scroungers finding high-quality food. In the simulation experiment, when , the first equation in equations (2) and (12) is randomly selected to update the position of the scroungers to improve the diversity of the population. The implementation steps of ISSA are shown in Algorithm 1.

Input:
: the number of sparrows
: the total number of iterations
: the number of producers
: the number of scouters
: the safety value
Output:
: the optimal solution
: the global optimal position
(1) Using (5) and (6) to initialize a population of sparrows;
(2)whiledo
(3)  Calculating the fitness value of individuals;
(4)  Ranking the fitness values and finding the current best and worst individual;
(5)  fordo
(6)   Using equations (7) and (11) to update the producers’ position;
(7)  end for
(8)  fordo
(9)   Using (2) or (12) to update the scroungers’ position;
(10)  end for
(11)  fordo
(12)   Using equation (3) to update the scouters’ position;
(13)  end for
(14)  fordo
(15)   if the new position is better than the previous position then
(16)    Using the new position to update the previous position;
(17)   end if
(18)   if the new position is better than the optimal position then
(19)    Using the new position to update the optimal position;
(20)   end if
(21)  end for
(22)  
(23)end while
(24)return,

4. Model of the HIFU Sound Field

Common focused ultrasonic transducers can be divided into three types: concave spherical self-focusing transducer, acoustic lens focusing transducer, and phased array focusing transducer. The concave spherical self-focusing transducer adjusts the focusing position by changing the size and curvature of the concave spherical surface. Therefore, the focus of this transducer is fixed, and the position of the focus can only be changed by moving the transducer. The acoustic lens focusing transducer uses the lens to converge the sound wave to the target area. The reflection and refraction of sound waves through the lens will lose part of the energy, and the lens itself will absorb the energy of sound waves to generate heat. Therefore, it is necessary to select materials with low loss and high temperature resistance. The phased array focusing transducer generates a sound wave with a certain amplitude and phase by controlling each array element and realizes one-point or multipoint focusing according to the principle of wave interference. Compared with the above two kinds of transducers, the focusing position and depth of phased array transducer are adjustable, and the precision is higher. Therefore, the concave spherical phased array transducer shown in Figure 1 is selected for simulation in this paper.

In the simulation experiment, 256 rectangular array elements (shown in the rectangular box in Figure 1) are evenly arranged inside the concave sphere. The sound pressure at any point in the sound field generated by the concave spherical phased array [30] is given by the following equation:where represents imaginary unit. represents the density of the medium. represents the wavelength of the sound wave. represents the velocity of the sound wave in the medium. represents the vibration velocity of a particle perpendicular to the surface of the array element. and represents the length and width of the array element respectively. represents the attenuation coefficient of sound wave. represents the wave number. represents the distance from any point to the projection point of the array element center in the plane. For the calculation of other parameters, please refer to reference [30].

Equation (13) can be expressed as a matrix as follows: represents the number of focal points. represents the number of array elements. represents the array element driving signal vector represents the forward transmission operator of sound field, which is an matrix represents the sound pressure vector of the focal point

We can set the sound pressure vector of the focal point to the desired value. Then, the array element driving signal vector can be calculated by the following equation:

After obtaining , the sound pressure at any point in the sound field can be calculated by equation (13).

The above method only specifies the sound pressure value of each focal point, but does not specify the phase, so each focal point is formed at the same time. In fact, by adjusting the phase of each focal point, not only focusing can be achieved, but the optimal focusing effect can also be obtained. Rewrite the sound pressure vector as

Optimal focusing effect is achieved by maximizing the sound pressure gain function

5. Experiments and Results

All simulation experiments are performed on an Intel Core i7-11800H CPU @2.30GHz. All codes are implemented on MATLAB R2020b.

5.1. Algorithm Performance Test

In the simulation experiments, the performances of the ISSA, GA, PSO, GWO, WOA, HHO, SSA, and SNS on 23 benchmark functions are compared to verify the feasibility and effectiveness of ISSA. These 23 benchmark functions are divided into three categories: unimodal functions, multimodal functions (both of which have a dimension of 30), and fixed-dimension functions. The details are shown in Tables 13.

When comparing the performance of the eight algorithms, in order to ensure the fairness and objectivity of the results, the same values are set for the common parameters: the population size is set to 100, and the maximum number of iterations is set to 500. In ISSA and SSA, the proportion of the producers and the scroungers is set to 20% and 80%, respectively, the proportion of the scouters is set to 20%, and the safety threshold is set to 0.8. In GA, the crossover probability and mutation probability adaptively change. In PSO, learning factor , inertia weight , , speed , .

30 experiments are conducted independently on each benchmark function, and the convergence curve of each algorithm is drawn. The results are shown in Figure 2. The minimum value, average value, and standard deviation of each algorithm are recorded, and the results are shown in Table 4. For the same benchmark function, the average value represents the convergence accuracy of the algorithm, and the standard deviation represents the stability of the algorithm.

For unimodal functions, i.e., F1 to F7, ISSA is superior to SSA in all indicators. For F1 to F4, ISSA can accurately find the optimal value of zero, and the average and standard deviation are also zero, indicating that the convergence accuracy and stability of ISSA are excellent. For F2 to F4, although SSA can also find the optimal value of zero, this does not mean that SSA can find the optimal value every time, because the average is not zero. The other six algorithms fail to find the optimal value of zero. For F5 to F7, ISSA and SSA do not converge to the global optimal solution, but ISSA converges faster. From the data in Table 4, it can be found that on F6, the convergence accuracy and stability of ISSA are at least two orders of magnitude higher than those of SSA, indicating that ISSA has higher convergence accuracy and better stability. On F5 and F7, the stability of ISSA is similar to that of SSA, but the convergence accuracy is at least two orders of magnitude higher than that of SSA, indicating that when the stability is similar, the convergence accuracy of ISSA is higher.

For multimodal functions, i.e., F8 to F13, ISSA is superior to SSA in most indicators. On F8, ISSA is not as stable as SSA, but the convergence accuracy is one order of magnitude higher than SSA, and the convergence speed is also much faster than SSA. For F9 to F11, the performance of ISSA is similar to that of SSA. On both F12 and F13, ISSA is two to three orders of magnitude higher than SSA, both in terms of convergence accuracy and stability. For the other six algorithms, except that the GWO, WOA, HHO, and SNS perform slightly worse than ISSA, both the GA and PSO are far inferior to ISSA.

For fixed dimension functions, i.e., F14 to F23, due to the low dimension, the indicators of ISSA and SSA are relatively close. On F15 to F20, except GA, the other seven algorithms can find or approach the optimal value, but ISSA is always the most stable. On F14, SNS has the best convergence accuracy and stability, while SSA has the worst convergence accuracy and stability. On F21, SNS has the best convergence accuracy and stability. On F22 and F23, ISSA has excellent convergence accuracy and stability.

5.2. Effectiveness Analysis of Improvement Strategies

Based on the three strategies proposed in Section 3, this paper improves the convergence accuracy of SSA and enhances the convergence stability of SSA. But it is unclear whether all three strategies worked, so verification is needed. In order to compare the impact of different improvement strategies on the performance of the algorithm, SSA that only uses the Chebyshev chaotic map and elite opposition-based learning strategy (SSA01), SSA that only adopts the dynamic weight factor and Levy flight strategy (SSA02), SSA that only uses mutation strategy (SSA03), and ISSA are compared on eight test functions. The experimental results are shown in Figure 3 and Table 5.

As shown in Figure 3, SSA01, SSA02, and SSA03 converge faster than SSA, while the convergence speed of ISSA based on the three strategies is significantly improved. On F5, F7, and F13, although ISSA did not converge to the theoretical optimal value, the convergence speed and convergence accuracy are significantly better than the other four algorithms. On F2, all five algorithms converge to the theoretical optimal value, but with the same number of iterations, ISSA has higher convergence accuracy; with the same convergence accuracy, ISSA has a faster convergence speed. On the eight test functions, the convergence speed and convergence accuracy of SSA01, SSA02, and SSA03 are better than SSA, but slightly inferior to ISSA, indicating that each strategy has worked, and each strategy is very effective.

It can be seen from Table 5 that the convergence accuracy and stability of SSA01, SSA02, and SSA03 are better than those of SSA on most test functions, and the convergence accuracy and stability of ISSA are also significantly improved. On F5, F7, F12, and F14, although ISSA does not converge to the theoretical optimal value, both the convergence accuracy and the stability of the algorithm are better than SSA01, SSA02, and SSA03, indicating that under the joint influence of the three strategies, the convergence accuracy and stability of ISSA are both improved to the greatest extent.

SSA01 adopts the Chebyshev chaotic map to improve the diversity of the population and uses elite opposition-based learning strategy to generate high-quality populations. SSA02 introduces a dynamic weight factor to balance the ability of global exploration and local exploitation and uses the Levy flight strategy to expand the search space, avoid falling into the local optimal solution, and improve the convergence accuracy. SSA03 uses a mutation strategy to perform mutation operations on individuals to increase the diversity of the population and improve the ability to jump out of local optimal solutions. This further explains the feasibility of three strategies adopted in this paper.

5.3. Wilcoxon’s Rank-Sum Test

Derrac et al. [31] suggest that statistical tests should be used when evaluating the performance of an algorithm. It is not sufficient to evaluate the performance of the algorithm only by the average and standard deviation, and other statistical tests should also be considered to demonstrate that the proposed improved algorithm has significant improvement over existing algorithms. In this paper, the Wilcoxon rank-sum test is used to further illustrate that the performance of ISSA is indeed significantly improved compared with other algorithms. Select the null hypothesis H0: the performance of two algorithms is similar, and the alternative hypothesis H1: the performance of two algorithms is significantly different. The test result is used to compare the differences between the two algorithms. When , H0 is rejected, indicating that there is a significant difference in performance between the two algorithms. When , H0 is accepted; that is, the two algorithms have the same global optimization performance.

Table 6 shows the test results of ISSA and the other seven algorithms on 23 benchmark functions. R is the significance evaluation result: “+,” “−,” and “ = ,” respectively, represent the performance of ISSA is superior, inferior, and equivalent to the algorithms under comparison. NAN means that it cannot be compared; that is, the two algorithms under comparison both find the global optimal solution and cannot make a significant difference judgment.

It can be seen from Table 6 that only the values of ISSA and SSA on F3 are slightly greater than 0.05, and the other values are much less than 0.05. This indicates that the performance of ISSA and SSA on F3 is similar, while on other benchmark functions, the performance of ISSA is significantly different from the other seven algorithms. The values of ISSA and SSA on F1, F9 to F11, F17, and F19 are NAN because both algorithms find the global optimal solution. The results of the Wilcoxon rank-sum test further illustrate that the performance of ISSA is indeed significantly improved compared with other algorithms.

5.4. Time Complexity Analysis

Suppose the number of individuals in the sparrow population is , the dimension of solution space is , and the maximum number of iterations is . Suppose the time required for initializing population parameters is , the time required for generating random numbers in each dimension is , the time for solving fitness function is , and the time for sorting sparrows by fitness value is , and then, the time complexity of SSA in initializing population stage is

When updating the location of producers, suppose the number of producers is , the time required to update the position of each dimension according to (1) is , the time required to generate random numbers and is , and the time to solve the fitness function is . The time complexity of this stage is

When updating the position of scroungers, the number of scroungers is , the time required to update the position of each dimension according to (2) is , the time to generate the random number is still , and the time to solve the fitness function is . The time complexity of this stage is

When updating the position of scouters, suppose the number of scouters is , the time required to update the position of each dimension according to (3) is , the time to generate random number and is , and the time to solve the fitness function is . The time complexity of this stage is

To sum up, the time complexity of SSA is

Now, the time complexity of ISSA is analyzed. Suppose the time required for initializing population parameters is , the time required to initialize the position of each dimension according to (4) and (5) is , and the time to solve the fitness function is . Suppose the proportion of elite individuals is , then the number of elite individuals is . Suppose the time required to generate the elite individual position of each dimension according to (6) is , the time to solve the fitness function is still , and the time to sort and generate the real initial population is . Then, the time complexity of this stage is

When updating the position of producers, suppose the time required to generate the dynamic weight factor according to (8) is , the time required to update the position of each dimension according to (7) is , and the time to generate random numbers and is . Suppose the time required to generate the Levy step according to (9) is , the time required to update the position of each dimension according to equation (12) is , and the time to solve the fitness function is . Then, the time complexity of this stage is

When updating the position of scroungers, the time required to update the position of each dimension according to (2) or (12) is , the time to generate the random number is still , and the time to solve the fitness function is . Then, the time complexity of this stage is

The time complexity of updating the position of scouters is the same as equation (24).

To sum up, the time complexity of ISSA is

5.5. Performance of the ISSA in HIFU Sound Field Optimization

The ISSA is used to optimize HIFU sound field to test its performance in practical engineering problems. Without loss of generality, the optimization effects of ISSA under symmetric focal point and asymmetric focal point are investigated, respectively.

In the case of symmetric focal point, we set four focal points, whose coordinates in the direction are , and their coordinates in the plane are , , , and , respectively. The distribution of unoptimized sound field and the ISSA-optimized sound field on the plane is shown in Figure 4. On the axis of , the variation curve of sound pressure with is shown in Figure 5.

As shown in Figure 4, in the unoptimized sound field, there are obvious acoustic sidelobes between two adjacent focal points (marked with red rectangle box in Figure 4), and its amplitude is 94.5 Pa. After ISSA optimization, these acoustic sidelobes have been suppressed. The amplitude is weakened to 1.1866E − 05 Pa, and the energy of the acoustic wave is more concentrated to the focal points. It can be seen from the calculation that the percentage of sound pressure improvement is nearly 100%. This improvement can be more clearly observed in Figure 5. In Figure 5, the two curves have a very clear difference around , and the blue curve is always above the red curve, which means that the acoustic sidelobes are very obvious in the unoptimized sound field, while after ISSA optimization, the acoustic sidelobes in the sound field have been suppressed. Here, the focal point sound pressure is set to 600 Pa, and the acoustic sidelobe sound pressure has reached 94.5 Pa, accounting for 15.75% of the focal point. It can be seen that there is a lot of waste of sound energy. It is very necessary to suppress the acoustic sidelobe and improve the focal point energy.

In the case of the asymmetric focal point, we also set four focal points. Their coordinates in the direction are , and their coordinates in the plane are , , , and , respectively. The distribution of the unoptimized sound field and the ISSA-optimized sound field on the plane is shown in Figure 6. On the axis of , the variation curve of sound pressure with is shown in Figure 7.

As shown in Figure 6, in the unoptimized sound field, there are three obvious acoustic sidelobes (marked with a red rectangle box in Figure 6), and their amplitudes from top to bottom are 168.11 Pa, 163.43 Pa, and 157.43 Pa. After ISSA optimization, these acoustic sidelobes are suppressed to different degrees, and their amplitudes are weakened to 116.05 Pa, 108.67 Pa, and 121.51 Pa, respectively. The percentage of sound pressure improvement is 30.97%, 33.51%, and 30.97%, respectively. This improvement can be more clearly observed in Figure 7. In Figure 7, the amplitude of the acoustic sidelobe near before optimization is 168.11 Pa, accounting for 28.02% of the focal point. After ISSA optimization, the acoustic sidelobe is weakened to 116.05 Pa, accounting for 19.34% of the focal point. The improvement is about 10%. The energy of the sound field is more concentrated after ISSA optimization, which is very beneficial for HIFU treatment.

6. Conclusions

This paper presents an improved sparrow search algorithm, which overcomes some shortcomings of SSA and improves the convergence performance and stability of SSA [32]. ISSA uses Chebyshev chaotic map and elite opposition-based learning strategy to initialize the population and improve the quality of the initial population. The dynamic weight factor and Levy flight strategy are introduced into the position update equation of producers to avoid falling into the local optimal solution. The mutation strategy is introduced into the position update equation of scroungers to increase the diversity of the population. In order to verify the feasibility and effectiveness of ISSA, the performance of ISSA on 23 benchmark functions is compared with that of the GA, PSO, GWO, WOA, HHO, SSA, and SNS. The results show that ISSA is superior to the other seven algorithms in convergence speed, convergence accuracy, and stability. In order to test the performance of ISSA in practical engineering problems, ISSA is used for HIFU sound field optimization. The results show that ISSA can effectively suppress the acoustic sidelobe and improve the focusing ability of sound waves, which is of great benefit for HIFU treatment. The significance of this paper is as follows:(i)Improve the sparrow search algorithm, enhance the quality of the initial population, and the ability to jump out of the local optimal solution(ii)Establish a 256-element concave spherical phased array transducer model, use ISSA to optimize the HIFU sound field, effectively suppress the acoustic sidelobe, improve the focusing performance, and provide a new idea for the research of HIFU technology

In future work, we will further optimize ISSA and use it to solve other engineering problems. At the same time, we will also pay attention to other advanced optimization algorithms and make further research.

Data Availability

Part of the data supporting the results of this study is available from the corresponding authors.

Conflicts of Interest

The authors declare that there are no conflicts of interest.

Acknowledgments

This study was supported by the Fundamental Research Funds for the Central Universities (WK5290000002). This work was supported by the Anhui Fuqing Medical Technology Company and thanks for the conference paper https://ieeexplore.ieee.org/document/9846777.