Secret sharing is a promising technology for information encryption by splitting the secret information into different shares.However,the traditional scheme suffers from information leakage in decryption process since...Secret sharing is a promising technology for information encryption by splitting the secret information into different shares.However,the traditional scheme suffers from information leakage in decryption process since the amount of available information channels is limited.Herein,we propose and demonstrate an optical secret sharing framework based on the multi-dimensional multiplexing liquid crystal(LC)holograms.The LC holograms are used as spatially separated shares to carry secret images.The polarization of the incident light and the distance between different shares are served as secret keys,which can significantly improve the information security and capacity.Besides,the decryption condition is also restricted by the applied external voltage due to the variant diffraction efficiency,which further increases the information security.In implementation,an artificial neural network(ANN)model is developed to carefully design the phase distribution of each LC hologram.With the advantage of high security,high capacity and simple configuration,our optical secret sharing framework has great potentials in optical encryption and dynamic holographic display.展开更多
Intelligence and perception are two operative technologies in 6G scenarios.The intelligent wireless network and information perception require a deep fusion of artificial intelligence(AI)and wireless communications in...Intelligence and perception are two operative technologies in 6G scenarios.The intelligent wireless network and information perception require a deep fusion of artificial intelligence(AI)and wireless communications in 6G systems.Therefore,fusion is becoming a typical feature and key challenge of 6G wireless communication systems.In this paper,we focus on the critical issues and propose three application scenarios in 6G wireless systems.Specifically,we first discuss the fusion of AI and 6G networks for the enhancement of 5G-advanced technology and future wireless communication systems.Then,we introduce the wireless AI technology architecture with 6G multidimensional information perception,which includes the physical layer technology of multi-dimensional feature information perception,full spectrum fusion technology,and intelligent wireless resource management.The discussion of key technologies for intelligent 6G wireless network networks is expected to provide a guideline for future research.展开更多
For the two-dimensional(2D)scalar conservation law,when the initial data contain two different constant states and the initial discontinuous curve is a general curve,then complex structures of wave interactions will b...For the two-dimensional(2D)scalar conservation law,when the initial data contain two different constant states and the initial discontinuous curve is a general curve,then complex structures of wave interactions will be generated.In this paper,by proposing and investigating the plus envelope,the minus envelope,and the mixed envelope of 2D non-selfsimilar rarefaction wave surfaces,we obtain and the prove the new structures and classifications of interactions between the 2D non-selfsimilar shock wave and the rarefaction wave.For the cases of the plus envelope and the minus envelope,we get and prove the necessary and sufficient criterion to judge these two envelopes and correspondingly get more general new structures of 2D solutions.展开更多
According to the standards of engineering education accreditation,the achievement paths and evaluation criteria of course goals are presented,aimed at the objectives of software engineering courses and the characteris...According to the standards of engineering education accreditation,the achievement paths and evaluation criteria of course goals are presented,aimed at the objectives of software engineering courses and the characteristics of hybrid teaching in Kunming University of Science and Technology.Then a multi-dimensional evaluation system for course goal achievement of software engineering is proposed.The practice’s results show that the multi-dimensional course goal achievement evaluation is helpful to the continuous improvement of course teaching,which can effectively support the evaluation of graduation outcomes.展开更多
Predictive Maintenance is a type of condition-based maintenance that assesses the equipment's states and estimates its failure probability and when maintenance should be performed.Although machine learning techniq...Predictive Maintenance is a type of condition-based maintenance that assesses the equipment's states and estimates its failure probability and when maintenance should be performed.Although machine learning techniques have been frequently implemented in this area,the existing studies disregard to the nat-ural order between the target attribute values of the historical sensor data.Thus,these methods cause losing the inherent order of the data that positively affects the prediction performances.To deal with this problem,a novel approach,named Ordinal Multi-dimensional Classification(OMDC),is proposed for estimating the conditions of a hydraulic system's four components by taking into the natural order of class values.To demonstrate the prediction ability of the proposed approach,eleven different multi-dimensional classification algorithms(traditional Binary Relevance(BR),Classifier Chain(CC),Bayesian Classifier Chain(BCC),Monte Carlo Classifier Chain(MCC),Probabilistic Classifier Chain(PCC),Clas-sifier Dependency Network(CDN),Classifier Trellis(CT),Classifier Dependency Trellis(CDT),Label Powerset(LP),Pruned Sets(PS),and Random k-Labelsets(RAKEL))were implemented using the Ordinal Class Classifier(OCC)algorithm.Besides,seven different classification algorithms(Multilayer Perceptron(MLP),Support Vector Machine(SVM),k-Nearest Neighbour(kNN),Decision Tree(C4.5),Bagging,Random Forest(RF),and Adaptive Boosting(AdaBoost))were chosen as base learners for the OCC algorithm.The experimental results present that the proposed OMDC approach using binary relevance multi-dimensional classification methods predicts the conditions of a hydraulic system's multiple components with high accuracy.Also,it is clearly seen from the results that the OMDC models that utilize ensemble-based classification algorithms give more reliable prediction performances with an average Hamming score of 0.853 than the others that use traditional algorithms as base learners.展开更多
Since its inception in the 1970s,multi-dimensional magnetic resonance(MR)has emerged as a powerful tool for non-invasive investigations of structures and molecular interactions.MR spectroscopy beyond one dimension all...Since its inception in the 1970s,multi-dimensional magnetic resonance(MR)has emerged as a powerful tool for non-invasive investigations of structures and molecular interactions.MR spectroscopy beyond one dimension allows the study of the correlation,exchange processes,and separation of overlapping spectral information.The multi-dimensional concept has been re-implemented over the last two decades to explore molecular motion and spin dynamics in porous media.Apart from Fourier transform,methods have been developed for processing the multi-dimensional time-domain data,identifying the fluid components,and estimating pore surface permeability via joint relaxation and diffusion spectra.Through the resolution of spectroscopic signals with spatial encoding gradients,multi-dimensional MR imaging has been widely used to investigate the microscopic environment of living tissues and distinguish diseases.Signals in each voxel are usually expressed as multi-exponential decay,representing microstructures or environments along multiple pore scales.The separation of contributions from different environments is a common ill-posed problem,which can be resolved numerically.Moreover,the inversion methods and experimental parameters determine the resolution of multi-dimensional spectra.This paper reviews the algorithms that have been proposed to process multidimensional MR datasets in different scenarios.Detailed information at the microscopic level,such as tissue components,fluid types and food structures in multi-disciplinary sciences,could be revealed through multi-dimensional MR.展开更多
With its untameable and traceable properties,blockchain technology has been widely used in the field of data sharing.How to preserve individual privacy while enabling efficient data queries is one of the primary issue...With its untameable and traceable properties,blockchain technology has been widely used in the field of data sharing.How to preserve individual privacy while enabling efficient data queries is one of the primary issues with secure data sharing.In this paper,we study verifiable keyword frequency(KF)queries with local differential privacy in blockchain.Both the numerical and the keyword attributes are present in data objects;the latter are sensitive and require privacy protection.However,prior studies in blockchain have the problem of trilemma in privacy protection and are unable to handle KF queries.We propose an efficient framework that protects data owners’privacy on keyword attributes while enabling quick and verifiable query processing for KF queries.The framework computes an estimate of a keyword’s frequency and is efficient in query time and verification object(VO)size.A utility-optimized local differential privacy technique is used for privacy protection.The data owner adds noise locally into data based on local differential privacy so that the attacker cannot infer the owner of the keywords while keeping the difference in the probability distribution of the KF within the privacy budget.We propose the VB-cm tree as the authenticated data structure(ADS).The VB-cm tree combines the Verkle tree and the Count-Min sketch(CM-sketch)to lower the VO size and query time.The VB-cm tree uses the vector commitment to verify the query results.The fixed-size CM-sketch,which summarizes the frequency of multiple keywords,is used to estimate the KF via hashing operations.We conduct an extensive evaluation of the proposed framework.The experimental results show that compared to theMerkle B+tree,the query time is reduced by 52.38%,and the VO size is reduced by more than one order of magnitude.展开更多
Mill vibration is a common problem in rolling production,which directly affects the thickness accuracy of the strip and may even lead to strip fracture accidents in serious cases.The existing vibration prediction mode...Mill vibration is a common problem in rolling production,which directly affects the thickness accuracy of the strip and may even lead to strip fracture accidents in serious cases.The existing vibration prediction models do not consider the features contained in the data,resulting in limited improvement of model accuracy.To address these challenges,this paper proposes a multi-dimensional multi-modal cold rolling vibration time series prediction model(MDMMVPM)based on the deep fusion of multi-level networks.In the model,the long-term and short-term modal features of multi-dimensional data are considered,and the appropriate prediction algorithms are selected for different data features.Based on the established prediction model,the effects of tension and rolling force on mill vibration are analyzed.Taking the 5th stand of a cold mill in a steel mill as the research object,the innovative model is applied to predict the mill vibration for the first time.The experimental results show that the correlation coefficient(R^(2))of the model proposed in this paper is 92.5%,and the root-mean-square error(RMSE)is 0.0011,which significantly improves the modeling accuracy compared with the existing models.The proposed model is also suitable for the hot rolling process,which provides a new method for the prediction of strip rolling vibration.展开更多
The query processing in distributed database management systems(DBMS)faces more challenges,such as more operators,and more factors in cost models and meta-data,than that in a single-node DMBS,in which query optimizati...The query processing in distributed database management systems(DBMS)faces more challenges,such as more operators,and more factors in cost models and meta-data,than that in a single-node DMBS,in which query optimization is already an NP-hard problem.Learned query optimizers(mainly in the single-node DBMS)receive attention due to its capability to capture data distributions and flexible ways to avoid hard-craft rules in refinement and adaptation to new hardware.In this paper,we focus on extensions of learned query optimizers to distributed DBMSs.Specifically,we propose one possible but general architecture of the learned query optimizer in the distributed context and highlight differences from the learned optimizer in the single-node ones.In addition,we discuss the challenges and possible solutions.展开更多
With the rapid development of artificial intelligence, large language models (LLMs) have demonstrated remarkable capabilities in natural language understanding and generation. These models have great potential to enha...With the rapid development of artificial intelligence, large language models (LLMs) have demonstrated remarkable capabilities in natural language understanding and generation. These models have great potential to enhance database query systems, enabling more intuitive and semantic query mechanisms. Our model leverages LLM’s deep learning architecture to interpret and process natural language queries and translate them into accurate database queries. The system integrates an LLM-powered semantic parser that translates user input into structured queries that can be understood by the database management system. First, the user query is pre-processed, the text is normalized, and the ambiguity is removed. This is followed by semantic parsing, where the LLM interprets the pre-processed text and identifies key entities and relationships. This is followed by query generation, which converts the parsed information into a structured query format and tailors it to the target database schema. Finally, there is query execution and feedback, where the resulting query is executed on the database and the results are returned to the user. The system also provides feedback mechanisms to improve and optimize future query interpretations. By using advanced LLMs for model implementation and fine-tuning on diverse datasets, the experimental results show that the proposed method significantly improves the accuracy and usability of database queries, making data retrieval easy for users without specialized knowledge.展开更多
In view of the shortage of the spatial skyline query methods(SSQ methods) in dealing with the problem of skyline query in multidimensional space, a spatial skyline query method based on Hilbert R-tree in multidimensio...In view of the shortage of the spatial skyline query methods(SSQ methods) in dealing with the problem of skyline query in multidimensional space, a spatial skyline query method based on Hilbert R-tree in multidimensional space is proposed. This method takes the advantages of Hilbert R-tree which combines R-tree and Hilbert curve with high efficiency and dimensionality reduction. According to the number of query points, the proposed method in static query point environment is divided into single query point of SSQ method(SQ-HSKY algorithm) and multi-query points of SSQ method(MQP-HSKY algorithm). The SQ-HSKY method uses the spatial relationship between objects to propose pruning strategy and the skyline set in the filtering and refining process are computed. The MQP-HSKY method uses the topological relationship between data points and query points to prune non skyline points and generate the dominant decision circle to obtain the global skyline set. Theoretical study and experiments confirm the effectiveness and superiority of these methods on the skyline query.展开更多
The study constructed a multi-dimensional feedback mode integrating teacher feedback, peer feedback and network feedback, and applied it in the teaching of College English Writing. After 16 weeks of teaching, the stud...The study constructed a multi-dimensional feedback mode integrating teacher feedback, peer feedback and network feedback, and applied it in the teaching of College English Writing. After 16 weeks of teaching, the students in the multi-dimen-sional feedback class had significantly better overall writing scores than those in the teacher-feedback class. In terms of individual scores, multi-dimensional feedback played a better role in improving vocabulary and grammar than the class using teacher feed-back. However, there were no significant differences in the responses of writing tasks, coherence and cohesion. The study showed that most students were satisfied with the mode, believing that it was helpful to relieve writing anxiety, stimulate writing interest and improve their writing level.展开更多
Recently,multilevel structural carbon aerogels are deemed as attractive candidates for microwave absorbing materials.Nevertheless,excessive stack and agglomeration for low-dimension carbon nanomaterials inducing imped...Recently,multilevel structural carbon aerogels are deemed as attractive candidates for microwave absorbing materials.Nevertheless,excessive stack and agglomeration for low-dimension carbon nanomaterials inducing impedance mismatch are significant challenges.Herein,the delicate“3D helix-2D sheet-1D fiber-0D dot”hierarchical aerogels have been successfully synthesized,for the first time,by sequential processes of hydrothermal self-assembly and in-situ chemical vapor deposition method.Particularly,the graphene sheets are uniformly intercalated by 3D helical carbon nanocoils,which give a feasible solution to the mentioned problem and endows the as-obtained aerogel with abundant porous structures and better dielectric properties.Moreover,by adjusting the content of 0D core-shell structured particles and the parameters for growth of the 1D carbon nanofibers,tunable electromagnetic properties and excellent impedance matching are achieved,which plays a vital role in the microwave absorption performance.As expected,the optimized aerogels harvest excellent performance,including broad effective bandwidth and strong reflection loss at low filling ratio and thin thickness.This work gives valuable guidance and inspiration for the design of hierarchical materials comprised of dimensional gradient structures,which holds great application potential for electromagnetic wave attenuation.展开更多
Fragility analysis for highway bridges has become increasingly important in the risk assessment of highway transportation networks exposed to seismic hazards. This study introduces a methodology to calculate fragility...Fragility analysis for highway bridges has become increasingly important in the risk assessment of highway transportation networks exposed to seismic hazards. This study introduces a methodology to calculate fragility that considers multi-dimensional performance limit state parameters and makes a first attempt to develop fragility curves for a multi-span continuous (MSC) concrete girder bridge considering two performance limit state parameters: column ductility and transverse deformation in the abutments. The main purpose of this paper is to show that the performance limit states, which are compared with the seismic response parameters in the calculation of fragility, should be properly modeled as randomly interdependent variables instead of deterministic quantities. The sensitivity of fragility curves is also investigated when the dependency between the limit states is different. The results indicate that the proposed method can be used to describe the vulnerable behavior of bridges which are sensitive to multiple response parameters and that the fragility information generated by this method will be more reliable and likely to be implemented into transportation network loss estimation.展开更多
In this article, we get non-selfsimilar elementary waves of the conservation laws in another kind of view, which is different from the usual self-similar transformation. The solution has different global structure. Th...In this article, we get non-selfsimilar elementary waves of the conservation laws in another kind of view, which is different from the usual self-similar transformation. The solution has different global structure. This article is divided into three parts. The first part is introduction. In the second part, we discuss non-selfsimilar elementary waves and their interactions of a class of twodimensional conservation laws. In this case, we consider the case that the initial discontinuity is parabola with u+ 〉 0, while explicit non-selfsirnilar rarefaction wave can be obtained. In the second part, we consider the solution structure of case u+ 〈 0. The new solution structures are obtained by the interactions between different elementary waves, and will continue to interact with other states. Global solutions would be very different from the situation of one dimension.展开更多
Heavy oil is a complicated mixture and a potential resource and has attracted much attention since the end of last century. It is important to characterize the composition of heavy oil to enhance its recovery efficien...Heavy oil is a complicated mixture and a potential resource and has attracted much attention since the end of last century. It is important to characterize the composition of heavy oil to enhance its recovery efficiency. A designed unilateral Nuclear Magnetic Resonance (NMR) sensor with a Larmor frequency of 20 MHz and a well-defined constant gradient of 23.25 T/m was employed to acquire three- dimensional (3D) data for three heavy oil samples. The highly-constant gradient is advantageous for diffusion coefficient measurement of heavy oil. A fast data-implementation procedure including specially designed 3D pulse sequence and Inversion Laplace Transform (ILT) algorithm was adopted to process the data and extract 3D T1-D-T2 probability function. It indicates that NMR relaxometry and diffusometry are useful to characterize the components of heavy oil samples. NMR results were compared with independent measurements of fractionation and gas chromatography analysis.展开更多
A new kind of multi-dimensional WC-10Co4Cr coating which is composed of nano,submicron,micron WC grains and CoCr alloy,was developed by high velocity oxy-fuel(HVOF)spraying.Porosity,microhardness,fracture toughness an...A new kind of multi-dimensional WC-10Co4Cr coating which is composed of nano,submicron,micron WC grains and CoCr alloy,was developed by high velocity oxy-fuel(HVOF)spraying.Porosity,microhardness,fracture toughness and cavitation erosion resistance of the multi-dimensional coating were investigated in comparison with the bimodal and nanostructured WC?10Co4Cr coatings.Moreover,the cavitation erosion behavior and mechanism of the multi-dimensional coating were explored.Results show that HVOF sprayed multi-dimensional WC-10Co4Cr coating possesses low porosity(≤0.32%)and high fracture toughness without obvious nano WC decarburization during spraying.Furthermore,it is discovered that the multi-dimensional WC-10Co4Cr coating exhibits the best cavitation erosion resistance which is enhanced by approximately 28%and 34%,respectively,compared with the nanostructured and bimodal coatings in fresh water.The superior cavitation resistance of multi-dimensional WC-10Co4Cr coating may originate from the unique micro?nano structure and excellent properties,which can effectively obstruct the formation and propagation of cavitation erosion cracks.展开更多
Flat thin ice (<30 cm thick) is a common ice type in the Bohai Sea, China. Ice thickness detection is important to offshore exploration and marine transport in winter. Synthetic aperture radar (SAR) can be used to ...Flat thin ice (<30 cm thick) is a common ice type in the Bohai Sea, China. Ice thickness detection is important to offshore exploration and marine transport in winter. Synthetic aperture radar (SAR) can be used to acquire sea ice data in all weather conditions, and it is a useful tool for monitoring sea ice conditions. In this paper, we combine a multi-layered sea ice electromagnetic (EM) scattering model with a sea ice thermodynamic model to assess the determination of the thickness of flat thin ice in the Bohai Sea using SAR at different frequencies, polarization, and incidence angles. Our modeling studies suggest that co-polarization backscattering coefficients and the co-polarized ratio can be used to retrieve the thickness of flat thin ice from C- and X-band SAR, while the co-polarized correlation coefficient can be used to retrieve flat thin ice thickness from L-, C-, and X-band SAR. Importantly, small or moderate incidence angles should be chosen to avoid the effect of speckle noise.展开更多
A multi-dimensional conductive heterojunction structure,composited by TiO2,SnO2,and Ti3C2TX MXene,is facilely designed and applied as electron transport layer in efficient and stable planar perovskite solar cells.Base...A multi-dimensional conductive heterojunction structure,composited by TiO2,SnO2,and Ti3C2TX MXene,is facilely designed and applied as electron transport layer in efficient and stable planar perovskite solar cells.Based on an oxygen vacancy scramble effect,the zero-dimensional anatase TiO2 quantum dots,surrounding on two-dimensional conductive Ti3C2TX sheets,are in situ rooted on three-dimensional SnO2 nanoparticles,constructing nanoscale TiO2/SnO2 heterojunctions.The fabrication is implemented in a controlled lowtemperature anneal method in air and then in N2 atmospheres.With the optimal MXene content,the optical property,the crystallinity of perovskite layer,and internal interfaces are all facilitated,contributing more amount of carrier with effective and rapid transferring in device.The champion power conversion efficiency of resultant perovskite solar cells achieves 19.14%,yet that of counterpart is just 16.83%.In addition,it can also maintain almost 85%of its initial performance for more than 45 days in 30–40%humidity air;comparatively,the counterpart declines to just below 75%of its initial performance.展开更多
In this paper, a compensated compactness framework is established for sonicsubsonic approximate solutions to the n-dimensional (n ≥ 2) Euler equations for steady irrotational flow that may contain stagnation points...In this paper, a compensated compactness framework is established for sonicsubsonic approximate solutions to the n-dimensional (n ≥ 2) Euler equations for steady irrotational flow that may contain stagnation points. This compactness framework holds provided that the approximate solutions are uniformly bounded and satisfy Hloc^-1(Ω) compactness conditions. As illustration, we show the existence of sonic-subsonic weak solution to n-dimensional (n ≥ 2) Euler equations for steady irrotational flow past obstacles or through an infinitely long nozzle. This is the first result concerning the sonic-subsonic limit for n-dimension (n ≥ 3).展开更多
基金support from the National Natural Science Foundation of China (No.62005164,62222507,62175101,and 62005166)the Shanghai Natural Science Foundation (23ZR1443700)+3 种基金Shuguang Program of Shanghai Education Development Foundation and Shanghai Municipal Education Commission (23SG41)the Young Elite Scientist Sponsorship Program by CAST (No.20220042)Science and Technology Commission of Shanghai Municipality (Grant No.21DZ1100500)the Shanghai Municipal Science and Technology Major Project,and the Shanghai Frontiers Science Center Program (2021-2025 No.20).
文摘Secret sharing is a promising technology for information encryption by splitting the secret information into different shares.However,the traditional scheme suffers from information leakage in decryption process since the amount of available information channels is limited.Herein,we propose and demonstrate an optical secret sharing framework based on the multi-dimensional multiplexing liquid crystal(LC)holograms.The LC holograms are used as spatially separated shares to carry secret images.The polarization of the incident light and the distance between different shares are served as secret keys,which can significantly improve the information security and capacity.Besides,the decryption condition is also restricted by the applied external voltage due to the variant diffraction efficiency,which further increases the information security.In implementation,an artificial neural network(ANN)model is developed to carefully design the phase distribution of each LC hologram.With the advantage of high security,high capacity and simple configuration,our optical secret sharing framework has great potentials in optical encryption and dynamic holographic display.
文摘Intelligence and perception are two operative technologies in 6G scenarios.The intelligent wireless network and information perception require a deep fusion of artificial intelligence(AI)and wireless communications in 6G systems.Therefore,fusion is becoming a typical feature and key challenge of 6G wireless communication systems.In this paper,we focus on the critical issues and propose three application scenarios in 6G wireless systems.Specifically,we first discuss the fusion of AI and 6G networks for the enhancement of 5G-advanced technology and future wireless communication systems.Then,we introduce the wireless AI technology architecture with 6G multidimensional information perception,which includes the physical layer technology of multi-dimensional feature information perception,full spectrum fusion technology,and intelligent wireless resource management.The discussion of key technologies for intelligent 6G wireless network networks is expected to provide a guideline for future research.
基金supported in part by the NSFC(Grant No.11471332)The research of Gao-wei Cao was supported in part by the NSFC(Grant No.11701551).
文摘For the two-dimensional(2D)scalar conservation law,when the initial data contain two different constant states and the initial discontinuous curve is a general curve,then complex structures of wave interactions will be generated.In this paper,by proposing and investigating the plus envelope,the minus envelope,and the mixed envelope of 2D non-selfsimilar rarefaction wave surfaces,we obtain and the prove the new structures and classifications of interactions between the 2D non-selfsimilar shock wave and the rarefaction wave.For the cases of the plus envelope and the minus envelope,we get and prove the necessary and sufficient criterion to judge these two envelopes and correspondingly get more general new structures of 2D solutions.
基金supported by the Undergraduate Education and Teaching Reform Research Project of Yunnan Province(JG2023157)Support Program for Yunnan Talents(CA23138L010A)+2 种基金Yunnan Higher Education Undergraduate Teaching Achievement Project(202246)National First class Undergraduate Course Construction Project of Software Engineering(109620210004)Software Engineering Virtual Teaching and Research Office Construction Project of Kunming University of Science and Technology(109620220031)。
文摘According to the standards of engineering education accreditation,the achievement paths and evaluation criteria of course goals are presented,aimed at the objectives of software engineering courses and the characteristics of hybrid teaching in Kunming University of Science and Technology.Then a multi-dimensional evaluation system for course goal achievement of software engineering is proposed.The practice’s results show that the multi-dimensional course goal achievement evaluation is helpful to the continuous improvement of course teaching,which can effectively support the evaluation of graduation outcomes.
文摘Predictive Maintenance is a type of condition-based maintenance that assesses the equipment's states and estimates its failure probability and when maintenance should be performed.Although machine learning techniques have been frequently implemented in this area,the existing studies disregard to the nat-ural order between the target attribute values of the historical sensor data.Thus,these methods cause losing the inherent order of the data that positively affects the prediction performances.To deal with this problem,a novel approach,named Ordinal Multi-dimensional Classification(OMDC),is proposed for estimating the conditions of a hydraulic system's four components by taking into the natural order of class values.To demonstrate the prediction ability of the proposed approach,eleven different multi-dimensional classification algorithms(traditional Binary Relevance(BR),Classifier Chain(CC),Bayesian Classifier Chain(BCC),Monte Carlo Classifier Chain(MCC),Probabilistic Classifier Chain(PCC),Clas-sifier Dependency Network(CDN),Classifier Trellis(CT),Classifier Dependency Trellis(CDT),Label Powerset(LP),Pruned Sets(PS),and Random k-Labelsets(RAKEL))were implemented using the Ordinal Class Classifier(OCC)algorithm.Besides,seven different classification algorithms(Multilayer Perceptron(MLP),Support Vector Machine(SVM),k-Nearest Neighbour(kNN),Decision Tree(C4.5),Bagging,Random Forest(RF),and Adaptive Boosting(AdaBoost))were chosen as base learners for the OCC algorithm.The experimental results present that the proposed OMDC approach using binary relevance multi-dimensional classification methods predicts the conditions of a hydraulic system's multiple components with high accuracy.Also,it is clearly seen from the results that the OMDC models that utilize ensemble-based classification algorithms give more reliable prediction performances with an average Hamming score of 0.853 than the others that use traditional algorithms as base learners.
基金supported by the National Natural Science Foundation of China(No.61901465,82222032,82172050).
文摘Since its inception in the 1970s,multi-dimensional magnetic resonance(MR)has emerged as a powerful tool for non-invasive investigations of structures and molecular interactions.MR spectroscopy beyond one dimension allows the study of the correlation,exchange processes,and separation of overlapping spectral information.The multi-dimensional concept has been re-implemented over the last two decades to explore molecular motion and spin dynamics in porous media.Apart from Fourier transform,methods have been developed for processing the multi-dimensional time-domain data,identifying the fluid components,and estimating pore surface permeability via joint relaxation and diffusion spectra.Through the resolution of spectroscopic signals with spatial encoding gradients,multi-dimensional MR imaging has been widely used to investigate the microscopic environment of living tissues and distinguish diseases.Signals in each voxel are usually expressed as multi-exponential decay,representing microstructures or environments along multiple pore scales.The separation of contributions from different environments is a common ill-posed problem,which can be resolved numerically.Moreover,the inversion methods and experimental parameters determine the resolution of multi-dimensional spectra.This paper reviews the algorithms that have been proposed to process multidimensional MR datasets in different scenarios.Detailed information at the microscopic level,such as tissue components,fluid types and food structures in multi-disciplinary sciences,could be revealed through multi-dimensional MR.
文摘With its untameable and traceable properties,blockchain technology has been widely used in the field of data sharing.How to preserve individual privacy while enabling efficient data queries is one of the primary issues with secure data sharing.In this paper,we study verifiable keyword frequency(KF)queries with local differential privacy in blockchain.Both the numerical and the keyword attributes are present in data objects;the latter are sensitive and require privacy protection.However,prior studies in blockchain have the problem of trilemma in privacy protection and are unable to handle KF queries.We propose an efficient framework that protects data owners’privacy on keyword attributes while enabling quick and verifiable query processing for KF queries.The framework computes an estimate of a keyword’s frequency and is efficient in query time and verification object(VO)size.A utility-optimized local differential privacy technique is used for privacy protection.The data owner adds noise locally into data based on local differential privacy so that the attacker cannot infer the owner of the keywords while keeping the difference in the probability distribution of the KF within the privacy budget.We propose the VB-cm tree as the authenticated data structure(ADS).The VB-cm tree combines the Verkle tree and the Count-Min sketch(CM-sketch)to lower the VO size and query time.The VB-cm tree uses the vector commitment to verify the query results.The fixed-size CM-sketch,which summarizes the frequency of multiple keywords,is used to estimate the KF via hashing operations.We conduct an extensive evaluation of the proposed framework.The experimental results show that compared to theMerkle B+tree,the query time is reduced by 52.38%,and the VO size is reduced by more than one order of magnitude.
基金Project(2023JH26-10100002)supported by the Liaoning Science and Technology Major Project,ChinaProjects(U21A20117,52074085)supported by the National Natural Science Foundation of China+1 种基金Project(2022JH2/101300008)supported by the Liaoning Applied Basic Research Program Project,ChinaProject(22567612H)supported by the Hebei Provincial Key Laboratory Performance Subsidy Project,China。
文摘Mill vibration is a common problem in rolling production,which directly affects the thickness accuracy of the strip and may even lead to strip fracture accidents in serious cases.The existing vibration prediction models do not consider the features contained in the data,resulting in limited improvement of model accuracy.To address these challenges,this paper proposes a multi-dimensional multi-modal cold rolling vibration time series prediction model(MDMMVPM)based on the deep fusion of multi-level networks.In the model,the long-term and short-term modal features of multi-dimensional data are considered,and the appropriate prediction algorithms are selected for different data features.Based on the established prediction model,the effects of tension and rolling force on mill vibration are analyzed.Taking the 5th stand of a cold mill in a steel mill as the research object,the innovative model is applied to predict the mill vibration for the first time.The experimental results show that the correlation coefficient(R^(2))of the model proposed in this paper is 92.5%,and the root-mean-square error(RMSE)is 0.0011,which significantly improves the modeling accuracy compared with the existing models.The proposed model is also suitable for the hot rolling process,which provides a new method for the prediction of strip rolling vibration.
基金partially supported by NSFC under Grant Nos.61832001 and 62272008ZTE Industry-University-Institute Fund Project。
文摘The query processing in distributed database management systems(DBMS)faces more challenges,such as more operators,and more factors in cost models and meta-data,than that in a single-node DMBS,in which query optimization is already an NP-hard problem.Learned query optimizers(mainly in the single-node DBMS)receive attention due to its capability to capture data distributions and flexible ways to avoid hard-craft rules in refinement and adaptation to new hardware.In this paper,we focus on extensions of learned query optimizers to distributed DBMSs.Specifically,we propose one possible but general architecture of the learned query optimizer in the distributed context and highlight differences from the learned optimizer in the single-node ones.In addition,we discuss the challenges and possible solutions.
文摘With the rapid development of artificial intelligence, large language models (LLMs) have demonstrated remarkable capabilities in natural language understanding and generation. These models have great potential to enhance database query systems, enabling more intuitive and semantic query mechanisms. Our model leverages LLM’s deep learning architecture to interpret and process natural language queries and translate them into accurate database queries. The system integrates an LLM-powered semantic parser that translates user input into structured queries that can be understood by the database management system. First, the user query is pre-processed, the text is normalized, and the ambiguity is removed. This is followed by semantic parsing, where the LLM interprets the pre-processed text and identifies key entities and relationships. This is followed by query generation, which converts the parsed information into a structured query format and tailors it to the target database schema. Finally, there is query execution and feedback, where the resulting query is executed on the database and the results are returned to the user. The system also provides feedback mechanisms to improve and optimize future query interpretations. By using advanced LLMs for model implementation and fine-tuning on diverse datasets, the experimental results show that the proposed method significantly improves the accuracy and usability of database queries, making data retrieval easy for users without specialized knowledge.
基金Supported by the National Natural Science Foundation of China(No.61872105)the Science and Technology Research Project of Heilongjiang Provincial Education Department(No.1253lz004)the Scientific Research Foundation for Returned Scholars Abroad of Heilongjiang Province of China(No.LC2018030)
文摘In view of the shortage of the spatial skyline query methods(SSQ methods) in dealing with the problem of skyline query in multidimensional space, a spatial skyline query method based on Hilbert R-tree in multidimensional space is proposed. This method takes the advantages of Hilbert R-tree which combines R-tree and Hilbert curve with high efficiency and dimensionality reduction. According to the number of query points, the proposed method in static query point environment is divided into single query point of SSQ method(SQ-HSKY algorithm) and multi-query points of SSQ method(MQP-HSKY algorithm). The SQ-HSKY method uses the spatial relationship between objects to propose pruning strategy and the skyline set in the filtering and refining process are computed. The MQP-HSKY method uses the topological relationship between data points and query points to prune non skyline points and generate the dominant decision circle to obtain the global skyline set. Theoretical study and experiments confirm the effectiveness and superiority of these methods on the skyline query.
文摘The study constructed a multi-dimensional feedback mode integrating teacher feedback, peer feedback and network feedback, and applied it in the teaching of College English Writing. After 16 weeks of teaching, the students in the multi-dimen-sional feedback class had significantly better overall writing scores than those in the teacher-feedback class. In terms of individual scores, multi-dimensional feedback played a better role in improving vocabulary and grammar than the class using teacher feed-back. However, there were no significant differences in the responses of writing tasks, coherence and cohesion. The study showed that most students were satisfied with the mode, believing that it was helpful to relieve writing anxiety, stimulate writing interest and improve their writing level.
基金This work was financially supported by the National Natural Science Foundation of China(Nos.51972039,51803018,and 51661145025)LiaoNing Revitalization Talents Program(No.XLYC1902122).
文摘Recently,multilevel structural carbon aerogels are deemed as attractive candidates for microwave absorbing materials.Nevertheless,excessive stack and agglomeration for low-dimension carbon nanomaterials inducing impedance mismatch are significant challenges.Herein,the delicate“3D helix-2D sheet-1D fiber-0D dot”hierarchical aerogels have been successfully synthesized,for the first time,by sequential processes of hydrothermal self-assembly and in-situ chemical vapor deposition method.Particularly,the graphene sheets are uniformly intercalated by 3D helical carbon nanocoils,which give a feasible solution to the mentioned problem and endows the as-obtained aerogel with abundant porous structures and better dielectric properties.Moreover,by adjusting the content of 0D core-shell structured particles and the parameters for growth of the 1D carbon nanofibers,tunable electromagnetic properties and excellent impedance matching are achieved,which plays a vital role in the microwave absorption performance.As expected,the optimized aerogels harvest excellent performance,including broad effective bandwidth and strong reflection loss at low filling ratio and thin thickness.This work gives valuable guidance and inspiration for the design of hierarchical materials comprised of dimensional gradient structures,which holds great application potential for electromagnetic wave attenuation.
基金National Natural Science Foundation of China Under Award Number 50878184National High Technology Research and Development Program (863 Program) of China Under Grant No. 2006AA04Z437Graduate Starting Seed Fund of Northwestern Polytechnical University Under the Grant No. Z2012059
文摘Fragility analysis for highway bridges has become increasingly important in the risk assessment of highway transportation networks exposed to seismic hazards. This study introduces a methodology to calculate fragility that considers multi-dimensional performance limit state parameters and makes a first attempt to develop fragility curves for a multi-span continuous (MSC) concrete girder bridge considering two performance limit state parameters: column ductility and transverse deformation in the abutments. The main purpose of this paper is to show that the performance limit states, which are compared with the seismic response parameters in the calculation of fragility, should be properly modeled as randomly interdependent variables instead of deterministic quantities. The sensitivity of fragility curves is also investigated when the dependency between the limit states is different. The results indicate that the proposed method can be used to describe the vulnerable behavior of bridges which are sensitive to multiple response parameters and that the fragility information generated by this method will be more reliable and likely to be implemented into transportation network loss estimation.
基金Sponsored by the National Natural Science Foundation of China (10671116,10871199, and 10001023)Hou Yingdong Fellowship (81004), The China Scholarship Council, Scientific Research Foundation for the Returned Overseas Chinese Scholars, State Education Ministry, Natural Science Foundation of Guangdong (06027210 and 000804)Natural Science Foundation of Guangdong Education Bureau (200030)
文摘In this article, we get non-selfsimilar elementary waves of the conservation laws in another kind of view, which is different from the usual self-similar transformation. The solution has different global structure. This article is divided into three parts. The first part is introduction. In the second part, we discuss non-selfsimilar elementary waves and their interactions of a class of twodimensional conservation laws. In this case, we consider the case that the initial discontinuity is parabola with u+ 〉 0, while explicit non-selfsirnilar rarefaction wave can be obtained. In the second part, we consider the solution structure of case u+ 〈 0. The new solution structures are obtained by the interactions between different elementary waves, and will continue to interact with other states. Global solutions would be very different from the situation of one dimension.
基金financial supports from the National Science Foundation of China (Grant No.41074102 and 41130417)"111 Program,Supported by the Programme of Introducing Talents of Discipline to Universities"(B13010)Program for Changjiang Scholars and Innovative Research Team in University
文摘Heavy oil is a complicated mixture and a potential resource and has attracted much attention since the end of last century. It is important to characterize the composition of heavy oil to enhance its recovery efficiency. A designed unilateral Nuclear Magnetic Resonance (NMR) sensor with a Larmor frequency of 20 MHz and a well-defined constant gradient of 23.25 T/m was employed to acquire three- dimensional (3D) data for three heavy oil samples. The highly-constant gradient is advantageous for diffusion coefficient measurement of heavy oil. A fast data-implementation procedure including specially designed 3D pulse sequence and Inversion Laplace Transform (ILT) algorithm was adopted to process the data and extract 3D T1-D-T2 probability function. It indicates that NMR relaxometry and diffusometry are useful to characterize the components of heavy oil samples. NMR results were compared with independent measurements of fractionation and gas chromatography analysis.
基金Projects(51422507,51379168)supported by the National Natural Science Foundation of China
文摘A new kind of multi-dimensional WC-10Co4Cr coating which is composed of nano,submicron,micron WC grains and CoCr alloy,was developed by high velocity oxy-fuel(HVOF)spraying.Porosity,microhardness,fracture toughness and cavitation erosion resistance of the multi-dimensional coating were investigated in comparison with the bimodal and nanostructured WC?10Co4Cr coatings.Moreover,the cavitation erosion behavior and mechanism of the multi-dimensional coating were explored.Results show that HVOF sprayed multi-dimensional WC-10Co4Cr coating possesses low porosity(≤0.32%)and high fracture toughness without obvious nano WC decarburization during spraying.Furthermore,it is discovered that the multi-dimensional WC-10Co4Cr coating exhibits the best cavitation erosion resistance which is enhanced by approximately 28%and 34%,respectively,compared with the nanostructured and bimodal coatings in fresh water.The superior cavitation resistance of multi-dimensional WC-10Co4Cr coating may originate from the unique micro?nano structure and excellent properties,which can effectively obstruct the formation and propagation of cavitation erosion cracks.
基金Supported by the Major Program of the National Natural Science Foundation of China(No.60890075)the National Natural Science Foundation of China for Young Scientists(No.40906093)
文摘Flat thin ice (<30 cm thick) is a common ice type in the Bohai Sea, China. Ice thickness detection is important to offshore exploration and marine transport in winter. Synthetic aperture radar (SAR) can be used to acquire sea ice data in all weather conditions, and it is a useful tool for monitoring sea ice conditions. In this paper, we combine a multi-layered sea ice electromagnetic (EM) scattering model with a sea ice thermodynamic model to assess the determination of the thickness of flat thin ice in the Bohai Sea using SAR at different frequencies, polarization, and incidence angles. Our modeling studies suggest that co-polarization backscattering coefficients and the co-polarized ratio can be used to retrieve the thickness of flat thin ice from C- and X-band SAR, while the co-polarized correlation coefficient can be used to retrieve flat thin ice thickness from L-, C-, and X-band SAR. Importantly, small or moderate incidence angles should be chosen to avoid the effect of speckle noise.
基金supported by the Science & Technology Project of Anhui Province (16030701091)the Natural Science Research Project of Anhui Provincial Education Department (KJ2019A0030)+2 种基金the Support Project of Outstanding Young Talents in Anhui Provincial Universities (gxyqZD2018006)the National Natural Science Foundation of China(11704002, 31701323)the Anhui Provincial Natural Science Foundation (1908085QF251,1808085MF185)
文摘A multi-dimensional conductive heterojunction structure,composited by TiO2,SnO2,and Ti3C2TX MXene,is facilely designed and applied as electron transport layer in efficient and stable planar perovskite solar cells.Based on an oxygen vacancy scramble effect,the zero-dimensional anatase TiO2 quantum dots,surrounding on two-dimensional conductive Ti3C2TX sheets,are in situ rooted on three-dimensional SnO2 nanoparticles,constructing nanoscale TiO2/SnO2 heterojunctions.The fabrication is implemented in a controlled lowtemperature anneal method in air and then in N2 atmospheres.With the optimal MXene content,the optical property,the crystallinity of perovskite layer,and internal interfaces are all facilitated,contributing more amount of carrier with effective and rapid transferring in device.The champion power conversion efficiency of resultant perovskite solar cells achieves 19.14%,yet that of counterpart is just 16.83%.In addition,it can also maintain almost 85%of its initial performance for more than 45 days in 30–40%humidity air;comparatively,the counterpart declines to just below 75%of its initial performance.
基金supported in part by NSFC (10825102) for distinguished youth scholarNational Basic Research Program of China (973 Program) under Grant No.2011CB808002
文摘In this paper, a compensated compactness framework is established for sonicsubsonic approximate solutions to the n-dimensional (n ≥ 2) Euler equations for steady irrotational flow that may contain stagnation points. This compactness framework holds provided that the approximate solutions are uniformly bounded and satisfy Hloc^-1(Ω) compactness conditions. As illustration, we show the existence of sonic-subsonic weak solution to n-dimensional (n ≥ 2) Euler equations for steady irrotational flow past obstacles or through an infinitely long nozzle. This is the first result concerning the sonic-subsonic limit for n-dimension (n ≥ 3).