paper-with-me

Papers Computer Security

“Computer Security” 태그가 달린 논문 70편 · 필터 해제

Dos and Don'ts of Machine Learning in Computer Security

2020-10-19 · Daniel Arp, Erwin Quiring, Feargus Pendlebury, Alexander Warnecke 외

With the growing processing power of computing systems and the increasing availability of massive datasets, machine learning algorithms have led to major breakthroughs in many different areas. This development has influe…

BIG-bench Machine LearningComputer SecurityMalware Detection

Detecting malicious PDF using CNN

2020-07-24 · ICLR 2020 1 · Raphael Fettaya, Yishay Mansour

Malicious PDF files represent one of the biggest threats to computer security. To detect them, significant research has been done using handwritten signatures or machine learning based on manual feature extraction. Those…

ClusteringComputer Security

Generating Adversarial Examples with an Optimized Quality

2020-06-30 · Aminollah Khormali, DaeHun Nyang, David Mohaisen

Deep learning models are widely used in a range of application areas, such as computer vision, computer security, etc. However, deep learning models are vulnerable to Adversarial Examples (AEs),carefully crafted samples …

Adversarial AttackComputer Security

IReEn: Reverse-Engineering of Black-Box Functions via Iterative Neural Program Synthesis

2020-06-18 · NeurIPS Workshop CAP 2020 12 · Hossein Hajipour, Mateusz Malinowski, Mario Fritz

In this work, we investigate the problem of revealing the functionality of a black-box agent. Notably, we are interested in the interpretable and formal description of the behavior of such an agent. Ideally, this descrip…

Computer SecurityProgram Synthesis

Exploring Optimal Deep Learning Models for Image-based Malware Variant Classification

2020-04-10 · Rikima Mitsuhashi, Takahiro Shinagawa

Analyzing a huge amount of malware is a major burden for security analysts. Since emerging malware is often a variant of existing malware, automatically classifying malware into known families greatly reduces a part of t…

ClassificationComputer SecurityDeep LearningGeneral Classification+3

The Offense-Defense Balance of Scientific Knowledge: Does Publishing AI Research Reduce Misuse?

2019-12-27 · Toby Shevlane, Allan Dafoe

There is growing concern over the potential misuse of artificial intelligence (AI) research. Publishing scientific research can facilitate misuse of the technology, but the research can also contribute to protections aga…

Computer Security

Coda: An End-to-End Neural Program Decompiler

2019-12-01 · NeurIPS 2019 12 · Cheng Fu, Huili Chen, Haolan Liu, Xinyun Chen 외

Reverse engineering of binary executables is a critical problem in the computer security domain. On the one hand, malicious parties may recover interpretable source codes from the software products to gain commercial adv…

Computer SecurityMalware Detection

A Neural-based Program Decompiler

2019-06-28 · Cheng Fu, Huili Chen, Haolan Liu, Xinyun Chen 외

Reverse engineering of binary executables is a critical problem in the computer security domain. On the one hand, malicious parties may recover interpretable source codes from the software products to gain commercial adv…

Computer SecurityMalware Detection

Evaluating Explanation Methods for Deep Learning in Security

2019-06-05 · Alexander Warnecke, Daniel Arp, Christian Wressnegger, Konrad Rieck

Deep learning is increasingly used as a building block of security systems. Unfortunately, neural networks are hard to interpret and typically opaque to the practitioner. The machine learning community has started to add…

Computer SecurityDeep LearningMalware DetectionOpen-Ended Question Answering

Defending Against Neural Fake News

2019-05-29 · NeurIPS 2019 12 · Rowan Zellers, Ari Holtzman, Hannah Rashkin, Yonatan Bisk 외

Recent progress in natural language generation has raised dual-use concerns. While applications like summarization and translation are positive, the underlying technology also might enable adversaries to generate neural …

Computer SecurityFake News DetectionText Generation

Artificial Consciousness and Security

2019-05-11 · Andrew Powell

This paper describes a possible way to improve computer security by implementing a program which implements the following three features related to a weak notion of artificial consciousness: (partial) self-monitoring, ab…

Computer Security

Maximal Divergence Sequential Autoencoder for Binary Software Vulnerability Detection

2019-05-01 · ICLR 2019 5 · Tue Le, Tuan Nguyen, Trung Le, Dinh Phung 외

Due to the sharp increase in the severity of the threat imposed by software vulnerabilities, the detection of vulnerabilities in binary code has become an important concern in the software industry, such as the embedded …

Computer SecurityVulnerability Detection

Effectiveness of Tree-based Ensembles for Anomaly Discovery: Insights, Batch and Streaming Active Learning

2019-01-23 · Shubhomoy Das, Md. Rakibul Islam, Nitthilan Kannappan Jayakodi, Janardhan Rao Doppa

In many real-world AD applications including computer security and fraud prevention, the anomaly detector must be configurable by the human analyst to minimize the effort on false positives. One important way to configur…

Active LearningAnomaly DetectionComputer SecurityDrift Detection

Poisoning Behavioral Malware Clustering

2018-11-25 · Battista Biggio, Konrad Rieck, Davide Ariu, Christian Wressnegger 외

Clustering algorithms have become a popular tool in computer security to analyze the behavior of malware variants, identify novel malware families, and generate signatures for antivirus systems. However, the suitability …

ClusteringComputer SecurityMalware Clustering

Active Anomaly Detection via Ensembles

2018-09-17 · Shubhomoy Das, Md. Rakibul Islam, Nitthilan Kannappan Jayakodi, Janardhan Rao Doppa

In critical applications of anomaly detection including computer security and fraud prevention, the anomaly detector must be configurable by the analyst to minimize the effort on false positives. One important way to con…

Active LearningAnomaly DetectionComputer SecurityDrift Detection

Robust Neural Malware Detection Models for Emulation Sequence Learning

2018-06-28 · Rakshit Agrawal, Jack W. Stokes, Mady Marinescu, Karthik Selvaraj

Malicious software, or malware, presents a continuously evolving challenge in computer security. These embedded snippets of code in the form of malicious files or hidden within legitimate files cause a major risk to syst…

Computer SecurityMalware ClassificationMalware Detection

Non-deterministic Behavior of Ranking-based Metrics when Evaluating Embeddings

2018-06-19 · Anguelos Nicolaou, Sounak Dey, Vincent Christlein, Andreas Maier 외

Embedding data into vector spaces is a very popular strategy of pattern recognition methods. When distances between embeddings are quantized, performance metrics become ambiguous. In this paper, we present an analysis of…

Computer Security

Detecting Denial-of-Service Attacks from Social Media Text: Applying NLP to Computer Security

2018-06-01 · NAACL 2018 6 · Nathanael Chambers, Ben Fry, James McMasters

This paper describes a novel application of NLP models to detect denial of service attacks using only social media as evidence. Individual networks are often slow in reporting attacks, so a detection system from public d…

Computer Security

Generative Models for Spear Phishing Posts on Social Media

2018-02-14 · John Seymour, Philip Tully

Historically, machine learning in computer security has prioritized defense: think intrusion detection systems, malware classification, and botnet traffic identification. Offense can benefit from data just as well. Socia…

ClusteringComputer SecurityIntrusion DetectionMalware Classification

Reservoir of Diverse Adaptive Learners and Stacking Fast Hoeffding Drift Detection Methods for Evolving Data Streams

2017-09-07 · Ali Pesaranghader, Herna Viktor, Eric Paquet

The last decade has seen a surge of interest in adaptive learning algorithms for data stream classification, with applications ranging from predicting ozone level peaks, learning stock market indicators, to detecting com…

Computer SecurityDrift Detection
← 이전 41–60 / 70 다음 →