What changed in AI — Page 23

ResearchOfficialarXiv Machine Learning

SechKAN: Kolmogorov-Arnold Networks with Hyperbolic Secant Functions

A new neural network architecture, SechKAN, introduces hyperbolic secant basis functions into Kolmogorov-Arnold Networks (KANs) to provide smooth, localized responses and stable gradients. Experiments show that SechKAN outperforms multilayer perceptrons (MLPs) and other KAN variants with similar parameter counts on tasks such as function fitting, partial differential equation (PDE) problems, and image classification benchmarks, though it runs slightly slower than MLPs.

Why it matters: SechKAN demonstrates a meaningful advance in neural network design by achieving better performance than established architectures on multiple tasks without increasing model size.

ResearchOfficialarXiv Machine Learning

Learnable Novelty Unifies Intelligence Across Fields

A new preprint introduces 'learnable novelty' as a unified, differentiable measure of intelligence that connects data compression, computation, and adaptive behavior. The authors present a closed-form estimator based on a differentiable reservoir computer, showing its effectiveness in complexity classification, unsupervised representation learning, and as an intrinsic reward for reinforcement learning agents. Their results suggest that complexity generation, abstraction, and exploration can all emerge from optimizing this single objective.

Why it matters: This work proposes a single, differentiable objective that could unify approaches to intelligence across multiple fields, potentially simplifying and advancing research in artificial intelligence.

ResearchOfficialarXiv Machine Learning

Systematic Framework for Continual Anomaly Detection Benchmarks in Tabular Domains

Researchers introduce a systematic framework for designing continual anomaly detection (CAD) benchmarks using tabular datasets. The framework addresses the challenge of arbitrary task splits by discovering, filtering, and ordering tasks to better reflect diverse learning dynamics. Using this approach, the authors generate five benchmark scenarios from three large-scale cybersecurity datasets, supporting both single-dataset and multi-dataset CAD settings.

Why it matters: A principled and reproducible methodology for CAD benchmark design is important for evaluating and advancing models that must adapt to changing data distributions, especially in critical domains like cybersecurity.

ResearchOfficialarXiv Information Retrieval

HashViT: Native Hash Learning with Dedicated HASH Token for Efficient Image Retrieval

HashViT presents a Vision Transformer framework that natively learns binary hash codes using a dedicated HASH token, addressing the feature-to-code discrepancy found in post-quantization methods. The HASH token is split into a Hash Register for binary code generation and a Semantic Workspace for continuous semantics, with a refinement adapter enabling progressive improvement across transformer layers. Experiments on three standard benchmarks show that HashViT achieves state-of-the-art or highly competitive image retrieval performance with compact Hamming codes.

Why it matters: By integrating binary code learning directly into the transformer backbone, HashViT could enable more efficient and accurate large-scale image retrieval systems.

ResearchOfficialarXiv Information Retrieval

STATIC: Efficient Constrained Decoding for LLM-Based Generative Retrieval on Accelerators

Researchers present STATIC, a method that transforms prefix trees into sparse matrices to enable efficient constrained decoding for LLM-based generative retrieval on TPUs and GPUs. STATIC achieves up to a 948x speedup over CPU trie implementations and minimal latency overhead when deployed on a large-scale video recommendation platform. The method also demonstrates improved cold-start performance on academic benchmarks.

Why it matters: STATIC enables the first production-scale deployment of strictly constrained generative retrieval, addressing a major efficiency bottleneck for industrial recommender systems that require business logic constraints.

ModelsOfficialarXiv Machine Learning

FedCC: Federated Learning Framework Improves Corpus Callosum Localization in Fetal Ultrasound

A new preprint introduces FedCC, a federated learning framework for localizing the corpus callosum in fetal ultrasound images. FedCC combines a frozen DINOv2 backbone, a lightweight YOLO-based detection head, and LoRA modules to enable parameter-efficient adaptation across multiple clinical sites without sharing patient data. Evaluated on a multi-center dataset, FedCC achieved high accuracy and substantially reduced computational and communication costs compared to traditional approaches.

Why it matters: This work demonstrates a scalable, privacy-preserving AI method that could improve access to accurate fetal neurosonography in resource-limited clinical environments.

ModelsOfficialarXiv Machine Learning

E-SpecFormer: Edge-Efficient Transformer for Real-Time RF Spectrum Monitoring

Researchers have introduced E-SpecFormer, a transformer-based model for end-to-end automatic modulation and covert channel recognition in radio frequency (RF) spectrum monitoring. The model features a novel attention mechanism, LiTAN, which removes Softmax and LayerNorm to reduce computational complexity while improving accuracy. E-SpecFormer is available in four scalable variants, and the smallest variant achieves high accuracy and speed on edge devices, outperforming existing models at lower computational cost.

Why it matters: This work advances efficient and accurate real-time RF spectrum monitoring on resource-constrained IoT devices, expanding the practical capabilities of edge AI.

ResearchOfficialarXiv Machine Learning

Multi-layer MIMO Relay as Deep Physical Neural Networks: Power Amplifiers as Activation Functions

Researchers propose a deep wireless physical neural network (WPNN) architecture where nonlinear activations are implemented using the intrinsic nonlinearities of power amplifiers in a multi-hop MIMO relay network. The system forms an over-the-air, fully connected network trainable end-to-end, with two transceiver designs tailored for different channel state information (CSI) scenarios. Simulations demonstrate accurate over-the-air image classification, showing the potential of leveraging hardware nonlinearity for neural computation.

Why it matters: This work presents a novel method for embedding neural computation directly into analog wireless hardware, which could enable more energy-efficient and lower-latency AI inference at the network edge.

ResearchOfficialarXiv Information Retrieval

M-RAG: Semantic Key-Value Indexing for Retrieval-Augmented Generation

M-RAG proposes a semantic key-value indexing layer for retrieval-augmented generation (RAG) systems, decoupling retrieval keys from generation payloads. This approach allows for more efficient use of context budgets and improved retrieval robustness. Experiments on LongBench QA tasks demonstrate that M-RAG achieves competitive or better accuracy than chunk-based baselines, with higher document coverage and lower retrieval latency.

Why it matters: This work introduces a practical and effective indexing method that addresses inefficiencies in current RAG pipelines, potentially improving the accuracy and efficiency of large language model applications.

ResearchOfficialarXiv Machine Learning

Attention-Only Transformers Nearly Match Full Transformers When Given Extra Depth

A controlled study pretrains attention-only decoder transformers (Simple Attention Networks, SANs) and compares them to standard transformers, matching for parameters, compute, and depth. While removing feed-forward layers initially reduces performance, reallocating the freed parameter budget to increase attention depth nearly closes the performance gap, with only a 0.006 nat (0.27%) difference in loss at matched parameters. The remaining deficit is mainly in parametric recall, with attention-only models performing better on context-grounded tasks and worse on knowledge-dense queries.

Why it matters: This research demonstrates that feed-forward layers are not strictly necessary for transformer performance if attention depth is increased, potentially simplifying model architectures and informing future design choices.

ResearchOfficialarXiv Machine Learning

Compound Sparsity Framework Outperforms Single-Dimensional Compression for LLMs

A new preprint introduces a compound sparsity framework for large language models (LLMs) that combines static parameter pruning (via low-rank approximation and channel pruning) with dynamic token-level layer skipping. Experimental results show that this approach consistently outperforms single-mechanism compression methods at equivalent total sparsity, delaying performance degradation on language understanding tasks and maintaining stronger modeling performance. The study also finds that a near-balanced allocation between parameter and token-level sparsity is most effective under a fixed sparsity budget.

Why it matters: This work demonstrates that integrating multiple compression strategies can significantly improve LLM efficiency, offering a practical route to more compact models with less performance loss.

ResearchOfficialarXiv Machine Learning

One Student, Many Teachers: Multi-Task On-Policy Distillation via Soft-Prompt Privileged Context

A new method for multi-task on-policy self-distillation is proposed, where each teacher model differs from the student only by a learnable soft prompt, keeping the student's core representations unchanged. This approach allows each task to have its own soft-prompt teacher, enabling a single student model to learn from multiple tasks in parallel. Experiments on Qwen3-1.7B-Base and Phi-4-mini-instruct across four tasks show that this method matches or outperforms full fine-tuning while requiring far fewer trainable parameters. The multi-task variant also maintains general capabilities better than sequential fine-tuning, which often leads to performance degradation.

Why it matters: This approach offers a more efficient and scalable way to train large language models on multiple tasks without sacrificing general performance or requiring extensive parameter updates.

Policy & SafetyOfficialarXiv Computers and Society

Reframing AI Loss of Control: What Control Is, How to Have It, How to Lose It

A new preprint establishes a working definition of 'control' in the context of AI, grounding it in the ability to set and achieve goals, and drawing on concepts from cybernetics and control theory. The authors argue that loss of control over AI systems can occur at levels far below superintelligence, and that such risks are already present today. The paper provides a conceptual framework for understanding how control can be maintained or lost in relation to AI behavior.

Why it matters: This work offers a rigorous conceptual foundation for understanding and addressing AI loss of control, clarifying that such risks are not limited to hypothetical future superintelligent systems.

ResearchOfficialarXiv Computer Vision

Bounding Boxes Improve Small Language Model Performance in Grading Handwritten Exams

A new study demonstrates that cropping student responses with bounding boxes significantly enhances both the accuracy and computational efficiency of small language models (SLMs) on vision-based grading tasks. Evaluated on scanned handwritten answers from the 2025 Australian Physics Olympiad, SLMs ranging from 4B to 72B parameters showed improved grading performance and reduced computational cost when this preprocessing step was applied. The method addresses challenges posed by visual distractions and large image sizes in automated exam grading.

Why it matters: This approach could make automated grading with SLMs more practical and scalable for educational assessments involving handwritten responses.

ResearchOfficialarXiv Audio and Speech Processing

DCASE 2026 Task 5 Launches Audio-Dependent Question Answering Benchmark

DCASE 2026 Task 5 introduces Audio-Dependent Question Answering (ADQA), a new benchmark designed to evaluate whether large audio-language models answer questions based on audio content rather than relying on textual priors. The ADQA-Bench evaluation set contains 3,000 items across music, speech, and environmental audio, filtered to remove questions solvable from text alone. In its inaugural run, the top system achieved 58.33% accuracy, with evaluation accuracy dropping by an average of 11.91 percentage points compared to development scores.

Why it matters: This benchmark provides a more rigorous and targeted evaluation of audio-language models by ensuring that performance reflects genuine audio understanding rather than exploitation of textual shortcuts.

ResearchOfficialarXiv Computer Vision

Dual Adversarial Fine-tuning Improves Robustness of Large Vision-Language Models Across Tasks

A new dual adversarial fine-tuning framework has been proposed to enhance the robustness of large vision-language models (LVLMs) against adversarial attacks. By jointly optimizing visual and semantic supervision signals, the method generalizes across multiple tasks—including zero-shot classification, image captioning, and visual question answering—without requiring task-specific retraining. Experimental results indicate that this approach outperforms existing state-of-the-art defense methods in adversarial robustness evaluations.

Why it matters: This work offers a generalizable defense mechanism that addresses the vulnerability of LVLMs to adversarial attacks across diverse multimodal tasks.

ResearchOfficialarXiv Information Retrieval

Taobao Search Generative Retrieval (TSGR) Aligns E-Commerce Search with Business Objectives

Researchers propose TSGR, a generative retrieval framework for e-commerce search that incorporates business value awareness into both item representation and candidate ranking. TSGR introduces query-aware parallel SIDs and a value-aware ranking module, resulting in a 9.16% improvement in HR@1000 in offline experiments. Online A/B tests on Taobao show increases of +0.43% in item page views (IPV), +1.12% in transaction count, and +1.64% in gross merchandise value (GMV).

Why it matters: This work demonstrates a practical advance in aligning retrieval models with business goals, leading to measurable improvements in key e-commerce metrics.

ResearchOfficialarXiv Information Retrieval

Topology-Aware Tokenization (TopoTok) Improves Generative Recommendation Accuracy

A new preprint introduces TopoTok, a tokenization framework designed to preserve item relational structure during quantization in generative recommendation systems. By employing a multi-level distillation approach—addressing global, local, and item-level relationships—TopoTok reduces topology distortion that can hinder recommendation accuracy. Experiments on three benchmark datasets show that TopoTok outperforms existing tokenizers, with improvements of up to 9.42% in Recall@5.

Why it matters: This work offers a notable advance in generative recommendation by addressing topology distortion, a key limitation in current tokenization methods, and demonstrates substantial accuracy gains.

ResearchOfficialarXiv Computers and Society

Global Automation Atlas: LLM-Based Study Maps Automation Exposure Across 124 Economies

A new study used a large language model to classify 18,797 work tasks across 124 economies, mapping the share of tasks exposed to automation. The findings show that automation exposure ranges from 3.3% to 61.6% of tasks, with higher-income economies experiencing more labor-augmenting and physical execution automation, while lower-income economies face more rule-based, labor-substituting automation. The research also finds that women are disproportionately employed in occupations with higher substitution-facing exposure. The study highlights how country-level conditions shape automation risk beyond just employment structure.

Why it matters: This research offers a detailed, global perspective on how automation risk varies by country and economic development, with important implications for workforce policy and gender equity.

ResearchOfficialarXiv Information Retrieval

RAGAL: Fully Local Retrieval-Augmented Assistant for Government Technical Support Achieves 81% Accuracy on Sensitive Data

Researchers developed RAGAL, a retrieval-augmented assistant deployed for the Romanian Agency for Financing Rural Investments (AFIR) under strict constraints: zero data egress, a read-only mandate, and operation on a single 8 GB laptop. By combining hybrid dense-sparse retrieval with intent routing, internal evaluation accuracy improved from 62% to 81%. Fine-tuning the bge-m3 embedder on real support ticket data further increased recall@10 from 0.663 to 0.850 after 72 minutes of training.

Why it matters: This work demonstrates a practical and reproducible approach for building effective AI assistants in sensitive government environments where cloud-based solutions are not permitted.