Goto

Collaborating Authors

 Industry


A German Court Has Ruled That Google Is Liable for False Statements Generated by AI Overviews

WIRED

The ruling holds that a company that designs, trains, operates, and manages an AI system must assume legal liability for any damages caused by the responses it generates. A local court in Germany has issued a ruling that could reshape the operation of search engines and artificial-intelligence-based chatbots worldwide. The Munich Regional Court preliminarily ruled that Google is liable for a series of false statements generated by its AI Overviews feature, requiring the company to prevent the dissemination of erroneous or inaccurate claims through its search engine. The ruling stems from a case first reported by the Decoder, in which two publishers discovered that Google's AI-generated summaries linked them, in certain searches, to questionable business practices, scams, and subscription-related frauds, without any basis for doing so. Earlier this year, the affected companies sent the tech giant a cease-and-desist letter, according to the report.


Tabula: A Tabular Self-Supervised Foundation Model for Single-Cell Transcriptomics

Neural Information Processing Systems

Foundation models (FMs) have shown great promise in single-cell genomics, yet current approaches, such as scGPT, Geneformer, and scFoundation, rely on centralized training and language modeling objectives that overlook the tabular nature of single-cell data and raise significant privacy concerns. We present TABULA, a foundation model designed for single-cell transcriptomics, which integrates a novel tabular modeling objective and federated learning framework to enable privacy-preserving pretraining across decentralized datasets.


FedRAM: Federated Reweighting and Aggregation for Multi-Task Learning

Neural Information Processing Systems

Federated Multi-Task Learning (FL-MTL) enables clients with heterogeneous data to collaboratively train models capable of handling multiple downstream tasks. However, FL-MTL faces key challenges, including statistical heterogeneity, task interference, and the need to balance local learning with global knowledge sharing. Traditional methods like FedAvg struggle in such settings due to the lack of explicit mechanisms to address these issues. In this paper, we propose FedRAM, a three-step framework that progressively updates two scalar hyperparameters: the task importance weight and the client aggregation coefficient. FedRAM introduces a reference-proxy-agent strategy, where the proxy model serves as an intermediate between the local reference model and the global agent model. This design reduces the need for repeated local training while preserving local performance. Extensive experiments on six real-world FL-MTL benchmarks show that FedRAM improves performance by at least 3$\%$ over the most baseline on both in-domain and out-of-domain tasks, while reducing computational cost by 15$\times$. These results make FedRAM a robust and practical solution for large-scale FL-MTL applications. The code is available at \url{https://github.com/wwffvv/FedRAM}.


Reinforcement Learning with Imperfect Transition Predictions: A Bellman-Jensen Approach

Neural Information Processing Systems

Traditional reinforcement learning (RL) assumes the agents make decisions based on Markov decision processes (MDPs) with one-step transition models. In many real-world applications, such as energy management and stock investment, agents can access multi-step predictions of future states, which provide additional advantages for decision making. However, multi-step predictions are inherently high-dimensional: naively embedding these predictions into an MDP leads to an exponential blow-up in state space and the curse of dimensionality. Moreover, existing RL theory provides few tools to analyze prediction-augmented MDPs, as it typically works on one-step transition kernels and cannot accommodate multi-step predictions with errors or partial action-coverage. We address these challenges with three key innovations: First, we propose the \emph{Bayesian value function} to characterize the optimal prediction-aware policy tractably. Second, we develop a novel \emph{Bellman-Jensen Gap} analysis on the Bayesian value function, which enables characterizing the value of imperfect predictions. Third, we introduce BOLA (Bayesian Offline Learning with Online Adaptation), a two-stage model-based RL algorithm that separates offline Bayesian value learning from lightweight online adaptation to real-time predictions. We prove that BOLA remains sample-efficient even under imperfect predictions.


Why it's nearly impossible to build a robot without China

The Japan Times

Why it's nearly impossible to build a robot without China Building on the country's electric vehicle industry, Chinese companies are making robot parts at a scale and price point others can't match. Japan led the world in robotics for decades. More than 50 years ago, Japanese researchers captured imaginations with the first robot capable of grasping objects and walking on two legs. In 1984, a team in Japan built one that could read sheet music and play the piano. When Honda unveiled its first humanoid in 2000, it seemed to cement the country's lead.


Japan and Canada can do more to accelerate AI adoption, expert says

The Japan Times

Japan and Canada can work more closely together to accelerate the real-world adoption of artificial intelligence, an expert at a Toronto-based, cutting-edge research institute says. "AI will be the technology that will power the future," Cameron Schuler, chief commercialization officer and vice president of industry innovation at the Vector Institute, said in a recent interview. "There are lots of opportunities for Japan and Canada to collaborate," he also said, naming manufacturing, financial services, life sciences and other industries as promising areas of cooperation. In a time of both misinformation and too much information, quality journalism is more crucial than ever. By subscribing, you can help us get the story right.


One PDF editor costs less than a month of Adobe Acrobat -- just 39.99

PCWorld

When you purchase through links in our articles, we may earn a small commission. Adobe Acrobat's monthly fee is easy to resent and hard to justify when you're mostly editing, converting, and signing documents you could handle with something far more affordable. One license covers two devices simultaneously -- use it on your main machine and a secondary one. Updates are included, and access never expires. At $39.99, that's one payment to replace Adobe Acrobat -- a tool most people rent month-to-month for far more.


Bipolar Self-attention for Spiking Transformers

Neural Information Processing Systems

Harnessing the event-driven characteristic, Spiking Neural Networks (SNNs) present a promising avenue toward energy-efficient Transformer architectures. However, existing Spiking Transformers still suffer significant performance gaps compared to their Artificial Neural Network counterparts. Through comprehensive analysis, we attribute this gap to these two factors. First, the binary nature of spike trains limits Spiking Self-attention (SSA)'s capacity to capture negative-negative and positive-negative membrane potential interactions on Querys and Keys. Second, SSA typically omits Softmax functions to avoid energy-intensive multiply-accumulate operations, thereby failing to maintain row-stochasticity constraints on attention scores.


RAM-W600: A Multi-Task Wrist Dataset and Benchmark for Rheumatoid Arthritis

Neural Information Processing Systems

Rheumatoid arthritis (RA) is a common autoimmune disease that has been the focus of research in computer-aided diagnosis (CAD) and disease monitoring. In clinical settings, conventional radiography (CR) is widely used for the screening and evaluation of RA due to its low cost and accessibility. The wrist is a critical region for the diagnosis of RA. However, CAD research in this area remains limited, primarily due to the challenges in acquiring high-quality instance-level annotations.


Neural-Driven Image Editing

Neural Information Processing Systems

Traditional image editing typically relies on manual prompting, making it labor-intensive and inaccessible to individuals with limited motor control or language abilities. Leveraging recent advances in brain-computer interfaces (BCIs) and generative models, we propose LoongX, a hands-free image editing approach driven by multimodal neurophysiological signals. LoongX utilizes state-of-the-art diffusion models trained on a comprehensive dataset of 23,928 image editing pairs, each paired with synchronized electroencephalography (EEG), functional near-infrared spectroscopy (fNIRS), photoplethysmography (PPG), and head motion signals that capture user intent. To effectively address the heterogeneity of these signals, LoongX integrates two key modules.