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
      More Filters
      Clear All
      More Filters
      Source
    • Language
7,037 result(s) for "Data conversion"
Sort by:
Optimizing Data Consistency in UAV Multispectral Imaging for Radiometric Correction and Sensor Conversion Models
Recent advancements in precision agriculture have been significantly bolstered by the Uncrewed Aerial Vehicles (UAVs) equipped with multispectral sensors. These systems are pivotal in transforming sensor-recorded Digital Number (DN) values into universal reflectance, crucial for ensuring data consistency irrespective of collection time, region, and illumination. This study, conducted across three regions in China using Sequoia and Phantom 4 Multispectral cameras, focused on examining the effects of radiometric correction on data consistency and accuracy, and developing a conversion model for data from these two sensors. Our findings revealed that radiometric correction substantially enhances data consistency in vegetated areas for both sensors, though its impact on non-vegetated areas is limited. Recalibrating reflectance for calibration plates significantly improved the consistency of band values and the accuracy of vegetation index calculations for both cameras. Decision tree and random forest models emerged as more effective for data conversion between the sensors, achieving R2 values up to 0.91. Additionally, the P4M generally outperformed the Sequoia in accuracy, particularly with standard reflectance calibration. These insights emphasize the critical role of radiometric correction in UAV remote sensing for precision agriculture, underscoring the complexities of sensor data consistency and the potential for generalization of models across multi-sensor platforms.
An Automated Method for Generating Prefabs of AR Map Point Symbols Based on Object Detection Model
Augmented reality (AR) technology enables paper maps to dynamically express three-dimensional geographic information, realizing the fusion of virtual and real information. However, in the current mainstream AR development software, the virtual information usually consists of prefabricated components (prefabs), and the content creation for AR maps heavily relies on manual prefabrication. It leads to repetitive and error-prone prefabrication work, which restricts the design of the dynamic, interactive functions of AR maps. To solve this problem, this paper explored the possibility of automatically generating AR map prefabs using object detection models to establish a data conversion interface from paper maps to AR maps. First, we compared and analyzed various object detection models and selected YOLOv8x to recognize map point symbols. Then, we proposed a method to automatically generate AR map prefabs based on the predicted bounding boxes of the object detection model, which could generate prefabs with corresponding categories and positional information. Finally, we developed an AR map prototype system based on Android mobile devices. We designed an interaction method for information queries in the system to verify the effectiveness of the method proposed in this paper. The validation results indicate that our method can be practically applied to the AR map prefabrication process and can quickly generate AR map prefabs with high information accuracy. It alleviated the repetitive workload established through the manual prefabrication method and had specific feasibility and practicality. Moreover, it could provide solid data support for developing dynamic interactive functions of AR maps.
Parallel Spatial-Data Conversion Engine: Enabling Fast Sharing of Massive Geospatial Data
Large-scale geospatial data have accumulated worldwide in the past decades. However, various data formats often result in a geospatial data sharing problem in the geographical information system community. Despite the various methodologies proposed in the past, geospatial data conversion has always served as a fundamental and efficient way of sharing geospatial data. However, these methodologies are beginning to fail as data increase. This study proposes a parallel spatial data conversion engine (PSCE) with a symmetric mechanism to achieve the efficient sharing of massive geodata by utilizing high-performance computing technology. This engine is designed in an extendable and flexible framework and can customize methods of reading and writing particular spatial data formats. A dynamic task scheduling strategy based on the feature computing index is introduced in the framework to improve load balancing and performance. An experiment is performed to validate the engine framework and performance. In this experiment, geospatial data are stored in the vector spatial data defined in the Chinese Geospatial Data Transfer Format Standard in a parallel file system (Lustre Cluster). Results show that the PSCE has a reliable architecture that can quickly cope with massive spatial datasets.
Meta-analysis accelerator: a comprehensive tool for statistical data conversion in systematic reviews with meta-analysis
Background Systematic review with meta-analysis integrates findings from multiple studies, offering robust conclusions on treatment effects and guiding evidence-based medicine. However, the process is often hampered by challenges such as inconsistent data reporting, complex calculations, and time constraints. Researchers must convert various statistical measures into a common format, which can be error-prone and labor-intensive without the right tools. Implementation Meta-Analysis Accelerator was developed to address these challenges. The tool offers 21 different statistical conversions, including median & interquartile range (IQR) to mean & standard deviation (SD), standard error of the mean (SEM) to SD, and confidence interval (CI) to SD for one and two groups, among others. It is designed with an intuitive interface, ensuring that users can navigate the tool easily and perform conversions accurately and efficiently. The website structure includes a home page, conversion page, request a conversion feature, about page, articles page, and privacy policy page. This comprehensive design supports the tool’s primary goal of simplifying the meta-analysis process. Results Since its initial release in October 2023 as Meta Converter and subsequent renaming to Meta-Analysis Accelerator, the tool has gained widespread use globally. From March 2024 to May 2024, it received 12,236 visits from countries such as Egypt, France, Indonesia, and the USA, indicating its international appeal and utility. Approximately 46% of the visits were direct, reflecting its popularity and trust among users. Conclusions Meta-Analysis Accelerator significantly enhances the efficiency and accuracy of meta-analysis of systematic reviews by providing a reliable platform for statistical data conversion. Its comprehensive variety of conversions, user-friendly interface, and continuous improvements make it an indispensable resource for researchers. The tool’s ability to streamline data transformation ensures that researchers can focus more on data interpretation and less on manual calculations, thus advancing the quality and ease of conducting systematic reviews and meta-analyses.
Effect of Data Scaling Methods on Machine Learning Algorithms and Model Performance
Heart disease, one of the main reasons behind the high mortality rate around the world, requires a sophisticated and expensive diagnosis process. In the recent past, much literature has demonstrated machine learning approaches as an opportunity to efficiently diagnose heart disease patients. However, challenges associated with datasets such as missing data, inconsistent data, and mixed data (containing inconsistent missing data both as numerical and categorical) are often obstacles in medical diagnosis. This inconsistency led to a higher probability of misprediction and a misled result. Data preprocessing steps like feature reduction, data conversion, and data scaling are employed to form a standard dataset—such measures play a crucial role in reducing inaccuracy in final prediction. This paper aims to evaluate eleven machine learning (ML) algorithms—Logistic Regression (LR), Linear Discriminant Analysis (LDA), K-Nearest Neighbors (KNN), Classification and Regression Trees (CART), Naive Bayes (NB), Support Vector Machine (SVM), XGBoost (XGB), Random Forest Classifier (RF), Gradient Boost (GB), AdaBoost (AB), Extra Tree Classifier (ET)—and six different data scaling methods—Normalization (NR), Standscale (SS), MinMax (MM), MaxAbs (MA), Robust Scaler (RS), and Quantile Transformer (QT) on a dataset comprising of information of patients with heart disease. The result shows that CART, along with RS or QT, outperforms all other ML algorithms with 100% accuracy, 100% precision, 99% recall, and 100% F1 score. The study outcomes demonstrate that the model’s performance varies depending on the data scaling method.
Research on Ship CAE Model Data Conversion
A set of self-defined model data structure using discrete boundary representation is designed in this paper, based which the modeling data is transformed from CAD to CAE pre-process. And so the geometric modeling function is realized. By the unified data interface, model data is read and transformed from a variety of mainstream and standard CAD model file such as IGES, STEP and so on. By studying and parsing the STL file and Tribon XML format file, the STL model file and ship CAD model data conversion is realized.
Crossmodal sensory neurons based on high-performance flexible memristors for human-machine in-sensor computing system
Constructing crossmodal in-sensor processing system based on high-performance flexible devices is of great significance for the development of wearable human-machine interfaces. A bio-inspired crossmodal in-sensor computing system can perform real-time energy-efficient processing of multimodal signals, alleviating data conversion and transmission between different modules in conventional chips. Here, we report a bio-inspired crossmodal spiking sensory neuron (CSSN) based on a flexible VO 2 memristor, and demonstrate a crossmodal in-sensor encoding and computing system for wearable human-machine interfaces. We demonstrate excellent performance in the VO 2 memristor including endurance (>10 12 ), uniformity (0.72% for cycle-to-cycle variations and 3.73% for device-to-device variations), speed (<30 ns), and flexibility (bendable to a curvature radius of 1 mm). A flexible hardware processing system is implemented based on the CSSN, which can directly perceive and encode pressure and temperature bimodal information into spikes, and then enables the real-time haptic-feedback for human-machine interaction. We successfully construct a crossmodal in-sensor spiking reservoir computing system via the CSSNs, which can achieve dynamic objects identification with a high accuracy of 98.1% and real-time signal feedback. This work provides a feasible approach for constructing flexible bio-inspired crossmodal in-sensor computing systems for wearable human-machine interfaces. Constructing crossmodal in-sensor processing system based on high-performance flexible devices is important for the development of wearable human-machine interfaces. This work reports a bio-inspired spiking sensory neuron based on a flexible VO2 memristor and demonstrates a crossmodal in-sensor encoding and computing system.
Self-powered high-sensitivity all-in-one vertical tribo-transistor device for multi-sensing-memory-computing
Devices with sensing-memory-computing capability for the detection, recognition and memorization of real time sensory information could simplify data conversion, transmission, storage, and operations between different blocks in conventional chips, which are invaluable and sought-after to offer critical benefits of accomplishing diverse functions, simple design, and efficient computing simultaneously in the internet of things (IOT) era. Here, we develop a self-powered vertical tribo-transistor (VTT) based on MXenes for multi-sensing-memory-computing function and multi-task emotion recognition, which integrates triboelectric nanogenerator (TENG) and transistor in a single device with the simple configuration of vertical organic field effect transistor (VOFET). The tribo-potential is found to be able to tune ionic migration in insulating layer and Schottky barrier height at the MXene/semiconductor interface, and thus modulate the conductive channel between MXene and drain electrode. Meanwhile, the sensing sensitivity can be significantly improved by 711 times over the single TENG device, and the VTT exhibits excellent multi-sensing-memory-computing function. Importantly, based on this function, the multi-sensing integration and multi-model emotion recognition are constructed, which improves the emotion recognition accuracy up to 94.05% with reliability. This simple structure and self-powered VTT device exhibits high sensitivity, high efficiency and high accuracy, which provides application prospects in future human-mechanical interaction, IOT and high-level intelligence. Designing efficient sensing-memory-computing systems remains a challenge. Here, the authors propose a self-powered vertical tribo-transistor based on MXenes to implement the multi-sensing-memory-computing function and the interaction of multisensory integration.
A 1.5 mV Offset Dynamic Comparator With Auxiliary‐Inverter‐Based Preamplifier for High‐Speed Applications
This paper presents a proposed inverter‐based triple‐tail comparator designed for high‐speed and high‐efficiency applications in analogue‐to‐digital converters. In this proposed comparator, auxiliary inverter based pre‐amplifier is proposed to maintain the gain of the pre‐amplification stage and bolstering the robustness of the pre‐amplifier. Combined with offset cancelled technique, the definite state for each prior to comparison eliminates hysteresis effects. Utilizing the 28 nm CMOS process, the comparator achieves a high‐speed data conversion rate of 2 GHz and a root mean square offset of 1.5 mV, representing a reduction of over 62% compared to traditional structures. In this proposed comparator, auxiliary inverter based pre‐amplifier is proposed to maintain the gain of the pre‐amplification stage and bolstering the robustness of the pre‐amplifier. Combined with offset cancelled technique, the definite state for each prior to comparison eliminates hysteresis effects.
Ten circumstances and solutions for finding the sample mean and standard deviation for meta-analysis
A common problem in meta-analyses is the unavailability of mean and standard deviation (SD). Unfortunately, only having values of the median, interquartile range (IQR), or range cannot be directly utilized for meta-analysis. Although some estimation and conversion methods have been proposed in the past two decades, there were no published and user-friendly tools developed based on multiple scenarios of missing SD. Therefore, this study aimed to provide a collection of possible circumstances of missing sample means or SD with solutions for teaching and research. A total of 10 common circumstances of missing SD or mean could have available statistics of p value, t value, z  score, confidence interval, standard error, median, IQR, and range. Teachers and investigators can use relevant formulas for finding the sample mean and SD according to the available circumstance. Due to the complicated computations, our team provides a free available spreadsheet. With ever-evolving statistical methods, some formulas may be further improved in the future; therefore, it is recommended to involve statisticians in evidence-based practice or systematic reviews.