Goto

Collaborating Authors

 Media


Linux Cryptocurrency Mining Attacks Enhanced via CHAOS RAT – Trend Micro

#artificialintelligence

Using techniques such as machine learning (ML) and virtual patching, it can automatically secure new and existing workloads both against known and …


New Technique Significantly Speeds Up Deep Learning On Large Graphs

#artificialintelligence

"We started to look at the challenges current systems experienced when scaling state-of-the-art machine learning techniques for graphs to really …


Fraudsters Winning ROI Battle, But Data May Turn the Tables – PYMNTS.com

#artificialintelligence

In addition, businesses need a robust fraud mitigation strategy, one that replaces manual fraud mitigation with AI and machine learning, …


5 Ways to Apply Machine Learning at Scale

#artificialintelligence

Many businesses are building teams of data engineers and scientists to incorporate machine learning (ML) into their data pipelines and to help …


Tracing the Steps of Medieval Writers – PR Newswire

#artificialintelligence

Using artificial intelligence and machine learning, the sheer number of pages can be analysed faster.


Machine Learning As A Service Market Report 2022-2027: Industry Growth, Outlook, Top …

#artificialintelligence

the competitive landscape analysis of machine learning as a service market uncovers detailed company profiles, revenue shares, …


Did a Robot Write This? We Need Watermarks to Spot AI - The Washington Post

#artificialintelligence

Aaronson, who was hired by OpenAI this year to tackle the provenance challenge, explained that words could be converted into a string of tokens, representing punctuation marks, letters or parts of words, making up about 100,000 tokens in total. The GPT system would then decide the arrangement of those tokens (reflecting the text itself) in such a way that they could be detected using a cryptographic key known only to OpenAI. "This won't make any detectable difference to the end user," Aaronson said.


Page Layout Analysis of Text-heavy Historical Documents: a Comparison of Textual and Visual Approaches

arXiv.org Artificial Intelligence

Page layout analysis is a fundamental step in document processing which enables to segment a page into regions of interest. With highly complex layouts and mixed scripts, scholarly commentaries are text-heavy documents which remain challenging for state-of-the-art models. Their layout considerably varies across editions and their most important regions are mainly defined by semantic rather than graphical characteristics such as position or appearance. This setting calls for a comparison between textual, visual and hybrid approaches. We therefore assess the performances of two transformers (LayoutLMv3 and RoBERTa) and an objection-detection network (YOLOv5). If results show a clear advantage in favor of the latter, we also list several caveats to this finding. In addition to our experiments, we release a dataset of ca. 300 annotated pages sampled from 19th century commentaries.


"I think this is the most disruptive technology": Exploring Sentiments of ChatGPT Early Adopters using Twitter Data

arXiv.org Artificial Intelligence

Large language models have recently attracted significant attention due to their impressive performance on a variety of tasks. ChatGPT developed by OpenAI is one such implementation of a large, pre-trained language model that has gained immense popularity among early adopters, where certain users go to the extent of characterizing it as a disruptive technology in many domains. Understanding such early adopters' sentiments is important because it can provide insights into the potential success or failure of the technology, as well as its strengths and weaknesses. In this paper, we conduct a mixed-method study using 10,732 tweets from early ChatGPT users. We first use topic modelling to identify the main topics and then perform an in-depth qualitative sentiment analysis of each topic. Our results show that the majority of the early adopters have expressed overwhelmingly positive sentiments related to topics such as Disruptions to software development, Entertainment and exercising creativity. Only a limited percentage of users expressed concerns about issues such as the potential for misuse of ChatGPT, especially regarding topics such as Impact on educational aspects. We discuss these findings by providing specific examples for each topic and then detail implications related to addressing these concerns for both researchers and users.


Multi-instrument Music Synthesis with Spectrogram Diffusion

arXiv.org Artificial Intelligence

An ideal music synthesizer should be both interactive and expressive, generating high-fidelity audio in realtime for arbitrary combinations of instruments and notes. Recent neural synthesizers have exhibited a tradeoff between domain-specific models that offer detailed control of only specific instruments, or raw waveform models that can train on any music but with minimal control and slow generation. In this work, we focus on a middle ground of neural synthesizers that can generate audio from MIDI sequences with arbitrary combinations of instruments in realtime. This enables training on a wide range of transcription datasets with a single model, which in turn offers note-level control of composition and instrumentation across a wide range of instruments. We use a simple two-stage process: MIDI to spectrograms with an encoder-decoder Transformer, then spectrograms to audio with a generative adversarial network (GAN) spectrogram inverter. We compare training the decoder as an autoregressive model and as a Denoising Diffusion Probabilistic Model (DDPM) and find that the DDPM approach is superior both qualitatively and as measured by audio reconstruction and Fr\'echet distance metrics. Given the interactivity and generality of this approach, we find this to be a promising first step towards interactive and expressive neural synthesis for arbitrary combinations of instruments and notes.