Search Results Heading

MBRLSearchResults

mbrl.module.common.modules.added.book.to.shelf
Title added to your shelf!
View what I already have on My Shelf.
Oops! Something went wrong.
Oops! Something went wrong.
While trying to add the title to your shelf something went wrong :( Kindly try again later!
Are you sure you want to remove the book from the shelf?
Oops! Something went wrong.
Oops! Something went wrong.
While trying to remove the title from your shelf something went wrong :( Kindly try again later!
    Done
    Filters
    Reset
  • Discipline
      Discipline
      Clear All
      Discipline
  • Is Peer Reviewed
      Is Peer Reviewed
      Clear All
      Is Peer Reviewed
  • Item Type
      Item Type
      Clear All
      Item Type
  • Subject
      Subject
      Clear All
      Subject
  • Year
      Year
      Clear All
      From:
      -
      To:
  • More Filters
53 result(s) for "Miao, Yisheng"
Sort by:
A Vegetable Leaf Disease Identification Model Based on Image-Text Cross-Modal Feature Fusion
In view of the differences in appearance and the complex backgrounds of crop diseases, automatic identification of field diseases is an extremely challenging topic in smart agriculture. To address this challenge, a popular approach is to design a Deep Convolutional Neural Network (DCNN) model that extracts visual disease features in the images and then identifies the diseases based on the extracted features. This approach performs well under simple background conditions, but has low accuracy and poor robustness under complex backgrounds. In this paper, an end-to-end disease identification model composed of a disease-spot region detector and a disease classifier (YOLOv5s + BiCMT) was proposed. Specifically, the YOLOv5s network was used to detect the disease-spot regions so as to provide a regional attention mechanism to facilitate the disease identification task of the classifier. For the classifier, a Bidirectional Cross-Modal Transformer (BiCMT) model combining the image and text modal information was constructed, which utilizes the correlation and complementarity between the features of the two modalities to achieve the fusion and recognition of disease features. Meanwhile, the problem of inconsistent lengths among different modal data sequences was solved. Eventually, the YOLOv5s + BiCMT model achieved the optimal results on a small dataset. Its Accuracy, Precision, Sensitivity, and Specificity reached 99.23, 97.37, 97.54, and 99.54%, respectively. This paper proves that the bidirectional cross-modal feature fusion by combining disease images and texts is an effective method to identify vegetable diseases in field environments.
Current Status and Analysis of Key Technologies in Automatic Transplanters for Vegetables in China
Transplanting is a critical step in vegetable production, and the application of automatic transplanters can significantly reduce labor intensity, improve production efficiency, and enhance the precision and consistency of operations. However, automatic transplanters are structurally complex, with diverse components, each design and function offering its own advantages and limitations. To assist industry professionals in quickly understanding and selecting transplanters suited to specific crops and environments, this paper reviews three key technologies in current vegetable transplanters: planting mechanisms, automated seedling picking and placing, and tray conveyance. Each technology is classified, compared, and analyzed to evaluate its applicability. Based on the current state of technology, the paper identifies major challenges in the development of vegetable transplanters in China, including insufficient integration of machinery and agronomy, high demands for equipment adaptability, lack of standardized systems, and delays in the development of core technologies for fully automated transplanting. Solutions are proposed for each of these issues. Finally, the paper discusses future directions for the development of automatic transplanters, including enhancing transplanting efficiency, achieving autonomous navigation, digitalizing operations, developing supporting systems for transplanting, and unmanned transplanting.
Cabbage Transplantation State Recognition Model Based on Modified YOLOv5-GFD
To enhance the transplantation effectiveness of vegetables and promptly formulate subsequent work strategies, it is imperative to study the recognition approach for transplanted seedlings. In the natural and complex environment, factors like background and sunlight often hinder accurate target recognition. To overcome these challenges, this study explores a lightweight yet efficient algorithm for recognizing cabbage transplantation states in natural settings. Initially, FasterNet is integrated as the backbone network in the YOLOv5s model, aiming to expedite convergence speed and bolster feature extraction capabilities. Secondly, the introduction of the GAM attention mechanism enhances the algorithm’s focus on cabbage seedlings. EIoU loss is incorporated to improve both network convergence speed and localization precision. Lastly, the model incorporates deformable convolution DCNV3, which further optimizes model parameters and attains a superior balance between accuracy and speed. Upon testing the refined YOLOv5s target detection algorithm, improvements were evident. When compared to the original model, the mean average precision (mAP) rose by 3.5 percentage points, recall increased by 1.7 percentage points, and detection speed witnessed an impressive boost of 52 FPS. This enhanced algorithm not only reduces model complexity but also elevates network performance. The method is expected to streamline transplantation quality measurements, minimize time and labor inputs, and elevate field transplantation quality surveys’ automation levels.
Fault-Tolerant Topology of Agricultural Wireless Sensor Networks Based on a Double Price Function
Wireless sensor networks (WSN) enable the acquisition of multisource environmental data and crop states in precision agriculture. However, the complex agricultural environment causes the WSN topology to change frequently and link connection probability is difficult to predict. In order to improve the utilization of network resources and balance the network energy consumption, this paper studies an agricultural fault-tolerant topology construction method based on the potential game and cut vertex detection. Considering the connectivity redundancy, node lifetime, and residual energy, a fault-tolerant topology algorithm for agricultural WSN based on a double price function is designed. The network is clustered according to the node location and residual energy to form a single-hop effective cluster. Based on the network cluster, the price function is constructed in order to reduce energy consumption and balance network energy efficiency. The initial transmit power set supporting inter-cluster communication is obtained by potential game theory. While preserving the game characteristics of topology, the redundant links are eliminated and the transmit power is adjusted by a cut vertex detection algorithm to realize the construction of a 2-connected cluster head network. Simulation results show that the network topology constructed by the studied algorithm can balance the energy consumption and prolong the network lifetime effectively.
Scheduling of Collaborative Vegetable Harvesters and Harvest-Aid Vehicles on Farms
Transporting harvested vegetables in the field or greenhouse is labor-intensive. The utilization of small harvest-aid vehicles can reduce non-productive time for farmers and improve harvest efficiency. This paper models the process of harvesting vegetables in response to non-productive waiting delays caused by the scheduling of harvest-aid vehicles. Taking into consideration harvesting speed, harvest-aid vehicle capacity, and scheduling conflicts, a harvest-aid vehicle scheduling model is constructed to minimize non-production waiting time and coordination costs. Subsequently, to meet the collaborative needs of harvesters, this paper develops a discrete multi-objective Jaya optimization algorithm (DMO-Jaya), which combines an opposition-based learning mechanism and a long-term memory library to obtain scheduling schemes suitable for agricultural environments. Experiments show that the studied model can schedule harvest-aid vehicles without conflicts. Compared to the NSGA-II algorithm and the MMOPSO, the DMO-Jaya algorithm demonstrates a better diversity of solutions, resulting in a shorter non-productive waiting time for harvesters. This research provides a reference model for improving the efficiency of vegetable harvesting and transportation.
A Residual LSTM and Seq2Seq Neural Network Based on GPT for Chinese Rice-Related Question and Answer System
Rice has a wide planting area as one of the essential food crops in China. The problem of diseases and pests in rice production has always been one of the main factors affecting its quality and yield. It is essential to provide treatment methods and means for rice diseases and pests quickly and accurately in the production process. Therefore, we used the rice question-and-answer (Q&A) community as an example. This paper aimed at the critical technical problems faced by the agricultural Q&A community: the accuracy of the existing agricultural Q&A model is low, which is challenging to meet users’ requirements to obtain answers in real-time in the production process. A network based on Attention-ResLSTM-seq2seq was used to realize the construction of the rice question and answer model. Firstly, the text presentation of rice question-and-answer pairs was obtained using the GPT pre-training model based on a 12-layer transformer. Then, ResLSTM(Residual Long Short-Term Memory) was used to extract text features in the encoder and decoder, and the output project matrix and output gate of LSTM were used to control the spatial information flow. When the network contacts the optimal state, the network only retains the constant mapping value of the input vector, which effectually reduces the network parameters and increases the network performance. Next, the attention mechanism was connected between the encoder and the decoder, which can effectually strengthen the weight of the keyword feature information of the question. The results showed that the BLEU and ROUGE of the Attention-ResLSTM-Seq2seq model reached the highest scores, 35.3% and 37.8%, compared with the other six rice-related generative question answering models.
Unexpected nucleation mechanism of T1 precipitates by Eshelby inclusion with unstable stacking faults
Aluminum‐lithium (Al‐Li) alloy is one of the most promising lightweight structural materials in the aeronautic and aerospace industries. The key to achieving their excellent mechanical properties lies in tailoring T1 strengthening precipitates; however, the nucleation of such nanoparticles remains unknown. Combining atomic resolution HAADF‐STEM with first‐principles calculations based on the density functional theory (DFT), here, we report a counterintuitive nucleation mechanism of the T1 that evolves from an Eshelby inclusion with unstable stacking faults. This precursor is accelerated by Ag‐Mg clusters to reduce the barrier, forming the structural framework. In addition, these Ag‐Mg clusters trap the free Cu and Li to prepare the chemical compositions for T1. Our findings provide a new perspective on the phase transformations of complex precipitates through solute clusters in terms of geometric structure and chemical bonding functions. 1. The nucleation of T1 undergoes from an Eshelby inclusion with unstable stacking faults. 2. Ag‐Mg clusters reduce the stacking faults barrier, accelerating the structural framework of the T1 precursor, and trap the free Cu and Li in the matrix, leading to a chemical preparation.
A Review of Key Technological Developments in Autonomous Unmanned Operation Systems for Agriculture in China
Smart agricultural machinery is built upon traditional agricultural equipment, further integrating modern information technologies to achieve automation, precision, and intelligence in agricultural production. Currently, significant progress has been made in the autonomous operation and monitoring technologies of smart agricultural machinery in China. However, challenges remain, including poor adaptability to complex environments, high equipment costs, and issues with system implementation and standardization integration. To help industry professionals quickly understand the current state and promote the rapid development of smart agricultural machinery, this paper provides an overview of the key technologies related to autonomous operation and monitoring in China’s smart agricultural equipment. These technologies include environmental perception, positioning and navigation, autonomous operation and path planning, agricultural machinery status monitoring and fault diagnosis, and field operation monitoring. Each of these key technologies is discussed in depth with examples and analyses. On this basis, the paper analyzes the main challenges faced by the development of autonomous operation and monitoring technologies in China’s smart agricultural machinery sector. Furthermore, it explores the future directions for the development of autonomous operation and monitoring technologies in smart agricultural machinery. This research is of great importance for promoting the transition of China’s agricultural production towards automation and intelligence, improving agricultural production efficiency, and reducing reliance on human labor.
Predicting the effect of cooling rates and initial hydrogen concentrations on porosity formation in Al‐Si castings
Al‐Si alloys are widely used in automotive casting components while microporosity has always been a detrimental defect that leads to property degradation. In this study, a coupled three‐dimensional cellular automata (CA) model has been used to predict the hydrogen porosity as functions of cooling rate and initial hydrogen concentration. By quantifying the pore characteristics, it has been found that the average equivalent pore diameter decreases from 40.43 to 23.98 μm and the pore number density increases from 10.3 to 26.6 mm−3 as the cooling rate changes from 2.6 to 19.4°C/s at the initial hydrogen concentration of 0.25 mL/100 g. It is also notable that the pore size increases as the initial hydrogen concentration changes from 0.15 to 0.25 mL/100 g while the pore number remains stable. In addition, the linear regression between secondary dendrite arm spacing and the equivalent pore diameter has been studied for the first time, matching well with experiments. This work exhibits the application of CA model in future process optimization and robust condition design for advanced automotive parts made of Al‐Si alloys. A three‐dimensional cellular automata model was used to predict the nucleation and growth kinetics of the porosity under the effects of cooling rates and initial H contents in an Al‐7wt.%Si alloy. The size and morphology of the porosity were quantified, matching well with the experiments.
Evaluation of the Micro-/Nano-mechanical Properties of a Novel Al-Cu-Li Alloy Throughout Heat Treatment Processes: A Nanoindentation Study
The multi-phase microstructure is a characteristic of high-strength Al-Li alloys, with each phase contributing to the mechanical properties to varying degrees. To date, there have been no studies characterizing the specific contribution of individual phases to mechanical properties at the micrometer scale. Additionally, the impact of secondary phases on mechanical properties under different heat-treatment conditions remains largely unexplored. To evaluate the micro-/nano-mechanical properties of a novel Al-Cu-Li alloy throughout heat-treatment processes, we have performed nanoindentation tests on the eutectic phases, primary dispersoids, and α-Al matrix at various states. It has been found that the significant disparity in crystal structure between the eutectic phase, primary dispersoids, and the matrix leads to pronounced dislocation activities and evident “pop-in” events during the nanoindentation loading process. The three-stage solution annealing not only reduces the residual eutectic phase content but also prevents it from re-melting. Meanwhile, orientation-dependent mechanical behaviors at the sub-micron scale have also been identified as a function of deformation characteristics. The size distribution of nano-scale phases has a significant impact on the creep behavior, which is relevant to the δ′-PFZs (precipitation-free zones) inside the local deformation region. These insights clarify the correlation between the microstructure and mechanical properties of high-strength Al-Li alloys at microscale levels.