Jove
Visualize
Contact Us
JoVE
x logofacebook logolinkedin logoyoutube logo
ABOUT JoVE
OverviewLeadershipBlogJoVE Help Center
AUTHORS
Publishing ProcessEditorial BoardScope & PoliciesPeer ReviewFAQSubmit
LIBRARIANS
TestimonialsSubscriptionsAccessResourcesLibrary Advisory BoardFAQ
RESEARCH
JoVE JournalMethods CollectionsJoVE Encyclopedia of ExperimentsArchive
EDUCATION
JoVE CoreJoVE BusinessJoVE Science EducationJoVE Lab ManualFaculty Resource CenterFaculty Site
Terms & Conditions of Use
Privacy Policy
Policies

Related Concept Videos

Sampling Methods: Overview01:06

Sampling Methods: Overview

403
A sample refers to a smaller subset representative of a larger population. In analytical chemistry, studying or analyzing an entire population is often impractical or impossible. Therefore, samples are used to draw inferences and generalize the whole population. The sampling method selects individuals or items from a population to create a sample. Standard sampling methods include random, judgemental, systematic, stratified, and cluster sampling. 
In analytical chemistry, the choice of...
403
Cluster Sampling Method01:20

Cluster Sampling Method

12.2K
Appropriate sampling methods ensure that samples are drawn without bias and accurately represent the population. Because measuring the entire population in a study is not practical, researchers use samples to represent the population of interest.
To choose a cluster sample, divide the population into clusters (groups) and then randomly select some of the clusters. All the members from these clusters are in the cluster sample. For example, if you randomly sample four departments from your...
12.2K
Deconvolution01:20

Deconvolution

220
Deconvolution, also known as inverse filtering, is the process of extracting the impulse response from known input and output signals. This technique is vital in scenarios where the system's characteristics are unknown, and they must be inferred from the observable signals.
Deconvolution involves several mathematical techniques to derive the impulse response. One common approach is polynomial division. In this method, the input and output sequences are treated as coefficients of...
220
Sampling Methods: Sample Types01:18

Sampling Methods: Sample Types

329
Sampling materials are classified into three main types: solid, liquid, and gas.
Solid samples include a variety of substances, such as sediments from water bodies, soil, metals, and biological tissues. Two standard methods for extracting sediments from water bodies are grab sampling and piston coring. Grab sampling involves using a device to collect a discrete sediment sample from the bottom of a water body with minimal disturbance. Grab samples do not always represent the entire area due to...
329
Downsampling01:20

Downsampling

218
When considering a sampled sequence with zero values between sampling instants, one can replace it by taking every N-th value of the sequence. At these integer multiples of N, the original and sampled sequences coincide. This process, known as decimation, involves extracting every N-th sample from a sequence, thereby creating a more efficient sequence.
The Fourier transform of the decimated sequence reveals a combination of scaled and shifted versions of the original spectrum. This...
218
Random Sampling Method01:09

Random Sampling Method

11.7K
Sampling is a technique to select a portion (or subset) of the larger population and study that portion (the sample) to gain information about the population. Data are the result of sampling from a population. The sampling method ensures that samples are drawn without bias and accurately represent the population. Because measuring the entire population in a study is not practical, researchers use samples to represent the population of interest. Among the various sampling methods used by...
11.7K

You might also read

Related Articles

Articles linked to this work by shared authors, journal, and citation graph.

Sort by
Same author

Self-powered rewritable visual indicator for cumulative ionic exposure via hydrovoltaic-Electrophoretic coupling.

Biosensors & bioelectronics·2026
Same author

Multi-Class Arrhythmia Detection from PPG Signals Based on VGG-BiLSTM Hybrid Deep Learning Model.

Biosensors·2026
Same author

A Comparative Study of Signal Representations Methods and Deep Learning Architectures for PPG-Based Cuffless Blood Pressure Estimation.

Sensors (Basel, Switzerland)·2026
Same author

Integrating isothermal amplification with magnetic flocculation and DNA-guided PfAgo for SARS-CoV-2 detection.

Frontiers in microbiology·2026
Same author

Segmenting multi-modal abdominal multi-organ using the CADSTransN-Net model.

Journal of X-ray science and technology·2026
Same author

A Four-Wavelength Photoplethysmography dataset for non-invasive hemoglobin assessment.

Scientific data·2026

Related Experiment Video

Updated: Aug 13, 2025

Author Spotlight: Enhancement of Salient Object Detection for Smart Grid Applications
03:31

Author Spotlight: Enhancement of Salient Object Detection for Smart Grid Applications

Published on: December 15, 2023

600

Point Cloud Deep Learning Network Based on Balanced Sampling and Hybrid Pooling.

Chunyuan Deng1, Zhenyun Peng1, Zhencheng Chen1

  • 1School of Electronic Engineering and Automation, Guilin University of Electronic Technology, Guilin 541004, China.

Sensors (Basel, Switzerland)
|January 21, 2023
PubMed
Summary
This summary is machine-generated.

This study introduces a novel weighted sampling method and relational learning to improve point cloud semantic segmentation, especially for imbalanced data. The enhanced approach significantly boosts accuracy and mean IoU on benchmark datasets.

Keywords:
S3DIShybrid poolingself-attention modelweighted sampling method

More Related Videos

Swin-PSAxialNet: An Efficient Multi-Organ Segmentation Technique
04:48

Swin-PSAxialNet: An Efficient Multi-Organ Segmentation Technique

Published on: July 5, 2024

475
A Step-by-Step Implementation of DeepBehavior, Deep Learning Toolbox for Automated Behavior Analysis
05:41

A Step-by-Step Implementation of DeepBehavior, Deep Learning Toolbox for Automated Behavior Analysis

Published on: February 6, 2020

9.5K

Related Experiment Videos

Last Updated: Aug 13, 2025

Author Spotlight: Enhancement of Salient Object Detection for Smart Grid Applications
03:31

Author Spotlight: Enhancement of Salient Object Detection for Smart Grid Applications

Published on: December 15, 2023

600
Swin-PSAxialNet: An Efficient Multi-Organ Segmentation Technique
04:48

Swin-PSAxialNet: An Efficient Multi-Organ Segmentation Technique

Published on: July 5, 2024

475
A Step-by-Step Implementation of DeepBehavior, Deep Learning Toolbox for Automated Behavior Analysis
05:41

A Step-by-Step Implementation of DeepBehavior, Deep Learning Toolbox for Automated Behavior Analysis

Published on: February 6, 2020

9.5K

Area of Science:

  • Computer Vision
  • Machine Learning
  • 3D Data Processing

Background:

  • Automatic semantic segmentation of point cloud data is crucial for machine vision, virtual reality, and smart cities.
  • Existing methods, like PointNet++, struggle with extremely imbalanced point cloud scenes, necessitating improved processing capabilities.

Purpose of the Study:

  • To enhance the processing capability of point cloud segmentation methods for imbalanced scenes.
  • To improve the accuracy and efficiency of semantic segmentation in 3D data.

Main Methods:

  • Designed a weighted sampling method based on farthest point sampling (FPS) that adjusts sampling weights using model loss to equalize sampling.
  • Introduced relational learning within the neighborhood space using a self-attention model to distinguish feature importance during feature encoding.
  • Employed a hybrid pooling method for aggregating and transmitting global-local features.

Main Results:

  • Achieved 9.5% and 11.6% improvement in overall accuracy (OA) and mean of class-wise intersection over union (MIoU) on the S3DIS dataset compared to the baseline.
  • Demonstrated 4.2% and 3.9% improvement in OA and MIoU on the Vaihingen dataset compared to the baseline.
  • The proposed algorithm shows a favorable balance between OA and MIoU compared to other network models on public datasets.

Conclusions:

  • The proposed network effectively addresses the challenge of imbalanced point cloud scenes in semantic segmentation.
  • The integration of weighted sampling, relational learning, and hybrid pooling significantly enhances segmentation performance.
  • This work offers a robust solution for accurate and balanced semantic segmentation of 3D point cloud data.