paper-with-me

홈 › Papers

Watch out Venomous Snake Species: A Solution to SnakeCLEF2023

2023-07-19 · Feiran Hu, Peng Wang, Yangyang Li, Chenlong Duan, Zijian Zhu, Fei Wang, Faen Zhang, Yong Li, Xiu-Shen Wei

The SnakeCLEF2023 competition aims to the development of advanced algorithms for snake species identification through the analysis of images and accompanying metadata. This paper presents a method leveraging utilization of both images and metadata. Modern CNN models and strong data augmentation are utilized to learn better representation of images. To relieve the challenge of long-tailed distribution, seesaw loss is utilized in our method. We also design a light model to calculate prior probabilities using metadata features extracted from CLIP in post processing stage. Besides, we attach more importance to venomous species by assigning venomous species labels to some examples that model is uncertain about. Our method achieves 91.31% score of the final metric combined of F1 and other metrics on private leaderboard, which is the 1st place among the participators. The code is available at https://github.com/xiaoxsparraw/CLEF2023.

📄 PDF Abstract BibTeX arXiv:2307.09748

Code (1)

xiaoxsparraw/clef2023 공식 구현 pytorch

Tasks

Data Augmentation

Methods 이 논문이 사용한 방법론

Seesaw Loss Seesaw Loss is a loss function for long-tailed instance segmentation. It dynamically re-balances the gradients of positive and negative samples on a tail class with two…
CLIP Contrastive Language-Image Pre-training (CLIP), consisting of a simplified version of ConVIRT trained from scratch, is an efficient method of image representation learning…

Similar Papers 제목 키워드 기반

Transfer Learning with Self-Supervised Vision Transformers for Snake Identification

2024-07-08 · Anthony Miyaguchi, Murilo Gustineli, Austin Fischer, Ryan Lundqvist

We present our approach for the SnakeCLEF 2024 competition to predict snake species from images. We explore and use Meta's DINOv2 vision transformer model for feature extraction to tackle species' high variability and vi…

Transfer Learning

Solutions for Fine-grained and Long-tailed Snake Species Recognition in SnakeCLEF 2022

2022-07-04 · Cheng Zou, Furong Xu, Meng Wang, Wen Li 외

Automatic snake species recognition is important because it has vast potential to help lower deaths and disabilities caused by snakebites. We introduce our solution in SnakeCLEF 2022 for fine-grained snake species recogn…

Self-Supervised Learning

Explored An Effective Methodology for Fine-Grained Snake Recognition

2022-07-24 · Yong Huang, Aderon Huang, Wei Zhu, Yanming Fang 외

Fine-Grained Visual Classification (FGVC) is a longstanding and fundamental problem in computer vision and pattern recognition, and underpins a diverse set of real-world applications. This paper describes our contributio…

Fine-Grained Image ClassificationSelf-Supervised Learning

Bayesian inference of species trees using diffusion models

2019-09-16 · Marnus Stoltz, Boris Bauemer, Remco Bouckaert, Colin Fox 외

We describe a new and computationally efficient Bayesian methodology for inferring species trees and demographics from unlinked binary markers. Likelihood calculations are carried out using diffusion models of allele fre…

Bayesian Inference

Efficient Bayesian species tree inference under the multi-species coalescent

2015-12-11

A method was developed for Bayesian inference of species phylogeny using the multi-species coalescent model. To improve the mixing properties of the Markov chain Monte Carlo (MCMC) algorithm that traverses the space of s…

Bayesian Inference