paper-with-me

홈 › Papers

Group Relative Augmentation for Data Efficient Action Detection

2025-07-28 · Deep Anil Patel, Iain Melvin, Zachary Izzo, Martin Renqiang Min arxiv

Adapting large Video-Language Models (VLMs) for action detection using only a few examples poses challenges like overfitting and the granularity mismatch between scene-level pre-training and required person-centric understanding. We propose an efficient adaptation strategy combining parameter-efficient tuning (LoRA) with a novel learnable internal feature augmentation. Applied within the frozen VLM backbone using FiLM, these augmentations generate diverse feature variations directly relevant to the task. Additionally, we introduce a group-weighted loss function that dynamically modulates the training contribution of each augmented sample based on its prediction divergence relative to the group average. This promotes robust learning by prioritizing informative yet reasonable augmentations. We demonstrate our method's effectiveness on complex multi-label, multi-person action detection datasets (AVA, MOMA), achieving strong mAP performance and showcasing significant data efficiency for adapting VLMs from limited examples.

📄 PDF Abstract BibTeX arXiv:2507.21353

Code (0)

등록된 구현이 없습니다.

Tasks

Action Detection

Similar Papers 제목 키워드 기반

PnPOOD : Out-Of-Distribution Detection for Text Classification via Plug andPlay Data Augmentation

2021-10-31 · Mrinal Rawat, Ramya Hebbalaguppe, Lovekesh Vig

While Out-of-distribution (OOD) detection has been well explored in computer vision, there have been relatively few prior attempts in OOD detection for NLP classification. In this paper we argue that these prior attempts…

Data AugmentationLanguage ModelingLanguage ModellingOut-of-Distribution Detection+3

Data Augmentation for Conflict and Duplicate Detection in Software Engineering Sentence Pairs

2023-05-16 · Garima Malik, Mucahit Cevik, Ayşe Başar

This paper explores the use of text data augmentation techniques to enhance conflict and duplicate detection in software engineering tasks through sentence pair classification. The study adapts generic augmentation techn…

Data AugmentationLEMMASentenceSentence-Pair Classification+1

SilIF: Silhouette-Augmented Isolation Forest for Unsupervised Transaction Fraud Detection

2026-05-21 · Venkatakrishnan Gopalakrishnan arxiv

Unsupervised anomaly detection is widely used in transaction fraud detection where labels are scarce. Isolation Forest (IF) is among the most popular classical methods due to its scalability and ease of deployment. We pr…

Unsupervised Anomaly DetectionFraud Detection

Fair and Interpretable Deepfake Detection in Videos

2025-10-20 · Akihito Yoshii, Ryosuke Sonoda, Ramya Srinivasan arxiv

Existing deepfake detection methods often exhibit bias, lack transparency, and fail to capture temporal information, leading to biased decisions and unreliable results across different demographic groups. In this paper, …

DeepFake DetectionData Augmentation

Model Patching: Closing the Subgroup Performance Gap with Data Augmentation

2020-08-15 · ICLR 2021 1 · Karan Goel, Albert Gu, Yixuan Li, Christopher Ré

Classifiers in machine learning are often brittle when deployed. Particularly concerning are models with inconsistent performance on specific subgroups of a class, e.g., exhibiting disparities in skin cancer classificati…

Cancer ClassificationData AugmentationSkin Cancer Classification