Pinned Repositories
Adversarial-example-defence
advVAE
VAE used for adversarial example generation in the scenario of man-in-the-middle attacks.
certified-data-learnability
The code of our paper "Provably Unlearnable Data Examples" (Accepted to NDSS 2025)
CYB80001-labs
A quick tutorial for Python, Tensorflow, Keras, and adversarial example attack implementations.
Daedalus-attack
The code of our paper: 'Daedalus: Breaking Non-Maximum Suppression in Object Detection via Adversarial Examples', in Tensorflow.
Daedalus-physical
Crafting physical Daedalus examples (A complementary repository to (https://github.com/NeuralSec/Daedalus-attack).
dopamine
Dopamine is a research framework for fast prototyping of reinforcement learning algorithms.
gossipnet
Non-maximum suppression for object detection in a neural network
TensorFlow-Tutorials
TensorFlow Tutorials
NeuralSec's Repositories
NeuralSec/Daedalus-attack
The code of our paper: 'Daedalus: Breaking Non-Maximum Suppression in Object Detection via Adversarial Examples', in Tensorflow.
NeuralSec/Adversarial-example-defence
NeuralSec/advVAE
VAE used for adversarial example generation in the scenario of man-in-the-middle attacks.
NeuralSec/CYB80001-labs
A quick tutorial for Python, Tensorflow, Keras, and adversarial example attack implementations.
NeuralSec/Daedalus-physical
Crafting physical Daedalus examples (A complementary repository to (https://github.com/NeuralSec/Daedalus-attack).
NeuralSec/certified-data-learnability
The code of our paper "Provably Unlearnable Data Examples" (Accepted to NDSS 2025)
NeuralSec/Generator-Zoo-Tensorflow-2.x
It is a growing pain for transfer learners working under tf2.x to conduct few-shot learning/tuning on pretrained GANs. The aim of this repo is to provide a collection of pretrained generators of various GANs for Tensorflow 2.x / Keras.
NeuralSec/NeuralSec.github.io
Github Pages template for academic personal websites, forked from mmistakes/minimal-mistakes
NeuralSec/Big-but-Invisible-Adversarial-Attack
This repo contains the code for CVPR submission "Big but Invisible Adversarial Attack"
NeuralSec/CROP
[ICLR 2022] CROP: Certifying Robust Policies for Reinforcement Learning through Functional Smoothing
NeuralSec/Faster-RCNN-TensorFlow-Python3
Tensorflow Faster R-CNN for Windows/Linux and Python 3 (3.5/3.6/3.7)
NeuralSec/Feature-Net-Learn
The python code for a perceptron neural network which aims to infer hidden networks.
NeuralSec/few-sample-voice-clone
This repository has implementation for "Neural Voice Cloning With Few Samples"
NeuralSec/LLaMA2-Accessory
An Open-source Toolkit for LLM Development
NeuralSec/macer
MACER: MAximizing CErtified Radius (ICLR 2020)
NeuralSec/Poisoning-Instruction-Tuned-Models
NeuralSec/RAB
RAB: Provable Robustness Against Backdoor Attacks
NeuralSec/sentence-transformers
State-of-the-Art Text Embeddings
NeuralSec/smoothing-adversarial
Code for our NeurIPS 2019 *spotlight* "Provably Robust Deep Learning via Adversarially Trained Smoothed Classifiers"
NeuralSec/style-transfer-paraphrase
Official code and data repository for our EMNLP 2020 long paper "Reformulating Unsupervised Style Transfer as Paraphrase Generation" (https://arxiv.org/abs/2010.05700).
NeuralSec/StyleAttack
Code and data of the EMNLP 2021 paper "Mind the Style of Text! Adversarial and Backdoor Attacks Based on Text Style Transfer"
NeuralSec/stylegan2
StyleGAN2 - Official TensorFlow Implementation
NeuralSec/StyleGAN2-TensorFlow-2.x
Unofficial implementation of StyleGAN2 using TensorFlow 2.x.
NeuralSec/TelloPy
Python API for interacting with DJI Tello Drones using the official SDK
NeuralSec/TelloPython
Normal and reverse engineered ("advanced") Python Api for Tello
NeuralSec/tf-faster-rcnn
Tensorflow 2 Faster-RCNN implementation from scratch supporting to the batch processing with MobileNetV2 and VGG16 backbones
NeuralSec/tf-faster-rcnn-1
Tensorflow Faster RCNN for Object Detection
NeuralSec/voice-cloning
Clone a voice in 5 seconds to generate arbitrary speech in real-time
NeuralSec/yfinance
Yahoo! Finance market data downloader (+faster Pandas Datareader)
NeuralSec/YOLOv3_TensorFlow
Complete YOLO v3 TensorFlow implementation. Support training on your own dataset.