Goto

Collaborating Authors

 Government


Military metaverse like a 'multiplayer video game' that will train soldiers using augmented reality and AI

FOX News

A collective digital combat space where soldiers can interact in real-time using augmented reality will shift the way the U.S. military trains. A video game-like training simulator for Air Force pilots will give them a major advantage in real-life combat campaigns, a former F-22 pilot told Fox News. The military metaverse is a virtual space where soldiers interact and train with their comrades using artificial intelligence and augmented reality, which overlays digital content on the real world, former U.S. Air Force pilot Dan Robinson said. His company, Red 6, builds augmented reality training tech and can simulate campaign-length combat in digital displays that pilots see while flying their aircraft. WHAT IS ARTIFICIAL INTELLIGENCE (AI)?


Alexa, why are you spreading lies about the 2020 election?

Washington Post - Technology News

There is limited information on how voice assistants may spread misinformation, yet some researchers argue they could be particularly effective vectors for falsehoods. Users have "higher trust" in the assistants due to their humanlike characteristics, according to a paper written by researchers at King's College London. Customers may also think the information they're getting is coming directly from the tech companies, rather than a third-party provider, making it seem more reliable, according to the paper.


Talks for AI, data-sharing with China hand Beijing potentially vital tool for control, experts warn

FOX News

The demo explains how AI is used in the app and its features. Cross-border data flow will play a vital role in shaping the international artificial intelligence landscape, but fear of balkanized technology shouldn't blind Western countries to China's long-standing ambitions and approach, experts argued. "No one wants a balkanized world, and China doesn't, either," Nate Picarsic, senior fellows focusing on China policy at the Foundation for Defense of Democracies (FDD), told Fox News Digital. "But we shouldn't be leaving them in the driver's seat and defining the terms of all of these new realms just in defense of the global system." "We have to be clear eyed about what they're trying to do, defend our interests, have teeth and guardrails to make sure that they're playing by the rules… otherwise, we end up in an AI and data environment that is defined by Chinese norms and standards, because that's what their ambition is," he added.


Language Models Can Improve Event Prediction by Few-Shot Abductive Reasoning

arXiv.org Artificial Intelligence

Large language models have shown astonishing performance on a wide range of reasoning tasks. In this paper, we investigate whether they could reason about real-world events and help improve the prediction performance of event sequence models. We design LAMP, a framework that integrates a large language model in event prediction. Particularly, the language model performs abductive reasoning to assist an event sequence model: the event model proposes predictions on future events given the past; instructed by a few expert-annotated demonstrations, the language model learns to suggest possible causes for each proposal; a search module finds out the previous events that match the causes; a scoring function learns to examine whether the retrieved events could actually cause the proposal. Through extensive experiments on several challenging real-world datasets, we demonstrate that our framework -- thanks to the reasoning capabilities of large language models -- could significantly outperform the state-of-the-art event sequence models.


Current Trends and Advances in Quantum Navigation for Maritime Applications: A Comprehensive Review

arXiv.org Artificial Intelligence

This paper presents a comprehensive review of the current state of the art in quantum navigation systems, with a specific focus on their application in maritime navigation. Quantum technologies have the potential to revolutionise navigation and positioning systems due to their ability to provide highly accurate and secure information. The review covers the principles of quantum navigation and highlights the latest developments in quantum-enhanced sensors, atomic clocks, and quantum communication protocols. The paper also discusses the challenges and opportunities of using quantum technologies in maritime navigation, including the effects that the maritime environment and the specificity of marine applications can have on the performance of quantum sensors. Finally, the paper concludes with a discussion on the future of quantum navigation systems and their potential impact on the maritime industry. This review aims at providing a valuable resource for researchers and engineers interested in the development and deployment of quantum navigation systems.


CANShield: Deep Learning-Based Intrusion Detection Framework for Controller Area Networks at the Signal-Level

arXiv.org Artificial Intelligence

Modern vehicles rely on a fleet of electronic control units (ECUs) connected through controller area network (CAN) buses for critical vehicular control. With the expansion of advanced connectivity features in automobiles and the elevated risks of internal system exposure, the CAN bus is increasingly prone to intrusions and injection attacks. As ordinary injection attacks disrupt the typical timing properties of the CAN data stream, rule-based intrusion detection systems (IDS) can easily detect them. However, advanced attackers can inject false data to the signal/semantic level, while looking innocuous by the pattern/frequency of the CAN messages. The rule-based IDS, as well as the anomaly-based IDS, are built merely on the sequence of CAN messages IDs or just the binary payload data and are less effective in detecting such attacks. Therefore, to detect such intelligent attacks, we propose CANShield, a deep learning-based signal-level intrusion detection framework for the CAN bus. CANShield consists of three modules: a data preprocessing module that handles the high-dimensional CAN data stream at the signal level and parses them into time series suitable for a deep learning model; a data analyzer module consisting of multiple deep autoencoder (AE) networks, each analyzing the time-series data from a different temporal scale and granularity, and finally an attack detection module that uses an ensemble method to make the final decision. Evaluation results on two high-fidelity signal-based CAN attack datasets show the high accuracy and responsiveness of CANShield in detecting advanced intrusion attacks.


Zero-Resource Hallucination Prevention for Large Language Models

arXiv.org Artificial Intelligence

The prevalent use of large language models (LLMs) in various domains has drawn attention to the issue of "hallucination," which refers to instances where LLMs generate factually inaccurate or ungrounded information. Existing techniques for hallucination detection in language assistants rely on intricate fuzzy, specific free-language-based chain of thought (CoT) techniques or parameter-based methods that suffer from interpretability issues. Additionally, the methods that identify hallucinations post-generation could not prevent their occurrence and suffer from inconsistent performance due to the influence of the instruction format and model style. In this paper, we introduce a novel pre-detection self-evaluation technique, referred to as SELF-FAMILIARITY, which focuses on evaluating the model's familiarity with the concepts present in the input instruction and withholding the generation of response in case of unfamiliar concepts. This approach emulates the human ability to refrain from responding to unfamiliar topics, thus reducing hallucinations. We validate SELF-FAMILIARITY across four different large language models, demonstrating consistently superior performance compared to existing techniques. Our findings propose a significant shift towards preemptive strategies for hallucination mitigation in LLM assistants, promising improvements in reliability, applicability, and interpretability.


GPT-NER: Named Entity Recognition via Large Language Models

arXiv.org Artificial Intelligence

Despite the fact that large-scale Language Models (LLM) have achieved SOTA performances on a variety of NLP tasks, its performance on NER is still significantly below supervised baselines. This is due to the gap between the two tasks the NER and LLMs: the former is a sequence labeling task in nature while the latter is a text-generation model. In this paper, we propose GPT-NER to resolve this issue. GPT-NER bridges the gap by transforming the sequence labeling task to a generation task that can be easily adapted by LLMs e.g., the task of finding location entities in the input text "Columbus is a city" is transformed to generate the text sequence "@@Columbus## is a city", where special tokens @@## marks the entity to extract. To efficiently address the "hallucination" issue of LLMs, where LLMs have a strong inclination to over-confidently label NULL inputs as entities, we propose a self-verification strategy by prompting LLMs to ask itself whether the extracted entities belong to a labeled entity tag. We conduct experiments on five widely adopted NER datasets, and GPT-NER achieves comparable performances to fully supervised baselines, which is the first time as far as we are concerned. More importantly, we find that GPT-NER exhibits a greater ability in the low-resource and few-shot setups, when the amount of training data is extremely scarce, GPT-NER performs significantly better than supervised models. This demonstrates the capabilities of GPT-NER in real-world NER applications where the number of labeled examples is limited.


k-Mixup Regularization for Deep Learning via Optimal Transport

arXiv.org Artificial Intelligence

Mixup is a popular regularization technique for training deep neural networks that improves generalization and increases robustness to certain distribution shifts. It perturbs input training data in the direction of other randomly-chosen instances in the training set. To better leverage the structure of the data, we extend mixup in a simple, broadly applicable way to \emph{$k$-mixup}, which perturbs $k$-batches of training points in the direction of other $k$-batches. The perturbation is done with displacement interpolation, i.e. interpolation under the Wasserstein metric. We demonstrate theoretically and in simulations that $k$-mixup preserves cluster and manifold structures, and we extend theory studying the efficacy of standard mixup to the $k$-mixup case. Our empirical results show that training with $k$-mixup further improves generalization and robustness across several network architectures and benchmark datasets of differing modalities. For the wide variety of real datasets considered, the performance gains of $k$-mixup over standard mixup are similar to or larger than the gains of mixup itself over standard ERM after hyperparameter optimization. In several instances, in fact, $k$-mixup achieves gains in settings where standard mixup has negligible to zero improvement over ERM.


Speaker candidates make their case to a fractured House GOP ahead of next week's vote

FOX News

Problem Solvers Caucus co-chair Rep. Brian Fitzpatrick explains Republicans' frustration with Democratic colleagues for refusing to help the party'buy some time' to come to an agreement to secure McCarthy's speakership. The likely candidates for House speaker are crisscrossing their way across the GOP conference Friday to make their case for the top job. Majority Leader Steve Scalise, R-La., Judiciary Chair Jim Jordan, R-Ohio, and Republican Study Committee Chair Kevin Hern, R-Okla., are pitching themselves to lead the House of Representatives, which is run by a highly fractured House GOP majority. Scalise made his case to the pragmatic and business-minded Main Street Caucus late Friday morning, Fox News Digital was told. Majority Leader Steve Scalise, left, and Judiciary Chair Jim Jordan, center, are running for House Speaker.