paper-with-me

홈 › Papers

Sparse Coding Frontend for Robust Neural Networks

2021-04-12 · Can Bakiskan, Metehan Cekic, Ahmet Dundar Sezer, Upamanyu Madhow

Deep Neural Networks are known to be vulnerable to small, adversarially crafted, perturbations. The current most effective defense methods against these adversarial attacks are variants of adversarial training. In this paper, we introduce a radically different defense trained only on clean images: a sparse coding based frontend which significantly attenuates adversarial attacks before they reach the classifier. We evaluate our defense on CIFAR-10 dataset under a wide range of attack types (including Linf , L2, and L1 bounded attacks), demonstrating its promise as a general-purpose approach for defense.

📄 PDF Abstract BibTeX arXiv:2104.05353

Code (1)

canbakiskan/sparse_coding_frontend 공식 구현 pytorch

Similar Papers 제목 키워드 기반

Speech Separation with Pretrained Frontend to Minimize Domain Mismatch

2024-11-05 · Wupeng Wang, Zexu Pan, Xinke Li, Shuai Wang 외

Speech separation seeks to separate individual speech signals from a speech mixture. Typically, most separation models are trained on synthetic data due to the unavailability of target reference in real-world cocktail pa…

Speech Separation

Low-code from frontend to backend: Connecting conversational user interfaces to backend services via a low-code IoT platform

2024-09-13 · Irene Weber

Current chatbot development platforms and frameworks facilitate setting up the language and dialog part of chatbots, while connecting it to backend services and business functions requires substantial manual coding effor…

Chatbot

Frontend Diffusion: Exploring Intent-Based User Interfaces through Abstract-to-Detailed Task Transitions

2024-07-16 · Qinshi Zhang, Latisha Besariani Hendra, Mohan Chi, Zijian Ding

The emergence of Generative AI is catalyzing a paradigm shift in user interfaces from command-based to intent-based outcome specification. In this paper, we explore abstract-to-detailed task transitions in the context of…

Code Generation

FullStack-Agent: Enhancing Agentic Full-Stack Web Coding via Development-Oriented Testing and Repository Back-Translation

2026-02-03 · Zimu Lu, Houxing Ren, Yunqiao Yang, Ke Wang 외 arxiv

Assisting non-expert users to develop complex interactive websites has become a popular task for LLM-powered code agents. However, existing code agents tend to only generate frontend web pages, masking the lack of real f…

SGLang: Efficient Execution of Structured Language Model Programs

2023-12-12 · Lianmin Zheng, Liangsheng Yin, Zhiqiang Xie, Chuyue Sun 외

Large language models (LLMs) are increasingly used for complex tasks that require multiple generation calls, advanced prompting techniques, control flow, and structured inputs/outputs. However, efficient systems are lack…

Few-Shot LearningLanguage ModelingLanguage ModellingLogical Reasoning+3