paper-with-me

홈 › Papers

SimplyRetrieve: A Private and Lightweight Retrieval-Centric Generative AI Tool

2023-08-08 · Youyang Ng, Daisuke Miyashita, Yasuto Hoshi, Yasuhiro Morioka, Osamu Torii, Tomoya Kodama, Jun Deguchi

Large Language Model (LLM) based Generative AI systems have seen significant progress in recent years. Integrating a knowledge retrieval architecture allows for seamless integration of private data into publicly available Generative AI systems using pre-trained LLM without requiring additional model fine-tuning. Moreover, Retrieval-Centric Generation (RCG) approach, a promising future research direction that explicitly separates roles of LLMs and retrievers in context interpretation and knowledge memorization, potentially leads to more efficient implementation. SimplyRetrieve is an open-source tool with the goal of providing a localized, lightweight, and user-friendly interface to these sophisticated advancements to the machine learning community. SimplyRetrieve features a GUI and API based RCG platform, assisted by a Private Knowledge Base Constructor and a Retrieval Tuning Module. By leveraging these capabilities, users can explore the potential of RCG for improving generative AI performance while maintaining privacy standards. The tool is available at https://github.com/RCGAI/SimplyRetrieve with an MIT license.

📄 PDF Abstract BibTeX arXiv:2308.03983

Code (1)

rcgai/simplyretrieve 공식 구현 pytorch

Tasks

Language ModelingLanguage ModellingLarge Language ModelMemorizationRetrieval

Methods 이 논문이 사용한 방법론

BASE 설명 없음

Similar Papers 제목 키워드 기반

RAPID: Retrieval Augmented Training of Differentially Private Diffusion Models

2025-02-18 · Tanqiu Jiang, Changjiang Li, Fenglong Ma, Ting Wang

Differentially private diffusion models (DPDMs) harness the remarkable generative capabilities of diffusion models while enforcing differential privacy (DP) for sensitive data. However, existing DPDM training approaches …

Privacy PreservingRAGRetrievalRetrieval-augmented Generation

EgoPrivacy: What Your First-Person Camera Says About You?

2025-06-13 · Yijiang Li, Genpei Zhang, Jiacheng Cheng, Yi Li 외

While the rapid proliferation of wearable cameras has raised significant concerns about egocentric video privacy, prior work has largely overlooked the unique privacy threats posed to the camera wearer. This work investi…

Retrieval

DP-RDM: Adapting Diffusion Models to Private Domains Without Fine-Tuning

2024-03-21 · Jonathan Lebensold, Maziar Sanjabi, Pietro Astolfi, Adriana Romero-Soriano 외

Text-to-image diffusion models have been shown to suffer from sample-level memorization, possibly reproducing near-perfect replica of images that they are trained on, which may be undesirable. To remedy this issue, we de…

MemorizationRetrievalRetrieval-augmented Generation

PRIVATEEDIT: A Privacy-Preserving Pipeline for Face-Centric Generative Image Editing

2026-03-03 · Dipesh Tamboli, Vineet Punyamoorty, Atharv Pawar, Vaneet Aggarwal arxiv

Recent advances in generative image editing have enabled transformative applications, from professional head shot generation to avatar stylization. However, these systems often require uploading high-fidelity facial imag…

Image Editing

Do Multimodal RAG Systems Leak Data? A Comprehensive Evaluation of Membership Inference and Image Caption Retrieval Attacks

2026-01-25 · Ali Al-Lawati, Suhang Wang arxiv

The growing adoption of multimodal Retrieval-Augmented Generation (mRAG) pipelines for vision-centric tasks (e.g., visual QA) introduces important privacy challenges. In particular, while mRAG provides a practical capabi…