paper-with-me

Papers

Sifting through the haystack -- efficiently finding rare animal behaviors in large-scale datasets

2024-12-04 · Shir Bar, Or Hirschorn, Roi Holzman, Shai Avidan

In the study of animal behavior, researchers often record long continuous videos, accumulating into large-scale datasets. However, the behaviors of interest are often rare compared to routine behaviors. This incurs a heavy cost on manual annotation, forcing users to sift through many samples before finding their needles. We propose a pipeline to efficiently sample rare behaviors from large datasets, enabling the creation of training datasets for rare behavior classifiers. Our method only needs an unlabeled animal pose or acceleration dataset as input and makes no assumptions regarding the type, number, or characteristics of the rare behaviors. Our pipeline is based on a recent graph-based anomaly detection model for human behavior, which we apply to this new data domain. It leverages anomaly scores to automatically label normal samples while directing human annotation efforts toward anomalies. In research data, anomalies may come from many different sources (e.g., signal noise versus true rare instances). Hence, the entire labeling budget is focused on the abnormal classes, letting the user review and label samples according to their needs. We tested our approach on three datasets of freely-moving animals, acquired in the laboratory and the field. We found that graph-based models are particularly useful when studying motion-based behaviors in animals, yielding good results while using a small labeling budget. Our method consistently outperformed traditional random sampling, offering an average improvement of 70% in performance and creating datasets even when the behavior of interest was only 0.02% of the data. Even when the performance gain was minor (e.g., when the behavior is not rare), our method still reduced the annotation effort by half.

📄 PDF Abstract BibTeX arXiv:2412.03452

Code (1)

shir3bar/SiftingTheHaystack 공식 구현 pytorch

Tasks

Anomaly Detection

Similar Papers 제목 키워드 기반

Haystack: A Panoptic Scene Graph Dataset to Evaluate Rare Predicate Classes

2023-09-05 · Julian Lorenz, Florian Barthel, Daniel Kienzle, Rainer Lienhart

Current scene graph datasets suffer from strong long-tail distributions of their predicate classes. Due to a very low number of some predicate classes in the test sets, no reliable metrics can be retrieved for the rarest…

Graph GenerationScene Graph Generation

Finding Needles in the Haystack: Transductive Active Labeling in Ecology

2026-06-02 · Rupa Kurinchi-Vendhan, Sara Beery arxiv

Active learning is now standard practice in labeling ecological data, enabling ecologists to quickly process large volumes of field data to understand and monitor natural environments. Current practices evaluate active l…

Active Learning

Needle in a Haystack: Reducing the Costs of Annotating Rare-Class Instances in Imbalanced Datasets

2014-12-01 · PACLIC 2014 12 · Emily Jamison, Iryna Gurevych
Active LearningSemantic Textual Similarity

Fast Bayesian Optimization of Needle-in-a-Haystack Problems using Zooming Memory-Based Initialization (ZoMBI)

2022-08-26 · Alexander E. Siemenn, Zekun Ren, Qianxiao Li, Tonio Buonassisi

Needle-in-a-Haystack problems exist across a wide range of applications including rare disease prediction, ecological resource management, fraud detection, and material property optimization. A Needle-in-a-Haystack probl…

Bayesian OptimizationDisease PredictionFraud DetectionManagement

Document Haystacks: Vision-Language Reasoning Over Piles of 1000+ Documents

2024-11-23 · CVPR 2025 1 · Jun Chen, Dannong Xu, Junjie Fei, Chun-Mei Feng 외

Large multimodal models (LMMs) have achieved impressive progress in vision-language understanding, yet they face limitations in real-world applications requiring complex reasoning over a large number of images. Existing …

Question AnsweringRAGRetrievalRetrieval-augmented Generation+1