paper-with-me

홈 › Papers

DRAG: Dynamic Region-Aware GCN for Privacy-Leaking Image Detection

2022-03-17 · Guang Yang, Juan Cao, Qiang Sheng, Peng Qi, Xirong Li, Jintao Li

The daily practice of sharing images on social media raises a severe issue about privacy leakage. To address the issue, privacy-leaking image detection is studied recently, with the goal to automatically identify images that may leak privacy. Recent advance on this task benefits from focusing on crucial objects via pretrained object detectors and modeling their correlation. However, these methods have two limitations: 1) they neglect other important elements like scenes, textures, and objects beyond the capacity of pretrained object detectors; 2) the correlation among objects is fixed, but a fixed correlation is not appropriate for all the images. To overcome the limitations, we propose the Dynamic Region-Aware Graph Convolutional Network (DRAG) that dynamically finds out crucial regions including objects and other important elements, and models their correlation adaptively for each input image. To find out crucial regions, we cluster spatially-correlated feature channels into several region-aware feature maps. Further, we dynamically model the correlation with the self-attention mechanism and explore the interaction among the regions with a graph convolutional network. The DRAG achieved an accuracy of 87% on the largest dataset for privacy-leaking image detection, which is 10 percentage points higher than the state of the art. The further case study demonstrates that it found out crucial regions containing not only objects but other important elements like textures.

📄 PDF Abstract BibTeX arXiv:2203.09121

Code (1)

guang-yanng/drag 공식 구현 pytorch

Similar Papers 제목 키워드 기반

Efficient Distributed Retrieval-Augmented Generation for Enhancing Language Model Performance

2025-04-15 · Shangyu Liu, Zhenzhe Zheng, Xiaoyao Huang, Fan Wu 외

Small language models (SLMs) support efficient deployments on resource-constrained edge devices, but their limited capacity compromises inference performance. Retrieval-augmented generation (RAG) is a promising solution …

Language ModelingLanguage ModellingRAGRetrieval+2

Privacy and Security Threat for OpenAI GPTs

2025-06-04 · Wei Wenying, Zhao Kaifa, Xue Lei, Fan Ming

Large language models (LLMs) demonstrate powerful information handling capabilities and are widely integrated into chatbot applications. OpenAI provides a platform for developers to construct custom GPTs, extending ChatG…

Chatbot

In-context Region-based Drag: Drag Any Region to Any Shape

2026-06-24 · Jiacheng Sui, Tianyu Hao, Bingjie Gao, Li Niu 외 arxiv

Diffusion models have shown promise in drag-style editing. Previous works mainly focus on point-based drag, which is inherently ambiguous. This paper focuses on region-based drag and introduces a novel In-Context Region-…

RegionDrag: Fast Region-Based Image Editing with Diffusion Models

2024-07-25 · Jingyi Lu, Xinghui Li, Kai Han

Point-drag-based image editing methods, like DragDiffusion, have attracted significant attention. However, point-drag-based approaches suffer from computational overhead and misinterpretation of user intentions due to th…

HyFedRAG: A Federated Retrieval-Augmented Generation Framework for Heterogeneous and Privacy-Sensitive Data

2025-09-08 · Cheng Qian, Hainan Zhang, Yongxin Tong, Hong-Wei Zheng 외 arxiv

Centralized RAG pipelines struggle with heterogeneous and privacy-sensitive data, especially in distributed healthcare settings where patient data spans SQL, knowledge graphs, and clinical notes. Clinicians face difficul…

Knowledge Graphs