An in-memory storage system provides submillisecond latency and improves the concurrency of user applications by caching data into memory from external storage.Fault tolerance of in-memory storage systems is essential...An in-memory storage system provides submillisecond latency and improves the concurrency of user applications by caching data into memory from external storage.Fault tolerance of in-memory storage systems is essential,as the loss of cached data requires access to data from external storage,which evidently increases the response latency.Typically,replication and erasure code(EC)are two fault-tolerant schemes that pose different trade-offs between access performance and storage usage.To help make the best performance and space trade-off,we design ElasticMem,a hybrid fault-tolerant distributed in-memory storage system that supports elastic redundancy transition to dynamically change the fault-tolerant scheme.ElasticMem exploits a novel EC-oriented replication(EOR)that carefully designs the data placement of replication according to the future data layout of EC to enhance the I/O efficiency of redundancy transition.ElasticMem solves the consistency problem caused by concurrent data accesses via a lightweight table-based scheme combined with data bypassing.It detects correlated read and write requests and serves subsequent read requests with local data.We implement a prototype that realizes ElasticMem based on Memcached.Experiments show that ElasticMem remarkably reduces the time of redundancy transition,the overall latency of correlated concurrent data accesses,and the latency of single data access among them.展开更多
This paper explores the recovery of block sparse signals in frame-based settings using the l_(2)/l_(q)-synthesis technique(0<q≤1).We propose a new null space property,referred to as block D-NSP_(q),which is based ...This paper explores the recovery of block sparse signals in frame-based settings using the l_(2)/l_(q)-synthesis technique(0<q≤1).We propose a new null space property,referred to as block D-NSP_(q),which is based on the dictionary D.We establish that matrices adhering to the block D-NSP_(q)condition are both necessary and sufficient for the exact recovery of block sparse signals via l_(2)/l_(q)-synthesis.Additionally,this condition is essential for the stable recovery of signals that are block-compressible with respect to D.This D-NSP_(q)property is identified as the first complete condition for successful signal recovery using l_(2)/l_(q)-synthesis.Furthermore,we assess the theoretical efficacy of the l2/lq-synthesis method under conditions of measurement noise.展开更多
Ballet is one of the finalists of the block cipher project in the 2019 National Cryptographic Algorithm Design Competition.This study aims to conduct a comprehensive security evaluation of Ballet from the perspective ...Ballet is one of the finalists of the block cipher project in the 2019 National Cryptographic Algorithm Design Competition.This study aims to conduct a comprehensive security evaluation of Ballet from the perspective of differential-linear(DL)cryptanalysis.Specifically,we present an automated search for the DL distinguishers of Ballet based on MILP/MIQCP.For the versions with block sizes of 128 and 256 bits,we obtain 16 and 22 rounds distinguishers with estimated correlations of 2^(-59.89)and 2^(-116.80),both of which are the publicly longest distinguishers.In addition,this study incorporates the complexity information of key-recovery attacks into the automated model,to search for the optimal key-recovery attack structures based on DL distinguishers.As a result,we mount the key-recovery attacks on 16-round Ballet-128/128,17-round Ballet-128/256,and 21-round Ballet-256/256.The data/time complexities for these attacks are 2^(108.36)/2^(120.36),2^(115.90)/2^(192),and 2^(227.62)/2^(240.67),respectively.展开更多
This work proposes the application of an iterative learning model predictive control(ILMPC)approach based on an adaptive fault observer(FOBILMPC)for fault-tolerant control and trajectory tracking in air-breathing hype...This work proposes the application of an iterative learning model predictive control(ILMPC)approach based on an adaptive fault observer(FOBILMPC)for fault-tolerant control and trajectory tracking in air-breathing hypersonic vehicles.In order to increase the control amount,this online control legislation makes use of model predictive control(MPC)that is based on the concept of iterative learning control(ILC).By using offline data to decrease the linearized model’s faults,the strategy may effectively increase the robustness of the control system and guarantee that disturbances can be suppressed.An adaptive fault observer is created based on the suggested ILMPC approach in order to enhance overall fault tolerance by estimating and compensating for actuator disturbance and fault degree.During the derivation process,a linearized model of longitudinal dynamics is established.The suggested ILMPC approach is likely to be used in the design of hypersonic vehicle control systems since numerical simulations have demonstrated that it can decrease tracking error and speed up convergence when compared to the offline controller.展开更多
The operational readiness test(ORT),like weapon testing before firing,is becoming more and more important for systems used in the field.However,the test requirement of the ORT is distinctive.Specifically,the rule of s...The operational readiness test(ORT),like weapon testing before firing,is becoming more and more important for systems used in the field.However,the test requirement of the ORT is distinctive.Specifically,the rule of selecting test items should be changed in different test turns,and whether there is a fault is more important than where the fault is.The popular dependency matrix(D-matrix)processing algorithms becomes low efficient because they cannot change their optimizing direc-tion and spend unnecessary time on fault localization and isola-tion.To this end,this paper proposes a D-matrix processing algorithm named piecewise heuristic algorithm for D-matrix(PHAD).Its key idea is to use a piecewise function comprised of multiple different functions instead of the commonly used fixed function and switch subfunctions according to the test stage.In this manner,PHAD has the capability of changing optimizing direction,precisely matching the variant test requirements,and generating an efficient test sequence.The experiments on the random matrixes of different sizes and densities prove that the proposed algorithm performs better than the classical algo-rithms in terms of expected test cost(ETC)and other metrics.More generally,the piecewise heuristic function shows a new way to design D-matrix processing algorithm and a more flexi-ble heuristic function to meet more complicated test requirements.展开更多
Fault diagnosis occupies a pivotal position within the domain of machine and equipment management.Existing methods,however,often exhibit limitations in their scope of application,typically focusing on specific types o...Fault diagnosis occupies a pivotal position within the domain of machine and equipment management.Existing methods,however,often exhibit limitations in their scope of application,typically focusing on specific types of signals or faults in individual mechanical components while being constrained by data types and inherent characteristics.To address the limitations of existing methods,we propose a fault diagnosis method based on graph neural networks(GNNs)embedded with multirelationships of intrinsic mode functions(MIMF).The approach introduces a novel graph topological structure constructed from the features of intrinsic mode functions(IMFs)of monitored signals and their multirelationships.Additionally,a graph-level based fault diagnosis network model is designed to enhance feature learning capabilities for graph samples and enable flexible application across diverse signal sources and devices.Experimental validation with datasets including independent vibration signals for gear fault detection,mixed vibration signals for concurrent gear and bearing faults,and pressure signals for hydraulic cylinder leakage characterization demonstrates the model's adaptability and superior diagnostic accuracy across various types of signals and mechanical systems.展开更多
The ammunition loading system manipulator is susceptible to gear failure due to high-frequency,heavyload reciprocating motions and the absence of protective gear components.After a fault occurs,the distribution of fau...The ammunition loading system manipulator is susceptible to gear failure due to high-frequency,heavyload reciprocating motions and the absence of protective gear components.After a fault occurs,the distribution of fault characteristics under different loads is markedly inconsistent,and data is hard to label,which makes it difficult for the traditional diagnosis method based on single-condition training to generalize to different conditions.To address these issues,the paper proposes a novel transfer discriminant neural network(TDNN)for gear fault diagnosis.Specifically,an optimized joint distribution adaptive mechanism(OJDA)is designed to solve the distribution alignment problem between two domains.To improve the classification effect within the domain and the feature recognition capability for a few labeled data,metric learning is introduced to distinguish features from different fault categories.In addition,TDNN adopts a new pseudo-label training strategy to achieve label replacement by comparing the maximum probability of the pseudo-label with the test result.The proposed TDNN is verified in the experimental data set of the artillery manipulator device,and the diagnosis can achieve 99.5%,significantly outperforming other traditional adaptation methods.展开更多
This research focuses on detecting faults in flight vehicles with unstable subsystems operating asynchronously.By accounting for asynchronous switching,a switched model is established,and filters for fault detection(F...This research focuses on detecting faults in flight vehicles with unstable subsystems operating asynchronously.By accounting for asynchronous switching,a switched model is established,and filters for fault detection(FD)in unstable subsystems are developed.The FD challenge is then transformed into an H∞filtering issue.Utilizing the multiple discontinuous Lyapunov function(MDLF)approach and the mode-dependent average dwell time(MDADT)method,sufficient conditions are derived to ensure stability during both fast and slow switching.Furthermore,the existence and solutions for FD filters are provided through linear matrix inequalities(LMIs).The simulation outcomes demonstrated the excellent performance of the developed method in studied cases.展开更多
Using the data of regional seismic network, this paper analyzes the current faulting behaviors of different segments of the Anninghe-Zemuhe fault zone, western Sichuan, and identifies the likely risky segments for pot...Using the data of regional seismic network, this paper analyzes the current faulting behaviors of different segments of the Anninghe-Zemuhe fault zone, western Sichuan, and identifies the likely risky segments for potential large earthquakes. The authors map the probable asperities from the abnormally low b-value distribution, develop and employ a method for identifying current faulting behaviors of individual fault segment from the combinations of multiple seismicity parameter values, and make an effort to estimate the average recurrence intervals of character-istic earthquakes by using the parameters of magnitude-frequency relationship of the asperity segment. The result suggests that the studied fault zone contains 5 segments of different current faulting behaviors. Among them, the Mianning-Xichang segment of the Anninghe fault has been locked under high stress, its central part is probably an asperity with a relatively large scale. The Xichang-Puge segment of the Zemuhe fault displays very low seismicity under low stress. Both the locked segment and the low-seismicity segment can be outlined on the across-profile of relocated hypocenter depths. The Mianning-Xichang segment is identified to be the one with potential large earth-quake risk, for which the average recurrence interval between the latest M = 6.7 earthquake in 1952 and the next characteristic event is estimated to be 55 to 67 years, and the magnitude of the potential earthquake between 7.0 and 7.5. Also, it has been preliminarily suggested that for a certain fault segment, its faulting behaviors may change and evolve with time gradually.展开更多
Physical model tests have been conducted by various researchers to investigate fault rupture propagation and ground deformation induced by bedrock faulting. However, the effects of pre-existing fracture on ground defo...Physical model tests have been conducted by various researchers to investigate fault rupture propagation and ground deformation induced by bedrock faulting. However, the effects of pre-existing fracture on ground deformation are not fully understood. In this work, six centrifuge tests are reported to investigate the influence of pre-existing fracture on ground deformation induced by normal faulting in sand, clay and nine-layered soil with interbedded sand and clay layers. Shear box tests were conducted to develop a filter paper technique, which was adopted in soil model preparation to simulate the effects of pre-existing fracture in centrifuge tests. Centrifuge test results show that ground deformation mechanism in clay, sand and nine-layered soil strata is classified as a stationary zone, a shearing zone and a rigid body zone. Inclination of the strain localization is governed by the dilatancy of soil material. Moreover, the pre-existing fracture provides a preferential path for ground deformation and results in a scarp at the ground surface in sand. On the contrary, fault ruptures are observed at the ground surface in clay and nine-layered soil strata.展开更多
Jiali fault is one of the major faults in southeastern Tibetan plateau. From Naqu to Jiali along which the field investigation has been done, the fault roughly extends in N60W direction and consists of three segments ...Jiali fault is one of the major faults in southeastern Tibetan plateau. From Naqu to Jiali along which the field investigation has been done, the fault roughly extends in N60W direction and consists of three segments arranged in en echelon. From Luoermano to Esukongma (about 40km) where the fault is the northern boundary of the Sangdi basin that extend north\|south, late Quaternary surface ruptures have been found. Within this segment the creeks and gullies that cross the fault were offset and the displacements range from several meters to about 5km. The average slip rate during late Quaternary is about 10mm/a for this segment. An interesting phenomena is that the large displacement can only be found at those places where the fault is related to the basins that extend north\|south. Outside the basins, no convincing evidence has been found for late Quaternary surface ruptures and average slip rate for the whole fault is only about 3mm/a middle Pleistocene. It seems that these strike\|slip faults behave like a transform fault and the strike\|slip motion along them were a consequence of east\|west extension that creates the north\|south graben systems rather than the vice versa.展开更多
New classification scheme about faulted rocks is proposed, according to the extent of grain reduction and growth and their sequence, and faulted rocks are classified as follows: (1) faulted rocks formed by the reducti...New classification scheme about faulted rocks is proposed, according to the extent of grain reduction and growth and their sequence, and faulted rocks are classified as follows: (1) faulted rocks formed by the reduction action mainly include breccia series, cataclasite series, tectonobutchite series, mylonite series; (2) faulted rocks formed by growth action is mainly tectonoschist (gneiss) series; (3) blastomylonite series formed by grain reduction first and then growth; (4) mylonitic schist (gneiss) series formed by crystal growth first and then grain reduction. All series can be further classified according to matrix contents.展开更多
基金supported by the Fundamental Research Funds for the Central Universities(WK2150110022)Anhui Provincial Natural Science Foundation(2208085QF189)National Natural Science Foundation of China(62202440).
文摘An in-memory storage system provides submillisecond latency and improves the concurrency of user applications by caching data into memory from external storage.Fault tolerance of in-memory storage systems is essential,as the loss of cached data requires access to data from external storage,which evidently increases the response latency.Typically,replication and erasure code(EC)are two fault-tolerant schemes that pose different trade-offs between access performance and storage usage.To help make the best performance and space trade-off,we design ElasticMem,a hybrid fault-tolerant distributed in-memory storage system that supports elastic redundancy transition to dynamically change the fault-tolerant scheme.ElasticMem exploits a novel EC-oriented replication(EOR)that carefully designs the data placement of replication according to the future data layout of EC to enhance the I/O efficiency of redundancy transition.ElasticMem solves the consistency problem caused by concurrent data accesses via a lightweight table-based scheme combined with data bypassing.It detects correlated read and write requests and serves subsequent read requests with local data.We implement a prototype that realizes ElasticMem based on Memcached.Experiments show that ElasticMem remarkably reduces the time of redundancy transition,the overall latency of correlated concurrent data accesses,and the latency of single data access among them.
基金Supported by The Featured Innovation Projects of the General University of Guangdong Province(2023KTSCX096)The Special Projects in Key Areas of Guangdong Province(ZDZX1088)Research Team Project of Guangdong University of Education(2024KYCXTD018)。
文摘This paper explores the recovery of block sparse signals in frame-based settings using the l_(2)/l_(q)-synthesis technique(0<q≤1).We propose a new null space property,referred to as block D-NSP_(q),which is based on the dictionary D.We establish that matrices adhering to the block D-NSP_(q)condition are both necessary and sufficient for the exact recovery of block sparse signals via l_(2)/l_(q)-synthesis.Additionally,this condition is essential for the stable recovery of signals that are block-compressible with respect to D.This D-NSP_(q)property is identified as the first complete condition for successful signal recovery using l_(2)/l_(q)-synthesis.Furthermore,we assess the theoretical efficacy of the l2/lq-synthesis method under conditions of measurement noise.
基金National Natural Science Foundation of China(62272147,12471492,62072161,12401687)Shandong Provincial Natural Science Foundation(ZR2024QA205)+1 种基金Science and Technology on Communication Security Laboratory Foundation(6142103012207)Innovation Group Project of the Natural Science Foundation of Hubei Province of China(2023AFA021)。
文摘Ballet is one of the finalists of the block cipher project in the 2019 National Cryptographic Algorithm Design Competition.This study aims to conduct a comprehensive security evaluation of Ballet from the perspective of differential-linear(DL)cryptanalysis.Specifically,we present an automated search for the DL distinguishers of Ballet based on MILP/MIQCP.For the versions with block sizes of 128 and 256 bits,we obtain 16 and 22 rounds distinguishers with estimated correlations of 2^(-59.89)and 2^(-116.80),both of which are the publicly longest distinguishers.In addition,this study incorporates the complexity information of key-recovery attacks into the automated model,to search for the optimal key-recovery attack structures based on DL distinguishers.As a result,we mount the key-recovery attacks on 16-round Ballet-128/128,17-round Ballet-128/256,and 21-round Ballet-256/256.The data/time complexities for these attacks are 2^(108.36)/2^(120.36),2^(115.90)/2^(192),and 2^(227.62)/2^(240.67),respectively.
基金supported by the National Natural Science Foundation of China(12072090).
文摘This work proposes the application of an iterative learning model predictive control(ILMPC)approach based on an adaptive fault observer(FOBILMPC)for fault-tolerant control and trajectory tracking in air-breathing hypersonic vehicles.In order to increase the control amount,this online control legislation makes use of model predictive control(MPC)that is based on the concept of iterative learning control(ILC).By using offline data to decrease the linearized model’s faults,the strategy may effectively increase the robustness of the control system and guarantee that disturbances can be suppressed.An adaptive fault observer is created based on the suggested ILMPC approach in order to enhance overall fault tolerance by estimating and compensating for actuator disturbance and fault degree.During the derivation process,a linearized model of longitudinal dynamics is established.The suggested ILMPC approach is likely to be used in the design of hypersonic vehicle control systems since numerical simulations have demonstrated that it can decrease tracking error and speed up convergence when compared to the offline controller.
文摘The operational readiness test(ORT),like weapon testing before firing,is becoming more and more important for systems used in the field.However,the test requirement of the ORT is distinctive.Specifically,the rule of selecting test items should be changed in different test turns,and whether there is a fault is more important than where the fault is.The popular dependency matrix(D-matrix)processing algorithms becomes low efficient because they cannot change their optimizing direc-tion and spend unnecessary time on fault localization and isola-tion.To this end,this paper proposes a D-matrix processing algorithm named piecewise heuristic algorithm for D-matrix(PHAD).Its key idea is to use a piecewise function comprised of multiple different functions instead of the commonly used fixed function and switch subfunctions according to the test stage.In this manner,PHAD has the capability of changing optimizing direction,precisely matching the variant test requirements,and generating an efficient test sequence.The experiments on the random matrixes of different sizes and densities prove that the proposed algorithm performs better than the classical algo-rithms in terms of expected test cost(ETC)and other metrics.More generally,the piecewise heuristic function shows a new way to design D-matrix processing algorithm and a more flexi-ble heuristic function to meet more complicated test requirements.
文摘Fault diagnosis occupies a pivotal position within the domain of machine and equipment management.Existing methods,however,often exhibit limitations in their scope of application,typically focusing on specific types of signals or faults in individual mechanical components while being constrained by data types and inherent characteristics.To address the limitations of existing methods,we propose a fault diagnosis method based on graph neural networks(GNNs)embedded with multirelationships of intrinsic mode functions(MIMF).The approach introduces a novel graph topological structure constructed from the features of intrinsic mode functions(IMFs)of monitored signals and their multirelationships.Additionally,a graph-level based fault diagnosis network model is designed to enhance feature learning capabilities for graph samples and enable flexible application across diverse signal sources and devices.Experimental validation with datasets including independent vibration signals for gear fault detection,mixed vibration signals for concurrent gear and bearing faults,and pressure signals for hydraulic cylinder leakage characterization demonstrates the model's adaptability and superior diagnostic accuracy across various types of signals and mechanical systems.
文摘The ammunition loading system manipulator is susceptible to gear failure due to high-frequency,heavyload reciprocating motions and the absence of protective gear components.After a fault occurs,the distribution of fault characteristics under different loads is markedly inconsistent,and data is hard to label,which makes it difficult for the traditional diagnosis method based on single-condition training to generalize to different conditions.To address these issues,the paper proposes a novel transfer discriminant neural network(TDNN)for gear fault diagnosis.Specifically,an optimized joint distribution adaptive mechanism(OJDA)is designed to solve the distribution alignment problem between two domains.To improve the classification effect within the domain and the feature recognition capability for a few labeled data,metric learning is introduced to distinguish features from different fault categories.In addition,TDNN adopts a new pseudo-label training strategy to achieve label replacement by comparing the maximum probability of the pseudo-label with the test result.The proposed TDNN is verified in the experimental data set of the artillery manipulator device,and the diagnosis can achieve 99.5%,significantly outperforming other traditional adaptation methods.
基金the National Natural Science Foundation of China(Grant Nos.62303380,62176214,62101590,62003268)the Aeronautical Science Foundation of China(Grant No.201907053001).
文摘This research focuses on detecting faults in flight vehicles with unstable subsystems operating asynchronously.By accounting for asynchronous switching,a switched model is established,and filters for fault detection(FD)in unstable subsystems are developed.The FD challenge is then transformed into an H∞filtering issue.Utilizing the multiple discontinuous Lyapunov function(MDLF)approach and the mode-dependent average dwell time(MDADT)method,sufficient conditions are derived to ensure stability during both fast and slow switching.Furthermore,the existence and solutions for FD filters are provided through linear matrix inequalities(LMIs).The simulation outcomes demonstrated the excellent performance of the developed method in studied cases.
基金Chinese Joint Seismological Science Foundation (102002).
文摘Using the data of regional seismic network, this paper analyzes the current faulting behaviors of different segments of the Anninghe-Zemuhe fault zone, western Sichuan, and identifies the likely risky segments for potential large earthquakes. The authors map the probable asperities from the abnormally low b-value distribution, develop and employ a method for identifying current faulting behaviors of individual fault segment from the combinations of multiple seismicity parameter values, and make an effort to estimate the average recurrence intervals of character-istic earthquakes by using the parameters of magnitude-frequency relationship of the asperity segment. The result suggests that the studied fault zone contains 5 segments of different current faulting behaviors. Among them, the Mianning-Xichang segment of the Anninghe fault has been locked under high stress, its central part is probably an asperity with a relatively large scale. The Xichang-Puge segment of the Zemuhe fault displays very low seismicity under low stress. Both the locked segment and the low-seismicity segment can be outlined on the across-profile of relocated hypocenter depths. The Mianning-Xichang segment is identified to be the one with potential large earth-quake risk, for which the average recurrence interval between the latest M = 6.7 earthquake in 1952 and the next characteristic event is estimated to be 55 to 67 years, and the magnitude of the potential earthquake between 7.0 and 7.5. Also, it has been preliminarily suggested that for a certain fault segment, its faulting behaviors may change and evolve with time gradually.
基金Project supported by the Earthquake Administration of Beijing Municipality and the National Development and Reform Commission of ChinaProject(IRT1125) supported by the program for Changjiang Scholars and Innovative Research Team in University, China
文摘Physical model tests have been conducted by various researchers to investigate fault rupture propagation and ground deformation induced by bedrock faulting. However, the effects of pre-existing fracture on ground deformation are not fully understood. In this work, six centrifuge tests are reported to investigate the influence of pre-existing fracture on ground deformation induced by normal faulting in sand, clay and nine-layered soil with interbedded sand and clay layers. Shear box tests were conducted to develop a filter paper technique, which was adopted in soil model preparation to simulate the effects of pre-existing fracture in centrifuge tests. Centrifuge test results show that ground deformation mechanism in clay, sand and nine-layered soil strata is classified as a stationary zone, a shearing zone and a rigid body zone. Inclination of the strain localization is governed by the dilatancy of soil material. Moreover, the pre-existing fracture provides a preferential path for ground deformation and results in a scarp at the ground surface in sand. On the contrary, fault ruptures are observed at the ground surface in clay and nine-layered soil strata.
文摘Jiali fault is one of the major faults in southeastern Tibetan plateau. From Naqu to Jiali along which the field investigation has been done, the fault roughly extends in N60W direction and consists of three segments arranged in en echelon. From Luoermano to Esukongma (about 40km) where the fault is the northern boundary of the Sangdi basin that extend north\|south, late Quaternary surface ruptures have been found. Within this segment the creeks and gullies that cross the fault were offset and the displacements range from several meters to about 5km. The average slip rate during late Quaternary is about 10mm/a for this segment. An interesting phenomena is that the large displacement can only be found at those places where the fault is related to the basins that extend north\|south. Outside the basins, no convincing evidence has been found for late Quaternary surface ruptures and average slip rate for the whole fault is only about 3mm/a middle Pleistocene. It seems that these strike\|slip faults behave like a transform fault and the strike\|slip motion along them were a consequence of east\|west extension that creates the north\|south graben systems rather than the vice versa.
文摘New classification scheme about faulted rocks is proposed, according to the extent of grain reduction and growth and their sequence, and faulted rocks are classified as follows: (1) faulted rocks formed by the reduction action mainly include breccia series, cataclasite series, tectonobutchite series, mylonite series; (2) faulted rocks formed by growth action is mainly tectonoschist (gneiss) series; (3) blastomylonite series formed by grain reduction first and then growth; (4) mylonitic schist (gneiss) series formed by crystal growth first and then grain reduction. All series can be further classified according to matrix contents.