A quantitative detection algorithm based on improved faster R-CNN for marine benthos
Yong Liu,Shengnan Wang +1 more
31
TL;DR: In this paper, a quantitative detection algorithm for marine benthos based on Faster R-CNN is proposed, where a convolution kernel adaptive selection unit is embedded in the backbone to enhance the feature extraction ability of network.
read more
About: This article is published in Ecological Informatics. The article was published on 01 Mar 2021. and is currently open access. The article focuses on the topics: Object detection & Feature (computer vision).
read more
Chat with Paper
AI Agents for this Paper
Find similar papers on Google Scholar, PubMed and Arxiv
Write a critical review of this paper
Analyze citations of this paper to find unaddressed research gaps
Citations
Machine learning in marine ecology: an overview of techniques and applications
Peter Rubbens,Stephanie Brodie,Tristan Cordier,Diogo Destro Barcellos,Paul Devos,Jose A. Fernandes‐Salvador,Jennifer I Fincham,Alessandra Rodrigues Gomes,Nils Olav Handegard,Kerry L. Howell,Cédric Jamet,Kyrre Heldal Kartveit,Hassan Moustahfid,Clea Parcerisas,Dimitris V. Politikos,Raphaëlle Sauzède,Maria Sokolova,Laura Uusitalo,Laure Van den Bulcke,A.T.M. van Helmond,Jordan T. Watson,Heather Welch,Oscar Dario Beltran-Pérez,Samuel Chaffron,David S. Greenberg,Bernhard Kühn,Rainer Kiko,Martin W. Lo,Rubens M. Lopes,Klas Ove Möller,William Michaels,Ahmet Pala,Jean‐Baptiste Romagnan,Pia Schuchert,Vahid Seydi,Sebastián Villasante,Ketil Malde,Jean‐Olivier Irisson +37 more
TL;DR: Machine learning is increasingly being used in marine ecology to analyze large datasets and understand ecological systems. It is being used for various tasks such as image classification, data mining, and forecasting.
44
Underwater Object Detection Based on Improved EfficientDet
TL;DR: Wang et al. as discussed by the authors reconstructed the MBConvBlock by adding the Channel Shuffle module to enable the exchange of information between the channels of the feature layer and removed the fully connected layer of the attention module and convolution is used to cut down the amount of network parameters.
Sweet potato leaf detection in a natural scene based on faster R-CNN with a visual attention mechanism and DIoU-NMS
TL;DR: In this article , a convolutional block attention module was added to the backbone network to enhance and extract critical features of leaf images by fusing cross-channel information and spatial information, and the DIoU-NMS algorithm was adopted to modify the regional proposal network by replacing the original NMS.
38
Deep learning-based visual detection of marine organisms: A survey
TL;DR: Deep learning-based visual detection of marine organisms (VDMO) has attracted rapidly increasing attention paid to marine organisms, thereby expected to significantly benefit ocean ecology as discussed by the authors , and a comprehensive survey of deep learning based VDMO techniques are comprehensively revisited from a systematic viewpoint.
37
U-YOLOv7: A network for underwater organism detection
TL;DR: In this paper , a deep learning object detection algorithm based on YOLOv7 was used to design a new network, called Underwater-YOLO-v7 (U-YoolOv 7), for underwater organism detection.
28
References
Deep Residual Learning for Image Recognition
Kaiming He,Xiangyu Zhang,Shaoqing Ren,Jian Sun +3 more
- 27 Jun 2016
TL;DR: In this article, the authors proposed a residual learning framework to ease the training of networks that are substantially deeper than those used previously, which won the 1st place on the ILSVRC 2015 classification task.
U-Net: Convolutional Networks for Biomedical Image Segmentation
Olaf Ronneberger,Philipp Fischer,Thomas Brox +2 more
- 05 Oct 2015
TL;DR: Neber et al. as discussed by the authors proposed a network and training strategy that relies on the strong use of data augmentation to use the available annotated samples more efficiently, which can be trained end-to-end from very few images and outperforms the prior best method (a sliding-window convolutional network) on the ISBI challenge for segmentation of neuronal structures in electron microscopic stacks.
Faster R-CNN: Towards Real-Time Object Detection with Region Proposal Networks
TL;DR: This work introduces a Region Proposal Network (RPN) that shares full-image convolutional features with the detection network, thus enabling nearly cost-free region proposals and further merge RPN and Fast R-CNN into a single network by sharing their convolutionAL features.
Microsoft COCO: Common Objects in Context
Tsung-Yi Lin,Michael Maire,Serge Belongie,James Hays,Pietro Perona,Deva Ramanan,Piotr Dollár,C. Lawrence Zitnick +7 more
- 06 Sep 2014
TL;DR: A new dataset with the goal of advancing the state-of-the-art in object recognition by placing the question of object recognition in the context of the broader question of scene understanding by gathering images of complex everyday scenes containing common objects in their natural context.
You Only Look Once: Unified, Real-Time Object Detection
Joseph Redmon,Santosh K. Divvala,Ross Girshick,Ali Farhadi +3 more
- 27 Jun 2016
TL;DR: Compared to state-of-the-art detection systems, YOLO makes more localization errors but is less likely to predict false positives on background, and outperforms other detection methods, including DPM and R-CNN, when generalizing from natural images to other domains like artwork.