AI-generated summaries

Today's ML research,
without the noise.

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

48 Papers today
8h Update frequency
7 Days of history
Retrofitting Linear Attention into Diffusion Language Models
Jinha Kim, Younghun Roh, Jaeyeon Kim
NLP Large Language Models Efficient ML
  • Introduction of block-hybrid attention to improve efficiency in dLLMs.
  • LLADA-HYBRID model shows up to 1.7× higher decoding throughput.
  • Minimal post-training required to retrofit linear attention into existing models.
  • Maintains competitive performance on benchmark tasks despite architectural changes.
Read more
Efficient Test-Time Scaling for LLM-based Time Series Forecasting
Xuan-May Le, Minh-Tuan Tran, Ling Luo, Uwe Aickelin, Dinh Phung, Trung Le
Time Series Large Language Models Efficient ML
  • SCALER is a two-stage framework that combines a lightweight forecaster with a pretrained LLM for efficient time series forecasting.
  • The framework uses a coarse-to-fine approach, predicting a coarse future shape before refining it with fewer tokens.
  • SCALER achieves significant reductions in inference time, being seven times faster than standard test-time scaling methods.
  • The method stabilizes predictions by anchoring refinements to an explicit coarse shape, reducing reliance on long prompts.
Read more
CommitKV: Lifecycle-Aware KV Cache Compression via Commit Transitions for Multi-Turn Agents
Weizhong Huang, Jinchao Zhang, Xiawu Zheng
Large Language Models NLP Efficient ML
  • CommitKV distinguishes between dormant and completed KV states to optimize cache usage.
  • The method employs commit transitions to evaluate the relevance of KV pages before and after tool calls.
  • CommitKV achieves up to 22.24 percentage points improvement in accuracy over existing compression methods.
  • The approach provides significant memory savings (up to 5.00×) and speed improvements (up to 5.62×) in inference.
Read more
Causal State-Space Model for Causal Inference: Estimating Longitudinal Individual Treatment Effects
Abisoye Abidakun, Mingjun Zhong, Georgios Leontidis
Theory Time Series Optimization
  • Introduction of the Causal State-Space model with Direct decoder (CSSD) for improved causal inference.
  • Development of CSSPD, which integrates predictive regularization techniques to resolve mutual information conflicts.
  • Formalization of the balancing-prediction mutual information conflict and its implications for counterfactual prediction accuracy.
  • Empirical results show CSSPD achieves state-of-the-art performance on real-world and synthetic datasets.
Read more
ED-CSP: Crystal Structure Prediction from Electron Diffraction
Germain Poloudenny, Yaël Frégier, Arnaud Demortière
Generative Models
  • ED-CSP is a novel model for predicting crystal structures from sparse electron diffraction data.
  • The model utilizes a unique combination of relational encoding and multi-view aggregation techniques.
  • A large dataset of 4.85 million simulated structures was created to train and evaluate the model.
  • ED-CSP outperforms existing methods, achieving a structural match rate of 57.5% and up to 66.3% with dataset expansion.
Read more
Density-aware Hierarchical Clustering Based on Element-Categorized Connection Subgraphs
Yuning Yu, José Rodríguez-Piñeiro, Xuefeng Yin, Bin Feng
Graph Learning Theory Efficient ML
  • Introduction of DHC-ECS, a density-aware hierarchical clustering method.
  • Novel inter-cluster similarity metric that incorporates density and connectivity.
  • Extensive evaluations show superior performance compared to baseline methods.
  • Potential for reduced reliance on manual parameter tuning in clustering tasks.
Read more
Evaluating Generative Time-Series Models on Data with Point Masses
Jian Xu
Generative Models Time Series
  • Standard evaluation protocols may not accurately reflect model performance on datasets with point masses.
  • An autoregressive occurrence hurdle model outperforms conditional flow models on five out of six datasets.
  • The evaluation window can differ significantly from the dataset, leading to misleading conclusions.
  • The choice of occurrence statistics can change model rankings, indicating variability in performance assessment.
Read more
DreOPD: Degraded-Reference Extrapolative On-Policy Distillation for Flow-matching Models
Mingfeng Lin, Chengfei Cai, Lin Xu, Yuxiang Wei, Liang Han
Generative Models Reinforcement Learning Optimization
  • DreOPD bridges the gap between reinforcement learning and on-policy distillation for flow-matching models.
  • The method converts implicit reward extrapolation into closed-form velocity regression, enhancing stability.
  • A mildly degraded reference is used to strengthen teacher-reference contrast, improving extrapolation.
  • DreOPD shows superior performance compared to existing methods and specialized teachers in various metrics.
Read more
Synthetic LiDAR Data Generation and Deterministic Downsampling for Point Cloud Classification on the Edge
Niclas Meyer, Stefan Reitmann
Computer Vision Robotics Efficient ML
  • Introduction of a synthetic LiDAR data generation method to address the reality gap in training datasets.
  • Development of a Critical Points Layer (CPL) for efficient downsampling of point clouds.
  • Demonstration of real-time classification capabilities on low-power hardware with high accuracy.
  • Emphasis on the importance of sensor-aware training for effective point cloud classification.
Read more
From Objectives to What Models Learn: A Landau Theory of Invariant Learning
Pinli Wang, Yue He, Peng Cui
Theory
  • Introduces a Landau theory perspective to unify predictive-mode learning and invariant regularization.
  • Derives low-order objective signatures that predict phase boundaries and regularization behaviors.
  • Validates theoretical predictions through controlled experiments on bilinear and ReLU networks.
  • Offers a structural analysis of existing invariant-learning objectives, revealing method-specific behaviors.
Read more
Data-Driven Fire-Zone Segmentation for Improved Short-Term Wildfire Prediction
Nicolas Caron, Christophe Guyeux, Hassan Noura, Benjamin Aynes
Computer Vision Optimization Time Series
  • Introduces an unsupervised fire-zone segmentation algorithm that improves wildfire prediction accuracy.
  • Demonstrates that spatial discretization significantly affects predictive performance, more than model choice.
  • Achieves consistent performance improvements over grid-based methods with mean IoU gains of 3-6%.
  • Method is computationally efficient and can be parallelized, making it suitable for real-time applications.
Read more
Momba: Network Modernization Improves Multi-Objective Reinforcement Learning
Adam Štafa, Santeri Heiskanen, Petr Novotný, Joni Pajarinen
Reinforcement Learning Robotics Optimization
  • Integration of advanced neural network architectures improves MORL performance.
  • Proposed architecture enhances sample efficiency and solution quality without complex updates.
  • Introduction of a categorical critic adapted for multi-objective domains.
  • Empirical validation across multiple continuous control tasks shows significant performance gains.
Read more
Latent Fact-Checking: Detecting Misinformation through Activation Engineering
Pedro Barcelos, Otávio Parraga, Marcelo M. Mussi, Lucas M. Fraga, Lucas S. Kupssinskü, Rodrigo C. Barros
NLP Large Language Models Interpretability
  • Introduces a novel misinformation detection framework based on activation engineering.
  • Utilizes the geometric properties of transformer models to identify misinformation directions.
  • Achieves competitive performance on fact-checking benchmarks without requiring model fine-tuning.
  • Demonstrates that truthfulness is a structured concept in the latent space of language models.
Read more
CONFER: Conflict-Aware Evidence Negotiation for Regime-Calibrated Weak Supervision in Multimodal Emotion Recognition
Bojing Hou, Ruohao Li, Yitong Zhu, Luwen Yu, Yuyang Wang
Multimodal Graph Learning
  • CONFER is a unified framework that integrates cross-modal conflict negotiation with weak-label calibration.
  • The framework utilizes a dynamic graph mechanism for effective message passing between modality experts.
  • Empirical results show significant performance improvements in high-conflict scenarios and robustness against weak-label corruption.
  • The approach provides a novel perspective on the utility of cross-modal conflict in multimodal emotion recognition.
Read more
Learning Suffers More Than the Policy Class Under Partial Observability: A Closed-Form Analysis
Idil Gözel
Reinforcement Learning Theory
  • The learning gap, not the policy-class gap, is the primary issue in reinforcement learning under partial observability.
  • The critic's misinterpretation of unexplained variations leads to biased value estimates, causing the actor to deviate from optimal policies.
  • Closed-form expressions for the policy and its cost provide precise insights into the learning dynamics.
  • Adjusting the lookahead parameter can effectively address the learning gap, while adding memory does not yield improvements.
Read more
Stochastic Autoregressive Learning
Ilan Doron-Arad, Idan Mehalel, Elchanan Mossel
NLP Large Language Models Theory
  • Introduces a PAC-learning model for binary stochastic autoregressive learning.
  • Generalizes deterministic autoregressive learning frameworks to include stochastic elements.
  • Establishes sample complexity bounds for different forms of supervision: base, CoT, and e2e.
  • Demonstrates fundamental differences between stochastic and deterministic learning paradigms.
Read more
Graph Machine: Exploring Edge Mechanisms as an Inductive Bias
Lintai Hou
Graph Learning
  • Graph Machine introduces edge-augmented attention and edge-centric referral mechanisms.
  • The architecture allows for dynamic construction of relational graphs, enhancing reasoning capabilities.
  • In Sudoku experiments, Graph Machine outperforms traditional Transformer models.
  • The model effectively learns to construct higher-level relations relevant to the task.
Read more
Fairness in Link Prediction Beyond Demographic Parity: A Reproducibility Study
Valentijn Oldenburg, Floris de Kam, Stef de Wildt, Jarno Nilson Balk
Graph Learning
  • Demographic parity can obscure within-group exposure biases in link prediction.
  • Normalized Discounted KL-divergence (NDKL) is a more effective, rank-aware fairness metric.
  • The MORAL algorithm successfully reduces exposure biases while preserving utility.
  • The study extends previous work by testing robustness across different homophily settings and sensitive attribute types.
Read more
Capacity Confounds and Coverage Guarantees in Adaptive Sub-model Federated Learning
Alireza Moayedikia, Alicia Troncoso Lora
Federated Learning
  • Client heterogeneity estimates are confounded by device capacity, not just data differences.
  • Adaptive allocation can lead to model corruption if clients are under-capacitated.
  • A coverage guarantee can prevent failure modes in adaptive sub-model training.
  • Random capacity allocation may perform similarly to heterogeneity-aware strategies.
Read more
Risk-Aware Decision Policies for Agents Under Noisy Perception
David Szczecina
Robotics Theory Reinforcement Learning
  • Noisy perception significantly affects decision-making in predator-prey scenarios.
  • Blindly trusting perceptual labels can lead to catastrophic failures.
  • Uncertainty-aware strategies improve survival rates and reduce errors.
  • Agents exhibit behavioral regime shifts from exploration to conservatism with increased uncertainty.
Read more
CrystalGRPO: Target-Aligned and Coverage-Preserving Reinforcement Learning for Flow-Based Crystal Structure Prediction
Kaixiang Su, Hongfei Xue, Qiang Zhu
Reinforcement Learning Generative Models
  • Introduces CrystalGRPO, a CSP-aligned reinforcement learning framework for flow-based crystal generators.
  • Combines predicted energy with a StructureMatcher-based recovery score to improve target polymorph identification.
  • Offers two operational modes to balance between single-draw accuracy and candidate coverage.
  • Demonstrates significant improvements in recovery rates compared to existing methods.
Read more
Label-Free Parkinson's Disease Screening from Face and Voice through Mechanistic Interpretability
Jiaheng Su, Yu Sun
Multimodal Audio & Speech Computer Vision
  • Introduces a label-free screening method for Parkinson's Disease using face and voice data.
  • Utilizes frozen pretrained encoders, avoiding the need for PD labels during model training.
  • Establishes the alignment principle to explain the effectiveness of synthetic-degradation detection.
  • Achieves an AUROC of 0.802 and NPV of 0.95 on the YouTubePD benchmark.
Read more
PRISM: Principled Reference Identification for Schrodinger Bridge Model
Forouzan Fallah, Yezhou Yang
Generative Models Theory Computer Vision
  • PRISM provides a theoretical foundation for reference design in Schrödinger bridge models.
  • An invisibility principle shows that the reference choice is irrelevant in the ideal limit but matters under finite resources.
  • The optimal noise spectrum is derived and shown to be proportional to the destroyed information spectrum.
  • Experiments confirm theoretical predictions and highlight the limitations of Gaussian assumptions in real image processing.
Read more
Fixed and Adaptive Topological DeepONets: Functional Measurements on Hausdorff Locally Convex Spaces
Khemraj Shukla, George Em Karniadakis
Theory Efficient ML Interpretability
  • Introduces Fixed and Adaptive Topological DeepONets for functional measurements in locally convex spaces.
  • Replaces point samples with continuous linear functionals for more efficient operator learning.
  • Demonstrates the ability to learn operators in non-normable input spaces.
  • Achieves significant error reduction in various applications, including fluid dynamics.
Read more
Optimal Learning Under Tsybakov Noise
Steve Hanneke, Hongao Wang, Mingyue Xu
Theory
  • The paper resolves a 20-year open question regarding the gap between upper and lower bounds for learning under Tsybakov noise.
  • An adaptive partitioning method is introduced to handle varying noise levels in the instance space.
  • The proposed algorithm achieves optimal error guarantees, matching the best-known lower bound.
  • The work builds on and connects with recent advances in non-realizable learning.
Read more
SNI-GNN: SmartNIC-Assisted Full-Graph GNN Training with In-Network Embedding Prediction
Guofan Yu, Sitian Chen, Zhenheng Tang, Xiaowen Chu, Amelie Chi Zhou
Graph Learning Efficient ML Optimization
  • SNI-GNN significantly reduces communication overhead in full-graph GNN training by predicting embeddings in-network.
  • The system achieves 1.3-3.6x speedups over existing methods while maintaining high accuracy.
  • Theoretical foundations ensure controlled predictor bias and convergence despite using inexact gradients.
  • SNI-GNN scales efficiently to 16 GPUs and handles graphs with tens of millions of edges.
Read more
KReF: Training-Free Retrieval for Long-Term Time-Series Forecasting and Predictive Uncertainty
Yang Zhang, Rui Su
Time Series
  • KReF is a training-free retrieval framework for long-term time-series forecasting.
  • It constructs a query-local empirical predictive distribution from historical data.
  • KReF achieves the lowest CRPS across multiple benchmarks and outperforms some trained models.
  • The framework adapts interval boundaries using validation-selected expansion and shrinkage rates.
Read more
Bootstrap-Conditioned Action Selection with Tabular Foundation Models
Devansh Gupta, Shiv Tavker, Dmitry Efimov, Suchitra Sathyanarayana, Gitanjali Bhutani, Boris N. Oreshkin
Reinforcement Learning Efficient ML Theory
  • BC-ICL combines bootstrap resampling with frozen in-context learning models for effective action selection in contextual bandits.
  • The arm-context conditioning architecture enhances exploration by sharing statistical strength across actions.
  • Empirical results indicate that BC-ICL outperforms established contextual bandit baselines under strict online protocols.
  • The approach effectively addresses cold-start and data-efficiency issues in personalized recommendation systems.
Read more
When Do Task Vectors Interfere? Mapping the Validity Boundaries of Weight-Space Composition
Chencheng Zhu, Xiaoyang Li, Taotao Cai
Large Language Models Theory Optimization
  • Defined a functional interaction surface that separates non-additivity from effects along each axis.
  • Demonstrated transfer beyond original task pairs and parameterization through prospective tests.
  • Identified boundaries relevant to deployment, emphasizing the dependence of public transfer on input format.
  • Established that continuous non-additivity cannot replace evaluation based on intended prompts.
Read more
FreSH: Frequency-Segmented Hierarchical Multi-Expert Framework for Multivariate Time Series Classification
Pingping Liu, Muyao Wang, Zijian Zhang, Tongshun Zhang, Hao Miao, Guorui Xie, Qingliang Li, Qiuzhan Zhou
Time Series Optimization Efficient ML
  • FreSH introduces a frequency-aware modeling paradigm for MTSC, allowing for adaptive multi-scale analysis.
  • The framework combines localized specialization with global context modeling to enhance representational capacity.
  • An adaptive gating mechanism dynamically emphasizes the most informative components of the input data.
  • A new polynomial loss function improves learning stability across varying sample difficulties and class distributions.
Read more
Multi-Agent AI Safety as an Institutional Design Problem
Abdullah X
Theory
  • The paper presents a novel approach to AI safety by framing it as an institutional design problem.
  • Different components of algorithmic institutions, such as rules and authority states, significantly affect agent behavior and safety outcomes.
  • Both constitutional prompts and provenance-aware guards can achieve zero realized violations, but they operate differently in handling unsafe proposals.
  • The study reveals that the same final safety counts can result from different mechanisms, emphasizing the complexity of safety in multi-agent systems.
Read more
Target-Weighted Neyman Allocation: Experimental Design for Heterogeneous Treatment Effects under Population Shift
Hoang Dang, Luan Pham, Minh Nguyen
Theory Optimization
  • TWNA minimizes estimation error for target-weighted group average treatment effects (GATEs).
  • The method incorporates a two-stage design using pilot data to inform sample allocation.
  • TWNA adapts to uncertainties in the target population composition, enhancing robustness.
  • Simulations show TWNA outperforms standard experimental designs in terms of estimation accuracy.
Read more
SPECTRA: Pushing the KV Cache Beyond the 2-Bit Cliff via Spectral Transform Coding
Jiamu Zhang, Liang Wu, Kelly Wan, Hanjie Chen, Liangjie Hong
Large Language Models Efficient ML NLP
  • SPECTRA addresses the limitations of existing KV cache compression methods by focusing on the uneven distribution of information across cache channels.
  • The codec operates in a transformed spectral basis, allowing for effective allocation of bit budgets to the most informative channels.
  • SPECTRA achieves up to 12x compression while maintaining near-lossless quality, surpassing traditional quantization methods.
  • The method is training-free and can be integrated into existing systems with minimal overhead.
Read more
Application of Artificial Intelligence for Fraudulent Banking Operations Recognition
Bohdan Mytnyk, Oleksandr Tkachyk, Nataliya Shakhovska, Solomiia Fedushko, Yuriy Syerov
Theory
  • The study focuses on using AI and ML to detect fraudulent banking transactions, especially during the pandemic and war.
  • Preprocessing techniques are crucial for improving the accuracy of fraud detection models.
  • Logistic regression and stacked generalization algorithms demonstrated high performance in identifying fraudulent transactions.
  • The research highlights the challenges of implementing AI in fraud detection, including transparency and privacy concerns.
Read more
Gaming Without an Attacker: Benchmark Fingerprinting in LLM-Driven Search Under Selection Pressure
Víctor Gallego
Optimization Large Language Models Theory
  • LLMs under selection pressure can produce solutions that exploit evaluation configurations, leading to poor generalization.
  • 30% of in-distribution performance wins do not transfer to held-out configurations, indicating significant benchmarking flaws.
  • A four-mode taxonomy of failure mechanisms is introduced to categorize how and why these failures occur.
  • The paper provides theoretical insights into the implications of selection pressure on benchmarking and optimization.
Read more
Accurate Ensembles, Fragile Narratives: Multi-Scale Stacking and a Fidelity Audit of LLM-Generated Explanations for Credit Risk
Gregorius Reynaldi Pratama, Kuo-Kun Tseng
Interpretability Large Language Models
  • Development of a multi-scale stacking ensemble for credit default prediction.
  • Statistical validation of model performance with confidence intervals.
  • Operational analysis reveals limited practical benefits despite high AUC scores.
  • Fidelity audit shows significant discrepancies between attributions and generated narratives.
Read more
MiCoPro: End-to-End Mixed Precision HW/SW Co-design with HW-aware Proxy Model
Zijun Jiang, Yangdi Lyu
Efficient ML
  • Introduction of MiCoPro, a holistic framework for mixed precision quantization.
  • Development of a novel optimization algorithm for efficient exploration of MPQ schemes.
  • Implementation of a Hardware-Aware Proxy model to improve latency predictions.
  • Demonstration of significant latency reduction with minimal accuracy loss on various hardware platforms.
Read more
A Hybrid Nested Harness for Decoupling Structure and Parameters in LLM-Driven Optimization
Víctor Gallego
Large Language Models Optimization Theory
  • Introduces a hybrid nested search framework that separates structural and parametric optimization.
  • Demonstrates improved efficiency in LLM-driven optimization tasks by reducing token waste.
  • Validates the approach across three scientific domains, showing superior performance compared to traditional methods.
  • Identifies and addresses the issue of parametric aliasing in joint searches.
Read more
A Rate Separation for Agnostic Direct Sums
Mihir More, Aritra Das, Debayan Gupta
Theory
  • The single-instance learning rate does not determine the direct-sum learning rate.
  • The paper provides a negative answer to the rate-level form of a question posed by HMW24.
  • A rate separation theorem is established, showing differing rates for direct sums of two specific function classes.
  • Both classes F and G have agnostic learning curves of order n^{-1/2}, but their direct sums diverge as r increases.
Read more
Mathematical Principles and Experimental Discoveries of the Emergence of Symbolic Patterns in Artificial Neural Networks
Quanshi Zhang, Qihan Ren, Siyu Lou
Theory Interpretability
  • Symbolic patterns can emerge in ANNs, providing a framework for explainability.
  • Two mathematical criteria—monotonicity and smoothness—lead to the emergence of sparse symbolic interactions.
  • The emergent symbolic patterns show strong transferability across different models and input samples.
  • The study introduces a communicative learning paradigm for inspecting ANN inference logic.
Read more
Privileged Solutions or Context-Induced Teacher Behavior? Dissecting On-Policy Self-Distillation
Yuki Ichihara, Naoto Iwase, Mohammad Atif Quamar, Junpei Komiyama
NLP Large Language Models Theory
  • OPSD is traditionally viewed as transferring privileged information from a teacher to a student.
  • The introduction of OP2SD shows that context-induced teacher behavior can significantly influence learning outcomes.
  • OP2SD improves model performance without requiring the exact solution to the target problem.
  • The identity and relevance of the teacher's context are crucial for effective self-distillation.
Read more
From Optimal Actions to World Models: Identifiability of Transition Kernels in Discounted MDPs
Neal Batra
Reinforcement Learning Theory
  • Optimal actions alone do not uniquely identify transition probabilities in MDPs.
  • The relationship between two kernels can be expressed through an invertible matrix when they yield the same optimal actions.
  • Transition-dependent rewards provide the most information for identifying transition kernels, while state rewards are less informative.
  • The study establishes a hierarchy of identifiability based on the type of reward used.
Read more
FedTVD: Balancing Data Quality and Quantity for Robust Federated Learning
Radwan Selo, Majid Kundroo, Taehong Kim
Federated Learning
  • FedTVD introduces a dual-weighting mechanism that considers both data quality and quantity for client contributions in federated learning.
  • The algorithm utilizes Total Variation Distance to measure divergence in label distributions, improving model robustness against data imbalance.
  • Experimental results show up to 10.6% improvement over traditional methods like FedAvg, particularly in scenarios with highly skewed data.
  • FedTVD enhances fairness and generalization in federated learning models by moderating the influence of clients with skewed data distributions.
Read more
Online Security Learning in Cooperative Multi-Agent Systems under Hidden Byzantine Attacks
Ximing Sun, Yue Wang
Theory Reinforcement Learning Robotics
  • Introduces a Byzantine team MDP framework for modeling cooperative multi-agent systems under hidden attacks.
  • Establishes the impact of attacker's information on decision-making geometry and MDP structure.
  • Identifies the decomposition of security regret into return regret and response gap, highlighting the necessity of the latter.
  • Develops a robust estimation-to-decisions learner with improved regret bounds.
Read more
RippleKV: Cross-Layer KV Cache Allocation via Perturbation Propagation
Dongjie Xu, Kai Qian, Julius, Weijie Shi, Yuxuan Sun, Minghua Tang, Fenglei Jin, Hanchi Dong, Jiajie Xu
NLP Large Language Models Efficient ML
  • RippleKV provides a principled method for cross-layer KV cache allocation based on output sensitivity rather than traditional proxies.
  • The method captures the heterogeneous and nonmonotonic cache requirements across different layers of the model.
  • RippleKV integrates seamlessly with existing KV cache compression methods without requiring additional evaluations during inference.
  • Extensive experiments validate RippleKV's superior performance across multiple model families and cache budgets.
Read more
When Can Fraud Operations Authorize Automation? A Decision-Support Framework for Fresh Audit Evidence and Review Workload
Jie Deng
Theory
  • Introduces the Freshness-Constrained Audit Capacity (FCAC) framework for fraud automation.
  • Separates predictive ranking from the authority to automate actions based on evidence freshness.
  • Identifies the trade-off between audit capacity and review workload in fraud operations.
  • Demonstrates the framework's effectiveness through simulations on multiple financial datasets.
Read more
Out-of-Distribution Federated Distillation with Domain-Aware Proxy
Jiahao Xiao, Jiangming Liu
Federated Learning
  • Introduction of a Domain-aware Proxy Selection framework (DPS-FD) for better proxy data adaptation in OOD scenarios.
  • Development of a Vocabulary-Constrained LLM-based generation strategy for generating proxy data in the absence of real data.
  • Empirical results show significant performance improvements in OOD scenarios, achieving competitive accuracy on standard benchmarks.
  • Analysis reveals that high-quality proxy data is crucial for effective knowledge transfer and model robustness.
Read more
Hidden Gauge Controls Feature Specialization in ReLU Networks
Tongxi Wang
Theory Optimization
  • Demonstrates a Θ(D²) separation in specialization time due to hidden gauge parameters in ReLU networks.
  • Establishes that a favorable gauge can deterministically assign feature ownership to one neuron among functionally identical candidates.
  • Introduces a reaction-transport decomposition to explain the mechanisms of feature specialization.
  • Validates the theoretical findings with empirical evidence across population and finite-sample training.
Read more