paper-with-me

Papers

DDDM: a Brain-Inspired Framework for Robust Classification

2022-05-01 · Xiyuan Chen, Xingyu Li, Yi Zhou, Tianming Yang

Despite their outstanding performance in a broad spectrum of real-world tasks, deep artificial neural networks are sensitive to input noises, particularly adversarial perturbations. On the contrary, human and animal brains are much less vulnerable. In contrast to the one-shot inference performed by most deep neural networks, the brain often solves decision-making with an evidence accumulation mechanism that may trade time for accuracy when facing noisy inputs. The mechanism is well described by the Drift-Diffusion Model (DDM). In the DDM, decision-making is modeled as a process in which noisy evidence is accumulated toward a threshold. Drawing inspiration from the DDM, we propose the Dropout-based Drift-Diffusion Model (DDDM) that combines test-phase dropout and the DDM for improving the robustness for arbitrary neural networks. The dropouts create temporally uncorrelated noises in the network that counter perturbations, while the evidence accumulation mechanism guarantees a reasonable decision accuracy. Neural networks enhanced with the DDDM tested in image, speech, and text classification tasks all significantly outperform their native counterparts, demonstrating the DDDM as a task-agnostic defense against adversarial attacks.

📄 PDF Abstract BibTeX arXiv:2205.10117

Code (1)

xiyuan68/dddm 공식 구현 pytorch

Tasks

ClassificationDecision MakingRobust classificationtext-classificationText Classification

Methods 이 논문이 사용한 방법론

Dropout Dropout is a regularization technique for neural networks that drops a unit (along with connections) at training time with a specified probability $p$ (a common value is…

Similar Papers 제목 키워드 기반

Unified Directly Denoising for Both Variance Preserving and Variance Exploding Diffusion Models

2024-05-31 · Jingjing Wang, Dan Zhang, Feng Luo

Previous work has demonstrated that, in the Variance Preserving (VP) scenario, the nascent Directly Denoising Diffusion Models (DDDM) can generate high-quality images in one step while achieving even better performance i…

Denoising

DDDM-VC: Decoupled Denoising Diffusion Models with Disentangled Representation and Prior Mixup for Verified Robust Voice Conversion

2023-05-25 · Ha-Yeong Choi, Sang-Hoon Lee, Seong-Whan Lee

Diffusion-based generative models have exhibited powerful generative performance in recent years. However, as many attributes exist in the data distribution and owing to several limitations of sharing the model parameter…

DenoisingStyle TransferVoice Conversion

Directly Denoising Diffusion Models

2024-05-22 · Dan Zhang, Jingjing Wang, Feng Luo

In this paper, we present the Directly Denoising Diffusion Model (DDDM): a simple and generic approach for generating realistic images with few-step sampling, while multistep sampling is still preserved for better perfor…

Denoising

Breaking the Bottlenecks: Scalable Diffusion Models for 3D Molecular Generation

2026-01-13 · Adrita Das, Peiran Jiang, Dantong Zhu, Barnabas Poczos 외 arxiv

Diffusion models have emerged as a powerful class of generative models for molecular design, capable of capturing complex structural distributions and achieving high fidelity in 3D molecule generation. However, their wid…

BRIEF: BRain-Inspired network connection search with Extensive temporal feature Fusion enhances disease classification

2025-08-15 · Xiangxiang Cui, Min Zhao, Dongmei Zhi, Shile Qi 외 arxiv

Existing deep learning models for functional MRI-based classification have limitations in network architecture determination (relying on experience) and feature space fusion (mostly simple concatenation, lacking mutual l…

Reinforcement Learning