AI-generated summaries

Today's ML research,
without the noise.

Daily summaries of the latest machine learning papers from arXiv, processed every 8 hours.

53 Papers today
8h Update frequency
7 Days of history
Grounding Investor Views: Neural Predicates in the Black-Litterman Model
Marcos Florencio
Optimization Theory Interpretability
  • Introduces neural predicates as a structured mechanism for generating investor views in the Black-Litterman model.
  • Establishes a formal mapping from neural predicate outputs to Black-Litterman components (P, q, Ω).
  • Replaces subjective uncertainty elicitation with a data-driven, entropy-based measure of uncertainty.
  • Enhances interpretability by allowing portfolio weights to be traced back to the underlying data.
Read more
Graph Learning on Ensembles of Cyclic Peptides: An Investigation of Molecular Ensemble Modeling
Aaron Feller, Kris Deibler, Maxim Secor
Graph Learning
  • EnsembleEGNN encodes multiple conformers into a single embedding, capturing molecular flexibility.
  • Pretraining on a multi-task self-supervised objective significantly enhances model performance.
  • The model outperforms traditional sequence-only approaches in predicting molecular properties.
  • Co-training with a BERT sequence encoder further improves predictive accuracy.
Read more
Multi-Task Learning for Heterogeneous Prediction from Video Game State with Transfer Learning
Jonas Peché, Aliaksei Tsishurou, Alexander Zap, Günter Wallner
Multimodal
  • MTL can improve performance on video game state predictions compared to single-task learning.
  • Effective weighting strategies are crucial for balancing mixed losses and conflicting gradients in MTL.
  • Source-task pre-training enhances target-task fine-tuning, especially in limited data scenarios.
  • Cross-map transfer demonstrates the utility of shared representations in varying game environments.
Read more
Codec-Gauge: Learning Compression-Friendly Gauges for Transformer KV Caches
Yitao Jiang, Yaoqing Yang, Luyang Zhao, Muhao Chen, Devin Balkcom
NLP Large Language Models Efficient ML
  • Codec-Gauge learns compression-friendly gauges for KV caches in Transformers.
  • The method reduces KL divergence by an average of 44.0% compared to raw coordinates.
  • It improves quality preservation for quantization methods like block-uniform and KIVI-style.
  • The approach maintains model weights and semantics while optimizing cache representation.
Read more
Three-Pronged Spectral Control for Federated Parameter Efficient Fine Tuning
Shiva Raj Pokhrel, Dipsan Bhattarai, Anwar Walid
Federated Learning Optimization Efficient ML
  • TRISHUL addresses spectral misalignment in federated PEFT, enhancing aggregation stability.
  • The framework employs nuclear-norm proximal shrinkage to suppress unstable client-specific updates.
  • Non-uniform adaptation head allocation improves resource utilization across model layers.
  • TRISHUL maintains low communication overhead while improving model performance.
Read more
Mean-to-Score Discrete Diffusion: Posterior-Mean Denoisers for Score Entropy
Jingyuan Li, Xiaoyi Jiang, Yixuan Jiang, Wei Liu, Yi Zhu, Zuoqiang Shi, Pipi Hu
Generative Models Theory
  • Introduces Mean-to-Score (M2S) to enforce Bayes realizability in discrete diffusion models.
  • Identifies and quantifies violations of Bayes realizability in existing SEDD models.
  • Demonstrates that M2S significantly improves generative performance metrics.
  • Provides a method for projecting scores to ensure nonnegative weights during sampling.
Read more
When RLVR Shrinks the Reasoning Boundary: Diagnosing Pass@k Inversion
Todd Y. Zhou
Reinforcement Learning Theory Optimization
  • RLVR can improve pass@1 accuracy while decreasing pass@k performance, leading to fewer distinct problems solved.
  • The pass@k inversion is attributed to a boundary mode-commitment failure where rare correct trajectories are not reinforced adequately.
  • Per-Problem Base Anchoring (PBA) is introduced as a method to preserve rare correct trajectories and improve model performance.
  • Experimental results show that PBA enhances both pass@1 and high-budget coverage compared to matched controls.
Read more
Gradient Concentration, Not Weight Saliency, Explains Representation-Level Class Unlearning
Billel Habbati, Alessio Merlo, Luca Verderame, Meriem Guerar
Theory Optimization Efficient ML
  • Saliency-based masking does not significantly enhance representation-level class unlearning compared to random masking.
  • Forget gradients are predominantly concentrated in the final layers of the network, influencing all masking strategies similarly.
  • Saliency masks show limited class specificity, selecting overlapping parameter subsets across different classes.
  • Effective representation-level unlearning may necessitate objectives that act directly on latent representations.
Read more
ReliableTableQA: How Much Supervision Does Reliability Annotation Need?
Huei-Chung Hu, Hsin-Tai Wu, Koyo Kobayashi
NLP Large Language Models Efficient ML
  • Introduction of a ten-category reliability taxonomy for statistical hazards in tabular QA.
  • Development of a data generation pipeline producing 50,000 labeled examples.
  • Demonstration that a small number of schema-stratified training examples can significantly enhance model performance.
  • Findings suggest GRPO is only beneficial when the model is under-trained.
Read more
Test-Time Scaling via Error Localization
Rajiv Shailesh Chitale, Rahul Madhavan, Taneesh Gupta, Deepanway Ghosal, Aravindan Raghuveer
Large Language Models NLP Efficient ML
  • TTEL introduces token-level error localization to improve inference-time efficiency.
  • The algorithm maximizes the reuse of valid reasoning prefixes by truncating and branching only the faulty suffix of a trajectory.
  • TTEL achieves significantly higher token efficiency compared to traditional sampling methods.
  • Empirical results show TTEL's superiority on both coding and mathematical reasoning benchmarks.
Read more
M$^3$-Gen: Interpretable Multimodal Generation of Gene Expression Profiles Using Clinical and Imaging Data
Francesca Pia Panaccione, Carlo Sgaravatti, Marco Venere
Generative Models Multimodal Interpretability
  • M3-Gen integrates clinical metadata and histopathology images to generate gene expression profiles.
  • The framework uses contrastive learning to create a unified latent representation of the multimodal data.
  • An attention-based mechanism enhances interpretability by linking image regions to generated gene expressions.
  • Evaluations show that M3-Gen produces realistic and biologically relevant gene expression profiles.
Read more
ADABORD: a novel AdaBoost approach for ordinal classification
Rafael Ayllón-Gavilán, Francisco José Martínez-Estudillo, David Guijo-Rubio, César Hervás-Martínez, Pedro A. Gutiérrez
Theory
  • ADABORD integrates ordinal information into the AdaBoost framework for improved performance in ordinal classification tasks.
  • The use of an Ordinal Gini splitting criterion in decision trees enhances the base estimator's ability to handle ordinal data.
  • The absolute ranked probability score (aRPS) is introduced as a novel error function that considers both ordering and distance between classes.
  • Extensive experiments show that ADABORD outperforms seven state-of-the-art methods, particularly on complex datasets.
Read more
SOAP, Muon, and Beyond: Pushing LLM Pretraining Scales
Mikail Khona, Aditya Vavre, Boxiang Wang, Deyu Fu, Hao Wu, Mike Chrzanowski, Bryan Catanzaro, Dheevatsa Mudigere, Jeff Pool, Michael Lightstone, Mohammad Shoeybi, Mostofa Patwary, Nima Tajbakhsh, Tijmen Blankevoort
Large Language Models Optimization Efficient ML
  • SOAP and Muon optimizers demonstrate superior performance over AdamW in large-scale LLM pretraining.
  • Algorithmic modifications to SOAP enhance stability and eliminate loss spikes during training.
  • A layer-wise distributed optimizer is introduced to improve scalability in large model training.
  • The paper provides an open-source library for emerging optimizers to support the research community.
Read more
CLOE: Christoffel Loss Autoencoder for Anomaly Detection
Léa Billet, Louise Travé-Massuyès, Elodie Chanthery, Alexandre Gaffet
Efficient ML Theory Optimization
  • CLOE combines autoencoders with Christoffel Function-based anomaly detection for improved performance.
  • The method requires minimal hyperparameter tuning, needing only one hyperparameter to be set.
  • CLOE is computationally lightweight and designed for high-dimensional data applications.
  • The proposed loss function enhances representation learning in the latent space.
Read more
Multimodal CoLRAG-TF: Triple-Filtered Retrieval for Complex PDFs
Takato Yasuno
Multimodal NLP Optimization
  • Introduces a four-axis fusion architecture for multimodal retrieval.
  • Achieves a high retrieval recall of 0.9909 on a benchmark dataset.
  • Implements a hybrid OCR pipeline that improves table coverage significantly.
  • Demonstrates a 71.6% improvement in multi-hop answer similarity.
Read more
Emergent Misalignment Recruits a Pre-existing Persona Subspace
Mohammed Suhail B Nadaf
NLP Large Language Models Theory
  • Fine-tuning on narrow bad advice can lead to broad misalignment in language models.
  • A pre-existing persona structure in the model is recruited during fine-tuning, affecting unrelated domains.
  • Projecting the persona subspace out of the residual stream during fine-tuning prevents misalignment.
  • Injecting the persona subspace into an untouched model induces misalignment that increases with dosage.
Read more
KroQuant: Kronecker-Structured Block Transforms for Efficient Post-Training Quantization of Diffusion Transformers
Yann Bouquet, Alireza Khodamoradi, Kristof Denolf, Mathieu Salzmann
Efficient ML Generative Models Computer Vision
  • KroQuant introduces a learned block-diagonal activation transform that is more expressive than fixed transforms and computationally efficient.
  • The method utilizes a Kronecker-LU parametrization, significantly reducing the parameter size compared to dense invertible matrices.
  • KroQuant achieves faster inference times while maintaining or improving output quality compared to existing quantization methods.
  • The approach is compatible with existing weight-splitting PTQ frameworks, enhancing their performance.
Read more
One Round Is All You Need: Analytic Federated Learning for Task-Heterogeneous Multi-Label Medical Image Classification
Afsaneh Mahanipour, Hana Khamfroush
Federated Learning Computer Vision
  • Introduces a novel analytic federated learning framework for task-heterogeneous multi-label medical image classification.
  • Achieves convergence in at most two communication rounds, significantly reducing the communication overhead compared to existing methods.
  • Demonstrates substantial performance improvements over the state-of-the-art method FedMLP in various missing-class configurations.
  • Proposes closed-form operations to address class-imbalance bias and knowledge propagation challenges in federated settings.
Read more
Generative Bayesian Filtering for State Estimation
Lei Cao, Sihang Feng, Jixin Yan, Tao Sun, Naichen Shi
Generative Models Time Series Theory
  • Introduction of Generative Bayesian Filtering (GBF) for state estimation.
  • Utilization of pretrained conditional generative models to enhance observation modeling.
  • Development of a novel backpropagation scheme for information transfer from high-dimensional observations to low-dimensional states.
  • Demonstrated improvements in accuracy and robustness in various applications, particularly under noisy conditions.
Read more
DataPrep-Bench: Benchmarking LLMs as Training Data Preparators
Hao Liang, Qifeng Cai, Yibo Lin, Jianzhuo Du, Qifeng Xia, Sizhe Qiu, Linzhuang Sun, Meiyi Qiang, Zhaoyang Han, Xiaochen Ma, Bohan Zeng, Ruichuan An, Conghui He, Wentao Zhang
NLP Large Language Models
  • DataPrep-Bench is the first unified benchmark for evaluating LLMs in data preparation tasks.
  • The benchmark assesses both data construction and data quality evaluation capabilities.
  • Data-Construction-Skill improves data construction performance significantly.
  • The Distributional Alignment Score (DAS) outperforms existing metrics in predicting downstream utility.
Read more
Expanding Flow Maps
Sophia Tang, Pranam Chatterjee
Generative Models Graph Learning NLP
  • Introduction of Expanding Generative Flows (EFlows) for flexible generative modeling.
  • Development of Expanding Flow Maps (EFMs) that utilize an expand operator and a transport map.
  • Extension of the framework to discrete simplex spaces for variable-length discrete generation.
  • Demonstration of the framework's effectiveness in various generative tasks, including molecular and language modeling.
Read more
Nipping the Butterfly Effect in the Bud: Self-Output Fine-Tuning for Autoregressive Weather Prediction
Yun-Ye Cai, Hsuan-Tien Lin
Time Series
  • Error growth in autoregressive models is caused by a feedback loop between output errors and input distribution shifts.
  • Small initial errors can quickly escalate, leading to out-of-distribution states early in the forecasting process.
  • Self-Output Fine-Tuning (SOFT) is introduced as a simple, effective strategy to improve long-horizon forecasting.
  • SOFT fine-tunes models on their own predictions to enhance distributional robustness.
Read more
Fisher Widths: Local Learning Geometry and Anisotropic Recovery
Vu Khac Ky
Theory Optimization
  • Introduction of primal and inverse Fisher widths as complementary statistical measures.
  • Establishment of a two-sided estimate for statistical dimension in sparse recovery contexts.
  • Demonstration of the relationship between Fisher and inverse-Fisher widths, highlighting their interplay.
  • Insights into the geometry of local parameter fluctuations and their implications for learning and recovery.
Read more
How Many Bits Can an Adapter Write? Measuring the Capacity and Memorization of Parameter-Efficient Fine-Tuning
Kaizhen Tan, Heqing Du, Yang Feng
NLP Large Language Models Efficient ML
  • Adapters store less information than full fine-tuning models, with a capacity of a few bits per trainable parameter.
  • The capacity of adapters is more dependent on their structural placement within the model than on the number of parameters.
  • Supervised fine-tuning can lead to privacy leakage, while reinforcement learning with verifiable rewards does not retain sensitive data.
  • The study introduces a measurement protocol for quantifying adapter capacity and its implications for privacy.
Read more
Synthetic minority data is redundant or invalid: a data-dependent validity theory and a de-biased test
Ahmad B. Hassanat, Ahmad S. Tarawneh, Ghada A. Altarawneh
Theory
  • Traditional validation of synthetic minority data is biased and often misleading.
  • A new de-biased estimator provides a more accurate measure of synthetic data validity.
  • Validity is a property of the data distribution, not the synthetic generation method.
  • Synthetic oversampling can be redundant or invalid depending on class overlap.
Read more
The Active Ingredient in Muon's Grokking
Yufeng Wang
Optimization Theory Interpretability
  • Orthogonalization is the key factor behind Muon's faster grokking speed, not spectral scaling.
  • Orthogonalizing optimizers reach a lower-norm solution compared to AdamW's sparse-Fourier circuit.
  • Reducing Newton–Schulz iterations increases speed but decreases the stability of the grokked solution.
  • Grokking speed claims can vary significantly based on the metrics used, highlighting the need for careful measurement.
Read more
LLMs Get Lost in Evolving User Intent
Jihoon Tack, Philippe Laban, Jennifer Neville
NLP Large Language Models
  • LLMs are evaluated primarily in static, single-turn settings, which do not reflect real user interactions.
  • The proposed framework allows for the transformation of static tasks into dynamic multi-turn conversations.
  • Current LLMs show significant performance degradation when user intent evolves during interactions.
  • The study highlights a fundamental gap in LLM capabilities regarding tracking and acting on evolving user intent.
Read more
TwistedMerge: Certified Higher-Order Diagnostics and Abstention for Model Merging
Ting Gong, Shitan Xu
Theory
  • TwistedMerge formalizes a finite certification problem for model merging, distinguishing between different types of cycle inconsistencies.
  • The framework includes a conservative certification pipeline with mechanisms for abstention, ensuring only valid results are reported.
  • The authors provide theoretical no-go results and error-control theorems that enhance the understanding of model merging dynamics.
  • Experimental validation shows that naive factor averaging is dependent on chosen representatives, while the proposed methods are more stable.
Read more
Agree on the Model, Verify the Inference: GKR Protocols for HND-Based Transformer Inference
Xiaolong Liang, Juanjuan Li, Rui Qin, Yisheng Lv
Theory Efficient ML
  • Introduction of GKR-HND for verifying outsourced HND Transformer inference.
  • Separation of cryptographic verification from public computation to enhance efficiency.
  • Validation of the protocol through experiments with pretrained models, confirming its effectiveness.
Read more
Improving Access to Essential Medicines via Decision-Aware Machine Learning
Angel Tsai-Hsuan Chung, Jatu Abdulai, Patrick Bayoh, Lawrence Sandi, Francis Smart, Hamsa Bastani, Osbert Bastani
Optimization Efficient ML
  • Introduces a decision-aware machine learning framework for essential medicine allocation.
  • Utilizes multi-task learning to improve sample efficiency and address data scarcity.
  • Achieved a 19% increase in allocated product consumption in treated districts.
  • Demonstrates the scalability of the solution to cover millions of vulnerable populations.
Read more
Do Active SAE Feature Planes Carry More Holonomy? A Preregistered Reversal in Gemma
Larry Richards
NLP Large Language Models Theory
  • The study tests the hypothesis that holonomy concentrates on active SAE feature planes.
  • Holonomy was measured using a preregistered experimental design, ensuring unbiased results.
  • Active-feature planes showed significantly less holonomy than mixed-feature controls, contradicting the initial prediction.
  • The findings suggest that the relationship between semantic meaning and holonomy is more complex than previously thought.
Read more
A Polynomial Architecture-Attribution Co-Design Framework for Exact Aumann-Shapley Attribution in GNNs
Bizu Feng, Zhimu Yang, Shuming Wang, Shaode Yu, Yuan Cheng, Xiaojun Qian, Zixin Hu
Graph Learning Interpretability
  • Introduction of APEX, a co-design framework for exact Aumann-Shapley attribution in GNNs.
  • Development of PolyGIN, a polynomial variant of the Graph Isomorphism Network that preserves polynomial mappings.
  • Exact computation of path integrals using Gauss-Legendre quadrature, eliminating quadrature error.
  • Demonstration of higher attribution fidelity and reduced computational costs compared to traditional methods.
Read more
Uncertainty-Aware Trust Estimation for Multi-LLM Systems via Structured Expert Judgement
Jiawei Zheng, Jiazhen Zhang
Large Language Models NLP Theory
  • Introduces an uncertainty-aware trust estimation framework for aggregating predictions from multiple LLMs.
  • Adapts structured expert judgment techniques to evaluate and weight the reliability of LLMs based on their predictions.
  • Demonstrates that traditional aggregation methods fail in heterogeneous and contaminated settings, leading to overconfident errors.
  • Cooke weighting significantly improves accuracy-reliability balance in challenging aggregation scenarios.
Read more
Exact ReLU realization of affine one-dimensional refinement iterates via residual memory and offset frames
Boldsaikhan Bolorkhuu, Tsogtgerel Gantumur
Theory Efficient ML
  • Introduces a residual memory controller for exact backward replay of residual states.
  • Proves that finite affine iterates can be realized with fixed-width ReLU networks and depth O(n).
  • Utilizes offset frames to ensure seam-safe evaluations of forcing terms.
  • Extends results to arbitrary compactly supported continuous piecewise linear forcing terms for M ≥ 3.
Read more
End-to-End Learning of Safe Optimal Feedback Control in High Dimensions with Control Barrier Function Layers
Xingjian Li, Kelvin Kan, Deepanshu Verma, Krishna Kumar, Stanley Osher, Samy Wu Fung
Robotics Optimization Theory
  • Introduces a scalable end-to-end training framework for high-dimensional feedback controllers with embedded CBF safety layers.
  • Combines operator splitting and Jacobian-Free Backpropagation to overcome computational bottlenecks in differentiating through QP layers.
  • Establishes convergence guarantees for training safety-constrained implicit networks despite nonsmoothness from CBFs.
  • Demonstrates effectiveness on various high-dimensional nonlinear control problems, showcasing scalability beyond previous methods.
Read more
Training Large Language Models for Self-Explanation Faithfulness
Yeoktatt Cheah, María Pérez-Ortiz, Noah Y. Siegel, Oana-Maria Camburu
NLP Large Language Models Reinforcement Learning
  • Introduces an RL method to directly optimize the faithfulness of self-explanations in LLMs.
  • Implements counterfactual interventions to derive rewards for training models.
  • Achieves substantial improvements in faithfulness metrics, indicating better alignment between reasoning and decision-making.
  • Demonstrates cross-intervention generalization, suggesting potential for broader applicability.
Read more
StabilityBench: Benchmarking Instability in LLMs
Emma Kondrup, Zachary Yang, Anne Imouza, Reihaneh Rabbany
NLP Large Language Models
  • StabilityBench transforms single-turn benchmarks into multi-turn interaction histories to better simulate real-world scenarios.
  • The framework incorporates user simulations and baiting techniques to evaluate LLMs under more realistic conditions.
  • Evaluation of nine LLMs shows significant performance instability, with many models failing on baited versions of benchmarks.
  • The study emphasizes the limitations of static evaluation methods and the necessity for dynamic assessment frameworks.
Read more
Memoir: Should a Model Write to Its Memory While It Thinks?
Jaber Jaber, Osama Jaber
NLP Large Language Models Theory
  • Memoir combines multiple memory tiers and a latent recurrence process for enhanced model performance.
  • The architecture allows for memory rewriting during pondering iterations, posing a risk of corrupting the learning process.
  • Empirical results show that read-only pondering outperforms coupled pondering in terms of recall at early training stages.
  • Both architectures achieve similar performance at longer training durations, indicating a trade-off between learning speed and capability.
Read more
Counterfactual Explainability Framework With CycleGAN And Counterfactual-Classifier Alignment Score For Retinal Disease Classification
Kritanu Chattopadhyay, Sayanjit Singha Roy, Soumya Chatterjee
Computer Vision Generative Models Interpretability
  • Introduction of CounterFundus, a CycleGAN-based counterfactual explainability framework for retinal disease detection.
  • Development of the Counterfactual-Classifier Alignment Score (CCAS) to assess spatial agreement between counterfactuals and classifier saliency.
  • Demonstration of improved classification performance through CCAS-filtered counterfactual augmentation.
  • CounterFundus provides visually interpretable explanations that are clinically relevant and meaningful.
Read more
TOUR: A Trajectory-Level Unlearning Benchmark for Offline Reinforcement Learning
Chaofan Pan, Lingfei Ren, Xiangyu Jiang, Yanhua Li, Xuemei Cao, Xiangkun Wang, Hao Yu, Wei Wei, Xin Yang
Reinforcement Learning
  • TOUR is a novel benchmark for evaluating trajectory-level unlearning in offline RL.
  • The benchmark incorporates matched non-member controls and multi-attack privacy audits.
  • Common deletion methods may appear effective under single-score evaluations but fail under comprehensive audits.
  • The study reveals the importance of retaining task performance while ensuring privacy.
Read more
Offline RL with Hierarchical Action Chunking
Ahad Jawaid
Reinforcement Learning Robotics Theory
  • Introduction of HiQC, which combines high-level latent planning with low-level action chunking.
  • Theoretical analysis shows improved value estimation error bounds compared to traditional methods.
  • HiQC achieves superior performance on long-horizon tasks, particularly in navigation scenarios.
  • The algorithm enables unbiased k-step value backups, reducing recursion depth for value estimation.
Read more
Memory-Computation Tradeoffs in Semi Amortized Parametric Optimization
Shijie Pan, Agustin Castellano, Zeyu Shen, Enrique Mallada
Optimization Theory Efficient ML
  • Establishes a theoretical framework for memory-computation tradeoffs in semi-amortized optimization.
  • Identifies matching upper and lower bounds for memory requirements in strongly convex and β-growth regimes.
  • Discovers a phase transition in K, indicating a limit to the benefits of additional memory.
  • Introduces a meta proof framework that can be applied to various optimization classes.
Read more
SenCos-GEM: SENet-Calibrated and Law-of-Cosines-Constrained Geometry-Enhanced Molecular Representation for Property Prediction
Tianming Han, Li Zhang, Qi Zhao
Graph Learning
  • Introduces SenCos-GEM, a framework for enhanced molecular representation learning.
  • Incorporates physics-guided geometric consistency to improve 3D spatial representation.
  • Utilizes dynamic feature modulation to prevent catastrophic forgetting during adaptation.
  • Achieves state-of-the-art results on MoleculeNet, particularly in conformation-sensitive tasks.
Read more
Context-weighted Discrete Flow Matching
Daniil Cherniavskii, Daniel Severo, Karen Ullrich
Generative Models NLP Large Language Models
  • Prediction difficulty in DFM is linked to the density of local context.
  • Modification of CTMC dynamics to incorporate local context improves generation quality.
  • Context-weighted sampling enhances performance without fine-tuning.
  • Scaled cross-entropy loss significantly reduces generative perplexity.
Read more
Chronofy: A Temporal-Logical Decay Architecture for Information Validity in Time-Aware Retrieval-Augmented Generation
Muntaser Syed, Marius Silaghi, Sheikh Abujar, Sharun Akter
NLP Large Language Models Graph Learning
  • Chronofy integrates temporal validity into RAG systems through a three-layer architecture.
  • The framework employs learnable exponential decay functions for graph-based retrieval.
  • Signal Temporal Logic is applied to evaluate the temporal validity of retrieved knowledge.
  • Chronofy significantly reduces temporal hallucination and improves retrieval precision.
Read more
AI Assistants Overassist
Verona Teo, Raghav Jain, Tobias Gerstenberg, Max Kleiman-Weiner
NLP Large Language Models
  • Introduction of INT-BENCH, a benchmark for evaluating LLM interventions in educational contexts.
  • LLMs intervene more frequently and earlier than human tutors, often providing complete solutions.
  • Interventions by LLMs can hinder deeper learning and cognitive engagement.
  • Empirical analysis shows LLM interventions impact immediate task success but limit generalization to new problems.
Read more
HypNO: A Graph-Based Neural Operator with Physics-Informed Message Passing for Hyperbolic Conservation Laws
Dimitrije Ždrale, Cassie An Jeng, Katie Wang, Sonia Vanier, Alexandre Bayen, Hossein Nick Zinat Matin
Graph Learning Theory Efficient ML
  • HypNO is a graph-based neural operator specifically designed for hyperbolic conservation laws.
  • The model utilizes physics-informed message passing to respect physical properties like upwinding and entropy admissibility.
  • HypNO shows strong performance in predicting solutions for complex traffic-flow models, outperforming traditional numerical methods.
  • The architecture allows for efficient computation across varying initial conditions, making it suitable for real-time applications.
Read more
Semantic-Aware Task Clustering for Constructive and Cooperative Multi-Tasking
Ahmad Halimi Razlighi, Maximilian H. V. Tillmann, Edgar Beck, Bho Matthiesen, Armin Dekorsy
Optimization Federated Learning Theory
  • Introduces a multi-stage optimization problem for CMT-SemCom that integrates semantic-aware clustering.
  • Utilizes UMAP and HDBSCAN for task clustering based on semantic features, moving beyond traditional clustering methods.
  • Demonstrates significant improvements in task execution performance by mitigating destructive cooperation.
  • Addresses the challenges of task grouping in multi-task learning for semantic communication systems.
Read more
Detecting Neural Network Failures through Spectral Analysis of Internal Activations
Arunan J
Theory Interpretability Efficient ML
  • Introduction of Spectral Drift as a characteristic failure signature in neural networks.
  • Development of the Self-Detecting Neural Networks (SDNN) framework for monitoring internal activations.
  • Demonstration of substantial performance improvements over existing confidence-based failure detection methods.
  • Empirical validation of the effectiveness of spectral analysis in identifying misclassifications.
Read more
Conflict Resolution under Degraded Surveillance in Air Corridors Using Multi-Agent Reinforcement Learning
Esrat Farhana Dulia, Syed Arbab Mohd Shihab, Caleb Adams, Ruben Del Rosario
Reinforcement Learning Robotics
  • Developed a DQN-based MARL framework for conflict resolution in AAM under degraded surveillance.
  • Trained separate policies for UAVs and eVTOLs using a 14-action maneuvering space.
  • Evaluated the framework across 90 traffic density and separation threshold combinations.
  • Identified trade-offs between safety and corridor capacity in conflict resolution.
Read more
Adaptive Depth in Looped Transformers: Diagnosing Learned Halting Gates and Trajectory Readouts
Andrei Cristian Popescu, Haitz Sáez de Ocáriz Borde, Pietro Liò
Efficient ML Theory Large Language Models
  • Introduces a trajectory–readout perspective on adaptive depth in looped Transformers.
  • Demonstrates that fixed-prior depth supervision can create effective, difficulty-aware trajectories.
  • Shows that simple post-hoc confidence readouts can match or outperform learned gates.
  • Identifies that issues in adaptive compute performance often stem from trajectory formation rather than gate expressivity.
Read more
Beyond Heavy Log Curation: Perplexity-Based APT Detection via Unsupervised, Context-Augmented Language Models
Shoya Otsu, Kei Suzuki, Toshiaki Koike-Akino, Jing Liu, Ye Wang
NLP Large Language Models Time Series
  • CAPTAIN reduces reliance on heavily curated training data and complex preprocessing pipelines.
  • The method incorporates temporal context into the detection process, improving robustness.
  • CAPTAIN's perplexity-based scoring mechanism effectively identifies suspicious log entries.
  • The approach shows competitive performance against existing APT detection baselines.
Read more
Double-Scoring: Reliable Extraction of Strong Lottery Tickets
Bryce A. Christopherson, Jack Baretz, Darian Colgrove, Salah Dandan
Theory Optimization
  • Identified layerwise sparsity selection as a bottleneck in strong ticket extraction.
  • Introduced double-scoring, which simplifies the extraction process by removing the need for layerwise sparsity tuning.
  • Proved that augmented score-space masking preserves access to original masks.
  • Demonstrated substantial improvements in strong-ticket extraction through empirical experiments.
Read more