Abstract
This exploration intends to remove chloride ions in production and life, enhance buildings’ durability, and protect the natural environment from pollution. The current dechlorination technology is discussed based on the relevant theories, such as the lightweight deep learning (DL) model and chloride ion characteristics. Next, data statistics and comparative analysis methods are used to study the adsorption and desorption performance of dechlorination adsorbents. Finally, the lightweight DL model is introduced into the chloride diffusion prediction experiment of slag powder and fly ash concrete. The results show that in the study of dechlorination adsorption performance, the chloride ion concentration decreases gradually with the extension of adsorption time. However, with the increasing temperature, the chloride ion removal rate is increasing. The removal rate of chloride ions in water can decrease slowly with the increase of adsorbent. Therefore, selecting the 2 mol/L sodium hydroxide as the alkali concentration for adsorbent regeneration is the most appropriate. Besides, the regeneration performance of the adsorbent gradually declines with the increase of sodium chloride concentration in the solution. The lightweight DL model is applied to the chloride diffusion prediction experiment of slag powder and fly ash concrete. It is found that when the curing age is selected at 18 days, 90 days, and 180 days, respectively, the error between the lightweight DL model and the experimental results is about 0.2. It shows that the lightweight DL model is feasible for predicting the diffusion of chloride ions. Therefore, this exploration designs and studies the dechlorination experiment based on the lightweight DL model, which provides a new theoretical basis and optimization direction for removing chloride ions in the future industry.
1. Introduction
With China’s growing population, increased energy consumption, and intensified industrial activities, industrial wastewater treatment has become the focus of environmental protection [1]. The discharge of industrial wastewater will cause serious damage to the environment and cause great economic losses to enterprises. Excessive chloride ions in industrial wastewater have become a great challenge to industrial anticorrosion and attracted extensive attention, especially in the northwest region with relatively scarce water resources. Therefore, it is urgent to develop high-performance technology for chloride ion pollution control [2, 3].
Ma et al. studied the electroadsorption performance under different applied voltage and solution concentrations. It was found that the removal of sodium chloride increased with the increase of applied voltage and solution concentration, which was due to stronger electrostatic interaction, higher concentration gradient, and less double-layer overlap effect. Based on the Langmuir isotherm, the equilibrium electrosorption capacity at 1.2 V was determined to be 270.59 μmol/g. In this case, due to the existence of micropores related to double-layer overlap, the effective surface area of ion electrosorption at 1.2 V was estimated to be in the range of 12.18–14.25% of the surface area of Brunauer–Emmett–Teller (BET) [4]. Leon-Fernandez et al. found that the chloride ion concentration higher than 100 mg·L−1 would affect the electrolytic zinc quality in the electrolytic zinc sulfate process. Hence, Engineering Capability Release (ECR) technology was used to treat chloride ions. The electrode adopted two copper electrodes with an area of 3.15 cm2 and an Ag/AgCl reference electrode, and the distance between the two copper electrodes was 5 mm. Under the optimal conditions of voltage 0.6 V, ultrasonic power 50 W, and reaction time 3 h, the chloride ion removal rate reached 54.5% when the chloride ion concentration was 300 mg·L−1 [5]. Gong et al. used a genetic algorithm and lightweight deep learning (DL) model to optimize the experiment of the dechlorination training set. The results of this machine learning model were very accurate. However, this algorithm also has certain limitations. It usually requires massive training data to achieve a certain accuracy, and it will still show great error in predicting the molecular properties outside the sample [6]. Hubacek et al. proposed applying a lightweight DL algorithm to predict the total molecular energy of chemical structures with different spatial coordinates and charges, including organic molecules, inorganic molecules, and ions [7].
To sum up, this exploration first expounds on the commonly used dechlorination technology and then studies the adsorption and desorption performance of dechlorination adsorbents. Furthermore, the lightweight DL model is applied to the chloride diffusion prediction experiment of slag powder and fly ash concrete. The research contribution is to improve and optimize the existing dechlorination experiments and design a lightweight DL prediction method with high efficiency, speed, and accuracy. This exploration provides more methodological references for industrial dechlorination in the future and enriches the research theory in this field.
2. Materials and Methods
2.1. Lightweight DL Model
DL is to learn the sample data’s internal law and representation level. The information obtained in the learning process is beneficial to interpreting data such as text, images, and sound [8, 9]. Its ultimate goal is to make the machine have the ability to analyze and learn like human beings and recognize characters, images, sounds, and other data. DL is a complex machine learning algorithm that has achieved far more speech and image recognition results than previous related technologies [10]. Figure 1 shows the specific model structure.

Classified from the specific research content, DL mainly involves three kinds of methods: convolutional neural network (CNN) model, self-coding neural network of multilayer neurons, and deep confidence network [11].(1)CNN is a kind of feedforward neural network with convolution calculation and depth structure. It is one of the representative algorithms of DL. CNN has the ability of representational learning and can conduct the translation-invariant classification for the input information according to its hierarchical structure. Therefore, it is also called a “translation-invariant artificial neural network,” mainly composed of input, hidden, and output layers. Figure 2 shows the specific form. If are input signals and n neurons are connected to each other, the first neuron is used as an object, which inputs information into all other neurons . The connection weight from the th neuron to the ith neuron is expressed as . With the quasi-linear element model in the neuron model as an example, the biggest feature of the model is to use continuous information as input and output. The following equation is the calculation method of the output function : The total input of neurons in the model is expressed aswhere the output of neuron i can be calculated by substituting into the following equation as variable . The output value is a continuous value. Besides, when the data in the input layer are , the input of each neuron in the hidden layer is as follows:where are the number of neurons in the input layer and hidden layer, respectively. is the connection weight between neuron in the input layer and neuron in the hidden layer; is the threshold value of neurons in the hidden layer; is the input value of neuron in the hidden layer [12]. The activation function of neurons in the hidden layer adopts the sigmoid function, so the expression of the output of neurons in the hidden layer reads: Activate function is . The activation function of neurons in the output layer adopts the identity function. If the threshold value is 0, the output of each neuron in the output layer can be expressed as follows: is the connection weight between neurons in the hidden layer and neurons in the output layer; is the number of neurons in the output layer. The connection weights between the input layer and hidden layer neurons together form the weight vector . After the weight vector is determined, the output value can be calculated according to the input value of the neural network. The value of the weight vector is random in the initial case, so the actual output accuracy of the calculated network is not high. After determining the number of neurons in the hidden layer τ, the error [13] can be reduced by adjusting the value. Back propagation is along function . The weight vector is adjusted with the negative gradient direction of the weight vector. The correction value of the weight vector is set as , . is the learning rate, and the value range is 0∼1. The following equations are obtained through calculation: The value of can be calculated by the above equation, and then the weight vector can be corrected by to obtain the corrected weight vector [14].(2)Self-coding neural networks based on multilayer neurons include Autoencoder and Sparse Coding, which have recently attracted extensive attention. Figure 3 shows the specific model. The specific calculation method is expressed aswhere represent the input matrices of the th task, respectively; is the total number of samples; represents a regularized constraint; and is the weight that controls the regularization constraint [15].(3)Deep belief network (DBN) is a kind of neural network of machine learning, which can be used for both unsupervised learning and supervised learning. DBN is a probability generation model. Compared with the neural network of the traditional discrimination model, the generation model is to establish a joint distribution between observation data and labels. The whole neural network can generate training data according to the maximum probability by training the weights between its neurons [16].


DL algorithm has achieved great success in the field of computer vision, such as image classification and target detection. However, due to storage space and computation limitations, DL technology application in embedded and mobile devices with certain storage and computing requirements is still a great challenge. How to compress the model to reduce storage space and computing consumption has become a research hotspot. Present compression is mainly realized through the two methods below [17, 18].
2.1.1. Matrix Decomposition Algorithm
Matrix decomposition is a commonly used algorithm in model compression, including singular value decomposition (SVD) or low-rank decomposition algorithm. The idea is to obtain the most representative information in the parameter matrix of each layer by approximate estimation to realize the effect of accelerating the operation speed of the compression model [19]. For example, if the number of fully connected input layers is x, the size is , and the weight matrix is , the calculation method of the output data of the fully connected layer is as follows:
If the singular value decomposition is performed on and the first important eigenvalues after decomposition are approximately used to replace , the following equation displays the decomposition calculation method:where represents an orthogonal matrix in dimension, is a diagonal matrix corresponding to the first t values in the original diagonal matrix , and represents an orthogonal matrix in dimension. From the above equation, the following equation displays the specific calculation method of singular value decomposition:
2.1.2. Modify the Original Network Structure
Replacing network width with network depth is one of the methods to realize network model compression. Figure 4 shows the specific form.

(a)

(b)
Figure 4(a) is characterized by the neural network’s large width and small depth. Figure 4(b) is characterized by the neural network’s small width and large depth. The advantage of increasing the depth is that the more parameters the neural network carries, the more data it can train at one time. Then, it is more favorable for the test data inspection and analysis [20, 21].
The lightweight DL model is introduced into the design and research of the dechlorination experiment to enhance the accuracy and convenience of the experiment. Figure 5 shows the specific design process.

Figure 5 reveals that factors such as cement content, fly ash content (or slag powder), and curing time are selected as input and chloride ion diffusion coefficient as output. The autonomous learning ability of the CNN is adopted to train the prediction model. In data processing, Pmax is equal to 270 and 2.2 × 10−11 m2/s, the maximum value of input and output values, respectively. Four 2 × 2 parameter convolution kernels are set in the convolution feature layer, and the sigmoid function is adopted as the activation function.
2.2. Characteristics of Chloride Ion and Dechlorination Technology
Chlorine (Cl) is a nonmetallic element. It is a yellow-green gas under normal temperature and pressure; has a strong pungent smell and very active chemical properties; and is toxic [22, 23]. Chlorine widely exists in nature in the compound form, which is also of great significance to human physiological activities [24]. Sodium chloride salt is common in life.
The following equation is the calculation method of one-dimensional chloride diffusion in concrete:where represents the chloride ion content at away from the erosion surface when the erosion time is , and represents the effective chloride ion diffusion coefficient.
At present, there are mainly three kinds of dechlorination technologies, namely electrochemical removal method, physicochemical method, and chemical method. (1) Electrochemical method is a method to transfer or transform chloride ions in solution through an external current and finally realize the separation of chloride ions from the solution to be treated. Different from other methods, electrochemical treatment has a high degree of automation and does not need additional agents. However, the energy consumption of electrochemical treatment is large, and it is difficult to produce concentrated liquid or chlorine gas. In general, electrochemistry has a good application prospect in circulating water treatment. The overall operation of the electrochemical method is relatively simple and clean without adding chemical reagents. Electrochemical energy is relatively popular and easy to obtain. However, the relative energy consumption is large and the treatment cost is high [25]. (2) Physicochemical methods are to remove chloride ions through interception or adsorption technology, including the methods of reverse osmosis and ion exchange resin treatment. Reverse osmosis technology is a membrane treatment technology with high removal efficiency and can reduce chloride ions to a small amount. However, there are membrane damage and high energy consumption. At present, many studies are about membrane modification. Membrane modification can reduce membrane damage and increase membrane permeability. The ion exchange resin method refers to the replacement of the exchangeable group on the resin with the chloride ion to be removed from the electrolyte. The treatment efficiency of the ion exchange method is high, and the resin can be reused. However, the resin has incomplete desorption, and its adsorption and desorption properties are changed by changing the properties of the resin [26, 27]. (3) Chemical dechlorination methods mainly include the ultra-high lime aluminum method, layered bimetallic hydroxide, copper powder precipitation, and blowing in NO2. First, the principle of the ultra-high lime aluminum method is to react with Cl- in the presence of Ca(OH)2 and Al(OH)3 to form Ca4Al2(OH)12Cl2. The ultra-high lime aluminum process has sufficient raw materials and low requirements for water quality and impact load resistance. However, its raw material utilization rate is low, the reaction conditions are complex, and the effluent hardness will increase [28]. Layered bimetallic hydroxide is a kind of anionic clay with a layered structure. The calcined products of bimetallic hydroxides can reabsorb water and anions under certain conditions by using the structural memory effect to partially restore the layered structure of lactate dehydrogenase [29]. Layered double-layer hydroxide has a stable effect and high chloride ion removal efficiency, but chloride ions will be affected by the presence of other anions [30, 31]. Principle of copper powder dechlorination: copper and copper ions interact with chloride ions in solution to form cuprous chloride precipitation. Copper powder precipitation may introduce new impurities and the high cost of chlorine remover. However, this method can be used in mining and metallurgy industries with low chlorine concentrations to realize waste utilization [32, 33].
2.3. Experimental Equipment and Methods
Tables 1 and 2 show the drugs, reagents, instruments, and equipment used.
3. Results and Analysis
3.1. Study on Adsorption and Desorption Properties of Dechlorination Adsorbent
Based on the above experimental conditions, the adsorption performance of dechlorination adsorbent is studied. Figure 6 shows the specific results.

(a)

(b)

(c)
Figure 6 suggests that the chloride ion concentration gradually decreases with the extension of adsorption time. After 65 minutes, the chloride ion concentration does not change, indicating that the maximum adsorption capacity has been reached. Meanwhile, the pH will gradually rise during the reaction. Therefore, at the beginning of the reaction, a certain amount of sulfuric acid needs to be added to maintain the subsequent consumption of sulfuric acid. The removal rate of chloride ions in water can decrease almost in proportion with the addition of adsorbent. Figure 6(b) shows the results, suggesting that the chloride ion dosage can control the chloride ion removal rate, and the maximum chloride ion removal rate can reach more than 98.01%. Figure 6(c) reveals the effect of temperature on the adsorption performance of the material. It reveals that the influence of temperature on the dechlorination process is quite obvious. With the increase of temperature, the removal rate of chloride ions increases.
Figure 7 is the research result of adsorbent desorption performance.

(a)

(b)
Figure 7(a) shows that the regeneration effect will be improved when the alkali concentration increases. However, the acid consumption required for subsequent neutralization and the cost of dechlorination will increase. The adsorbent’s regeneration effect is poor using a low alkali concentration. 2 mol/L sodium hydroxide is selected as the alkali concentration for adsorbent regeneration through comprehensive comparison. Figure 7(b) shows that the regeneration performance of the adsorbent decreases gradually with the increase of NaCl concentration in the solution. When the NaCl concentration in the regeneration solution reaches 120 g/L, the adsorbent can still maintain 60% adsorption efficiency after regeneration. Upon conversion, this is equivalent to the salt concentration of alkali regeneration solution after three times of continuous neutralization. Therefore, the same batch of regeneration solution can be used for three times during the experiment. In addition, when the calcium hardness in the regeneration solution is less than 500 mg/L, it has little effect on the regeneration performance of the regeneration solution. The follow-up study reveals that even if the raw water hardness (CaCO3) reaches 11310 mg/L, the adsorbed adsorbent enters the alkali regeneration solution after 0.1 mol/l sulfuric acid pickling and twice water washing, and the hardness was less than 500 mg/L, so it has little impact on the subsequent alkali reuse.
3.2. Study on the Optimization of Dechlorination Experimental Design of Lightweight DL Model
Seaports and sea crossing bridges are often eroded by chloride ions, resulting in reinforcement corrosion and concrete surface falling off. Therefore, the prediction results of the lightweight DL model in chloride diffusion of slag powder concrete are analyzed (Figure 8).

Figure 8 displays that the curing age of concrete is selected as 18 days, 90 days, and 180 days, respectively. Moreover, the experimental data are compared with the experimental data added with the lightweight DL algorithm. When the curing age is 18 and the water to binder ratio is about 41%, the predicted value of the lightweight DL model deviates from the experimental value. When the curing age is 90 days, the values completely coincide. When the curing age is 180 days, the data coincide only when the water to binder ratio is about 41%. It reveals that when the curing age is 90 days, the prediction result data of the lightweight DL model are completely consistent. However, the figure also reveals that the error values are within 0.2, indicating that the values predicted by the lightweight DL model show a strong correlation with the chloride diffusion value in the experiment.
Moreover, the prediction results of the lightweight DL model in chloride diffusion of fly ash concrete are analyzed (Figure 9).

Similar to Figure 8, the experimental data are compared with the experimental data added with the lightweight DL algorithm. Figure 9 shows that there are errors to a certain extent in the curing age of 18 days, 90 days, and 180 days, among which the largest error is the chloride ion prediction result of the fly ash concrete in 90 days. However, similar to the prediction results of chloride diffusion in slag powder concrete, although there are errors, they are all in the range of 0.2. Therefore, it can be preliminarily determined that the lightweight DL model has certain applicability to the prediction results for chloride ion diffusion.
4. Conclusion
With the continuous progress of industrialization, soil, water quality, and air have also been polluted, and there are multiple kinds of pollution, among which the excessive concentration of chloride ions is one of them. First, the adsorption and desorption properties of the dechlorination adsorbent are analyzed. Then, the lightweight DL model is introduced into the chloride diffusion prediction experiment of slag powder and fly ash concrete. The data statistics and comparative analysis methods are used to draw the following conclusions: (1) After studying the adsorption performance of dechlorination adsorbent, it is found that the chloride ion concentration decreases gradually with the extension of adsorption time. The removal rate of chloride ions in water can decrease almost in proportion to the addition of adsorbent. With the increase of temperature, the removal rate of chloride ions will also increase. (2) The desorption performance of the dechlorination adsorbent is analyzed. It is found that when the alkali concentration increases, the regeneration effect will be improved. However, the acid consumption required for subsequent neutralization and the dechlorination cost will increase. However, the regeneration effect of the adsorbent is poor using a low concentration of alkali. 2 mol/L sodium hydroxide is selected as the alkali concentration for adsorbent regeneration after a comprehensive comparison. With the increase of NaCl concentration in the solution, the regeneration performance of the adsorbent decreases gradually. (3) The prediction results of the lightweight DL model in chloride diffusion of slag powder concrete are analyzed. Thereafter, it is found that when the curing age of slag powder and fly ash is selected at 18 days, 90 days, and 180 days, respectively, there will be some errors more or less, but they are all in the range of 0.2, indicating that the lightweight DL model has certain applicability to the prediction results of chloride diffusion.
Due to the limited energy, there are some limitations in data acquisition, resulting in some deviations in the inspection of relevant data. There is also a study on the design of a dechlorination experiment based on a lightweight DL model, which has not been discussed regarding economic cost investment. According to the specific situation, the benefit evaluation can be carried out in the follow-up research. In this way, to a certain extent, it can bring certain methods and optimization directions for the dechlorination experiment in production and life. [34].
Data Availability
The data used to support the findings of this study are included within the article.
Conflicts of Interest
The authors declare that they have no conflicts of interest to report regarding the present study.