paper-with-me

홈 › Papers

Learning to Detect Language Model Training Data via Active Reconstruction

2026-02-22 · Junjie Oscar Yin, John X. Morris, Vitaly Shmatikov, Sewon Min, Hannaneh Hajishirzi arxiv

Detecting LLM training data is generally framed as a membership inference attack (MIA) problem. However, conventional MIAs operate passively on fixed model weights, using log-likelihoods or text generations. In this work, we introduce \textbf{Active Data Reconstruction Attack} (ADRA), a family of MIA that actively induces a model to reconstruct a given text through training. We hypothesize that training data are \textit{more reconstructible} than non-members, and the difference in their reconstructibility can be exploited for membership inference. Motivated by findings that reinforcement learning (RL) sharpens behaviors already encoded in weights, we leverage on-policy RL to actively elicit data reconstruction by finetuning a policy initialized from the target model. To effectively use RL for MIA, we design reconstruction metrics and contrastive rewards. The resulting algorithms, \textsc{ADRA} and its adaptive variant \textsc{ADRA+}, improve both reconstruction and detection given a pool of candidate data. Experiments show that our methods consistently outperform existing MIAs in detecting pre-training, post-training, and distillation data, with an average improvement of 10.7\% over the previous runner-up. In particular, \MethodPlus~improves over Min-K\%++ by 18.8\% on BookMIA for pre-training detection and by 7.6\% on AIME for post-training detection.

📄 PDF Abstract BibTeX arXiv:2602.19020

Code (0)

등록된 구현이 없습니다.

Tasks

Reinforcement Learning

Similar Papers 제목 키워드 기반

LiveScene: Language Embedding Interactive Radiance Fields for Physical Scene Rendering and Control

2024-06-23 · Delin Qu, Qizhi Chen, Pingrui Zhang, Xianqiang Gao 외

This paper scales object-level reconstruction to complex scenes, advancing interactive scene reconstruction. We introduce two datasets, OmniSim and InterReal, featuring 28 scenes with multiple interactive objects. To tac…

Novel View SynthesisObjectObject Reconstruction

AREA3D: Active Reconstruction Agent with Unified Feed-Forward 3D Perception and Vision-Language Guidance

2025-11-28 · Tianling Xu, Shengzhe Gan, Leslie Gu, Yuelei Li 외 arxiv

Active 3D reconstruction enables an agent to autonomously select viewpoints to efficiently obtain accurate and complete scene geometry, rather than passively reconstructing scenes from pre-collected images. However, exis…

3D Reconstruction

Interaction-Driven Active 3D Reconstruction with Object Interiors

2023-10-23 · Zihao Yan, Fubao Su, Mingyang Wang, Ruizhen Hu 외

We introduce an active 3D reconstruction method which integrates visual perception, robot-object interaction, and 3D scanning to recover both the exterior and interior, i.e., unexposed, geometries of a target 3D object. …

3D ReconstructionActive 3D ReconstructionObject

On the Detectability of Active Gradient Inversion Attacks in Federated Learning

2025-11-13 · Vincenzo Carletti, Pasquale Foggia, Carlo Mazzocca, Giuseppe Parrella 외 arxiv

One of the key advantages of Federated Learning (FL) is its ability to collaboratively train a Machine Learning (ML) model while keeping clients' data on-site. However, this can create a false sense of security. Despite …

Federated Learning

Domes to Drones: Self-Supervised Active Triangulation for 3D Human Pose Reconstruction

2019-12-01 · NeurIPS 2019 12 · Aleksis Pirinen, Erik Gärtner, Cristian Sminchisescu

Existing state-of-the-art estimation systems can detect 2d poses of multiple people in images quite reliably. In contrast, 3d pose estimation from a single image is ill-posed due to occlusion and depth ambiguities. Assum…

2D Pose Estimation3D Pose Estimation3D ReconstructionDeep Reinforcement Learning+2