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

Uniform Depth Channel Flow: Problem Solving01:18

Uniform Depth Channel Flow: Problem Solving

108
To calculate the flow rate for a trapezoidal channel, first, identify the bottom width, side slope, and flow depth of the channel. The cross-sectional area (A) corresponding to the depth of flow (y), channel bottom width (B), and side slope (θ) is determined by:Next, calculate the wetted perimeter, which includes the bottom width and the sloped side lengths in contact with the water. Using the values of the cross-sectional area and the wetted perimeter, determine the hydraulic radius by...
108
Uniform Depth Channel Flow01:27

Uniform Depth Channel Flow

118
Uniform depth channel flow keeps fluid depth consistent along channels such as irrigation canals. In natural channels, such as rivers, approximate uniform flow is often assumed. This condition occurs when the channel’s bottom slope matches the energy slope, balancing potential energy lost from gravity with head loss due to shear stress. This balance prevents depth changes along the channel length, resulting in a steady, uniform flow.Uniform flow in open channels with a constant cross-section...
118
Detection of Black Holes01:10

Detection of Black Holes

2.3K
Although black holes were theoretically postulated in the 1920s, they remained outside the domain of observational astronomy until the 1970s.
Their closest cousins are neutron stars, which are composed almost entirely of neutrons packed against each other, making them extremely dense. A neutron star has the same mass as the Sun but its diameter is only a few kilometers. Therefore, the escape velocity from their surface is close to the speed of light.
Not until the 1960s, when the first neutron...
2.3K

You might also read

Related Articles

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

Sort by
Same author

Efficient Management of High-Frequency Sensor Data Streams Using a Read-Optimized Learned Index.

Sensors (Basel, Switzerland)·2026
Same author

NTFold: Structure-Sensing Nucleotide Attention Learning for RNA Secondary Structure Prediction.

Sensors (Basel, Switzerland)·2026
Same author

CDKD-w+: A Keyframe Recognition Method for Coronary Digital Subtraction Angiography Video Sequence Based on w+ Space Encoding.

Sensors (Basel, Switzerland)·2025
Same author

Z-Score Experience Replay in Off-Policy Deep Reinforcement Learning.

Sensors (Basel, Switzerland)·2024
Same author

Effect of different irrigation methods on the toxicity and bioavailability of microcystin-LR to lettuce and carrot.

Environmental science and pollution research international·2023
Same author

Genital mycoplasma infection: a systematic review and meta-analysis.

Reproductive health·2023
Same journal

RETRACTED: Zhang et al. A Novel Framework for Reconstruction and Imaging of Target Scattering Centers via Wide-Angle Incidence in Radar Networks. <i>Sensors</i> 2025, <i>25</i>, 6802.

Sensors (Basel, Switzerland)·2026
Same journal

Enhancing Unsupervised Multi-Source Domain Adaptation for Person Re-Identification via Mixture of Experts and Graph-Based Relation.

Sensors (Basel, Switzerland)·2026
Same journal

Development of an Instrumented Glove for Palmar Pressure Assessment in Kayakers.

Sensors (Basel, Switzerland)·2026
Same journal

Development and Experimental Validation of an Autonomous IoT-Based Monitoring System for Real-Time Water Quality Assessment in the Amazon River.

Sensors (Basel, Switzerland)·2026
Same journal

Semi-Supervised Adversarial Learning Framework for Controller Area Network Bus Intrusion Detection.

Sensors (Basel, Switzerland)·2026
Same journal

Smart Optimization Method for Safety Signs in Innovative Manufacturing Environments Integrating Industrial Field IoT Sensors and Knowledge Graphs.

Sensors (Basel, Switzerland)·2026
See all related articles

Related Experiment Video

Updated: Aug 17, 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

604

A Tiny Model for Fast and Precise Ship Detection via Feature Channel Pruning.

Yana Yang1, Shuai Xiao1, Jiachen Yang1

  • 1School of Electrical and Information Engineering, Tianjin University, Tianjin 300072, China.

Sensors (Basel, Switzerland)
|December 11, 2022
PubMed
Summary
This summary is machine-generated.

This study enhances ship detection using deep learning by integrating modules into YOLOv3 for better accuracy and efficiency. The optimized model achieves high performance on a new dataset and is compressed for deployment on resource-limited devices.

Keywords:
CNNSARchannel pruningship detection

More Related Videos

Development of New Methods for Quantifying Fish Density Using Underwater Stereo-video Tools
09:32

Development of New Methods for Quantifying Fish Density Using Underwater Stereo-video Tools

Published on: November 20, 2017

9.3K
Long-term Video Tracking of Cohoused Aquatic Animals: A Case Study of the Daily Locomotor Activity of the Norway Lobster Nephrops norvegicus
05:57

Long-term Video Tracking of Cohoused Aquatic Animals: A Case Study of the Daily Locomotor Activity of the Norway Lobster Nephrops norvegicus

Published on: April 8, 2019

6.9K

Related Experiment Videos

Last Updated: Aug 17, 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

604
Development of New Methods for Quantifying Fish Density Using Underwater Stereo-video Tools
09:32

Development of New Methods for Quantifying Fish Density Using Underwater Stereo-video Tools

Published on: November 20, 2017

9.3K
Long-term Video Tracking of Cohoused Aquatic Animals: A Case Study of the Daily Locomotor Activity of the Norway Lobster Nephrops norvegicus
05:57

Long-term Video Tracking of Cohoused Aquatic Animals: A Case Study of the Daily Locomotor Activity of the Norway Lobster Nephrops norvegicus

Published on: April 8, 2019

6.9K

Area of Science:

  • Computer Vision
  • Artificial Intelligence
  • Marine Technology

Background:

  • Accurate ship detection is crucial for maritime security and management.
  • Traditional methods and existing deep learning models face challenges in complex marine environments and resource constraints.
  • Limited ship sample datasets hinder model training and performance.

Purpose of the Study:

  • To develop an improved deep learning model for accurate and efficient ship detection in complex marine environments.
  • To address the limitations of existing models regarding parameter count and computational requirements.
  • To create a robust and deployable ship detection system for edge devices.

Main Methods:

  • A novel SAR ship detection dataset was constructed to address data scarcity.
  • The YOLOv3 model was enhanced by integrating Spatial Pyramid Pooling (SPP), Asymmetrical Fusion Feature Fusion (ASFF), and Distance Intersection over Union Non-Maximum Suppression (DIOU-NMS) modules.
  • Model compression was achieved using the Model Compression and Pruning (MCP) method.

Main Results:

  • The improved YOLOv3 model achieved a mean Average Precision (mAP) of 93.37%, a 4.11% increase over the original YOLOv3.
  • The MCP method compressed the model to 6.7 million parameters with an 80% pruning ratio, outperforming NS and ThiNet.
  • The compact model achieved a speed of 15 FPS on an NVIDIA TX2, 4.3 times faster than the baseline.

Conclusions:

  • The proposed enhanced YOLOv3 model significantly improves ship detection accuracy and robustness in challenging marine conditions.
  • Model compression via MCP enables efficient deployment of accurate ship detection systems on edge devices with limited resources.
  • This research contributes to advancing the practical application of AI-driven maritime surveillance.