paper-with-me

홈 › Papers

Retrieval-Augmented Convolutional Neural Networks for Improved Robustness against Adversarial Examples

2018-02-26 · Jake Zhao, Kyunghyun Cho

We propose a retrieval-augmented convolutional network and propose to train it with local mixup, a novel variant of the recently proposed mixup algorithm. The proposed hybrid architecture combining a convolutional network and an off-the-shelf retrieval engine was designed to mitigate the adverse effect of off-manifold adversarial examples, while the proposed local mixup addresses on-manifold ones by explicitly encouraging the classifier to locally behave linearly on the data manifold. Our evaluation of the proposed approach against five readily-available adversarial attacks on three datasets--CIFAR-10, SVHN and ImageNet--demonstrate the improved robustness compared to the vanilla convolutional network.

📄 PDF Abstract BibTeX arXiv:1802.09502

Code (0)

등록된 구현이 없습니다.

Tasks

Retrieval

Methods 이 논문이 사용한 방법론

Mixup Mixup is a data augmentation technique that generates a weighted combination of random image pairs from the training data. Given two images and their ground truth labels:…

Similar Papers 제목 키워드 기반

Retrieval-Augmented Convolutional Neural Networks Against Adversarial Examples

2019-06-01 · CVPR 2019 6 · Jake Zhao (Junbo), Kyunghyun Cho

We propose a retrieval-augmented convolutional network (RaCNN) and propose to train it with local mixup, a novel variant of the recently proposed mixup algorithm. The proposed hybrid architecture combining a convolutiona…

Retrieval

Wiggling Weights to Improve the Robustness of Classifiers

2021-11-18 · Sadaf Gulshad, Ivan Sosnovik, Arnold Smeulders

Robustness against unwanted perturbations is an important aspect of deploying neural network classifiers in the real world. Common natural perturbations include noise, saturation, occlusion, viewpoint changes, and blur d…

RbFT: Robust Fine-tuning for Retrieval-Augmented Generation against Retrieval Defects

2025-01-30 · Yiteng Tu, Weihang Su, Yujia Zhou, Yiqun Liu 외

Retrieval-augmented generation (RAG) enhances large language models (LLMs) by integrating external knowledge retrieved from a knowledge base. However, its effectiveness is fundamentally constrained by the reliability of …

counterfactualRAGRetrievalRetrieval-augmented Generation

A Systems-Level Analysis of Sensitivity, Robustness, and Stability in Retrieval-Augmented Generation

2026-05-29 · Bharath Simha Reddy Muthyam arxiv

Retrieval-Augmented Generation (RAG) systems are often evaluated using final answer accuracy, even though their failures can originate from preprocessing, retrieval, context packing, or generation. This paper presents a …

PRA-RAG: Provably Robust Aggregation in Retrieval-Augmented Generation against Retrieval Corruption

2026-05-08 · Xue Tan, Yi Zheng, Chang Huo, Yunruo Zhang 외 arxiv

Retrieval-Augmented Generation (RAG) enhances Large Language Models (LLMs) by incorporating external knowledge, effectively mitigating their inherent knowledge limitations. However, RAG remains vulnerable to poisoning at…