Africa
Universal hidden monotonic trend estimation with contrastive learning
Pineau, Edouard, Razakarivony, Sébastien, Gonzalez, Mauricio, Schrapffer, Anthony
In this paper, we describe a universal method for extracting the underlying monotonic trend factor from time series data. We propose an approach related to the Mann-Kendall test, a standard monotonic trend detection method and call it contrastive trend estimation (CTE). We show that the CTE method identifies any hidden trend underlying temporal data while avoiding the standard assumptions used for monotonic trend identification. In particular, CTE can take any type of temporal data (vector, images, graphs, time series, etc.) as input. We finally illustrate the interest of our CTE method through several experiments on different types of data and problems.
Elon Musk - which companies has he invested in?
Whether you love him or hate him, Elon Musk is the mastermind behind some of the most ingenuous technology projects of the modern era. The billionaire entrepreneur is the boss of carmaker Tesla, private space firm SpaceX and brain-computer interface startup Neuralink, among other projects. But Musk – who routinely tops the list as the world's richest person – became more infamous than ever when he bought Twitter last autumn. Here, MailOnline takes a look at all the companies Musk has invested in, from Zip2 back in the 1990s to his new artificial intelligence venture. Musk has vowed to create his own'trustworthy and reliable' AI chatbot called'TruthGPT', as a more'truthful alternative' to ChatGPT. Musk has previously tweeted that we need'TruthGPT' - a chatbot that would not censor its replies Zip2, Musk's first enterprise, was founded in California along with his brother Kimbal and their friend, the late Greg Kouri, back in 1995.
Understanding EFL Student Idea Generation Strategies for Creative Writing with NLG Tools
Woo, David James, Wang, Yanzhi, Susanto, Hengky, Guo, Kai
Natural language generation (NLG) is a process within artificial intelligence where computer systems produce human-comprehensible language texts from information. English as a foreign language (EFL) students' use of NLG tools might facilitate their idea generation, which is fundamental to creative writing. However, little is known about how EFL students interact with NLG tools to generate ideas. This study explores strategies adopted by EFL students when searching for ideas using NLG tools, evaluating ideas generated by NLG tools and selecting NLG tools for ideas generation. Four Hong Kong secondary school students attended workshops where they learned to write stories comprising their own words and words generated by NLG tools. After the workshops, they answered questions to reflect on their writing experience with NLG tools. In a thematic analysis of the written reflections, we found students may have existing ideas when searching for ideas and evaluating ideas with NLG tools. Students showed some aversion to ideas generated by NLG tools and selected NLG tools that generated a greater quantity of ideas. The findings inform our understanding of EFL students' concerns when using NLG tools for idea generation and can inform educators' instruction to implement NLG tools for classroom creative writing.
Universal Adversarial Backdoor Attacks to Fool Vertical Federated Learning in Cloud-Edge Collaboration
Chen, Peng, Du, Xin, Lu, Zhihui, Chai, Hongfeng
Vertical federated learning (VFL) is a cloud-edge collaboration paradigm that enables edge nodes, comprising resource-constrained Internet of Things (IoT) devices, to cooperatively train artificial intelligence (AI) models while retaining their data locally. This paradigm facilitates improved privacy and security for edges and IoT devices, making VFL an essential component of Artificial Intelligence of Things (AIoT) systems. Nevertheless, the partitioned structure of VFL can be exploited by adversaries to inject a backdoor, enabling them to manipulate the VFL predictions. In this paper, we aim to investigate the vulnerability of VFL in the context of binary classification tasks. To this end, we define a threat model for backdoor attacks in VFL and introduce a universal adversarial backdoor (UAB) attack to poison the predictions of VFL. The UAB attack, consisting of universal trigger generation and clean-label backdoor injection, is incorporated during the VFL training at specific iterations. This is achieved by alternately optimizing the universal trigger and model parameters of VFL sub-problems. Our work distinguishes itself from existing studies on designing backdoor attacks for VFL, as those require the knowledge of auxiliary information not accessible within the split VFL architecture. In contrast, our approach does not necessitate any additional data to execute the attack. On the LendingClub and Zhongyuan datasets, our approach surpasses existing state-of-the-art methods, achieving up to 100\% backdoor task performance while maintaining the main task performance. Our results in this paper make a major advance to revealing the hidden backdoor risks of VFL, hence paving the way for the future development of secure AIoT.
The Download: AI paternalism in health care, and Nigeria's answer to Tesla
Would you trust medical advice generated by artificial intelligence? It's a question raised by yet more headlines this week proclaiming that AI can diagnose a range of diseases. The implication is often that they're better, faster, and cheaper than medical professionals. But many of these technologies have well-known problems. They're trained on limited or biased data, and they often don't work as well for women and people of color as they do for white men.
Pentagon moving to ensure human control so AI doesn't 'make the decision for us'
Naftali Bennett spoke exclusively with Fox News Digital about the benefits of AI and the need to set parameters for its use now. The U.S. military is embracing artificial intelligence as a tool for quickly digesting data and helping leaders make the right decision – and not to make those decisions for the humans in charge, according to two top AI advisors in U.S. Central Command. CENTCOM, which is tasked with safeguarding U.S. national security in the Middle East and Southeast Asia, just hired Dr. Andrew Moore as its first AI advisor. Moore is the former director of Google Cloud AI and former dean of the Carnegie Mellon University School of Computer Science, and he'll be working with Schuyler Moore, CENTCOM's chief technology officer. In an interview with Fox News Digital, they both agreed that while some are imagining AI-driven weapons, the U.S. military aims to keep humans in the decision-making seat, and using AI to assess massive amounts of data that helps the people sitting in those seats.
Focus on the Challenges: Analysis of a User-friendly Data Search Approach with CLIP in the Automotive Domain
Rigoll, Philipp, Petersen, Patrick, Stage, Hanno, Ries, Lennart, Sax, Eric
Handling large amounts of data has become a key for developing automated driving systems. Especially for developing highly automated driving functions, working with images has become increasingly challenging due to the sheer size of the required data. Such data has to satisfy different requirements to be usable in machine learning-based approaches. Thus, engineers need to fully understand their large image data sets for the development and test of machine learning algorithms. However, current approaches lack automatability, are not generic and are limited in their expressiveness. Hence, this paper aims to analyze a state-of-the-art text and image embedding neural network and guides through the application in the automotive domain. This approach enables the search for similar images and the search based on a human understandable text-based description. Our experiments show the automatability and generalizability of our proposed method for handling large data sets in the automotive domain.
IBBT: Informed Batch Belief Trees for Motion Planning Under Uncertainty
Zheng, Dongliang, Tsiotras, Panagiotis
In this work, we propose the Informed Batch Belief Trees (IBBT) algorithm for motion planning under motion and sensing uncertainties. The original stochastic motion planning problem is divided into a deterministic motion planning problem and a graph search problem. We solve the deterministic planning problem using sampling-based methods such as PRM or RRG to construct a graph of nominal trajectories. Then, an informed cost-to-go heuristic for the original problem is computed based on the nominal trajectory graph. Finally, we grow a belief tree by searching over the graph using the proposed heuristic. IBBT interleaves between batch state sampling, nominal trajectory graph construction, heuristic computing, and search over the graph to find belief space motion plans. IBBT is an anytime, incremental algorithm. With an increasing number of batches of samples added to the graph, the algorithm finds motion plans that converge to the optimal one. IBBT is efficient by reusing results between sequential iterations. The belief tree searching is an ordered search guided by an informed heuristic. We test IBBT in different planning environments. Our numerical investigation confirms that IBBT finds non-trivial motion plans and is faster compared with previous similar methods.
Hybrid Deepfake Detection Utilizing MLP and LSTM
Mallet, Jacob, Krueger, Natalie, Vanamala, Mounika, Dave, Rushit
The growing reliance of society on social media for authentic information has done nothing but increase over the past years. This has only raised the potential consequences of the spread of misinformation. One of the growing methods in popularity is to deceive users using a deepfake. A deepfake is an invention that has come with the latest technological advancements, which enables nefarious online users to replace their face with a computer generated, synthetic face of numerous powerful members of society. Deepfake images and videos now provide the means to mimic important political and cultural figures to spread massive amounts of false information. Models that can detect these deepfakes to prevent the spread of misinformation are now of tremendous necessity. In this paper, we propose a new deepfake detection schema utilizing two deep learning algorithms: long short term memory and multilayer perceptron. We evaluate our model using a publicly available dataset named 140k Real and Fake Faces to detect images altered by a deepfake with accuracies achieved as high as 74.7%
Transcending the "Male Code": Implicit Masculine Biases in NLP Contexts
Seaborn, Katie, Chandra, Shruti, Fabre, Thibault
Critical scholarship has elevated the problem of gender bias in data sets used to train virtual assistants (VAs). Most work has focused on explicit biases in language, especially against women, girls, femme-identifying people, and genderqueer folk; implicit associations through word embeddings; and limited models of gender and masculinities, especially toxic masculinities, conflation of sex and gender, and a sex/gender binary framing of the masculine as diametric to the feminine. Yet, we must also interrogate how masculinities are "coded" into language and the assumption of "male" as the linguistic default: implicit masculine biases. To this end, we examined two natural language processing (NLP) data sets. We found that when gendered language was present, so were gender biases and especially masculine biases. Moreover, these biases related in nuanced ways to the NLP context. We offer a new dictionary called AVA that covers ambiguous associations between gendered language and the language of VAs.