Catalogue Search | MBRL
Search Results Heading
Explore the vast range of titles available.
MBRLSearchResults
-
DisciplineDiscipline
-
Is Peer ReviewedIs Peer Reviewed
-
Item TypeItem Type
-
SubjectSubject
-
YearFrom:-To:
-
More FiltersMore FiltersSourceLanguage
Done
Filters
Reset
295
result(s) for
"Down sampling"
Sort by:
Peripheral Pulmonary Lesions Classification Using Endobronchial Ultrasonography Images Based on Bagging Ensemble Learning and Down-Sampling Technique
by
Nomura, Yukihiro
,
Wang, Huitao
,
Nakajima, Takahiro
in
Artificial intelligence
,
Biopsy
,
Cancer
2023
Lung cancer is the second most common cancer in the world, with an average five-year survival rate of 15 percent. Approximately 238,340 people were diagnosed in the US in 2023 based on the estimation of the American Cancer Society, and 127,070 people died from it. Cancer has always been a big problem for scientists. There has never been a good solution. So, the early detection of cancer is particularly important. In recent years, endobronchial ultrasonography (EBUS) images have been used more and more in the diagnosis of lung cancer because of their advantages of good real-time performance, no radiation, and superior performance. This research aims to develop a computer-aided diagnosis (CAD) system to differentiate benign and malignant peripheral pulmonary lesions (PPLs). The efficacy of this framework was evaluated on a dataset comprising 69 cases of lung carcinoma, encompassing 59 malignant instances and 10 benign cases. The final experimental results of accuracy, F1-Score, AUC, PPV, NPV, sensitivity, and specificity were 0.7, 0.63, 0.75, 0.84, 0.68, 0.56, and 0.85, respectively. From the experiment results, the developed CAD system has the potential ability to diagnose PPLs by using the EBUS images based on Deep Learning.
Journal Article
Dual-tree complex wavelet transform and super-resolution based video inpainting application to object removal and error concealment
by
Saraf, Santosh S.
,
Tudavekar, Gajanan
,
Patil, Sanjay R.
in
Algorithms
,
auto-regression technique
,
Banded structure
2020
Video inpainting is a technique that fills in the missing regions or gaps in a video by using its known pixels. The existing video inpainting algorithms are computationally expensive and introduce seam in the target region that arises due to variation in brightness or contrast of the patches. To overcome these drawbacks, the authors propose a novel two-stage framework. In the first step, sub-bands of wavelets of a low-resolution image are obtained using the dual-tree complex wavelet transform. Criminisi algorithm and auto-regression technique are then applied to these sub-bands to inpaint the missing regions. The fuzzy logic-based histogram equalisation is used to further enhance the image by preserving the image brightness and improve the local contrast. In the second step, the image is enhanced using super-resolution technique. The process of down-sampling, inpainting and subsequently enhancing the video using the super-resolution technique reduces the video inpainting time. The framework is tested on video sequences by comparing and analysing the structural similarity index matrix, peak-signal-to-noise ratio, visual information fidelity in pixel domain and execution time with the state-of-the-art algorithms. The experimental analysis gives visually pleasing results for object removal and error concealment.
Journal Article
Predictive performance of presence-only species distribution models
by
Valavi, Roozbeh
,
Guillera-Arroita, Gurutzeta
,
Lahoz-Monfort, José J.
in
Algorithms
,
boosted regression trees
,
data collection
2022
Species distribution modeling (SDM) is widely used in ecology and conservation. Currently, the most available data for SDM are species presence-only records (available through digital databases). There have been many studies comparing the performance of alternative algorithms for modeling presence-only data. Among these, a 2006 paper from Elith and colleagues has been particularly influential in the field, partly because they used several novel methods (at the time) on a global data set that included independent presence–absence records for model evaluation. Since its publication, some of the algorithms have been further developed and new ones have emerged. In this paper, we explore patterns in predictive performance across methods, by reanalyzing the same data set (225 species from six different regions) using updated modeling knowledge and practices. We apply well-established methods such as generalized additive models and MaxEnt, alongside others that have received attention more recently, including regularized regressions, point-process weighted regressions, random forests, XGBoost, support vector machines, and the ensemble modeling framework biomod. All the methods we use include background samples (a sample of environments in the landscape) for model fitting. We explore impacts of using weights on the presence and background points in model fitting. We introduce new ways of evaluating models fitted to these data, using the area under the precision-recall gain curve, and focusing on the rank of results. We find that the way models are fitted matters. The top method was an ensemble of tuned individual models. In contrast, ensembles built using the biomod framework with default parameters performed no better than single moderate performing models. Similarly, the second top performing method was a random forest parameterized to deal with many background samples (contrasted to relatively few presence records), which substantially outperformed other random forest implementations. We find that, in general, nonparametric techniques with the capability of controlling for model complexity outperformed traditional regression methods, with MaxEnt and boosted regression trees still among the top performing models. All the data and code with working examples are provided to make this study fully reproducible.
Journal Article
Modelling species presence‐only data with random forests
by
Valavi, Roozbeh
,
Lahoz‐Monfort, José J.
,
Elith, Jane
in
Algorithms
,
class imbalance
,
class overlap
2021
The random forest (RF) algorithm is an ensemble of classification or regression trees and is widely used, including for species distribution modelling (SDM). Many researchers use implementations of RF in the R programming language with default parameters to analyse species presence‐only data together with ‘background' samples. However, there is good evidence that RF with default parameters does not perform well for such ‘presence‐background' modelling. This is often attributed to the disparity between the number of presence and background samples, also known as 'class imbalance', and several solutions have been proposed. Here, we first set the context: the background sample should be large enough to represent all environments in the region. We then aim to understand the drivers of poor performance of RF when models are fitted to presence‐only species data alongside background samples. We show that 'class overlap' (where both classes occur in the same environment) is an important driver of poor performance, alongside class imbalance. Class overlap can even degrade performance for presence–absence data. We explain, test and evaluate suggested solutions. Using simulated and real presence‐background data, we compare performance of default RF with other weighting and sampling approaches. Our results demonstrate clear evidence of improvement in the performance of RFs when techniques that explicitly manage imbalance are used. We show that these either limit or enforce tree depth. Without compromising the environmental representativeness of the sampled background, we identify approaches to fitting RF that ameliorate the effects of imbalance and overlap and allow excellent predictive performance. Understanding the problems of RF in presence‐background modelling allows new insights into how best to fit models, and should guide future efforts to best deal with such data.
Journal Article
A Comparison of Pooling Methods for Convolutional Neural Networks
by
Mohd Nawi, Nazri
,
Alruban, Abdulrahman
,
Riaz, Saman
in
Back propagation
,
convolutional neural network
,
deep network
2022
One of the most promising techniques used in various sciences is deep neural networks (DNNs). A special type of DNN called a convolutional neural network (CNN) consists of several convolutional layers, each preceded by an activation function and a pooling layer. The feature map of the previous layer is sampled by the pooling layer (that seems to be an important layer) to create a new feature map with condensed resolution. This layer significantly reduces the spatial dimension of the input. It always accomplished two main goals. As a first step, it reduces the number of parameters or weights to minimize computational costs. The second step is to prevent the overfitting of the network. In addition, pooling techniques can significantly reduce model training time and computational costs. This paper provides a critical understanding of traditional and modern pooling techniques and highlights the strengths and weaknesses for readers. Moreover, the performance of pooling techniques on different datasets is qualitatively evaluated and reviewed. This study is expected to contribute to a comprehensive understanding of the importance of CNNs and pooling techniques in computer vision challenges.
Journal Article
A comparative study on point cloud down-sampling strategies for deep learning-based crop organ segmentation
2023
The 3D crop data obtained during cultivation is of great significance to screening excellent varieties in modern breeding and improvement on crop yield. With the rapid development of deep learning, researchers have been making innovations in aspects of both data preparation and deep network design for segmenting plant organs from 3D data. Training of the deep learning network requires the input point cloud to have a fixed scale, which means all point clouds in the batch should have similar scale and contain the same number of points. A good down-sampling strategy can reduce the impact of noise and meanwhile preserve the most important 3D spatial structures. As far as we know, this work is the first comprehensive study of the relationship between multiple down-sampling strategies and the performances of popular networks for plant point clouds. Five down-sampling strategies (including FPS, RS, UVS, VFPS, and 3DEPS) are cross evaluated on five different segmentation networks (including PointNet + + , DGCNN, PlantNet, ASIS, and PSegNet). The overall experimental results show that currently there is no strict golden rule on fixing down-sampling strategy for a specific mainstream crop deep learning network, and the optimal down-sampling strategy may vary on different networks. However, some general experience for choosing an appropriate sampling method for a specific network can still be summarized from the qualitative and quantitative experiments. First, 3DEPS and UVS are easy to generate better results on semantic segmentation networks. Second, the voxel-based down-sampling strategies may be more suitable for complex dual-function networks. Third, at 4096-point resolution, 3DEPS usually has only a small margin compared with the best down-sampling strategy at most cases, which means 3DEPS may be the most stable strategy across all compared. This study not only helps to further improve the accuracy of point cloud deep learning networks for crop organ segmentation, but also gives clue to the alignment of down-sampling strategies and a specific network.
Journal Article
Efficiency Evaluation of Sampling Density for Indoor Building LiDAR Point-Cloud Segmentation
2025
Prior studies on indoor LiDAR point-cloud semantic segmentation consistently report that sampling density strongly affects segmentation accuracy as well as runtime and memory, establishing an accuracy–efficiency trade-off. Nevertheless, in practice, the density is often chosen heuristically and reported under heterogeneous protocols, which limits quantitative guidance. We present a unified evaluation framework that treats density as the sole independent variable. To control architectural variability, three representative backbones—PointNet, PointNet++, and DGCNN—are each augmented with an identical Point Transformer module, yielding PointNet-Trans, PointNet++-Trans, and DGCNN-Trans trained and tested under one standardized protocol. The framework couples isotropic voxel-guided uniform down-sampling with a decision rule integrating three signals: (i) accuracy sufficiency, (ii) the onset of diminishing efficiency, and (iii) the knee of the accuracy–density curve. Experiments on scan-derived indoor point clouds (with BIM-derived counterparts for contrast) quantify the accuracy–runtime trade-off and identify an engineering-feasible operating band of 1600–2900 points/m2, with a robust setting near 2400 points/m2. Planar components saturate at moderate densities, whereas beams are more sensitive to down-sampling. By isolating density effects and enforcing one protocol, the study provides reproducible, model-agnostic guidance for scan planning and compute budgeting in indoor mapping and Scan-to-BIM workflows.
Journal Article
Enhancing Digital Twin Fidelity Through Low-Discrepancy Sequence and Hilbert Curve-Driven Point Cloud Down-Sampling
2025
This paper addresses the critical challenge of point cloud down-sampling for digital twin creation, where reducing data volume while preserving geometric fidelity remains an ongoing research problem. We propose a novel down-sampling approach that combines Low-Discrepancy Sequences (LDS) with Hilbert curve ordering to create a method that preserves both global distribution characteristics and local geometric features. Unlike traditional methods that impose uniform density or rely on computationally intensive feature detection, our LDS-Hilbert approach leverages the complementary mathematical properties of Low-Discrepancy Sequences and space-filling curves to achieve balanced sampling that respects the original density distribution while ensuring comprehensive coverage. Through four comprehensive experiments covering parametric surface fitting, mesh reconstruction from basic closed geometries, complex CAD models, and real-world laser scans, we demonstrate that LDS-Hilbert consistently outperforms established methods, including Simple Random Sampling (SRS), Farthest Point Sampling (FPS), and Voxel Grid Filtering (Voxel). Results show parameter recovery improvements often exceeding 50% for parametric models compared to the FPS and Voxel methods, nearly 50% better shape preservation as measured by the Point-to-Mesh Distance (than FPS) and up to 160% as measured by the Viewpoint Feature Histogram Distance (than SRS) on complex real-world scans. The method achieves these improvements without requiring feature-specific calculations, extensive pre-processing, or task-specific training data, making it a practical advance for enhancing digital twin fidelity across diverse application domains.
Journal Article
Deep-Learning-Based Semantic Segmentation Approach for Point Clouds of Extra-High-Voltage Transmission Lines
by
Ma, Yuxuan
,
Wang, Zhuo
,
Liu, Huan
in
Accuracy
,
Artificial intelligence
,
Artificial neural networks
2023
The accurate semantic segmentation of point cloud data is the basis for their application in the inspection of extra high-voltage transmission lines (EHVTL). As deep learning evolves, point-wise-based deep neural networks have shown great potential for the semantic segmentation of EHVTL point clouds. However, EHVTL point cloud data are characterized by a large data volume and significant class imbalance. Therefore, the down-sampling method and point cloud feature extraction method used in current point-wise-based deep neural networks hardly meet the needs of computational accuracy and efficiency. In this paper, we proposed a two-step down-sampling method and a point cloud feature extraction method based on local feature aggregation of the point clouds after down-sampling in each layer of the model (LFAPAD). We then established a deep neural network named PowerLine-Net for the semantic segmentation of the EHVTL point clouds. Furthermore, in order to test and analyze the performance of PowerLine-Net, we constructed a point cloud dataset for the EHVTL scenes. Using this dataset and the Semantic3D dataset, we implemented network parameter testing, semantic segmentation, and an accuracy comparison of different networks based on PowerLine-Net. The results illustrate that the semantic segmentation model proposed in this paper has a high computational efficiency and accuracy in the semantic segmentation of EHVTL point clouds. Compared with conventional deep neural networks, including PointCNN, KPConv, SPG, PointNet++, and RandLA-Net, PowerLine-Net also achieves a higher accuracy in the semantic segmentation of EHVTL point clouds. Moreover, based on the results predicted by PowerLine-Net, the risk point detection for EHVTL point clouds has been achieved, which demonstrates the important value of this network in practical applications. In addition, as shown by the results of Semantic3D, PowerLine-Net also achieves a high segmentation accuracy, which proves its powerful capability and wide applicability in semantic segmentation for the point clouds of large-scale scenes.
Journal Article
Enhanced Color Nighttime Light Remote Sensing Imagery Using Dual-Sampling Adjustment
by
Lu, Yanling
,
Huang, Yaqi
,
Zhang, Li
in
Algorithms
,
color nighttime light
,
Comparative analysis
2025
Nighttime light remote sensing imagery is limited by its single band and low spatial resolution, hindering its ability to accurately capture ground information. To address this, a dual-sampling adjustment method is proposed to enhance nighttime light remote sensing imagery by fusing daytime optical images with nighttime light remote sensing imagery, generating high-quality color nighttime light remote sensing imagery. The results are as follows: (1) Compared to traditional nighttime light remote sensing imagery, the spatial resolution of the fusion images is improved from 500 m to 15 m while better retaining the ground features of daytime optical images and the distribution of nighttime light. (2) Quality evaluations confirm that color nighttime light remote sensing imagery enhanced by dual-sampling adjustment can effectively balance optical fidelity and spatial texture features. (3) In Beijing’s central business district, color nighttime light brightness exhibits the strongest correlation with business, especially in Dongcheng District, with r = 0.7221, providing a visual tool for assessing urban economic vitality at night. This study overcomes the limitations of fusing day–night remote sensing imagery, expanding the application field of color nighttime light remote sensing imagery and providing critical decision support for refined urban management.
Journal Article