paper-with-me

Papers

Multispecies Animal Re-ID Using a Large Community-Curated Dataset

2024-12-07 · Lasha Otarashvili, Tamilselvan Subramanian, Jason Holmberg, J. J. Levenson, Charles V. Stewart

Recent work has established the ecological importance of developing algorithms for identifying animals individually from images. Typically, a separate algorithm is trained for each species, a natural step but one that creates significant barriers to wide-spread use: (1) each effort is expensive, requiring data collection, data curation, and model training, deployment, and maintenance, (2) there is little training data for many species, and (3) commonalities in appearance across species are not exploited. We propose an alternative approach focused on training multi-species individual identification (re-id) models. We construct a dataset that includes 49 species, 37K individual animals, and 225K images, using this data to train a single embedding network for all species. Our model employs an EfficientNetV2 backbone and a sub-center ArcFace loss function with dynamic margins. We evaluate the performance of this multispecies model in several ways. Most notably, we demonstrate that it consistently outperforms models trained separately on each species, achieving an average gain of 12.5% in top-1 accuracy. Furthermore, the model demonstrates strong zero-shot performance and fine-tuning capabilities for new species with limited training data, enabling effective curation of new species through both incremental addition of data to the training set and fine-tuning without the original data. Additionally, our model surpasses the recent MegaDescriptor on unseen species, averaging an 19.2% top-1 improvement per species and showing gains across all 33 species tested. The fully-featured code repository is publicly available on GitHub, and the feature extractor model can be accessed on HuggingFace for seamless integration with wildlife re-identification pipelines. The model is already in production use for 60+ species in a large-scale wildlife monitoring system.

📄 PDF Abstract BibTeX arXiv:2412.05602

Code (1)

wildmeorg/wbia-plugin-miew-id 공식 구현 pytorch

Methods 이 논문이 사용한 방법론

Depthwise Convolution Depthwise Convolution is a type of convolution where we apply a single convolutional filter for each input channel. In the regular 2D…
Pointwise Convolution Pointwise Convolution is a type of convolution that uses a 1x1 kernel: a kernel that iterates through every single point. This…
1x1 Convolution A 1 x 1 Convolution is a convolution with some special properties in that it can be used for dimensionality reduction,…
Depthwise Separable Convolution While standard convolution performs the channelwise and spatial-wise computation in one step, Depthwise Separable Convolution
Batch Normalization 설명 없음
Inverted Residual Block 설명 없음
SET Dynamic Sparse Training method where weight mask is updated randomly periodically
EfficientNetV2 EfficientNetV2 is a type convolutional neural network that has faster training speed and better parameter efficiency than [previous…

Similar Papers 제목 키워드 기반

Beyond Humans: Multispecies Animal Face Recognition Using Transfer Learning

2026-06-08 · Maria De Marsico, Anil K. Jain, Annalaura Miglino arxiv

Individual animal recognition can be useful in the search for lost or stolen pets, the tracking of individuals of endangered species, and the recognition of animals in crowded farms. Present recognition techniques mostly…

Transfer LearningFace Recognition

Degradation-based augmented training for robust individual animal re-identification

2026-03-04 · Thanos Polychronou, Lukáš Adam, Viktor Penchev, Kostas Papafitsoros arxiv

Wildlife re-identification aims to recognise individual animals by matching query images to a database of previously identified individuals, based on their fine-scale unique morphological characteristics. Current state-o…

Metric Learning

A Novel Dataset for Keypoint Detection of quadruped Animals from Images

2021-08-31 · Prianka Banik, Lin Li, Xishuang Dong

In this paper, we studied the problem of localizing a generic set of keypoints across multiple quadruped or four-legged animal species from images. Due to the lack of large scale animal keypoint dataset with ground truth…

Keypoint Detection

How to Optimize Multispecies Set Predictions in Presence-Absence Modeling ?

2026-02-12 · Sébastien Gigot--Léandri, Gaétan Morand, Alexis Joly, François Munoz 외 arxiv

Species distribution models (SDMs) commonly produce probabilistic occurrence predictions that must be converted into binary presence-absence maps for ecological inference and conservation planning. However, this binariza…

What do Large Language Models Say About Animals? Investigating Risks of Animal Harm in Generated Text

2025-03-03 · Arturs Kanepajs, Aditi Basu, Sankalpa Ghose, Constance Li 외

As machine learning systems become increasingly embedded in society, their impact on human and nonhuman life continues to escalate. Technical evaluations have addressed a variety of potential harms from large language mo…