SlideShare a Scribd company logo
Machine vision technology for
Fish classification
By
B. Bhaskar
Fisheries Resource Management
Introduction
• In 2018, global fisheries production reached another record high of a staggering
179 million tons. Of this amount, a record 156 million tons were also used for
human food consumption (FAO, 2020).
• There are more than 33000 species of fish in the world, which is the most diverse
vertebrate fauna (Eschmeyer et al., 2017).
• Whether in natural waters or aquaculture, different fish species usually live in the
same area (Xu et al., 2021).
• Classifying different species of fish is important for understanding marine ecology
and fish behaviour (Li et al., 2020), investigation of endangered species
populations, management of aquaculture (Tharwat et al., 2018), monitoring of
fish community status and health (Siddiqui et al., 2018), quality testing of
different fish (He et al., 2015), and studies of aquatic ecology (Hasija et al., 2017)
are of great importance.
• Traditional methods of fish classification are not only labour-intensive & time-
consuming but also somewhat destructive, such as the physical collection of fish
samples by divers (Cappo et al., 2003; Mallet and Pelletier, 2014).
• In contrast, marine biologists and researchers are increasingly keen to use more
efficient, automated, non-invasive, and non-destructive methods for fish sampling
and classification to avoid the problems caused by traditional manual methods
(Mclaren et al., 2015; Whitmarsh et al., 2016).
• Automatic fish classification is one of the important aspects of smart aquaculture.
Cont..
• Automatic classification of different species of fish is important
for the comprehension of marine ecology, fish behaviour
analysis, aquaculture management, and fish health monitoring.
• Recently many automatic classification methods have been
developed, among machine vision-based classification
methods are widely used with the advantages of being fast and
non-destructive.
• The successful application of rapidly emerging deep learning
techniques in machine vision has brought new opportunities
for fish classification.
• Machine vision technology is an important branch of artificial
intelligence (AI) that can replace the human eye and brain to
achieve fast, automatic, and non-invasive detection.
• Machine vision models have been widely applied in
fisheries (Mathiassen et al., 2012), which feed
information from the collected data to a computer
for analysis and decision-making, and the detection
results can be used to analyse fish behaviour,
calculate a weight (Zhang et al., 2020a), measure
lengths (Fernandes et al., 2020), estimate numbers
(Zhang et al., 2020b), and identify fish species (Xu et
al., 2021).
• In the past two decades, many models based on
machine vision technology for fish classification
have been proposed
Cont..
Fish classification in Machine vision
• Machine vision models for fish classification can be divided into three
stages: image acquisition, image preprocessing, and classification methods.
• In addition, classification methods are divided into traditional machine
learning and deep learning (Xu et al., 2021).
• Traditional machine learning algorithms such as artificial neural networks
(ANN; Hassoun et al., 1996), support vector machine (SVM; Cortes and
Vapnik, 1995), and principal component analysis (PCA; Wold et al., 1987)
have achieved excellent performance in fish classification.
• However, conventional machine learning algorithms strongly rely on
manually extracted features (LeCun et al., 2015).
• Deep learning as a new research direction in the field of machine learning
has made great progress in this area (Jiang and Learned-Miller, 2017), and it
has been widely used in the field of fish classification (Banan et al., 2020).
• In deep neural networks, the original image is fed without prior knowledge
to optimize the parameters and feature design (Nasiri et al., 2019).
• Further, deep learning combines the basic steps of image processing by
integrating the feature extraction phase and the classification phase
Image Acquisition
To achieve accurate fish classification, high-quality images of fish in complex environments need
to be acquired. Many researchers collect images via digital cameras (Joo et al., 2013; Li and
Hong, 2014) or smartphones (Sharmin et al., 2019) in a controlled laboratory environment
and then create their datasets (Alsmadi et al., 2010).
• The performance of a fish classification system depends on the quality of the acquired
images, but the water turbidity has been a major factor affecting the quality of the acquired
images.
• To ensure the quality of the images, Kutlu et al. (2017) placed each fish in the same position
on the white background floor before taking the pictures, but the applicability of this method
is low.
• Some researchers had also shown experimentally that relatively good results can be obtained
using frontal illumination with backlit shots is effective when the turbidity of the water
reduces the visibility of the fish (Zhang et al., 2016).
• Furthermore, to address the issue that the quality of images is affected to some extent by the
positioning of the acquisition equipment, Tharwat et al. (2018) used a Fujifilm X-T10 Camera
to capture images from different angles, distances, and lighting conditions as a dataset.
• To adapt to the studied scene, Rauf et al. (2019) set the mode of the automatic camera
(Canon EOS 1300D) to scene and selected the subcategory as snow scene for capturing
images.
• For fine-grained classification of fish, Jäger et al. (2015) used a stationary “baited remote
underwater video” (BRUV; Langlois et al., 2010) and a moving “diver operated video” system
(DOV) to record the Croatian fish dataset.
• Also, GoPro Hero3+ Black and GoPro Hero4+ black cameras achieved good results in
shooting underwater videos (Villon et al., 2018).
• In addition to the aforementioned dataset consisting of single-view images, 360◦ panoramic
images that obtain information from multiple views have gained more attention (Wang et
al., 2020).
• Meng et al. (2018) designed fisheye lenses and a 360◦ panoramic camera functional
underwater drone that can generate 360◦ images by using image generation algorithms.
• with the rapid development of deep learning, especially the application of Convolutional
Neural Network (CNN) in fish classification, relatively small datasets are no longer sufficient
for training high-performance models.
• As a result, more and more researchers have adopted public open-source datasets obtained
from image acquisition devices such as underwater cameras, underwater drones, digital
cameras, and Autonomous Underwater Vehicle (AUV; Cutter et al., 2015).
• One of the most widely used datasets, the Fish4-knowledge dataset, consists of videos and
images of 23 species of live underwater fish, which has been extensively used for model
training and performance testing of fish classification systems (Sun et al., 2018)
• The NCFM dataset generated from the global competition “Nature Conservancy Fisheries
Monitoring” by Kaggle has been used by many researchers to train classification models
(AliGombe et al., 2017)
• Important to note that the NCFM dataset is captured by
cameras mounted on fishing boats from different angles.
• Some of the images in the NCFM dataset are of low quality
due to the ubiquitous presence of workers, containers, and
fishing gear, as well as weather and lighting effects.
• Few well known datasets as follows
Image preprocessing
• Image preprocessing is one of the essential steps for fish
classification by using machine vision models (Deep and Dash,
2019), including various processes such as image grayscale,
image denoising, image enhancement, image segmentation,
and image augmentation.
• Since images acquired from real environments contain
inappropriate information such as shadows, complex
backgrounds, and noise (Wang et al., 2020), preprocessing
the images before the feature extraction process can improve
the image quality (Alsmadi et al., 2012; Hnin and Lynn, 2016),
which is very helpful for improving the classification accuracy
and efficiency of the models.
• Several of the most effective and widely used preprocessing
techniques applied to fish classification tasks nowadays are
detailed in the following.
Image grayscale
• Image grayscale When processing colour images of fish,
machine models often need to process all three channels in
sequence, and the time overhead will be high.
• Therefore, to achieve the goal of increasing the processing
speed of the whole application system, it is necessary for
image grayscale to reduce the amount of data to be
processed (Li and Hong, 2014).
• Image graying has been applied by many researchers as the
most commonly used image preprocessing technique for fish
images (White et al. , 2006; Hernández-Serna and Jiménez-
Segura, 2014; Li and Hong, 2014; Sengar et al. , 2017; Sharmin
et al. , 2019).
• Moreover, image grayscale can preserve gradient information
and highlight contour features in fish recognition. 1)Image
grayscale 2) Image denoising 3) Image enhancement 4) Image
segmentation 5) Image augmentation
Image denoising
• Due to the challenging real underwater environment, the fish images or videos
captured by underwater cameras are often affected by underwater noise, among
which Gaussian noise and impulse noise is typical.
• Currently, several image denoising methods have been practically applied, among
which Gaussian filtering (Salman et al. , 2016), mean filtering, and median filtering
are relatively basic and mature.
• Median filtering is a commonly used nonlinear smoothing filter, which substitutes
the value of a point in a digital image with the median value of the points sorted in
the neighborhood of that point.
• Although this method is not suitable for dealing with Gaussian noise, its
effectiveness in dealing with discrete point noise is obvious, so researchers
commonly use it to deal only with pixels contaminated by impulse noise
(Hernández-Serna and Jiménez-Segura, 2014; Jin and Liang, 2017).
• As for Gaussian noise, it is generally filtered using a linear smoothing filter such as
Gaussian filtering, which scans each pixel in the image with a template and then
replaces the value of the pixel point at the center of the template with the weighted
average gray value of the pixels in the neighborhood determined by the template.
• Besides, discriminant learning based on deep learning has also achieved good
results in solving the Gaussian noise problem (Tian et al. , 2020).
• Also, wavelet image denoising based on frequency domain has become one of the
main methods for image denoising at present (Xie et al. , 2002).
Image enhancement
• Image enhancement technique is a common technique in image preprocessing, which aims to enhance image
features by enhancing globally or locally useful information in the image, thereby improving the accuracy of
object recognition.
• Many image enhancement methods are limited to general images, and relatively few methods are developed
specifically for underwater images (Schettini and Corchs, 2010).
• Image enhancement for poor visibility is very challenging mainly due to the complexity of the underwater
environment.
• Histogram equalization is one of the most common enhancement methods, which transforms the distribution
of the histogram of the original image into a uniform distribution by mapping, and this increases the dynamic
range of pixel gray values, thus achieving the effect of enhancing the overall contrast of the image (Mokti
and Salam, 2009).
• Hitam et al. (2013) proposed a mixture of Contrast Limited Adaptive Histogram Equalization colour models,
which can significantly improve the visibility of underwater images by enhancing contrast and reducing
noise.
• Aiming at the problem of low illumination underwater, the image enhancement method based on a grayscale
nonlinear transformation and the Multi-Scale Retinex algorithm has achieved good results (Zhou et al.,
2017b).
• Constrained by objective conditions, most of the fish images are captured from turbid water, and the de-
scattering and colour correction of highly turbid water has a significant impact on the image classification
results.
• Li et al. (2016b) obtained satisfactory results for the enhancement of the high turbidity underwater images by
joint guidance image de-scattering and colour correction of physical spectral features.
• Further, preprocessing methods such as Gaussian Blurring, Morphological Operations, Otsu’s Thresholding,
and Pyramid Mean Shifting have been employed to enhance fish images (Rathi et al., 2018).
Image segmentation
• Image segmentation can divide an image into several independent sub-
regions to find the region of interest.
• In fish classification studies, it is only the part of the fish body in the image
that is being focused on, so this part of the region is separated and extracted.
• This simplified representation of fish images is of great help for feature
extraction, and thus a correct segmentation process will bring higher value to
the classification results (Alsmadi et al., 2011; Li and Hong, 2014; Kartika
and Herumurti, 2017).
• Edge segmentation is a more mature and commonly used class of algorithms
in image segmentation, which mainly uses abrupt changes in the gray level
of the image at the edges to segment the image.
• The Sobel edge operator is often used to detect fish edges and their
orientation, but it is relatively sensitive to noise (Baloch et al., 2017).
• Therefore, some researchers employed the Grabcut (Rother, 2004) algorithm
to segment fish bodies from the image background and then combined with
some morphological operations to remove unwanted shapes from the image
(Houssein et al., 2018).
• However, multi-objective segmentation in a single image remains a key
focus and difficulty in image processing research (Ren et al., 2017).
Image augmentation
• Image augmentation increases the size of the training
data set by altering the training images to produce
similar but different training samples.
• There are various methods of image augmentation,
such as mirror transformation, cropping, panning,
brightness modification, clipping, noise addition,
rotation, scaling, and colour transformation.
• In fish classification tasks, researchers often choose to
use multiple augmentation methods to augment the
dataset (Allken et al., 2019; Wang et al., 2019).
• The increase of training samples can reduce the
dependence of the model on certain attributes, and
thus improve the generalization ability of the model
(Shorten and Khoshgoftaar, 2019).
The flowchart of traditional machine
learning.
Fish images under controlled conditions. (D. Li et al.)
Traditional machine learning methods for fish
Classification
Flow chart of Deep learning Techniques
Deep learning methods for fish
classification
AlexNet architecture
A. The flow of the item-based soft attention module; B. .
VGG- architecture.
Inception module with dimensionality reduction
Residual learning: a building block
A typical example of transfer learning
References
• Li, , Qi Wang, Xin Li, Meilin Niu, He Wang, and Chunhong Liu, 2022. Review Article Recent advances of machine vision technology in fish
classification Daoliang. ICES Journal of Marine Science (2022), 79(2), 263–284. https://doi.org/10.1093/icesjms/fsab264

More Related Content

What's hot

fish population dynamics, Population structure
fish population dynamics, Population structurefish population dynamics, Population structure
fish population dynamics, Population structure
Degonto Islam
 
Biosecurity in aquaculture
Biosecurity in aquacultureBiosecurity in aquaculture
Biosecurity in aquaculture
VikasUjjania
 
Fisheries legal, regulatory and developmental setup,
Fisheries legal, regulatory and developmental setup,Fisheries legal, regulatory and developmental setup,
Fisheries legal, regulatory and developmental setup,
College of Fisheries, KVAFSU, Mangalore, Karnataka
 
Sea farming and shore based aquaculture
 Sea farming and shore based aquaculture Sea farming and shore based aquaculture
Sea farming and shore based aquaculture
SHUBHAM PATIDAR FISHERIES ADDAA
 
Shrimp Farming
Shrimp Farming Shrimp Farming
Carp hatchery
Carp hatcheryCarp hatchery
Carp hatchery
Hem Chudasama
 
Community based fisheries management in Cambodia.
Community based fisheries management in Cambodia. Community based fisheries management in Cambodia.
Community based fisheries management in Cambodia.
Tauk Chanraksmey
 
Sustainable Aquaculture
Sustainable AquacultureSustainable Aquaculture
Sustainable Aquaculture
Abd El-Rahman Khattaby
 
Presentation harbor management
Presentation harbor managementPresentation harbor management
Presentation harbor management
JOSHUA ANDREW
 
Present status of Fish Hatchery in Bangladesh
Present status of Fish Hatchery in BangladeshPresent status of Fish Hatchery in Bangladesh
Present status of Fish Hatchery in Bangladesh
Degonto Islam
 
Automation in Aquaculture.pptx
Automation in Aquaculture.pptxAutomation in Aquaculture.pptx
Automation in Aquaculture.pptx
MANSOORRATHER4
 
Recirculating Aquaculture System
Recirculating Aquaculture SystemRecirculating Aquaculture System
Recirculating Aquaculture System
vishal solanki
 
Identification of fish seed
Identification of fish seedIdentification of fish seed
Identification of fish seed
Sailesh Mahapatra
 
INTEGRATED MULTI TROPHIC AQUACULTURE (IMTA)
INTEGRATED MULTI TROPHIC AQUACULTURE (IMTA)INTEGRATED MULTI TROPHIC AQUACULTURE (IMTA)
INTEGRATED MULTI TROPHIC AQUACULTURE (IMTA)
college of fisheries
 
Pen-Culture.pptx
Pen-Culture.pptxPen-Culture.pptx
Asian sea bass culture
Asian sea bass cultureAsian sea bass culture
Asian sea bass culture
B. BHASKAR
 
REMOTE SENSING IN MARINE CAPTURING FISHERIES
REMOTE SENSING IN MARINE CAPTURING FISHERIESREMOTE SENSING IN MARINE CAPTURING FISHERIES
REMOTE SENSING IN MARINE CAPTURING FISHERIES
SHUBHAM PATIDAR FISHERIES ADDAA
 
Carp seed rearing techniques
Carp seed rearing techniquesCarp seed rearing techniques
Carp seed rearing techniques
B. BHASKAR
 
CODE OF CONDUCT FOR RESPONSIBLE FISHERIES
CODE OF CONDUCT FOR RESPONSIBLE FISHERIESCODE OF CONDUCT FOR RESPONSIBLE FISHERIES
CODE OF CONDUCT FOR RESPONSIBLE FISHERIES
DEVIKA ANTHARJANAM
 
Integrated fisheries management i
Integrated fisheries management iIntegrated fisheries management i
Integrated fisheries management i
DEVIKA ANTHARJANAM
 

What's hot (20)

fish population dynamics, Population structure
fish population dynamics, Population structurefish population dynamics, Population structure
fish population dynamics, Population structure
 
Biosecurity in aquaculture
Biosecurity in aquacultureBiosecurity in aquaculture
Biosecurity in aquaculture
 
Fisheries legal, regulatory and developmental setup,
Fisheries legal, regulatory and developmental setup,Fisheries legal, regulatory and developmental setup,
Fisheries legal, regulatory and developmental setup,
 
Sea farming and shore based aquaculture
 Sea farming and shore based aquaculture Sea farming and shore based aquaculture
Sea farming and shore based aquaculture
 
Shrimp Farming
Shrimp Farming Shrimp Farming
Shrimp Farming
 
Carp hatchery
Carp hatcheryCarp hatchery
Carp hatchery
 
Community based fisheries management in Cambodia.
Community based fisheries management in Cambodia. Community based fisheries management in Cambodia.
Community based fisheries management in Cambodia.
 
Sustainable Aquaculture
Sustainable AquacultureSustainable Aquaculture
Sustainable Aquaculture
 
Presentation harbor management
Presentation harbor managementPresentation harbor management
Presentation harbor management
 
Present status of Fish Hatchery in Bangladesh
Present status of Fish Hatchery in BangladeshPresent status of Fish Hatchery in Bangladesh
Present status of Fish Hatchery in Bangladesh
 
Automation in Aquaculture.pptx
Automation in Aquaculture.pptxAutomation in Aquaculture.pptx
Automation in Aquaculture.pptx
 
Recirculating Aquaculture System
Recirculating Aquaculture SystemRecirculating Aquaculture System
Recirculating Aquaculture System
 
Identification of fish seed
Identification of fish seedIdentification of fish seed
Identification of fish seed
 
INTEGRATED MULTI TROPHIC AQUACULTURE (IMTA)
INTEGRATED MULTI TROPHIC AQUACULTURE (IMTA)INTEGRATED MULTI TROPHIC AQUACULTURE (IMTA)
INTEGRATED MULTI TROPHIC AQUACULTURE (IMTA)
 
Pen-Culture.pptx
Pen-Culture.pptxPen-Culture.pptx
Pen-Culture.pptx
 
Asian sea bass culture
Asian sea bass cultureAsian sea bass culture
Asian sea bass culture
 
REMOTE SENSING IN MARINE CAPTURING FISHERIES
REMOTE SENSING IN MARINE CAPTURING FISHERIESREMOTE SENSING IN MARINE CAPTURING FISHERIES
REMOTE SENSING IN MARINE CAPTURING FISHERIES
 
Carp seed rearing techniques
Carp seed rearing techniquesCarp seed rearing techniques
Carp seed rearing techniques
 
CODE OF CONDUCT FOR RESPONSIBLE FISHERIES
CODE OF CONDUCT FOR RESPONSIBLE FISHERIESCODE OF CONDUCT FOR RESPONSIBLE FISHERIES
CODE OF CONDUCT FOR RESPONSIBLE FISHERIES
 
Integrated fisheries management i
Integrated fisheries management iIntegrated fisheries management i
Integrated fisheries management i
 

Similar to Machine vision technology for Fish classification.pptx

C1.01: GOOS: an essential collaborative system enabling societal benefit - Jo...
C1.01: GOOS: an essential collaborative system enabling societal benefit - Jo...C1.01: GOOS: an essential collaborative system enabling societal benefit - Jo...
C1.01: GOOS: an essential collaborative system enabling societal benefit - Jo...
Blue Planet Symposium
 
Presentation
PresentationPresentation
Presentation
sumith madhushan
 
Deep convolutional neural network-based system for fish classification
Deep convolutional neural network-based system for fish classificationDeep convolutional neural network-based system for fish classification
Deep convolutional neural network-based system for fish classification
IJECEIAES
 
A review on features and methods of potential fishing zone
A review on features and methods of potential fishing zoneA review on features and methods of potential fishing zone
A review on features and methods of potential fishing zone
IJECEIAES
 
Birds Identification System using Deep Learning
Birds Identification System using Deep LearningBirds Identification System using Deep Learning
Birds Identification System using Deep Learning
IRJET Journal
 
Developing the field of Biodiversity Informatics in South Africa through the ...
Developing the field of Biodiversity Informatics in South Africa through the ...Developing the field of Biodiversity Informatics in South Africa through the ...
Developing the field of Biodiversity Informatics in South Africa through the ...
Fatima Parker-Allie
 
Day 1_Session3_TRIPS_WASDS_ICRISAT
Day 1_Session3_TRIPS_WASDS_ICRISATDay 1_Session3_TRIPS_WASDS_ICRISAT
Day 1_Session3_TRIPS_WASDS_ICRISAT
CGIAR Research Program on Dryland Systems
 
DSD-NL 2014 - EU Data Landscape - 3. Jerico 2014 Gorringe_2
DSD-NL 2014 - EU Data Landscape - 3. Jerico 2014 Gorringe_2DSD-NL 2014 - EU Data Landscape - 3. Jerico 2014 Gorringe_2
DSD-NL 2014 - EU Data Landscape - 3. Jerico 2014 Gorringe_2
Deltares
 
Determination of macaw fruit harvest period by biospeckle laser technique
Determination of macaw fruit harvest period by biospeckle laser techniqueDetermination of macaw fruit harvest period by biospeckle laser technique
Determination of macaw fruit harvest period by biospeckle laser technique
Nombre Apellidos
 
Automated Fish Species Detection
Automated Fish Species DetectionAutomated Fish Species Detection
Automated Fish Species Detection
IRJET Journal
 
Discovering the impact of climate change on the marine species, Aquamaps
Discovering the impact of climate change on the marine species, AquamapsDiscovering the impact of climate change on the marine species, Aquamaps
Discovering the impact of climate change on the marine species, Aquamaps
iMarine283644
 
fish measurement in aquatic environment and its importance
fish measurement in aquatic environment and its importancefish measurement in aquatic environment and its importance
fish measurement in aquatic environment and its importance
ankithapraj
 
Comparative study of ensemble deep learning models to determine the classific...
Comparative study of ensemble deep learning models to determine the classific...Comparative study of ensemble deep learning models to determine the classific...
Comparative study of ensemble deep learning models to determine the classific...
CSITiaesprime
 
Blue Skills
Blue SkillsBlue Skills
Blue Skills
Blue BRIDGE
 
C1.05: Sustained observations for many users - a perspective from Australia’s...
C1.05: Sustained observations for many users - a perspective from Australia’s...C1.05: Sustained observations for many users - a perspective from Australia’s...
C1.05: Sustained observations for many users - a perspective from Australia’s...
Blue Planet Symposium
 
gams_toolbox_guide
gams_toolbox_guidegams_toolbox_guide
gams_toolbox_guide
Julia Livermore
 
C1.04: GOOS Biology and Ecosystems Panel - In a complex space can we fit a si...
C1.04: GOOS Biology and Ecosystems Panel - In a complex space can we fit a si...C1.04: GOOS Biology and Ecosystems Panel - In a complex space can we fit a si...
C1.04: GOOS Biology and Ecosystems Panel - In a complex space can we fit a si...
Blue Planet Symposium
 
Article fishing zones
Article fishing zonesArticle fishing zones
Article fishing zones
Gopala Reddy
 
An Automated Approach of Shoreline Detection Applied to Digital Videos using ...
An Automated Approach of Shoreline Detection Applied to Digital Videos using ...An Automated Approach of Shoreline Detection Applied to Digital Videos using ...
An Automated Approach of Shoreline Detection Applied to Digital Videos using ...
Dwi Putra Asana
 
Monitoring climate change effects on coral reefs using edge- based image segm...
Monitoring climate change effects on coral reefs using edge- based image segm...Monitoring climate change effects on coral reefs using edge- based image segm...
Monitoring climate change effects on coral reefs using edge- based image segm...
IJECEIAES
 

Similar to Machine vision technology for Fish classification.pptx (20)

C1.01: GOOS: an essential collaborative system enabling societal benefit - Jo...
C1.01: GOOS: an essential collaborative system enabling societal benefit - Jo...C1.01: GOOS: an essential collaborative system enabling societal benefit - Jo...
C1.01: GOOS: an essential collaborative system enabling societal benefit - Jo...
 
Presentation
PresentationPresentation
Presentation
 
Deep convolutional neural network-based system for fish classification
Deep convolutional neural network-based system for fish classificationDeep convolutional neural network-based system for fish classification
Deep convolutional neural network-based system for fish classification
 
A review on features and methods of potential fishing zone
A review on features and methods of potential fishing zoneA review on features and methods of potential fishing zone
A review on features and methods of potential fishing zone
 
Birds Identification System using Deep Learning
Birds Identification System using Deep LearningBirds Identification System using Deep Learning
Birds Identification System using Deep Learning
 
Developing the field of Biodiversity Informatics in South Africa through the ...
Developing the field of Biodiversity Informatics in South Africa through the ...Developing the field of Biodiversity Informatics in South Africa through the ...
Developing the field of Biodiversity Informatics in South Africa through the ...
 
Day 1_Session3_TRIPS_WASDS_ICRISAT
Day 1_Session3_TRIPS_WASDS_ICRISATDay 1_Session3_TRIPS_WASDS_ICRISAT
Day 1_Session3_TRIPS_WASDS_ICRISAT
 
DSD-NL 2014 - EU Data Landscape - 3. Jerico 2014 Gorringe_2
DSD-NL 2014 - EU Data Landscape - 3. Jerico 2014 Gorringe_2DSD-NL 2014 - EU Data Landscape - 3. Jerico 2014 Gorringe_2
DSD-NL 2014 - EU Data Landscape - 3. Jerico 2014 Gorringe_2
 
Determination of macaw fruit harvest period by biospeckle laser technique
Determination of macaw fruit harvest period by biospeckle laser techniqueDetermination of macaw fruit harvest period by biospeckle laser technique
Determination of macaw fruit harvest period by biospeckle laser technique
 
Automated Fish Species Detection
Automated Fish Species DetectionAutomated Fish Species Detection
Automated Fish Species Detection
 
Discovering the impact of climate change on the marine species, Aquamaps
Discovering the impact of climate change on the marine species, AquamapsDiscovering the impact of climate change on the marine species, Aquamaps
Discovering the impact of climate change on the marine species, Aquamaps
 
fish measurement in aquatic environment and its importance
fish measurement in aquatic environment and its importancefish measurement in aquatic environment and its importance
fish measurement in aquatic environment and its importance
 
Comparative study of ensemble deep learning models to determine the classific...
Comparative study of ensemble deep learning models to determine the classific...Comparative study of ensemble deep learning models to determine the classific...
Comparative study of ensemble deep learning models to determine the classific...
 
Blue Skills
Blue SkillsBlue Skills
Blue Skills
 
C1.05: Sustained observations for many users - a perspective from Australia’s...
C1.05: Sustained observations for many users - a perspective from Australia’s...C1.05: Sustained observations for many users - a perspective from Australia’s...
C1.05: Sustained observations for many users - a perspective from Australia’s...
 
gams_toolbox_guide
gams_toolbox_guidegams_toolbox_guide
gams_toolbox_guide
 
C1.04: GOOS Biology and Ecosystems Panel - In a complex space can we fit a si...
C1.04: GOOS Biology and Ecosystems Panel - In a complex space can we fit a si...C1.04: GOOS Biology and Ecosystems Panel - In a complex space can we fit a si...
C1.04: GOOS Biology and Ecosystems Panel - In a complex space can we fit a si...
 
Article fishing zones
Article fishing zonesArticle fishing zones
Article fishing zones
 
An Automated Approach of Shoreline Detection Applied to Digital Videos using ...
An Automated Approach of Shoreline Detection Applied to Digital Videos using ...An Automated Approach of Shoreline Detection Applied to Digital Videos using ...
An Automated Approach of Shoreline Detection Applied to Digital Videos using ...
 
Monitoring climate change effects on coral reefs using edge- based image segm...
Monitoring climate change effects on coral reefs using edge- based image segm...Monitoring climate change effects on coral reefs using edge- based image segm...
Monitoring climate change effects on coral reefs using edge- based image segm...
 

More from B. BHASKAR

Statewise Ramsar sites in India By B.pptx
Statewise Ramsar sites in India By B.pptxStatewise Ramsar sites in India By B.pptx
Statewise Ramsar sites in India By B.pptx
B. BHASKAR
 
Short note poster on Importance of Mola a fresh water indigenous fish specie...
Short note poster on Importance of Mola  a fresh water indigenous fish specie...Short note poster on Importance of Mola  a fresh water indigenous fish specie...
Short note poster on Importance of Mola a fresh water indigenous fish specie...
B. BHASKAR
 
Breeding and seed production techniques for Mola carplet fish.pptx
Breeding and seed production techniques for Mola carplet fish.pptxBreeding and seed production techniques for Mola carplet fish.pptx
Breeding and seed production techniques for Mola carplet fish.pptx
B. BHASKAR
 
Taxonomy, biology seed production trials studies& potential for farming of Te...
Taxonomy, biology seed production trials studies& potential for farming of Te...Taxonomy, biology seed production trials studies& potential for farming of Te...
Taxonomy, biology seed production trials studies& potential for farming of Te...
B. BHASKAR
 
IN-POND RACEWAY SYSTEM IPRS FOR CLIMATE SMART AQUACULTURE by B.pptx
IN-POND RACEWAY SYSTEM IPRS FOR CLIMATE SMART AQUACULTURE by B.pptxIN-POND RACEWAY SYSTEM IPRS FOR CLIMATE SMART AQUACULTURE by B.pptx
IN-POND RACEWAY SYSTEM IPRS FOR CLIMATE SMART AQUACULTURE by B.pptx
B. BHASKAR
 
Successstory of a Gujarat Inland wetland farmer by Bhaskar.pdf
Successstory of a Gujarat Inland wetland farmer by Bhaskar.pdfSuccessstory of a Gujarat Inland wetland farmer by Bhaskar.pdf
Successstory of a Gujarat Inland wetland farmer by Bhaskar.pdf
B. BHASKAR
 
Major Ornamental fish Exporters contact details in India by B
Major Ornamental fish Exporters contact details in India by BMajor Ornamental fish Exporters contact details in India by B
Major Ornamental fish Exporters contact details in India by B
B. BHASKAR
 
IMPORTANCE OF WATER IN SUPPORTING LIFE ON THE PLANET By B.pptx
IMPORTANCE OF WATER IN SUPPORTING LIFE ON THE PLANET By B.pptxIMPORTANCE OF WATER IN SUPPORTING LIFE ON THE PLANET By B.pptx
IMPORTANCE OF WATER IN SUPPORTING LIFE ON THE PLANET By B.pptx
B. BHASKAR
 
Threatned Sharks Rays and Chaimera along Arabian sea By B.pptx
Threatned Sharks Rays and Chaimera along Arabian sea By B.pptxThreatned Sharks Rays and Chaimera along Arabian sea By B.pptx
Threatned Sharks Rays and Chaimera along Arabian sea By B.pptx
B. BHASKAR
 
Fish stem cells and their applications by B
Fish stem cells and their applications by BFish stem cells and their applications by B
Fish stem cells and their applications by B
B. BHASKAR
 
Fishes unique care wishes on occasion of valentine's day wishes
Fishes unique care wishes on occasion of valentine's day wishesFishes unique care wishes on occasion of valentine's day wishes
Fishes unique care wishes on occasion of valentine's day wishes
B. BHASKAR
 
Commonly used Creative Ideas expressions for Understanding Universal Things B...
Commonly used Creative Ideas expressions for Understanding Universal Things B...Commonly used Creative Ideas expressions for Understanding Universal Things B...
Commonly used Creative Ideas expressions for Understanding Universal Things B...
B. BHASKAR
 
Lobster breeding seedproduction and rearing and fattening in Cages
Lobster breeding seedproduction and rearing and fattening in CagesLobster breeding seedproduction and rearing and fattening in Cages
Lobster breeding seedproduction and rearing and fattening in Cages
B. BHASKAR
 
World Ocean Fisheries By B.pptx
World Ocean Fisheries By B.pptxWorld Ocean Fisheries By B.pptx
World Ocean Fisheries By B.pptx
B. BHASKAR
 
Carp seed Quality assessment.ppt
Carp seed Quality assessment.pptCarp seed Quality assessment.ppt
Carp seed Quality assessment.ppt
B. BHASKAR
 
Indian Ocean Fisheries By B.pptx
Indian Ocean Fisheries By B.pptxIndian Ocean Fisheries By B.pptx
Indian Ocean Fisheries By B.pptx
B. BHASKAR
 
Dams Impacts on environment with special focus on Wild Fisheries.pptx
Dams Impacts on environment with special focus on Wild Fisheries.pptxDams Impacts on environment with special focus on Wild Fisheries.pptx
Dams Impacts on environment with special focus on Wild Fisheries.pptx
B. BHASKAR
 
Endocrine Organs and their physiological functions in fishes by B.pptx
Endocrine Organs and their physiological functions in fishes by B.pptxEndocrine Organs and their physiological functions in fishes by B.pptx
Endocrine Organs and their physiological functions in fishes by B.pptx
B. BHASKAR
 
Fish Products Exporters registered under MPEDA in India by B.pdf
Fish Products Exporters registered under MPEDA in  India  by B.pdfFish Products Exporters registered under MPEDA in  India  by B.pdf
Fish Products Exporters registered under MPEDA in India by B.pdf
B. BHASKAR
 
Distinction in Fishes by B.pptx
Distinction in Fishes by B.pptxDistinction in Fishes by B.pptx
Distinction in Fishes by B.pptx
B. BHASKAR
 

More from B. BHASKAR (20)

Statewise Ramsar sites in India By B.pptx
Statewise Ramsar sites in India By B.pptxStatewise Ramsar sites in India By B.pptx
Statewise Ramsar sites in India By B.pptx
 
Short note poster on Importance of Mola a fresh water indigenous fish specie...
Short note poster on Importance of Mola  a fresh water indigenous fish specie...Short note poster on Importance of Mola  a fresh water indigenous fish specie...
Short note poster on Importance of Mola a fresh water indigenous fish specie...
 
Breeding and seed production techniques for Mola carplet fish.pptx
Breeding and seed production techniques for Mola carplet fish.pptxBreeding and seed production techniques for Mola carplet fish.pptx
Breeding and seed production techniques for Mola carplet fish.pptx
 
Taxonomy, biology seed production trials studies& potential for farming of Te...
Taxonomy, biology seed production trials studies& potential for farming of Te...Taxonomy, biology seed production trials studies& potential for farming of Te...
Taxonomy, biology seed production trials studies& potential for farming of Te...
 
IN-POND RACEWAY SYSTEM IPRS FOR CLIMATE SMART AQUACULTURE by B.pptx
IN-POND RACEWAY SYSTEM IPRS FOR CLIMATE SMART AQUACULTURE by B.pptxIN-POND RACEWAY SYSTEM IPRS FOR CLIMATE SMART AQUACULTURE by B.pptx
IN-POND RACEWAY SYSTEM IPRS FOR CLIMATE SMART AQUACULTURE by B.pptx
 
Successstory of a Gujarat Inland wetland farmer by Bhaskar.pdf
Successstory of a Gujarat Inland wetland farmer by Bhaskar.pdfSuccessstory of a Gujarat Inland wetland farmer by Bhaskar.pdf
Successstory of a Gujarat Inland wetland farmer by Bhaskar.pdf
 
Major Ornamental fish Exporters contact details in India by B
Major Ornamental fish Exporters contact details in India by BMajor Ornamental fish Exporters contact details in India by B
Major Ornamental fish Exporters contact details in India by B
 
IMPORTANCE OF WATER IN SUPPORTING LIFE ON THE PLANET By B.pptx
IMPORTANCE OF WATER IN SUPPORTING LIFE ON THE PLANET By B.pptxIMPORTANCE OF WATER IN SUPPORTING LIFE ON THE PLANET By B.pptx
IMPORTANCE OF WATER IN SUPPORTING LIFE ON THE PLANET By B.pptx
 
Threatned Sharks Rays and Chaimera along Arabian sea By B.pptx
Threatned Sharks Rays and Chaimera along Arabian sea By B.pptxThreatned Sharks Rays and Chaimera along Arabian sea By B.pptx
Threatned Sharks Rays and Chaimera along Arabian sea By B.pptx
 
Fish stem cells and their applications by B
Fish stem cells and their applications by BFish stem cells and their applications by B
Fish stem cells and their applications by B
 
Fishes unique care wishes on occasion of valentine's day wishes
Fishes unique care wishes on occasion of valentine's day wishesFishes unique care wishes on occasion of valentine's day wishes
Fishes unique care wishes on occasion of valentine's day wishes
 
Commonly used Creative Ideas expressions for Understanding Universal Things B...
Commonly used Creative Ideas expressions for Understanding Universal Things B...Commonly used Creative Ideas expressions for Understanding Universal Things B...
Commonly used Creative Ideas expressions for Understanding Universal Things B...
 
Lobster breeding seedproduction and rearing and fattening in Cages
Lobster breeding seedproduction and rearing and fattening in CagesLobster breeding seedproduction and rearing and fattening in Cages
Lobster breeding seedproduction and rearing and fattening in Cages
 
World Ocean Fisheries By B.pptx
World Ocean Fisheries By B.pptxWorld Ocean Fisheries By B.pptx
World Ocean Fisheries By B.pptx
 
Carp seed Quality assessment.ppt
Carp seed Quality assessment.pptCarp seed Quality assessment.ppt
Carp seed Quality assessment.ppt
 
Indian Ocean Fisheries By B.pptx
Indian Ocean Fisheries By B.pptxIndian Ocean Fisheries By B.pptx
Indian Ocean Fisheries By B.pptx
 
Dams Impacts on environment with special focus on Wild Fisheries.pptx
Dams Impacts on environment with special focus on Wild Fisheries.pptxDams Impacts on environment with special focus on Wild Fisheries.pptx
Dams Impacts on environment with special focus on Wild Fisheries.pptx
 
Endocrine Organs and their physiological functions in fishes by B.pptx
Endocrine Organs and their physiological functions in fishes by B.pptxEndocrine Organs and their physiological functions in fishes by B.pptx
Endocrine Organs and their physiological functions in fishes by B.pptx
 
Fish Products Exporters registered under MPEDA in India by B.pdf
Fish Products Exporters registered under MPEDA in  India  by B.pdfFish Products Exporters registered under MPEDA in  India  by B.pdf
Fish Products Exporters registered under MPEDA in India by B.pdf
 
Distinction in Fishes by B.pptx
Distinction in Fishes by B.pptxDistinction in Fishes by B.pptx
Distinction in Fishes by B.pptx
 

Recently uploaded

快速办理(Calabria毕业证书)卡拉布里亚大学毕业证在读证明一模一样
快速办理(Calabria毕业证书)卡拉布里亚大学毕业证在读证明一模一样快速办理(Calabria毕业证书)卡拉布里亚大学毕业证在读证明一模一样
快速办理(Calabria毕业证书)卡拉布里亚大学毕业证在读证明一模一样
astuz
 
Emerging Earth Observation methods for monitoring sustainable food production
Emerging Earth Observation methods for monitoring sustainable food productionEmerging Earth Observation methods for monitoring sustainable food production
Emerging Earth Observation methods for monitoring sustainable food production
CIFOR-ICRAF
 
GFW Office Hours: How to Use Planet Imagery on Global Forest Watch_June 11, 2024
GFW Office Hours: How to Use Planet Imagery on Global Forest Watch_June 11, 2024GFW Office Hours: How to Use Planet Imagery on Global Forest Watch_June 11, 2024
GFW Office Hours: How to Use Planet Imagery on Global Forest Watch_June 11, 2024
Global Forest Watch
 
Call Girls Dehradun +91-8094342248 Vip Call Girls Dehradun
Call Girls Dehradun +91-8094342248 Vip Call Girls DehradunCall Girls Dehradun +91-8094342248 Vip Call Girls Dehradun
Call Girls Dehradun +91-8094342248 Vip Call Girls Dehradun
teenagarg #v08
 
2024-06-22 Composting at Home 101 on Zoom
2024-06-22 Composting at Home 101  on Zoom2024-06-22 Composting at Home 101  on Zoom
2024-06-22 Composting at Home 101 on Zoom
Ellen Book
 
Exploring low emissions development opportunities in food systems
Exploring low emissions development opportunities in food systemsExploring low emissions development opportunities in food systems
Exploring low emissions development opportunities in food systems
CIFOR-ICRAF
 
学校原版(unuk学位证书)英国牛津布鲁克斯大学毕业证硕士文凭原版一模一样
学校原版(unuk学位证书)英国牛津布鲁克斯大学毕业证硕士文凭原版一模一样学校原版(unuk学位证书)英国牛津布鲁克斯大学毕业证硕士文凭原版一模一样
学校原版(unuk学位证书)英国牛津布鲁克斯大学毕业证硕士文凭原版一模一样
ehfyqtu
 
Mass Production of Trichogramma sp..pptx
Mass Production of Trichogramma sp..pptxMass Production of Trichogramma sp..pptx
Mass Production of Trichogramma sp..pptx
SwastikBhattacharjya
 
Monitor indicators of genetic diversity from space using Earth Observation data
Monitor indicators of genetic diversity from space using Earth Observation dataMonitor indicators of genetic diversity from space using Earth Observation data
Monitor indicators of genetic diversity from space using Earth Observation data
Spatial Genetics
 
Morgan Freeman Net Worth: A Comprehensive Analysis of the Legendary Actor’s W...
Morgan Freeman Net Worth: A Comprehensive Analysis of the Legendary Actor’s W...Morgan Freeman Net Worth: A Comprehensive Analysis of the Legendary Actor’s W...
Morgan Freeman Net Worth: A Comprehensive Analysis of the Legendary Actor’s W...
greendigital
 
一比一原版美国南加州大学毕业证如何办理
一比一原版美国南加州大学毕业证如何办理一比一原版美国南加州大学毕业证如何办理
一比一原版美国南加州大学毕业证如何办理
yfvet
 
一比一原版美国加州大学圣塔芭芭拉分校毕业证如何办理
一比一原版美国加州大学圣塔芭芭拉分校毕业证如何办理一比一原版美国加州大学圣塔芭芭拉分校毕业证如何办理
一比一原版美国加州大学圣塔芭芭拉分校毕业证如何办理
yfvet
 
Call Girls Kolkata 7339748667 Independent Call Girl Service Kolkata
Call Girls Kolkata 7339748667 Independent Call Girl Service KolkataCall Girls Kolkata 7339748667 Independent Call Girl Service Kolkata
Call Girls Kolkata 7339748667 Independent Call Girl Service Kolkata
namratasinha41
 
3. Calcium role in muscle contraction. Biochemistry
3. Calcium role in muscle contraction. Biochemistry3. Calcium role in muscle contraction. Biochemistry
3. Calcium role in muscle contraction. Biochemistry
immortalabhi007
 
一比一原版美国迈阿密大学毕业证如何办理
一比一原版美国迈阿密大学毕业证如何办理一比一原版美国迈阿密大学毕业证如何办理
一比一原版美国迈阿密大学毕业证如何办理
yfvet
 
Rain Water Harvesting Services in Chennai.pptx
Rain Water Harvesting Services in Chennai.pptxRain Water Harvesting Services in Chennai.pptx
Rain Water Harvesting Services in Chennai.pptx
treewater3
 
Call Girls Bangalore 9024918724 Independent Call Girl Service Bangalore
Call Girls Bangalore 9024918724 Independent Call Girl Service BangaloreCall Girls Bangalore 9024918724 Independent Call Girl Service Bangalore
Call Girls Bangalore 9024918724 Independent Call Girl Service Bangalore
namratasinha41
 
一比一原版美国丹佛大学毕业证(ud学位证)如何办理
一比一原版美国丹佛大学毕业证(ud学位证)如何办理一比一原版美国丹佛大学毕业证(ud学位证)如何办理
一比一原版美国丹佛大学毕业证(ud学位证)如何办理
43ekmxzp
 
一比一原版美国加州大学欧文分校毕业证(uci学位证)如何办理
一比一原版美国加州大学欧文分校毕业证(uci学位证)如何办理一比一原版美国加州大学欧文分校毕业证(uci学位证)如何办理
一比一原版美国加州大学欧文分校毕业证(uci学位证)如何办理
twqryq79
 
一比一原版(durham学位证书)英国杜伦大学毕业证如何办理
一比一原版(durham学位证书)英国杜伦大学毕业证如何办理一比一原版(durham学位证书)英国杜伦大学毕业证如何办理
一比一原版(durham学位证书)英国杜伦大学毕业证如何办理
fgatp
 

Recently uploaded (20)

快速办理(Calabria毕业证书)卡拉布里亚大学毕业证在读证明一模一样
快速办理(Calabria毕业证书)卡拉布里亚大学毕业证在读证明一模一样快速办理(Calabria毕业证书)卡拉布里亚大学毕业证在读证明一模一样
快速办理(Calabria毕业证书)卡拉布里亚大学毕业证在读证明一模一样
 
Emerging Earth Observation methods for monitoring sustainable food production
Emerging Earth Observation methods for monitoring sustainable food productionEmerging Earth Observation methods for monitoring sustainable food production
Emerging Earth Observation methods for monitoring sustainable food production
 
GFW Office Hours: How to Use Planet Imagery on Global Forest Watch_June 11, 2024
GFW Office Hours: How to Use Planet Imagery on Global Forest Watch_June 11, 2024GFW Office Hours: How to Use Planet Imagery on Global Forest Watch_June 11, 2024
GFW Office Hours: How to Use Planet Imagery on Global Forest Watch_June 11, 2024
 
Call Girls Dehradun +91-8094342248 Vip Call Girls Dehradun
Call Girls Dehradun +91-8094342248 Vip Call Girls DehradunCall Girls Dehradun +91-8094342248 Vip Call Girls Dehradun
Call Girls Dehradun +91-8094342248 Vip Call Girls Dehradun
 
2024-06-22 Composting at Home 101 on Zoom
2024-06-22 Composting at Home 101  on Zoom2024-06-22 Composting at Home 101  on Zoom
2024-06-22 Composting at Home 101 on Zoom
 
Exploring low emissions development opportunities in food systems
Exploring low emissions development opportunities in food systemsExploring low emissions development opportunities in food systems
Exploring low emissions development opportunities in food systems
 
学校原版(unuk学位证书)英国牛津布鲁克斯大学毕业证硕士文凭原版一模一样
学校原版(unuk学位证书)英国牛津布鲁克斯大学毕业证硕士文凭原版一模一样学校原版(unuk学位证书)英国牛津布鲁克斯大学毕业证硕士文凭原版一模一样
学校原版(unuk学位证书)英国牛津布鲁克斯大学毕业证硕士文凭原版一模一样
 
Mass Production of Trichogramma sp..pptx
Mass Production of Trichogramma sp..pptxMass Production of Trichogramma sp..pptx
Mass Production of Trichogramma sp..pptx
 
Monitor indicators of genetic diversity from space using Earth Observation data
Monitor indicators of genetic diversity from space using Earth Observation dataMonitor indicators of genetic diversity from space using Earth Observation data
Monitor indicators of genetic diversity from space using Earth Observation data
 
Morgan Freeman Net Worth: A Comprehensive Analysis of the Legendary Actor’s W...
Morgan Freeman Net Worth: A Comprehensive Analysis of the Legendary Actor’s W...Morgan Freeman Net Worth: A Comprehensive Analysis of the Legendary Actor’s W...
Morgan Freeman Net Worth: A Comprehensive Analysis of the Legendary Actor’s W...
 
一比一原版美国南加州大学毕业证如何办理
一比一原版美国南加州大学毕业证如何办理一比一原版美国南加州大学毕业证如何办理
一比一原版美国南加州大学毕业证如何办理
 
一比一原版美国加州大学圣塔芭芭拉分校毕业证如何办理
一比一原版美国加州大学圣塔芭芭拉分校毕业证如何办理一比一原版美国加州大学圣塔芭芭拉分校毕业证如何办理
一比一原版美国加州大学圣塔芭芭拉分校毕业证如何办理
 
Call Girls Kolkata 7339748667 Independent Call Girl Service Kolkata
Call Girls Kolkata 7339748667 Independent Call Girl Service KolkataCall Girls Kolkata 7339748667 Independent Call Girl Service Kolkata
Call Girls Kolkata 7339748667 Independent Call Girl Service Kolkata
 
3. Calcium role in muscle contraction. Biochemistry
3. Calcium role in muscle contraction. Biochemistry3. Calcium role in muscle contraction. Biochemistry
3. Calcium role in muscle contraction. Biochemistry
 
一比一原版美国迈阿密大学毕业证如何办理
一比一原版美国迈阿密大学毕业证如何办理一比一原版美国迈阿密大学毕业证如何办理
一比一原版美国迈阿密大学毕业证如何办理
 
Rain Water Harvesting Services in Chennai.pptx
Rain Water Harvesting Services in Chennai.pptxRain Water Harvesting Services in Chennai.pptx
Rain Water Harvesting Services in Chennai.pptx
 
Call Girls Bangalore 9024918724 Independent Call Girl Service Bangalore
Call Girls Bangalore 9024918724 Independent Call Girl Service BangaloreCall Girls Bangalore 9024918724 Independent Call Girl Service Bangalore
Call Girls Bangalore 9024918724 Independent Call Girl Service Bangalore
 
一比一原版美国丹佛大学毕业证(ud学位证)如何办理
一比一原版美国丹佛大学毕业证(ud学位证)如何办理一比一原版美国丹佛大学毕业证(ud学位证)如何办理
一比一原版美国丹佛大学毕业证(ud学位证)如何办理
 
一比一原版美国加州大学欧文分校毕业证(uci学位证)如何办理
一比一原版美国加州大学欧文分校毕业证(uci学位证)如何办理一比一原版美国加州大学欧文分校毕业证(uci学位证)如何办理
一比一原版美国加州大学欧文分校毕业证(uci学位证)如何办理
 
一比一原版(durham学位证书)英国杜伦大学毕业证如何办理
一比一原版(durham学位证书)英国杜伦大学毕业证如何办理一比一原版(durham学位证书)英国杜伦大学毕业证如何办理
一比一原版(durham学位证书)英国杜伦大学毕业证如何办理
 

Machine vision technology for Fish classification.pptx

  • 1. Machine vision technology for Fish classification By B. Bhaskar Fisheries Resource Management
  • 2. Introduction • In 2018, global fisheries production reached another record high of a staggering 179 million tons. Of this amount, a record 156 million tons were also used for human food consumption (FAO, 2020). • There are more than 33000 species of fish in the world, which is the most diverse vertebrate fauna (Eschmeyer et al., 2017). • Whether in natural waters or aquaculture, different fish species usually live in the same area (Xu et al., 2021). • Classifying different species of fish is important for understanding marine ecology and fish behaviour (Li et al., 2020), investigation of endangered species populations, management of aquaculture (Tharwat et al., 2018), monitoring of fish community status and health (Siddiqui et al., 2018), quality testing of different fish (He et al., 2015), and studies of aquatic ecology (Hasija et al., 2017) are of great importance. • Traditional methods of fish classification are not only labour-intensive & time- consuming but also somewhat destructive, such as the physical collection of fish samples by divers (Cappo et al., 2003; Mallet and Pelletier, 2014). • In contrast, marine biologists and researchers are increasingly keen to use more efficient, automated, non-invasive, and non-destructive methods for fish sampling and classification to avoid the problems caused by traditional manual methods (Mclaren et al., 2015; Whitmarsh et al., 2016). • Automatic fish classification is one of the important aspects of smart aquaculture.
  • 3. Cont.. • Automatic classification of different species of fish is important for the comprehension of marine ecology, fish behaviour analysis, aquaculture management, and fish health monitoring. • Recently many automatic classification methods have been developed, among machine vision-based classification methods are widely used with the advantages of being fast and non-destructive. • The successful application of rapidly emerging deep learning techniques in machine vision has brought new opportunities for fish classification. • Machine vision technology is an important branch of artificial intelligence (AI) that can replace the human eye and brain to achieve fast, automatic, and non-invasive detection.
  • 4. • Machine vision models have been widely applied in fisheries (Mathiassen et al., 2012), which feed information from the collected data to a computer for analysis and decision-making, and the detection results can be used to analyse fish behaviour, calculate a weight (Zhang et al., 2020a), measure lengths (Fernandes et al., 2020), estimate numbers (Zhang et al., 2020b), and identify fish species (Xu et al., 2021). • In the past two decades, many models based on machine vision technology for fish classification have been proposed Cont..
  • 5. Fish classification in Machine vision
  • 6. • Machine vision models for fish classification can be divided into three stages: image acquisition, image preprocessing, and classification methods. • In addition, classification methods are divided into traditional machine learning and deep learning (Xu et al., 2021). • Traditional machine learning algorithms such as artificial neural networks (ANN; Hassoun et al., 1996), support vector machine (SVM; Cortes and Vapnik, 1995), and principal component analysis (PCA; Wold et al., 1987) have achieved excellent performance in fish classification. • However, conventional machine learning algorithms strongly rely on manually extracted features (LeCun et al., 2015). • Deep learning as a new research direction in the field of machine learning has made great progress in this area (Jiang and Learned-Miller, 2017), and it has been widely used in the field of fish classification (Banan et al., 2020). • In deep neural networks, the original image is fed without prior knowledge to optimize the parameters and feature design (Nasiri et al., 2019). • Further, deep learning combines the basic steps of image processing by integrating the feature extraction phase and the classification phase
  • 7. Image Acquisition To achieve accurate fish classification, high-quality images of fish in complex environments need to be acquired. Many researchers collect images via digital cameras (Joo et al., 2013; Li and Hong, 2014) or smartphones (Sharmin et al., 2019) in a controlled laboratory environment and then create their datasets (Alsmadi et al., 2010). • The performance of a fish classification system depends on the quality of the acquired images, but the water turbidity has been a major factor affecting the quality of the acquired images. • To ensure the quality of the images, Kutlu et al. (2017) placed each fish in the same position on the white background floor before taking the pictures, but the applicability of this method is low. • Some researchers had also shown experimentally that relatively good results can be obtained using frontal illumination with backlit shots is effective when the turbidity of the water reduces the visibility of the fish (Zhang et al., 2016). • Furthermore, to address the issue that the quality of images is affected to some extent by the positioning of the acquisition equipment, Tharwat et al. (2018) used a Fujifilm X-T10 Camera to capture images from different angles, distances, and lighting conditions as a dataset.
  • 8. • To adapt to the studied scene, Rauf et al. (2019) set the mode of the automatic camera (Canon EOS 1300D) to scene and selected the subcategory as snow scene for capturing images. • For fine-grained classification of fish, Jäger et al. (2015) used a stationary “baited remote underwater video” (BRUV; Langlois et al., 2010) and a moving “diver operated video” system (DOV) to record the Croatian fish dataset. • Also, GoPro Hero3+ Black and GoPro Hero4+ black cameras achieved good results in shooting underwater videos (Villon et al., 2018). • In addition to the aforementioned dataset consisting of single-view images, 360◦ panoramic images that obtain information from multiple views have gained more attention (Wang et al., 2020). • Meng et al. (2018) designed fisheye lenses and a 360◦ panoramic camera functional underwater drone that can generate 360◦ images by using image generation algorithms. • with the rapid development of deep learning, especially the application of Convolutional Neural Network (CNN) in fish classification, relatively small datasets are no longer sufficient for training high-performance models. • As a result, more and more researchers have adopted public open-source datasets obtained from image acquisition devices such as underwater cameras, underwater drones, digital cameras, and Autonomous Underwater Vehicle (AUV; Cutter et al., 2015). • One of the most widely used datasets, the Fish4-knowledge dataset, consists of videos and images of 23 species of live underwater fish, which has been extensively used for model training and performance testing of fish classification systems (Sun et al., 2018) • The NCFM dataset generated from the global competition “Nature Conservancy Fisheries Monitoring” by Kaggle has been used by many researchers to train classification models (AliGombe et al., 2017)
  • 9. • Important to note that the NCFM dataset is captured by cameras mounted on fishing boats from different angles. • Some of the images in the NCFM dataset are of low quality due to the ubiquitous presence of workers, containers, and fishing gear, as well as weather and lighting effects. • Few well known datasets as follows
  • 10. Image preprocessing • Image preprocessing is one of the essential steps for fish classification by using machine vision models (Deep and Dash, 2019), including various processes such as image grayscale, image denoising, image enhancement, image segmentation, and image augmentation. • Since images acquired from real environments contain inappropriate information such as shadows, complex backgrounds, and noise (Wang et al., 2020), preprocessing the images before the feature extraction process can improve the image quality (Alsmadi et al., 2012; Hnin and Lynn, 2016), which is very helpful for improving the classification accuracy and efficiency of the models. • Several of the most effective and widely used preprocessing techniques applied to fish classification tasks nowadays are detailed in the following.
  • 11. Image grayscale • Image grayscale When processing colour images of fish, machine models often need to process all three channels in sequence, and the time overhead will be high. • Therefore, to achieve the goal of increasing the processing speed of the whole application system, it is necessary for image grayscale to reduce the amount of data to be processed (Li and Hong, 2014). • Image graying has been applied by many researchers as the most commonly used image preprocessing technique for fish images (White et al. , 2006; Hernández-Serna and Jiménez- Segura, 2014; Li and Hong, 2014; Sengar et al. , 2017; Sharmin et al. , 2019). • Moreover, image grayscale can preserve gradient information and highlight contour features in fish recognition. 1)Image grayscale 2) Image denoising 3) Image enhancement 4) Image segmentation 5) Image augmentation
  • 12. Image denoising • Due to the challenging real underwater environment, the fish images or videos captured by underwater cameras are often affected by underwater noise, among which Gaussian noise and impulse noise is typical. • Currently, several image denoising methods have been practically applied, among which Gaussian filtering (Salman et al. , 2016), mean filtering, and median filtering are relatively basic and mature. • Median filtering is a commonly used nonlinear smoothing filter, which substitutes the value of a point in a digital image with the median value of the points sorted in the neighborhood of that point. • Although this method is not suitable for dealing with Gaussian noise, its effectiveness in dealing with discrete point noise is obvious, so researchers commonly use it to deal only with pixels contaminated by impulse noise (Hernández-Serna and Jiménez-Segura, 2014; Jin and Liang, 2017). • As for Gaussian noise, it is generally filtered using a linear smoothing filter such as Gaussian filtering, which scans each pixel in the image with a template and then replaces the value of the pixel point at the center of the template with the weighted average gray value of the pixels in the neighborhood determined by the template. • Besides, discriminant learning based on deep learning has also achieved good results in solving the Gaussian noise problem (Tian et al. , 2020). • Also, wavelet image denoising based on frequency domain has become one of the main methods for image denoising at present (Xie et al. , 2002).
  • 13. Image enhancement • Image enhancement technique is a common technique in image preprocessing, which aims to enhance image features by enhancing globally or locally useful information in the image, thereby improving the accuracy of object recognition. • Many image enhancement methods are limited to general images, and relatively few methods are developed specifically for underwater images (Schettini and Corchs, 2010). • Image enhancement for poor visibility is very challenging mainly due to the complexity of the underwater environment. • Histogram equalization is one of the most common enhancement methods, which transforms the distribution of the histogram of the original image into a uniform distribution by mapping, and this increases the dynamic range of pixel gray values, thus achieving the effect of enhancing the overall contrast of the image (Mokti and Salam, 2009). • Hitam et al. (2013) proposed a mixture of Contrast Limited Adaptive Histogram Equalization colour models, which can significantly improve the visibility of underwater images by enhancing contrast and reducing noise. • Aiming at the problem of low illumination underwater, the image enhancement method based on a grayscale nonlinear transformation and the Multi-Scale Retinex algorithm has achieved good results (Zhou et al., 2017b). • Constrained by objective conditions, most of the fish images are captured from turbid water, and the de- scattering and colour correction of highly turbid water has a significant impact on the image classification results. • Li et al. (2016b) obtained satisfactory results for the enhancement of the high turbidity underwater images by joint guidance image de-scattering and colour correction of physical spectral features. • Further, preprocessing methods such as Gaussian Blurring, Morphological Operations, Otsu’s Thresholding, and Pyramid Mean Shifting have been employed to enhance fish images (Rathi et al., 2018).
  • 14. Image segmentation • Image segmentation can divide an image into several independent sub- regions to find the region of interest. • In fish classification studies, it is only the part of the fish body in the image that is being focused on, so this part of the region is separated and extracted. • This simplified representation of fish images is of great help for feature extraction, and thus a correct segmentation process will bring higher value to the classification results (Alsmadi et al., 2011; Li and Hong, 2014; Kartika and Herumurti, 2017). • Edge segmentation is a more mature and commonly used class of algorithms in image segmentation, which mainly uses abrupt changes in the gray level of the image at the edges to segment the image. • The Sobel edge operator is often used to detect fish edges and their orientation, but it is relatively sensitive to noise (Baloch et al., 2017). • Therefore, some researchers employed the Grabcut (Rother, 2004) algorithm to segment fish bodies from the image background and then combined with some morphological operations to remove unwanted shapes from the image (Houssein et al., 2018). • However, multi-objective segmentation in a single image remains a key focus and difficulty in image processing research (Ren et al., 2017).
  • 15. Image augmentation • Image augmentation increases the size of the training data set by altering the training images to produce similar but different training samples. • There are various methods of image augmentation, such as mirror transformation, cropping, panning, brightness modification, clipping, noise addition, rotation, scaling, and colour transformation. • In fish classification tasks, researchers often choose to use multiple augmentation methods to augment the dataset (Allken et al., 2019; Wang et al., 2019). • The increase of training samples can reduce the dependence of the model on certain attributes, and thus improve the generalization ability of the model (Shorten and Khoshgoftaar, 2019).
  • 16. The flowchart of traditional machine learning.
  • 17. Fish images under controlled conditions. (D. Li et al.)
  • 18. Traditional machine learning methods for fish Classification
  • 19. Flow chart of Deep learning Techniques Deep learning methods for fish classification
  • 21. A. The flow of the item-based soft attention module; B. . VGG- architecture.
  • 22. Inception module with dimensionality reduction
  • 23. Residual learning: a building block
  • 24. A typical example of transfer learning
  • 25. References • Li, , Qi Wang, Xin Li, Meilin Niu, He Wang, and Chunhong Liu, 2022. Review Article Recent advances of machine vision technology in fish classification Daoliang. ICES Journal of Marine Science (2022), 79(2), 263–284. https://doi.org/10.1093/icesjms/fsab264