Goto

Collaborating Authors

 deployment


What to Know About the Growing Concerns Over Conditions on the Long-Deployed USS Abraham Lincoln

TIME - Tech

U.S. Open follow modal Personalized Content Follow this section to personalize your feed and get instant alerts. Follow Go to your personalized feed WHY FOLLOW? Smart Alerts: Get notified about major news as it happens. Follow this tag to personalize your feed and get instant alerts. Follow Go to your personalized feed WHY FOLLOW?


North Korea fumes over upcoming US-South Korea military drills

Al Jazeera

North Korea has denounced major United States-South Korea military drills set to start next week as a provocation that heightens tensions on the Korean Peninsula. The US-Japan-South Korea military cooperation is turning into a nuclear alliance, and North Korea will respond to a new level of threat with a new level of deterrent, a spokesperson for North Korea's Foreign Ministry said on Friday, according to Pyongyang's Korean Central News Agency (KCNA). The drills - named "Ulchi Freedom Shield" - are due to start on August 17 and will last until August 27. They will incorporate exercises to counter drones, GPS disruption, and cyberattacks as the US and its allies adapt to North Korea's evolving capabilities. "The US announced that the forthcoming exercises are quite different from the ones of the past five years and intended to master the ability of fighting a war on the basis of the new aspects of modern warfare," the North Korean Foreign Ministry spokesperson said in the statement.


Royal Statistical Society AI task force says: AI regulation needs statistics

AIHub

Anne Fehres and Luke Conroy AI4Media Humans Do The Heavy Data Lifting Licenced by CC-BY 4.0 The Royal Statistical Society's AI Task Force has issued a critical mandate via a new paper, AI Regulation Needs Statistics, which demands that statistical principles actively shape global AI governance. The publication escalates the core argument of their foundational work, AI is Statistics . This earlier paper argued that AI is fundamentally statistical, meaning effective and ethical deployment is impossible without statistical literacy. You can watch our expert panel discuss the topic here . A major focus of that work was around the challenges of evaluating AIs, given that they are dynamic systems that continue to evolve once they have been deployed in the real world.


CogTwin: A framework for adaptable digital twins

AIHub

CogTwin is a hybrid cognitive architecture framework designed to bring autonomous reasoning and real-time adaptation to digital twin systems. Presented at IJCAI 2025, this work aims to advance the state of digital twin technology by addressing key gaps in autonomy, cognition, and real-time decision-making. Digital twin technology has transformed how complex systems are managed, from smart cities to industrial processes. However, most current digital twins remain fundamentally reactive: they rely on pre-programmed rules and static data-driven models, and therefore struggle when confronted with unforeseen events or evolving conditions. Real-time learning, reasoning, and adaptation - hallmarks of human cognition - are largely absent.


Healthcare benchmarks are only as good as their assumptions

AIHub

In healthcare settings where patients use LLMs as a medical assistant, LLM performance differs between evaluation and deployment. Closing the gap requires making assumptions explicit, testing which assumptions hold, and updating evaluation protocols accordingly. Healthcare LLM benchmarks are one of the main paradigms by which LLMs are evaluated prior to clinical settings. Benchmarks provide a stable goalpost that allow researchers to iterate quickly and measure progress consistently. However, in high-stakes domains like healthcare, that same abstraction becomes a liability.


The Robots Cometh

TIME - Tech

Follow this section to personalize your feed and get instant alerts. Follow Go to your personalized feed WHY FOLLOW? Smart Alerts: Get notified about major news as it happens. Follow this tag to personalize your feed and get instant alerts. Follow Go to your personalized feed WHY FOLLOW? Smart Alerts: Get notified about major news as it happens. Unitree CEO Wang Xingxing was 26 when he founded the company.


Point4bit: Post Training 4-bit Quantization for Point Cloud 3DDetection

Neural Information Processing Systems

Voxel-based 3D object detectors have achieved remarkable performance in point cloud perception, yet their high computational and memory demands pose significant challenges for deployment on resource-constrained edge devices. Posttraining quantization (PTQ) provides a practical means to compress models and accelerate inference; however, existing PTQ methods for point cloud detection are typically limited to INT8 and lack support for lower-bit formats such as INT4, which restricts their deployment potential. In this paper, we present Point4bit, the first general 4-bit PTQ framework tailored for voxel-based 3D object detectors. To tackle challenges in low-bit quantization, we propose two key techniques: (1) Foreground-aware Piecewise Activation Quantization (FA-PAQ), which leverages foreground structural cues to improve the quantization of sparse activations; and (2) Gradient-guided Key Weight Quantization (G-KWQ), which preserves task-critical weights through gradient-based analysis to reduce quantizationinduced degradation. Extensive experiments demonstrate that Point4bit achieves INT4 quantization with minimal accuracy loss with less than 1.5% accuracy drop.


DIsoN: Decentralized Isolation Networks for Out-of-Distribution Detection in Medical Imaging

Neural Information Processing Systems

Safe deployment of machine learning (ML) models in safety-critical domains such as medical imaging requires detecting inputs with characteristics not seen during training, known as out-of-distribution (OOD) detection, to prevent unreliable predictions. Effective OOD detection after deployment could benefit from access to the training data, enabling direct comparison between test samples and the training data distribution to identify differences. State-of-the-art OOD detection methods, however, either discard the training data after deployment or assume that test samples and training data are centrally stored together, an assumption that rarely holds in real-world settings. This is because shipping the training data with the deployed model is usually impossible due to the size of training databases, as well as proprietary or privacy constraints. We introduce the Isolation Network, an OOD detection framework that quantifies the difficulty of separating a target test sample from the training data by solving a binary classification task.


Domain Adaptation Under Wireless Network Constraints: When Does It Become Green?

arXiv.org Machine Learning

The deployment of data-driven models in 6G wireless networks is increasingly challenged by frequent distribution shifts that degrade performance over time. Unsupervised Domain Adaptation (UDA) offers an alternative approach by adapting the trained model to a shifted domain without requiring labels. However, UDA pipelines are often more complex than single-task training due to additional modules and optimization procedures, raising a practical question: do the benefits of adaptation come at a higher energy cost, and how does this trade-off compare to retraining when labeling effort is also considered? In this work, we investigate the energy consumption of UDA and compare it to single task. We further propose a way to determine the minimum number of target domains for which UDA becomes more energy-efficient than retraining, taking into account the labeling cost. Our results aim to clarify when UDA should be preferred over classical train-from-scratch approaches from an energy and labeling-aware perspective.


Adaptive Fission: Post-training Encoding for Low-latency Spike Neural Networks

Neural Information Processing Systems

Spiking Neural Networks (SNNs) often rely on rate coding, where high-precision inference depends on long time-steps, leading to significant latency and energy cost--especially for ANN-to-SNN conversions. To address this, we propose Adaptive Fission, a post-training encoding technique that selectively splits highsensitivity neurons into groups with varying scales and weights. This enables neuron-specific, on-demand precision and threshold allocation while introducing minimal spatial overhead. As a generalized form of population coding, it seamlessly applies to a wide range of pretrained SNN architectures without requiring additional training or fine-tuning. Experiments on neuromorphic hardware demonstrate up to 80% reductions in latency and power consumption without degrading accuracy.