paper-with-me

홈 › Papers

PrivHAR-Bench: A Graduated Privacy Benchmark Dataset for Video-Based Action Recognition

2026-04-01 · Samar Ansari arxiv

Existing research on privacy-preserving Human Activity Recognition (HAR) typically evaluates methods against a binary paradigm: clear video versus a single privacy transformation. This limits cross-method comparability and obscures the nuanced relationship between privacy strength and recognition utility. We introduce \textit{PrivHAR-Bench}, a multi-tier benchmark dataset designed to standardize the evaluation of the \textit{Privacy-Utility Trade-off} in video-based action recognition. PrivHAR-Bench applies a graduated spectrum of visual privacy transformations: from lightweight spatial obfuscation to cryptographic block permutation, to a curated subset of 15 activity classes selected for human articulation diversity. Each of the 1,932 source videos is distributed across 9 parallel tiers of increasing privacy strength, with additional background-removed variants to isolate the contribution of human motion features from contextual scene bias. We provide lossless frame sequences, per-frame bounding boxes, estimated pose keypoints with joint-level confidence scores, standardized group-based train/test splits, and an evaluation toolkit computing recognition accuracy and privacy metrics. Empirical validation using R3D-18 demonstrates a measurable and interpretable degradation curve across tiers, with within-tier accuracy declining from 88.8\% (clear) to 53.5\% (encrypted, background-removed) and cross-domain accuracy collapsing to 4.8\%, establishing PrivHAR-Bench as a controlled benchmark for comparing privacy-preserving HAR methods under standardized conditions. The dataset, generation pipeline, and evaluation code are publicly available.

📄 PDF Abstract BibTeX arXiv:2604.00761

Code (0)

등록된 구현이 없습니다.

Tasks

Human Activity RecognitionAction Recognition

Similar Papers 제목 키워드 기반

PrivHAR: Recognizing Human Actions From Privacy-preserving Lens

2022-06-08 · Carlos Hinojosa, Miguel Marquez, Henry Arguello, Ehsan Adeli 외

The accelerated use of digital cameras prompts an increasing concern about privacy and security, particularly in applications such as action recognition. In this paper, we propose an optimizing framework to provide robus…

Action RecognitionActivity RecognitionPrivacy PreservingTemporal Action Localization

Explicit and Implicit Graduated Optimization in Deep Neural Networks

2024-12-16 · Naoki Sato, Hideaki Iiduka

Graduated optimization is a global optimization technique that is used to minimize a multimodal nonconvex function by smoothing the objective function with noise and gradually refining the solution. This paper experiment…

global-optimizationimage-classificationImage ClassificationScheduling

GNCGCP - Graduated NonConvexity and Graduated Concavity Procedure

2013-08-29 · Zhi-Yong Liu, Hong Qiao

In this paper we propose the Graduated NonConvexity and Graduated Concavity Procedure (GNCGCP) as a general optimization framework to approximately solve the combinatorial optimization problems on the set of partial perm…

Combinatorial OptimizationGraph Matching

Graduated Assignment for Joint Multi-Graph Matching and Clustering with Application to Unsupervised Graph Matching Network Learning

2020-12-01 · NeurIPS 2020 12 · Runzhong Wang, Junchi Yan, Xiaokang Yang

This paper considers the setting of jointly matching and clustering multiple graphs belonging to different groups, which naturally rises in many realistic problems. Both graph matching and clustering are challenging (NP-…

ClusteringGraph Matching

Training LLMs for Multi-Step Tool Orchestration with Constrained Data Synthesis and Graduated Rewards

2026-03-25 · Cheng Jiayang, Xin Liu, Zhihan Zhang, Haoyang Wen 외 arxiv

Multi-step tool orchestration remains challenging for LLMs, as state-of-the-art models frequently fail on full sequence execution due to parameter errors. Training for these workflows faces two obstacles: the lack of env…

Reinforcement Learning