Goto

Collaborating Authors

 Government


The rise of the Terminators? AI robots claim they could run Earth better than 'clouded' humans

Daily Mail - Science & tech

Developed by Hanson Robotics, this robot is an AI popstar leading the Jam Galaxy Band. According to the ITU, Desdemona is'on a mission to share her belief that the world can be changed for the better through the power of AI in the creative arts'. This robot is the world's first ultra-realistic robot artist. Not only can Ai-Da draw and paint, but she is also able to create sculptures. Ai-Da creates art using her robotic arm, relying on the cameras in her eyes and AI algorithms.


Ukraine's NATO status focus of summit, GOP unveils new national voting law and more top headlines

FOX News

PATH OF PEACE โ€“ Biden says NATO membership for Ukraine off the table while war is raging as Zelenskyy makes last-minute bid. 'RATIONAL APPROACH' โ€“ Republicans unveil new national voting law, issue stark warning on deception by Democrats. 'WHISTLEBLOWER' CHARGED โ€“ DOJ indicts missing man who claims to have information on Biden family's China ties. PLAY BALL! - Baseball fans gather in Seattle ahead of the MLB All-Star Game tonight, which is expected to garner protests from activists. WHO IS DAVID WEISS? - Hunter Biden's prosecutor comes under microscope after controversial plea deal.


Competing Views of the ChatGPT Revolution: "Artificial Intelligence Will Destroy Truth"

Der Spiegel International

Oren Etzioni is an AI researcher, while his father Amitai Etzioni was one of the most important intellectual voices in the U.S. prior to his recent passing. In Amitai Etzioni's final interview, he and his son discuss the dangers of artificial intelligence.


Air Force showcases how artificial intelligence will help military dominate airspace

FOX News

Fox News' Greg Palkot provides updates on the Ukrainian military's use of remote controlled drones to advance the counteroffensive. Artificial intelligence working to help protect national security is "here to stay," and the U.S. Air Force is already showcasing how AI can dominate airspace. "We need to recognize that AI is here. It's a powerful tool," Air Force Col. Tucker "Cinco" Hamilton said in a video published by the Air Force Research Laboratory. The AFRL, which is headquartered in Ohio, detailed plans this month on how autonomous drones will act like wingmen to pilots in the future, including training artificial intelligence on the Kratos XQ-58 Valkyrie experimental drone.


Portfolio Optimization: A Comparative Study

arXiv.org Artificial Intelligence

Portfolio optimization has been an area that has attracted considerable attention from the financial research community. Designing a profitable portfolio is a challenging task involving precise forecasting of future stock returns and risks. This chapter presents a comparative study of three portfolio design approaches, the mean-variance portfolio (MVP), hierarchical risk parity (HRP)-based portfolio, and autoencoder-based portfolio. These three approaches to portfolio design are applied to the historical prices of stocks chosen from ten thematic sectors listed on the National Stock Exchange (NSE) of India. The portfolios are designed using the stock price data from January 1, 2018, to December 31, 2021, and their performances are tested on the out-of-sample data from January 1, 2022, to December 31, 2022. Extensive results are analyzed on the performance of the portfolios. It is observed that the performance of the MVP portfolio is the best on the out-of-sample data for the risk-adjusted returns. However, the autoencoder portfolios outperformed their counterparts on annual returns.


An Open-Source Knowledge Graph Ecosystem for the Life Sciences

arXiv.org Artificial Intelligence

Translational research requires data at multiple scales of biological organization. Advancements in sequencing and multi-omics technologies have increased the availability of these data but researchers face significant integration challenges. Knowledge graphs (KGs) are used to model complex phenomena, and methods exist to automatically construct them. However, tackling complex biomedical integration problems requires flexibility in the way knowledge is modeled. Moreover, existing KG construction methods provide robust tooling at the cost of fixed or limited choices among knowledge representation models. PheKnowLator (Phenotype Knowledge Translator) is a semantic ecosystem for automating the FAIR (Findable, Accessible, Interoperable, and Reusable) construction of ontologically grounded KGs with fully customizable knowledge representation. The ecosystem includes KG construction resources (e.g., data preparation APIs), analysis tools (e.g., SPARQL endpoints and abstraction algorithms), and benchmarks (e.g., prebuilt KGs and embeddings). We evaluate the ecosystem by surveying open-source KG construction methods and analyzing its computational performance when constructing 12 large-scale KGs. With flexible knowledge representation, PheKnowLator enables fully customizable KGs without compromising performance or usability.


Has China caught up to the US in AI research? An exploration of mimetic isomorphism as a model for late industrializers

arXiv.org Artificial Intelligence

Artificial Intelligence (AI), a cornerstone of 21st-century technology, has seen remarkable growth in China. In this paper, we examine China's AI development process, demonstrating that it is characterized by rapid learning and differentiation, surpassing the export-oriented growth propelled by Foreign Direct Investment seen in earlier Asian industrializers. Our data indicates that China currently leads the USA in the volume of AI-related research papers. However, when we delve into the quality of these papers based on specific metrics, the USA retains a slight edge. Nevertheless, the pace and scale of China's AI development remain noteworthy. We attribute China's accelerated AI progress to several factors, including global trends favoring open access to algorithms and research papers, contributions from China's broad diaspora and returnees, and relatively lax data protection policies. In the vein of our research, we have developed a novel measure for gauging China's imitation of US research. Our analysis shows that by 2018, the time lag between China and the USA in addressing AI research topics had evaporated. This finding suggests that China has effectively bridged a significant knowledge gap and could potentially be setting out on an independent research trajectory. While this study compares China and the USA exclusively, it's important to note that research collaborations between these two nations have resulted in more highly cited work than those produced by either country independently. This underscores the power of international cooperation in driving scientific progress in AI.


AnuraSet: A dataset for benchmarking Neotropical anuran calls identification in passive acoustic monitoring

arXiv.org Artificial Intelligence

Global change is predicted to induce shifts in anuran acoustic behavior, which can be studied through passive acoustic monitoring (PAM). Understanding changes in calling behavior requires the identification of anuran species, which is challenging due to the particular characteristics of neotropical soundscapes. In this paper, we introduce a large-scale multi-species dataset of anuran amphibians calls recorded by PAM, that comprises 27 hours of expert annotations for 42 different species from two Brazilian biomes. We provide open access to the dataset, including the raw recordings, experimental setup code, and a benchmark with a baseline model of the fine-grained categorization problem. Additionally, we highlight the challenges of the dataset to encourage machine learning researchers to solve the problem of anuran call identification towards conservation policy.


Scaling Distributed Multi-task Reinforcement Learning with Experience Sharing

arXiv.org Artificial Intelligence

Recently, DARPA launched the ShELL program, which aims to explore how experience sharing can benefit distributed lifelong learning agents in adapting to new challenges. In this paper, we address this issue by conducting both theoretical and empirical research on distributed multi-task reinforcement learning (RL), where a group of $N$ agents collaboratively solves $M$ tasks without prior knowledge of their identities. We approach the problem by formulating it as linearly parameterized contextual Markov decision processes (MDPs), where each task is represented by a context that specifies the transition dynamics and rewards. To tackle this problem, we propose an algorithm called DistMT-LSVI. First, the agents identify the tasks, and then they exchange information through a central server to derive $\epsilon$-optimal policies for the tasks. Our research demonstrates that to achieve $\epsilon$-optimal policies for all $M$ tasks, a single agent using DistMT-LSVI needs to run a total number of episodes that is at most $\tilde{\mathcal{O}}({d^3H^6(\epsilon^{-2}+c_{\rm sep}^{-2})}\cdot M/N)$, where $c_{\rm sep}>0$ is a constant representing task separability, $H$ is the horizon of each episode, and $d$ is the feature dimension of the dynamics and rewards. Notably, DistMT-LSVI improves the sample complexity of non-distributed settings by a factor of $1/N$, as each agent independently learns $\epsilon$-optimal policies for all $M$ tasks using $\tilde{\mathcal{O}}(d^3H^6M\epsilon^{-2})$ episodes. Additionally, we provide numerical experiments conducted on OpenAI Gym Atari environments that validate our theoretical findings.


Machine Learning Study of the Extended Drug-target Interaction Network informed by Pain Related Voltage-Gated Sodium Channels

arXiv.org Artificial Intelligence

Pain is a significant global health issue, and the current treatment options for pain management have limitations in terms of effectiveness, side effects, and potential for addiction. There is a pressing need for improved pain treatments and the development of new drugs. Voltage-gated sodium channels, particularly Nav1.3, Nav1.7, Nav1.8, and Nav1.9, play a crucial role in neuronal excitability and are predominantly expressed in the peripheral nervous system. Targeting these channels may provide a means to treat pain while minimizing central and cardiac adverse effects. In this study, we construct protein-protein interaction (PPI) networks based on pain-related sodium channels and develop a corresponding drug-target interaction (DTI) network to identify potential lead compounds for pain management. To ensure reliable machine learning predictions, we carefully select 111 inhibitor datasets from a pool of over 1,000 targets in the PPI network. We employ three distinct machine learning algorithms combined with advanced natural language processing (NLP)-based embeddings, specifically pre-trained transformer and autoencoder representations. Through a systematic screening process, we evaluate the side effects and repurposing potential of over 150,000 drug candidates targeting Nav1.7 and Nav1.8 sodium channels. Additionally, we assess the ADMET (absorption, distribution, metabolism, excretion, and toxicity) properties of these candidates to identify leads with near-optimal characteristics. Our strategy provides an innovative platform for the pharmacological development of pain treatments, offering the potential for improved efficacy and reduced side effects.