Government
Biden leads US tech executives in talks with business leaders in Vietnam
Executives of top tech firms, including Google and Intel, have met with business leaders in Vietnam as part of United States President Joe Biden's landmark visit to the Southeast Asian country. Tech leaders joined Biden and US Secretary of State Antony Blinken on Monday for an "innovation and investment summit" attended by Vietnamese firms, including electric car maker VinFast, internet company VNG and digital wallet provider Momo. Washington and Hanoi are seeking to deepen their cooperation amid shared concerns about China's rising power and influence. The US views Vietnam as a key plank of its plans to reduce its reliance on China for strategic resources, such as semiconductors and rare earth minerals. Vietnam has territorial disputes with Beijing in the South China Sea.
'I log into a torture chamber each day': the strain of moderating social media
'I had to watch every frame of a recent stabbing video โฆ It will never leave me," says Harun*, one of many moderators reviewing harmful online content in India, as social media companies increasingly move the challenging work offshore. Moderators working in Hyderabad, a major IT hub in south Asia, have spoken of the strain on their mental health of reviewing images and videos of sexual and violent content, sometimes including trafficked children. Many social media platforms in the UK, European Union and US have moved the work to countries such as India and the Philippines. While OpenAI, creator of ChatGPT, has said artificial intelligence could be used to speed up content moderation, it is not expected to end the need for the thousands of human moderators employed by social media platforms. Content moderators in Hyderabad say the work has left them emotionally distressed, depressed and struggling to sleep. "I had to watch every frame of a recent stabbing video of a girl.
Can the UK's new ARIA science agency deliver 'moonshot' technologies?
The UK's Advanced Research and Invention Agency (ARIA) has chosen eight scientists who will each be given up to ยฃ50 million to allocate as they see fit, in the hopes that a high-risk, high-reward approach to research funding will deliver results that benefit UK society and fuel economic growth. ARIA is the brainchild of Dominic Cummings, an adviser to former UK prime minister Boris Johnson who has long wanted to shake up UK science funding. "A small group of people can make a huge breakthrough with little money but the right structure, the right ways of thinking," Cummings wrote in 2017. He was inspired by the US's Advanced Research Projects Agency (ARPA), which spurred computer science as a discipline and created a forerunner of the internet in the 1960s and 1970s. It did this, in the words of one of its leading scientists, by having "visions rather than goals" and because it "funded people, not projects".
Adversarial Attacks Assessment of Salient Object Detection via Symbolic Learning
Olague, Gustavo, Pineda, Roberto, Ibarra-Vazquez, Gerardo, Olague, Matthieu, Martinez, Axel, Bakshi, Sambit, Vargas, Jonathan, Reducindo, Isnardo
Machine learning is at the center of mainstream technology and outperforms classical approaches to handcrafted feature design. Aside from its learning process for artificial feature extraction, it has an end-to-end paradigm from input to output, reaching outstandingly accurate results. However, security concerns about its robustness to malicious and imperceptible perturbations have drawn attention since its prediction can be changed entirely. Salient object detection is a research area where deep convolutional neural networks have proven effective but whose trustworthiness represents a significant issue requiring analysis and solutions to hackers' attacks. Brain programming is a kind of symbolic learning in the vein of good old-fashioned artificial intelligence. This work provides evidence that symbolic learning robustness is crucial in designing reliable visual attention systems since it can withstand even the most intense perturbations. We test this evolutionary computation methodology against several adversarial attacks and noise perturbations using standard databases and a real-world problem of a shorebird called the Snowy Plover portraying a visual attention task. We compare our methodology with five different deep learning approaches, proving that they do not match the symbolic paradigm regarding robustness. All neural networks suffer significant performance losses, while brain programming stands its ground and remains unaffected. Also, by studying the Snowy Plover, we remark on the importance of security in surveillance activities regarding wildlife protection and conservation.
Learning to Optimize Quasi-Newton Methods
Liao, Isaac, Dangovski, Rumen R., Foerster, Jakob N., Soljaฤiฤ, Marin
Fast gradient-based optimization algorithms have become increasingly essential for the computationally efficient training of machine learning models. One technique is to multiply the gradient by a preconditioner matrix to produce a step, but it is unclear what the best preconditioner matrix is. This paper introduces a novel machine learning optimizer called LODO, which tries to online meta-learn the best preconditioner during optimization. Specifically, our optimizer merges Learning to Optimize (L2O) techniques with quasi-Newton methods to learn preconditioners parameterized as neural networks; they are more flexible than preconditioners in other quasi-Newton methods. Unlike other L2O methods, LODO does not require any meta-training on a training task distribution, and instead learns to optimize on the fly while optimizing on the test task, adapting to the local characteristics of the loss landscape while traversing it. Theoretically, we show that our optimizer approximates the inverse Hessian in noisy loss landscapes and is capable of representing a wide range of inverse Hessians. We experimentally verify that our algorithm can optimize in noisy settings, and show that simpler alternatives for representing the inverse Hessians worsen performance. Lastly, we use our optimizer to train a semi-realistic deep neural network with 95k parameters at speeds comparable to those of standard neural network optimizers.
Efficient Network Representation for GNN-based Intrusion Detection
Friji, Hamdi, Olivereau, Alexis, Sarkiss, Mireille
The last decades have seen a growth in the number of cyber-attacks with severe economic and privacy damages, which reveals the need for network intrusion detection approaches to assist in preventing cyber-attacks and reducing their risks. In this work, we propose a novel network representation as a graph of flows that aims to provide relevant topological information for the intrusion detection task, such as malicious behavior patterns, the relation between phases of multi-step attacks, and the relation between spoofed and pre-spoofed attackers activities. In addition, we present a Graph Neural Network (GNN) based framework responsible for exploiting the proposed graph structure to classify communication flows by assigning them a maliciousness score. The framework comprises three main steps that aim to embed nodes features and learn relevant attack patterns from the network representation. Finally, we highlight a potential data leakage issue with classical evaluation procedures and suggest a solution to ensure a reliable validation of intrusion detection systems performance. We implement the proposed framework and prove that exploiting the flow-based graph structure outperforms the classical machine learning-based and the previous GNN-based solutions.
Desenvolvimento de modelo para predi\c{c}\~ao de cota\c{c}\~oes de a\c{c}\~ao baseada em an\'alise de sentimentos de tweets
Akita, Mario Mitsuo, da Silva, Everton Josue
Training machine learning models for predicting stock market share prices is an active area of research since the automatization of trading such papers was available in real time. While most of the work in this field of research is done by training Neural networks based on past prices of stock shares, in this work, we use iFeel 2.0 platform to extract 19 sentiment features from posts obtained from microblog platform Twitter that mention the company Petrobras. Then, we used those features to train XBoot models to predict future stock prices for the referred company. Later, we simulated the trading of Petrobras' shares based on the model's outputs and determined the gain of R$88,82 (net) in a 250-day period when compared to a 100 random models' average performance.
Strategic Behavior of Large Language Models: Game Structure vs. Contextual Framing
This paper investigates the strategic decision-making capabilities of three Large Language Models (LLMs): GPT-3.5, GPT-4, and LLaMa-2, within the framework of game theory. Utilizing four canonical two-player games -- Prisoner's Dilemma, Stag Hunt, Snowdrift, and Prisoner's Delight -- we explore how these models navigate social dilemmas, situations where players can either cooperate for a collective benefit or defect for individual gain. Crucially, we extend our analysis to examine the role of contextual framing, such as diplomatic relations or casual friendships, in shaping the models' decisions. Our findings reveal a complex landscape: while GPT-3.5 is highly sensitive to contextual framing, it shows limited ability to engage in abstract strategic reasoning. Both GPT-4 and LLaMa-2 adjust their strategies based on game structure and context, but LLaMa-2 exhibits a more nuanced understanding of the games' underlying mechanics. These results highlight the current limitations and varied proficiencies of LLMs in strategic decision-making, cautioning against their unqualified use in tasks requiring complex strategic reasoning.
Generalized Attacks on Face Verification Systems
Nazari, Ehsan, Branco, Paula, Jourdan, Guy-Vincent
Face verification (FV) using deep neural network models has made tremendous progress in recent years, surpassing human accuracy and seeing deployment in various applications such as border control and smartphone unlocking. However, FV systems are vulnerable to Adversarial Attacks, which manipulate input images to deceive these systems in ways usually unnoticeable to humans. This paper provides an in-depth study of attacks on FV systems. We introduce the DodgePersonation Attack that formulates the creation of face images that impersonate a set of given identities while avoiding being identified as any of the identities in a separate, disjoint set. A taxonomy is proposed to provide a unified view of different types of Adversarial Attacks against FV systems, including Dodging Attacks, Impersonation Attacks, and Master Face Attacks. Finally, we propose the ''One Face to Rule Them All'' Attack which implements the DodgePersonation Attack with state-of-the-art performance on a well-known scenario (Master Face Attack) and which can also be used for the new scenarios introduced in this paper. While the state-of-the-art Master Face Attack can produce a set of 9 images to cover 43.82% of the identities in their test database, with 9 images our attack can cover 57.27% to 58.5% of these identifies while giving the attacker the choice of the identity to use to create the impersonation. Moreover, the 9 generated attack images appear identical to a casual observer.