Daily arXiv Papers - 2026-02-26

AI-enhanced summaries of 0 research papers from arXiv

Editor’s Picks

Top papers matching your research interests in multimodal LLMs, audio and vision understanding/generation.

[1] Chain-of-Thought Compression Should Not Be Blind: V-Skip for Efficient Multimodal Reasoning via Dual-Path Anchoring

Dongxu Zhang, Yiding Sun, Cheng Tan, Wenbiao Yan, Ning Yang, Jihua Zhu, Haijun Zhang

Main category: cs.MM

TL;DR: V-Skip accelerates multimodal reasoning by selectively pruning tokens while preserving visual information, addressing the “Visual Amnesia” problem in Chain-of-Thought compression.

DetailsMotivation: Current token compression methods for multimodal Chain-of-Thought reasoning fail because they apply text-centric metrics to multimodal contexts, causing "Visual Amnesia" where visually important tokens are erroneously pruned, leading to hallucinations.

Method: V-Skip reformulates token pruning as a Visual-Anchored Information Bottleneck optimization problem. It uses a dual-path gating mechanism that weighs token importance through both linguistic surprisal and cross-modal attention flow to preserve visually salient anchors.

Result: Achieves 2.9× speedup with negligible accuracy loss, preserves fine-grained visual details, and outperforms other baselines by over 30% on DocVQA benchmark.

Conclusion: V-Skip effectively addresses the Visual Amnesia problem in multimodal token compression, enabling efficient Chain-of-Thought reasoning while maintaining visual understanding capabilities.

Abstract: While Chain-of-Thought (CoT) reasoning significantly enhances the performance of Multimodal Large Language Models (MLLMs), its autoregressive nature incurs prohibitive latency constraints. Current efforts to mitigate this via token compression often fail by blindly applying text-centric metrics to multimodal contexts. We identify a critical failure mode termed Visual Amnesia, where linguistically redundant tokens are erroneously pruned, leading to hallucinations. To address this, we introduce V-Skip that reformulates token pruning as a Visual-Anchored Information Bottleneck (VA-IB) optimization problem. V-Skip employs a dual-path gating mechanism that weighs token importance through both linguistic surprisal and cross-modal attention flow, effectively rescuing visually salient anchors. Extensive experiments on Qwen2-VL and Llama-3.2 families demonstrate that V-Skip achieves a $2.9\times$ speedup with negligible accuracy loss. Specifically, it preserves fine-grained visual details, outperforming other baselines over 30% on the DocVQA.

Relevance: 9/10

[2] UniWhisper: Efficient Continual Multi-task Training for Robust Universal Audio Representation

Yuxuan Chen, Peize He, Haoyuan Xu, Junzi Zhang

Main category: cs.SD

TL;DR: UniWhisper is a universal audio encoder trained via multi-task instruction tuning that achieves strong performance across speech, environmental sounds, and music domains.

DetailsMotivation: Existing audio encoders often specialize in one domain (speech, environmental sounds, or music) but degrade in others, lacking a truly universal representation that captures both fine-grained cues and high-level semantics across all audio domains.

Method: Proposes UniWhisper, an efficient continual multi-task training framework that casts heterogeneous audio tasks into a unified instruction and answer format, enabling standard next-token training without task-specific heads and losses. Trained on 38k hours of public audio data.

Result: UniWhisper achieves normalized weighted averages of 0.81 with MLP probes and 0.61 with kNN on 20 tasks spanning speech, environmental sound, and music, outperforming Whisper (0.64 and 0.46 respectively) while retaining strong speech performance.

Conclusion: UniWhisper demonstrates that instruction-based multi-task training can create a universal audio encoder that effectively handles diverse audio domains without sacrificing performance in any specific domain.

Abstract: A universal audio representation should capture fine-grained speech cues and high-level semantics for environmental sounds and music in a single encoder. Existing encoders often excel in one domain but degrade in others. We propose UniWhisper, an efficient continual multi-task training framework that casts heterogeneous audio tasks into a unified instruction and answer format. This enables standard next-token training without task-specific heads and losses. We train it on 38k hours of public audio and assess the encoder using shallow MLP probes and k-nearest neighbors (kNN) on 20 tasks spanning speech, environmental sound, and music. UniWhisper reaches normalized weighted averages of 0.81 with MLP probes and 0.61 with kNN, compared to 0.64 and 0.46 for Whisper, while retaining strong speech performance.

Relevance: 9/10

[3] Sonic4D: Spatial Audio Generation for Immersive 4D Scene Exploration

Siyi Xie, Hanxin Zhu, Tianyu He, Xin Li, Zhibo Chen

Main category: cs.SD

TL;DR: Sonic4D is a framework for generating spatial audio aligned with 4D dynamic scenes, enabling immersive audiovisual experiences by localizing sound sources in 4D scenes and synthesizing viewpoint-dependent spatial audio.

DetailsMotivation: Existing 4D generation methods focus only on visual synthesis while neglecting spatial audio generation, creating a limitation for truly immersive audiovisual experiences. The authors aim to bridge this gap by developing a framework that generates spatial audio synchronized with dynamic 4D scenes.

Method: Three-stage approach: 1) Use pre-trained models to generate 4D scene and monaural audio from monocular video; 2) Localize and track sound sources in 4D scene using pixel-level visual grounding to estimate 3D coordinates; 3) Synthesize spatial audio based on sound source locations using physics-based simulation, making audio viewpoint- and timestamp-dependent.

Result: Extensive experiments demonstrate realistic spatial audio generation consistent with synthesized 4D scenes in a training-free manner, significantly enhancing user immersive experience.

Conclusion: Sonic4D successfully addresses the limitation of existing 4D generation methods by providing spatial audio generation aligned with dynamic scenes, enabling more immersive audiovisual experiences.

Abstract: Recent advancements in 4D generation have demonstrated its remarkable capability in synthesizing photorealistic renderings of dynamic 3D scenes. However, despite achieving impressive visual performance, almost all existing methods overlook the generation of spatial audio aligned with the corresponding 4D scenes, posing a significant limitation to truly immersive audiovisual experiences. To mitigate this issue, we propose Sonic4D, a novel framework that enables spatial audio generation for immersive exploration of 4D scenes. Specifically, our method is composed of three stages: 1) To capture both the dynamic visual content and raw auditory information from a monocular video, we first employ pre-trained expert models to generate the 4D scene and its corresponding monaural audio. 2) Subsequently, to transform the monaural audio into spatial audio, we localize and track the sound sources within the 4D scene, where their 3D spatial coordinates at different timestamps are estimated via a pixel-level visual grounding strategy. 3) Based on the estimated sound source locations, we further synthesize plausible spatial audio that varies across different viewpoints and timestamps using physics-based simulation. Extensive experiments have demonstrated that our proposed method generates realistic spatial audio consistent with the synthesized 4D scene in a training-free manner, significantly enhancing the immersive experience for users. Generated audio and video examples are available at https://x-drunker.github.io/Sonic4D-project-page.

Relevance: 9/10


Today’s Research Highlights

AI-enhanced summaries of the latest research papers from arXiv.

Table of Contents

cs.CL

[1] Disaster Question Answering with LoRA Efficiency and Accurate End Position

Takato Yasuno

Main category: cs.CL

TL;DR: A Japanese disaster-focused question answering system using BERT-base Japanese model with Bi-LSTM and enhanced position heads, optimized with LoRA for efficiency, achieving 70.4% end position accuracy with only 5.7% of total parameters.

DetailsMotivation: Natural disasters are infrequent but critical events where people lack domain-specific knowledge. Existing RAG and LLM approaches may not provide relevant disaster-specific information and can produce hallucinations that spread misinformation during emergencies.

Method: Uses cl-tohoku/bert-base-japanese-v3 model combined with Bi-LSTM for contextual understanding and enhanced position heads, optimized with LoRA (Low-Rank Adaptation) for parameter efficiency.

Result: Achieved 70.4% End Position accuracy using only 6.7M parameters (5.7% of total 117M), with a Span F1 score of 0.885, demonstrating suitability for real disaster response scenarios.

Conclusion: The system shows promise for disaster Q&A but needs benchmark datasets, disaster knowledge fine-tuning, lightweight edge AI applications for disaster scenarios with limited power/communication, and continual learning capabilities.

Abstract: Natural disasters such as earthquakes, torrential rainfall, floods, and volcanic eruptions occur with extremely low frequency and affect limited geographic areas. When individuals face disaster situations, they often experience confusion and lack the domain-specific knowledge and experience necessary to determine appropriate responses and actions. While disaster information is continuously updated, even when utilizing RAG search and large language models for inquiries, obtaining relevant domain knowledge about natural disasters and experiences similar to one’s specific situation is not guaranteed. When hallucinations are included in disaster question answering, artificial misinformation may spread and exacerbate confusion. This work introduces a disaster-focused question answering system based on Japanese disaster situations and response experiences. Utilizing the cl-tohoku/bert-base-japanese-v3 + Bi-LSTM + Enhanced Position Heads architecture with LoRA efficiency optimization, we achieved 70.4% End Position accuracy with only 5.7% of the total parameters (6.7M/117M). Experimental results demonstrate that the combination of Japanese BERT-base optimization and Bi-LSTM contextual understanding achieves accuracy levels suitable for real disaster response scenarios, attaining a 0.885 Span F1 score. Future challenges include: establishing natural disaster Q&A benchmark datasets, fine-tuning foundation models with disaster knowledge, developing lightweight and power-efficient edge AI Disaster Q&A applications for situations with insufficient power and communication during disasters, and addressing disaster knowledge base updates and continual learning capabilities.

[2] Inference-time Alignment via Sparse Junction Steering

Runyi Hu, Jie Zhang, Shiqian Zhao, Jiale Meng, Jiwei Li, Jason Zeng, Ming Wu, Michael Heinrich, Yonggang Wen, Tianwei Zhang

Main category: cs.CL

TL;DR: Sparse Inference-time Alignment (SIA) enables efficient LLM control by steering only at high-entropy decision points instead of every token, achieving better alignment-efficiency trade-offs.

DetailsMotivation: Existing token-level steering methods require dense intervention at every decoding step, which causes computational overhead and risks degrading generation quality by excessively drifting from the model's intrinsic distribution.

Method: SIA performs sparse junction steering by intervening only at critical decision points (high-entropy junctions) along the generation trajectory, using the insight that these points mark pivotal decisions and are particularly susceptible to misalignment.

Result: Steering only 20% to 80% of tokens achieves superior alignment-efficiency trade-offs; for strong base models like Qwen3, intervening on as few as 20% of tokens matches or surpasses heavily post-trained instruct models; reduces computational cost by up to 6x.

Conclusion: Sparse intervention is sufficient for effective alignment, enabling stronger guidance while better preserving the model’s native distribution, and integrates well with search-based methods like Best-of-N.

Abstract: Token-level steering has emerged as a pivotal approach for inference-time alignment, enabling fine grained control over large language models by modulating their output distributions without parameter updates. While effective, existing methods rely on dense intervention at every decoding step. This persistent manipulation not only incurs substantial computational overhead but also risks compromising generation quality by excessively drifting from the model’s intrinsic distribution. In this work, we show that dense intervention is unnecessary and propose Sparse Inference time Alignment (SIA), which performs sparse junction steering by intervening only at critical decision points along the generation trajectory. Our key insight is that high entropy junctions mark pivotal decision points in the generation trajectory and are particularly susceptible to misalignment, indicating the need to introduce alignment related reward signals at these points. Extensive experiments across different model families and alignment objectives show that steering only 20% to 80% of tokens achieves superior alignment-efficiency trade offs. For strong base models such as Qwen3, intervening on as few as 20% of tokens matches or even surpasses heavily post-trained instruct models. This sparsity enables stronger guidance while better preserving the model’s native distribution, integrates seamlessly with search based methods such as Best-of-N, and reduces computational cost by up to 6x.

[3] EQ-5D Classification Using Biomedical Entity-Enriched Pre-trained Language Models and Multiple Instance Learning

Zhyar Rzgar K Rostam, Gábor Kertész

Main category: cs.CL

TL;DR: Fine-tuning BERT-based models with biomedical entity enrichment improves automated detection of EQ-5D usage in medical literature for systematic reviews.

DetailsMotivation: Manual screening of large volumes of scientific literature for EQ-5D usage in systematic reviews is time-consuming, error-prone, and inconsistent, necessitating automated solutions.

Method: Fine-tuned general-purpose (BERT) and domain-specific (SciBERT, BioBERT) pre-trained language models enriched with biomedical entity information extracted via scispaCy models, using Multiple Instance Learning with attention pooling for study-level predictions.

Result: Achieved F1-scores up to 0.82 with nearly perfect recall at study-level, significantly outperforming classical bag-of-words baselines and recently reported PLM baselines.

Conclusion: Entity enrichment significantly improves domain adaptation and model generalization, enabling more accurate automated screening in systematic reviews for health economics research.

Abstract: The EQ-5D (EuroQol 5-Dimensions) is a standardized instrument for the evaluation of health-related quality of life. In health economics, systematic literature reviews (SLRs) depend on the correct identification of publications that use the EQ-5D, but manual screening of large volumes of scientific literature is time-consuming, error-prone, and inconsistent. In this study, we investigate fine-tuning of general-purpose (BERT) and domain-specific (SciBERT, BioBERT) pre-trained language models (PLMs), enriched with biomedical entity information extracted through scispaCy models for each statement, to improve EQ-5D detection from abstracts. We conduct nine experimental setups, including combining three scispaCy models with three PLMs, and evaluate their performance at both the sentence and study levels. Furthermore, we explore a Multiple Instance Learning (MIL) approach with attention pooling to aggregate sentence-level information into study-level predictions, where each abstract is represented as a bag of enriched sentences (by scispaCy). The findings indicate consistent improvements in F1-scores (reaching 0.82) and nearly perfect recall at the study-level, significantly exceeding classical bag-of-words baselines and recently reported PLM baselines. These results show that entity enrichment significantly improves domain adaptation and model generalization, enabling more accurate automated screening in systematic reviews.

[4] Robust Long-Form Bangla Speech Processing: Automatic Speech Recognition and Speaker Diarization

MD. Sagor Chowdhury, Adiba Fairooz Chowdhury

Main category: cs.CL

TL;DR: Bengali speech recognition and speaker diarization system combining fine-tuned Whisper model with source separation and improved diarization pipeline for low-resource language challenges.

DetailsMotivation: Bengali presents significant challenges for speech processing: large phoneme inventory, dialectal variation, code-mixing with English, and scarcity of labeled data. The DL Sprint 4.0 competition on Kaggle provided a platform to address these challenges in long-form speech recognition and speaker diarization.

Method: For ASR: Combined BengaliAI fine-tuned Whisper medium model with Demucs source separation for vocal isolation, silence-boundary chunking, and carefully tuned generation hyperparameters. For speaker diarization: Replaced default segmentation model in pyannote.audio pipeline with Bengali-fine-tuned variant, used wespeaker-voxceleb-resnet34-LM embeddings with centroid-based agglomerative clustering.

Result: Achieved best private WER of 0.37738 and public WER of 0.36137 for ASR. For speaker diarization, achieved best private DER of 0.27671 and public DER of 0.20936. Domain-specific fine-tuning of segmentation, vocal source separation, and silence-aware chunking were identified as most impactful design choices.

Conclusion: The system demonstrates effective approaches for low-resource Bengali speech processing, with domain-specific fine-tuning, source separation, and intelligent chunking being key to success in both ASR and speaker diarization tasks.

Abstract: We describe our end-to-end system for Bengali long-form speech recognition (ASR) and speaker diarization submitted to the DL Sprint 4.0 competition on Kaggle. Bengali presents substantial challenges for both tasks: a large phoneme inventory, significant dialectal variation, frequent code-mixing with English, and a relative scarcity of large-scale labelled corpora. For ASR we achieve a best private Word Error Rate (WER) of 0.37738 and public WER of 0.36137, combining a BengaliAI fine-tuned Whisper medium model with Demucs source separation for vocal isolation, silence-boundary chunking, and carefully tuned generation hyperparameters. For speaker diarization we reach a best private Diarization Error Rate (DER) of 0.27671 and public DER of 0.20936 by replacing the default segmentation model inside the pyannote.audio pipeline with a Bengali-fine-tuned variant, pairing it with wespeaker-voxceleb-resnet34-LM embeddings and centroid-based agglomerative clustering. Our experiments demonstrate that domain-specific fine-tuning of the segmentation component, vocal source separation, and natural silence-aware chunking are the three most impactful design choices for low-resource Bengali speech processing.

[5] Applied Sociolinguistic AI for Community Development (ASA-CD): A New Scientific Paradigm for Linguistically-Grounded Social Intervention

S M Ruhul Alam, Rifa Ferzana

Main category: cs.CL

TL;DR: Unable to fetch paper summary due to HTTP 429 error (rate limiting)

DetailsMotivation: Cannot determine motivation as paper content is unavailable

Method: Cannot determine method as paper content is unavailable

Result: Cannot determine results as paper content is unavailable

Conclusion: Cannot determine conclusion as paper content is unavailable

Abstract: Failed to fetch summary for 2602.21217: Page request resulted in HTTP 429 (https://export.arxiv.org/api/query?search_query=&id_list=2602.21217&sortBy=relevance&sortOrder=descending&start=0&max_results=100)

[6] EPSVec: Efficient and Private Synthetic Data Generation via Dataset Vectors

Amin Banayeeanzade, Qingchuan Yang, Deqing Fu, Spencer Hong, Erin Babinsky, Alfy Samuel, Anoop Kumar, Robin Jia, Sai Praneeth Karimireddy

Main category: cs.CL

TL;DR: Unable to fetch paper summary due to HTTP 429 error (rate limiting)

DetailsMotivation: Cannot determine motivation without access to paper content

Method: Cannot determine method without access to paper content

Result: Cannot determine results without access to paper content

Conclusion: Cannot draw conclusions without access to paper content

Abstract: Failed to fetch summary for 2602.21218: Page request resulted in HTTP 429 (https://export.arxiv.org/api/query?search_query=&id_list=2602.21218&sortBy=relevance&sortOrder=descending&start=0&max_results=100)

[7] Under the Influence: Quantifying Persuasion and Vigilance in Large Language Models

Sasha Robinson, Kerem Oktar, Katherine M. Collins, Ilia Sucholutsky, Kelsey R. Allen

Main category: cs.CL

TL;DR: Unable to fetch paper summary due to HTTP 429 error (rate limiting)

DetailsMotivation: Cannot determine motivation as paper content is unavailable

Method: Cannot determine method as paper content is unavailable

Result: Cannot determine results as paper content is unavailable

Conclusion: Cannot draw conclusions as paper content is unavailable

Abstract: Failed to fetch summary for 2602.21262: Page request resulted in HTTP 429 (https://export.arxiv.org/api/query?search_query=&id_list=2602.21262&sortBy=relevance&sortOrder=descending&start=0&max_results=100)

[8] Reasoning-Based Personalized Generation for Users with Sparse Data

Bo Ni, Branislav Kveton, Samyadeep Basu, Subhojyoti Mukherjee, Leyao Wang, Franck Dernoncourt, Sungchul Kim, Seunghyun Yoon, Zichao Wang, Ruiyi Zhang, Puneet Mathur, Jihyung Kil, Jiuxiang Gu, Nedim Lipka, Yu Wang, Ryan A. Rossi, Tyler Derr

Main category: cs.CL

TL;DR: Failed to fetch summary for paper 2602.21219 due to HTTP 429 error (rate limiting)

DetailsMotivation: Unable to determine motivation as the abstract could not be retrieved

Method: Unable to determine method as the abstract could not be retrieved

Result: Unable to determine results as the abstract could not be retrieved

Conclusion: Unable to draw conclusions as the abstract could not be retrieved

Abstract: Failed to fetch summary for 2602.21219: Page request resulted in HTTP 429 (https://export.arxiv.org/api/query?search_query=&id_list=2602.21219&sortBy=relevance&sortOrder=descending&start=0&max_results=100)

[9] Field-Theoretic Memory for AI Agents: Continuous Dynamics for Context Preservation

Subhadip Mitra

Main category: cs.CL

TL;DR: Failed to fetch paper summary due to HTTP 429 error (rate limiting)

DetailsMotivation: Unable to determine motivation due to failed paper retrieval

Method: Unable to determine method due to failed paper retrieval

Result: Unable to determine results due to failed paper retrieval

Conclusion: Unable to analyze paper due to technical retrieval error

Abstract: Failed to fetch summary for 2602.21220: Page request resulted in HTTP 429 (https://export.arxiv.org/api/query?search_query=&id_list=2602.21220&sortBy=relevance&sortOrder=descending&start=0&max_results=100)

[10] Task-Aware LoRA Adapter Composition via Similarity Retrieval in Vector Databases

Riya Adsul, Balachandra Devarangadi Sunil, Isha Nalawade, Sudharshan Govindan

Main category: cs.CL

TL;DR: Failed to fetch paper summary due to HTTP 429 error (rate limiting) - unable to analyze content

DetailsMotivation: Unable to determine motivation due to failed API request

Method: Unable to determine method due to failed API request

Result: Unable to determine results due to failed API request

Conclusion: Unable to draw conclusions due to failed API request

Abstract: Failed to fetch summary for 2602.21222: Page request resulted in HTTP 429 (https://export.arxiv.org/api/query?search_query=&id_list=2602.21222&sortBy=relevance&sortOrder=descending&start=0&max_results=100)

[11] Prompt Architecture Determines Reasoning Quality: A Variable Isolation Study on the Car Wash Problem

Heejin Jo

Main category: cs.CL

TL;DR: Unable to fetch paper details due to HTTP 429 error (rate limiting). The paper ID 2602.21814 suggests it’s from February 2024, but no content available for analysis.

DetailsMotivation: Cannot determine motivation without access to the paper content. The HTTP 429 error indicates the arXiv API rate limit was exceeded.

Method: No method information available due to failed content retrieval.

Result: No results available as the paper content could not be fetched.

Conclusion: Unable to analyze paper due to technical limitations in accessing the content.

Abstract: Failed to fetch summary for 2602.21814: Page request resulted in HTTP 429 (https://export.arxiv.org/api/query?search_query=&id_list=2602.21814&sortBy=relevance&sortOrder=descending&start=0&max_results=100)

[12] Measuring Pragmatic Influence in Large Language Model Instructions

Yilin Geng, Omri Abend, Eduard Hovy, Lea Frermann

Main category: cs.CL

TL;DR: Failed to fetch paper summary due to HTTP 429 error (rate limiting)

DetailsMotivation: Unable to determine motivation due to fetch failure

Method: Unable to determine method due to fetch failure

Result: Unable to determine results due to fetch failure

Conclusion: Unable to draw conclusions due to fetch failure

Abstract: Failed to fetch summary for 2602.21223: Page request resulted in HTTP 429 (https://export.arxiv.org/api/query?search_query=&id_list=2602.21223&sortBy=relevance&sortOrder=descending&start=0&max_results=100)

[13] Distill and Align Decomposition for Enhanced Claim Verification

Jabez Magomere, Elena Kochkina, Samuel Mensah, Simerjot Kaur, Fernando Acero, Arturo Oncevay, Charese H. Smiley, Xiaomo Liu, Manuela Veloso

Main category: cs.CL

TL;DR: Failed to fetch paper summary due to HTTP 429 error (rate limiting)

DetailsMotivation: Unable to determine motivation due to fetch failure

Method: Unable to determine method due to fetch failure

Result: Unable to determine results due to fetch failure

Conclusion: Unable to determine conclusion due to fetch failure

Abstract: Failed to fetch summary for 2602.21857: Page request resulted in HTTP 429 (https://export.arxiv.org/api/query?search_query=&id_list=2602.21857&sortBy=relevance&sortOrder=descending&start=0&max_results=100)

[14] Make Every Draft Count: Hidden State based Speculative Decoding

Yuetao Chen, Xuliang Wang, Xinzhou Zheng, Ming Li, Peng Wang, Hong Xu

Main category: cs.CL

TL;DR: Failed to fetch paper summary due to HTTP 429 error (rate limiting)

DetailsMotivation: Unable to determine motivation due to fetch failure

Method: Unable to determine method due to fetch failure

Result: Unable to determine results due to fetch failure

Conclusion: Unable to determine conclusion due to fetch failure

Abstract: Failed to fetch summary for 2602.21224: Page request resulted in HTTP 429 (https://export.arxiv.org/api/query?search_query=&id_list=2602.21224&sortBy=relevance&sortOrder=descending&start=0&max_results=100)

[15] Architecture-Agnostic Curriculum Learning for Document Understanding: Empirical Evidence from Text-Only and Multimodal

Mohammed Hamdan, Vincenzo Dentamaro, Giuseppe Pirlo, Mohamed Cheriet

Main category: cs.CL

TL;DR: Unable to fetch paper summary due to HTTP 429 error (rate limiting)

DetailsMotivation: Cannot determine motivation as paper content is unavailable

Method: Cannot determine method as paper content is unavailable

Result: Cannot determine results as paper content is unavailable

Conclusion: Cannot draw conclusions as paper content is unavailable

Abstract: Failed to fetch summary for 2602.21225: Page request resulted in HTTP 429 (https://export.arxiv.org/api/query?search_query=&id_list=2602.21225&sortBy=relevance&sortOrder=descending&start=0&max_results=100)

Ezieddin Elmahjub, Junaid Qadir, Abdullah Mushtaq, Rafay Naeem, Ibrahim Ghaznavi, Waleed Iqbal

Main category: cs.CL

TL;DR: Failed to fetch paper summary due to HTTP 429 error (rate limiting)

DetailsMotivation: Unable to determine motivation due to access error

Method: Unable to determine method due to access error

Result: Unable to determine results due to access error

Conclusion: Unable to determine conclusion due to access error

Abstract: Failed to fetch summary for 2602.21226: Page request resulted in HTTP 429 (https://export.arxiv.org/api/query?search_query=&id_list=2602.21226&sortBy=relevance&sortOrder=descending&start=0&max_results=100)

[17] Budget-Aware Agentic Routing via Boundary-Guided Training

Caiqi Zhang, Menglin Xia, Xuchao Zhang, Daniel Madrigal, Ankur Mallick, Samuel Kessler, Victor Ruehle, Saravan Rajmohan

Main category: cs.CL

TL;DR: Unable to analyze paper 2602.21227 due to HTTP 429 error when fetching from arXiv API

DetailsMotivation: Cannot determine motivation as paper content could not be retrieved

Method: Cannot determine method as paper content could not be retrieved

Result: Cannot determine results as paper content could not be retrieved

Conclusion: Cannot draw conclusions about paper content due to retrieval error

Abstract: Failed to fetch summary for 2602.21227: Page request resulted in HTTP 429 (https://export.arxiv.org/api/query?search_query=&id_list=2602.21227&sortBy=relevance&sortOrder=descending&start=0&max_results=100)

[18] ImpRIF: Stronger Implicit Reasoning Leads to Better Complex Instruction Following

Yuancheng Yang, Lin Yang, Xu Wang, Chao Tong, Haihua Yang

Main category: cs.CL

TL;DR: Unable to analyze paper 2602.21228 due to HTTP 429 error when fetching from arXiv API

DetailsMotivation: Cannot determine motivation as paper content could not be retrieved

Method: Cannot determine method as paper content could not be retrieved

Result: Cannot determine results as paper content could not be retrieved

Conclusion: Cannot draw conclusions as paper content could not be retrieved

Abstract: Failed to fetch summary for 2602.21228: Page request resulted in HTTP 429 (https://export.arxiv.org/api/query?search_query=&id_list=2602.21228&sortBy=relevance&sortOrder=descending&start=0&max_results=100)

[19] TRACE: Trajectory-Aware Comprehensive Evaluation for Deep Research Agents

Yanyu Chen, Jiyue Jiang, Jiahong Liu, Yifei Zhang, Xiao Guo, Irwin King

Main category: cs.CL

TL;DR: Unable to fetch paper summary due to HTTP 429 error (rate limiting) from arXiv API

DetailsMotivation: Cannot determine motivation as paper content is unavailable due to API rate limiting

Method: Cannot determine method as paper content is unavailable due to API rate limiting

Result: Cannot determine results as paper content is unavailable due to API rate limiting

Conclusion: Cannot draw conclusions as paper content is unavailable due to API rate limiting

Abstract: Failed to fetch summary for 2602.21230: Page request resulted in HTTP 429 (https://export.arxiv.org/api/query?search_query=&id_list=2602.21230&sortBy=relevance&sortOrder=descending&start=0&max_results=100)

[20] Structured Prompt Language: Declarative Context Management for LLMs

Wen G. Gong

Main category: cs.CL

TL;DR: Unable to fetch paper summary due to HTTP 429 error (rate limiting). The paper ID 2602.21257 appears to be from February 2025, suggesting it’s a recent paper in the multimodal AI space.

DetailsMotivation: Cannot determine motivation due to inability to access paper content. Based on the arXiv ID format (2602.21257), this appears to be a paper from February 2025, likely addressing recent developments in multimodal AI.

Method: Method unknown - unable to access paper content due to HTTP 429 error (rate limiting by arXiv API).

Result: Results unknown - unable to access paper content due to HTTP 429 error.

Conclusion: Cannot provide conclusion due to inability to access paper content. The HTTP 429 error indicates rate limiting by arXiv’s API.

Abstract: Failed to fetch summary for 2602.21257: Page request resulted in HTTP 429 (https://export.arxiv.org/api/query?search_query=&id_list=2602.21257&sortBy=relevance&sortOrder=descending&start=0&max_results=100)

[21] ToolMATH: A Math Tool Benchmark for Realistic Long-Horizon Multi-Tool Reasoning

Hyeonje Choi, Jeongsoo Lee, Hyojun Lee, Jay-Yoon Lee

Main category: cs.CL

TL;DR: Failed to fetch paper summary due to HTTP 429 error (rate limiting) from arXiv API

DetailsMotivation: Unable to determine motivation due to API rate limiting preventing access to paper content

Method: Cannot analyze method as paper content is unavailable due to HTTP 429 error

Result: No results available - arXiv API returned rate limiting error (HTTP 429)

Conclusion: Cannot draw conclusions about paper content due to technical limitations in accessing the paper

Abstract: Failed to fetch summary for 2602.21265: Page request resulted in HTTP 429 (https://export.arxiv.org/api/query?search_query=&id_list=2602.21265&sortBy=relevance&sortOrder=descending&start=0&max_results=100)

[22] Black-Box Reliability Certification for AI Agents via Self-Consistency Sampling and Conformal Calibration

Charafeddine Mouzouni

Main category: cs.CL

TL;DR: Unable to fetch paper summary due to HTTP 429 error (rate limiting) from arXiv API

DetailsMotivation: Cannot determine motivation as paper content is unavailable due to technical issues with arXiv API

Method: Cannot determine method as paper content is unavailable due to technical issues with arXiv API

Result: Cannot determine results as paper content is unavailable due to technical issues with arXiv API

Conclusion: Cannot draw conclusions as paper content is unavailable due to technical issues with arXiv API

Abstract: Failed to fetch summary for 2602.21368: Page request resulted in HTTP 429 (https://export.arxiv.org/api/query?search_query=&id_list=2602.21368&sortBy=relevance&sortOrder=descending&start=0&max_results=100)

[23] Alignment-Weighted DPO: A principled reasoning approach to improve safety alignment

Mengxuan Hu, Vivek V. Datla, Anoop Kumar, Zihan Guan, Sheng Li, Alfy Samuel, Daben Liu

Main category: cs.CL

TL;DR: Failed to fetch paper summary due to HTTP 429 error (rate limiting). The paper ID 2602.21346 appears to be from February 2024, but content is unavailable.

DetailsMotivation: Unable to determine motivation due to content unavailability.

Method: Unable to determine method due to content unavailability.

Result: Unable to determine results due to content unavailability.

Conclusion: Unable to determine conclusion due to content unavailability.

Abstract: Failed to fetch summary for 2602.21346: Page request resulted in HTTP 429 (https://export.arxiv.org/api/query?search_query=&id_list=2602.21346&sortBy=relevance&sortOrder=descending&start=0&max_results=100)

[24] Small Language Models for Privacy-Preserving Clinical Information Extraction in Low-Resource Languages

Mohammadreza Ghaffarzadeh-Esfahani, Nahid Yousefian, Ebrahim Heidari-Farsani, Ali Akbar Omidvarian, Sepehr Ghahraei, Atena Farangi, AmirBahador Boroumand

Main category: cs.CL

TL;DR: Unable to analyze paper 2602.21374 due to HTTP 429 error when fetching abstract from arXiv API

DetailsMotivation: Cannot determine motivation as abstract is unavailable due to API rate limiting

Method: Cannot determine method as abstract is unavailable due to API rate limiting

Result: Cannot determine results as abstract is unavailable due to API rate limiting

Conclusion: Cannot draw conclusions about paper content due to inability to access abstract

Abstract: Failed to fetch summary for 2602.21374: Page request resulted in HTTP 429 (https://export.arxiv.org/api/query?search_query=&id_list=2602.21374&sortBy=relevance&sortOrder=descending&start=0&max_results=100)

[25] Beyond Subtokens: A Rich Character Embedding for Low-resource and Morphologically Complex Languages

Felix Schneider, Maria Gogolev, Sven Sickert, Joachim Denzler

Main category: cs.CL

TL;DR: Failed to fetch paper summary due to HTTP 429 error (rate limiting)

DetailsMotivation: Unable to determine motivation due to failed paper fetch

Method: Unable to determine method due to failed paper fetch

Result: Unable to determine results due to failed paper fetch

Conclusion: Unable to determine conclusion due to failed paper fetch

Abstract: Failed to fetch summary for 2602.21377: Page request resulted in HTTP 429 (https://export.arxiv.org/api/query?search_query=&id_list=2602.21377&sortBy=relevance&sortOrder=descending&start=0&max_results=100)

[26] MrBERT: Modern Multilingual Encoders via Vocabulary, Domain, and Dimensional Adaptation

Daniel Tamayo, Iñaki Lacunza, Paula Rivera-Hidalgo, Severino Da Dalt, Javier Aula-Blasco, Aitor Gonzalez-Agirre, Marta Villegas

Main category: cs.CL

TL;DR: Unable to fetch paper summary due to HTTP 429 error (rate limiting)

DetailsMotivation: Cannot determine motivation as paper content is unavailable due to API rate limiting

Method: Cannot determine method as paper content is unavailable

Result: Cannot determine results as paper content is unavailable

Conclusion: Cannot draw conclusions without access to paper content

Abstract: Failed to fetch summary for 2602.21379: Page request resulted in HTTP 429 (https://export.arxiv.org/api/query?search_query=&id_list=2602.21379&sortBy=relevance&sortOrder=descending&start=0&max_results=100)

[27] VecGlypher: Unified Vector Glyph Generation with Language Models

Xiaoke Huang, Bhavul Gauri, Kam Woh Ng, Tony Ng, Mengmeng Xu, Zhiheng Liu, Weiming Ren, Zhaochong An, Zijian Zhou, Haonan Qiu, Yuyin Zhou, Sen He, Ziheng Wang, Tao Xiang, Xiao Han

Main category: cs.CL

TL;DR: Unable to fetch paper summary due to HTTP 429 error (rate limiting). The paper ID 2602.21461 suggests it’s from February 2026, which is in the future relative to current date.

DetailsMotivation: Cannot determine motivation due to inability to access paper content.

Method: Cannot determine method due to inability to access paper content.

Result: Cannot determine results due to inability to access paper content.

Conclusion: Cannot draw conclusions due to inability to access paper content.

Abstract: Failed to fetch summary for 2602.21461: Page request resulted in HTTP 429 (https://export.arxiv.org/api/query?search_query=&id_list=2602.21461&sortBy=relevance&sortOrder=descending&start=0&max_results=100)

[28] Evaluating the Usage of African-American Vernacular English in Large Language Models

Deja Dunlap, R. Thomas McCoy

Main category: cs.CL

TL;DR: Failed to fetch summary for paper 2602.21485 due to HTTP 429 error (rate limiting)

DetailsMotivation: Unable to determine motivation due to missing abstract content

Method: Unable to determine method due to missing abstract content

Result: Unable to determine results due to missing abstract content

Conclusion: Unable to draw conclusions due to missing abstract content

Abstract: Failed to fetch summary for 2602.21485: Page request resulted in HTTP 429 (https://export.arxiv.org/api/query?search_query=&id_list=2602.21485&sortBy=relevance&sortOrder=descending&start=0&max_results=100)

[29] Enhancing Multilingual Embeddings via Multi-Way Parallel Text Alignment

Barah Fazili, Koustava Goswami

Main category: cs.CL

TL;DR: Unable to fetch paper summary due to HTTP 429 error (rate limiting) from arXiv API

DetailsMotivation: Cannot determine motivation as paper content is unavailable

Method: Cannot determine method as paper content is unavailable

Result: Cannot determine results as paper content is unavailable

Conclusion: Cannot draw conclusions as paper content is unavailable

Abstract: Failed to fetch summary for 2602.21543: Page request resulted in HTTP 429 (https://export.arxiv.org/api/query?search_query=&id_list=2602.21543&sortBy=relevance&sortOrder=descending&start=0&max_results=100)

[30] MixSarc: A Bangla-English Code-Mixed Corpus for Implicit Meaning Identification

Kazi Samin Yasar Alam, Md Tanbir Chowdhury, Tamim Ahmed, Ajwad Abrar, Md Rafid Haque

Main category: cs.CL

TL;DR: Failed to fetch paper summary due to HTTP 429 error (rate limiting)

DetailsMotivation: Unable to determine motivation due to access error

Method: Unable to determine method due to access error

Result: Unable to determine results due to access error

Conclusion: Unable to determine conclusion due to access error

Abstract: Failed to fetch summary for 2602.21608: Page request resulted in HTTP 429 (https://export.arxiv.org/api/query?search_query=&id_list=2602.21608&sortBy=relevance&sortOrder=descending&start=0&max_results=100)

[31] When More Is Less: A Systematic Analysis of Spatial and Commonsense Information for Visual Spatial Reasoning

Muku Akasaka, Soyeon Caren Han

Main category: cs.CL

TL;DR: Failed to fetch paper summary due to HTTP 429 error (rate limiting)

DetailsMotivation: Unable to determine motivation due to access error

Method: Unable to determine method due to access error

Result: Unable to determine results due to access error

Conclusion: Unable to determine conclusion due to access error

Abstract: Failed to fetch summary for 2602.21619: Page request resulted in HTTP 429 (https://export.arxiv.org/api/query?search_query=&id_list=2602.21619&sortBy=relevance&sortOrder=descending&start=0&max_results=100)

[32] RuCL: Stratified Rubric-Based Curriculum Learning for Multimodal Large Language Model Reasoning

Yukun Chen, Jiaming Li, Longze Chen, Ze Gong, Jingpeng Li, Zhen Qin, Hengyu Chang, Ancheng Xu, Zhihao Yang, Hamid Alinejad-Rokny, Qiang Qu, Bo Zheng, Min Yang

Main category: cs.CL

TL;DR: Failed to fetch paper summary due to HTTP 429 error (rate limiting) from arXiv API

DetailsMotivation: Unable to determine motivation due to API rate limiting preventing access to paper content

Method: No method information available - arXiv API request resulted in HTTP 429 error

Result: No results available - could not retrieve paper content

Conclusion: Unable to analyze paper due to technical limitations in accessing the content

Abstract: Failed to fetch summary for 2602.21628: Page request resulted in HTTP 429 (https://export.arxiv.org/api/query?search_query=&id_list=2602.21628&sortBy=relevance&sortOrder=descending&start=0&max_results=100)

[33] Adversarial Intent is a Latent Variable: Stateful Trust Inference for Securing Multimodal Agentic RAG

Inderjeet Singh, Vikas Pahuja, Aishvariya Priya Rathina Sabapathy, Chiara Picardi, Amit Giloni, Roman Vainshtein, Andrés Murillo, Hisashi Kojima, Motoyoshi Sekiya, Yuki Unno, Junichi Suga

Main category: cs.CL

TL;DR: Failed to fetch paper summary due to HTTP 429 error (rate limiting)

DetailsMotivation: Unable to determine motivation due to fetch failure

Method: Unable to determine method due to fetch failure

Result: Unable to determine results due to fetch failure

Conclusion: Unable to determine conclusion due to fetch failure

Abstract: Failed to fetch summary for 2602.21447: Page request resulted in HTTP 429 (https://export.arxiv.org/api/query?search_query=&id_list=2602.21447&sortBy=relevance&sortOrder=descending&start=0&max_results=100)

[34] Multi-dimensional Assessment and Explainable Feedback for Counselor Responses to Client Resistance in Text-based Counseling with LLMs

Anqi Li, Ruihan Wang, Zhaoming Chen, Yuqian Chen, Yu Lu, Yi Zhu, Yuan Xie, Zhenzhong Lan

Main category: cs.CL

TL;DR: Failed to fetch paper summary due to HTTP 429 error (rate limiting)

DetailsMotivation: Unable to determine motivation due to fetch failure

Method: Unable to determine method due to fetch failure

Result: Unable to determine results due to fetch failure

Conclusion: Unable to determine conclusion due to fetch failure

Abstract: Failed to fetch summary for 2602.21638: Page request resulted in HTTP 429 (https://export.arxiv.org/api/query?search_query=&id_list=2602.21638&sortBy=relevance&sortOrder=descending&start=0&max_results=100)

[35] Revisiting Text Ranking in Deep Research

Chuan Meng, Litu Ou, Sean MacAvaney, Jeff Dalton

Main category: cs.CL

TL;DR: Unable to fetch paper summary due to HTTP 429 error (rate limiting) from arXiv API

DetailsMotivation: Cannot determine motivation without access to paper content

Method: Cannot determine method without access to paper content

Result: Cannot determine results without access to paper content

Conclusion: Cannot draw conclusions without access to paper content

Abstract: Failed to fetch summary for 2602.21456: Page request resulted in HTTP 429 (https://export.arxiv.org/api/query?search_query=&id_list=2602.21456&sortBy=relevance&sortOrder=descending&start=0&max_results=100)

[36] Scalable Multilingual Multimodal Machine Translation with Speech-Text Fusion

Yexing Du, Youcheng Pan, Zekun Wang, Zheng Chu, Yichong Huang, Kaiyuan Liu, Bo Yang, Yang Xiang, Ming Liu, Bing Qin

Main category: cs.CL

TL;DR: Failed to fetch paper summary due to HTTP 429 error (rate limiting)

DetailsMotivation: Unable to determine motivation due to fetch failure

Method: Unable to determine method due to fetch failure

Result: Unable to determine results due to fetch failure

Conclusion: Unable to determine conclusion due to fetch failure

Abstract: Failed to fetch summary for 2602.21646: Page request resulted in HTTP 429 (https://export.arxiv.org/api/query?search_query=&id_list=2602.21646&sortBy=relevance&sortOrder=descending&start=0&max_results=100)

[37] GradAlign: Gradient-Aligned Data Selection for LLM Reinforcement Learning

Ningyuan Yang, Weihua Du, Weiwei Sun, Sean Welleck, Yiming Yang

Main category: cs.CL

TL;DR: Unable to analyze paper 2602.21492 due to HTTP 429 error when fetching from arXiv API

DetailsMotivation: Cannot determine motivation as paper content could not be retrieved

Method: Cannot determine method as paper content could not be retrieved

Result: Cannot determine results as paper content could not be retrieved

Conclusion: Cannot draw conclusions as paper content could not be retrieved

Abstract: Failed to fetch summary for 2602.21492: Page request resulted in HTTP 429 (https://export.arxiv.org/api/query?search_query=&id_list=2602.21492&sortBy=relevance&sortOrder=descending&start=0&max_results=100)

[38] Mitigating Structural Noise in Low-Resource S2TT: An Optimized Cascaded Nepali-English Pipeline with Punctuation Restoration

Tangsang Chongbang, Pranesh Pyara Shrestha, Amrit Sarki, Anku Jaiswal

Main category: cs.CL

TL;DR: Unable to fetch paper details due to HTTP 429 error (rate limiting) from arXiv API

DetailsMotivation: Cannot determine motivation as paper content is unavailable

Method: Cannot determine method as paper content is unavailable

Result: Cannot determine results as paper content is unavailable

Conclusion: Cannot draw conclusions as paper content is unavailable

Abstract: Failed to fetch summary for 2602.21647: Page request resulted in HTTP 429 (https://export.arxiv.org/api/query?search_query=&id_list=2602.21647&sortBy=relevance&sortOrder=descending&start=0&max_results=100)

[39] One Brain, Omni Modalities: Towards Unified Non-Invasive Brain Decoding with Large Language Models

Changli Tang, Shurui Li, Junliang Wang, Qinfan Xiao, Zhonghao Zhai, Lei Bai, Yu Qiao, Bowen Zhou, Wen Wu, Yuanning Li, Chao Zhang

Main category: cs.CL

TL;DR: Unable to fetch paper summary due to HTTP 429 error (rate limiting)

DetailsMotivation: Cannot determine motivation due to failed paper fetch

Method: Cannot determine method due to failed paper fetch

Result: Cannot determine results due to failed paper fetch

Conclusion: Cannot determine conclusion due to failed paper fetch

Abstract: Failed to fetch summary for 2602.21522: Page request resulted in HTTP 429 (https://export.arxiv.org/api/query?search_query=&id_list=2602.21522&sortBy=relevance&sortOrder=descending&start=0&max_results=100)

[40] Sparsity Induction for Accurate Post-Training Pruning of Large Language Models

Minhao Jiang, Zhikai Li, Xuewen Liu, Jing Zhang, Mengjuan Chen, Qingyi Gu

Main category: cs.CL

TL;DR: Unable to fetch paper summary due to HTTP 429 error (rate limiting)

DetailsMotivation: Cannot determine motivation due to failed paper fetch

Method: Cannot determine method due to failed paper fetch

Result: Cannot determine results due to failed paper fetch

Conclusion: Cannot determine conclusion due to failed paper fetch

Abstract: Failed to fetch summary for 2602.21652: Page request resulted in HTTP 429 (https://export.arxiv.org/api/query?search_query=&id_list=2602.21652&sortBy=relevance&sortOrder=descending&start=0&max_results=100)

[41] DWA-KD: Dual-Space Weighting and Time-Warped Alignment for Cross-Tokenizer Knowledge Distillation

Duc Trung Vu, Pham Khanh Chi, Dat Phi Van, Linh Ngo Van, Sang Dinh, Trung Le

Main category: cs.CL

TL;DR: Unable to fetch paper summary due to HTTP 429 error (rate limiting)

DetailsMotivation: Cannot determine motivation as paper content is unavailable

Method: Cannot determine method as paper content is unavailable

Result: Cannot determine results as paper content is unavailable

Conclusion: Cannot draw conclusions about the paper due to access limitations

Abstract: Failed to fetch summary for 2602.21669: Page request resulted in HTTP 429 (https://export.arxiv.org/api/query?search_query=&id_list=2602.21669&sortBy=relevance&sortOrder=descending&start=0&max_results=100)

[42] Evaluating the relationship between regularity and learnability in recursive numeral systems using Reinforcement Learning

Andrea Silvi, Ponrawee Prasertsom, Jennifer Culbertson, Devdatt Dubhashi, Moa Johansson, Kenny Smith

Main category: cs.CL

TL;DR: Unable to fetch paper details due to HTTP 429 error (rate limiting)

DetailsMotivation: Cannot determine motivation due to access limitations

Method: Cannot determine method due to access limitations

Result: Cannot determine results due to access limitations

Conclusion: Cannot determine conclusion due to access limitations

Abstract: Failed to fetch summary for 2602.21720: Page request resulted in HTTP 429 (https://export.arxiv.org/api/query?search_query=&id_list=2602.21720&sortBy=relevance&sortOrder=descending&start=0&max_results=100)

[43] Explore-on-Graph: Incentivizing Autonomous Exploration of Large Language Models on Knowledge Graphs with Path-refined Reward Modeling

Shiqi Yan, Yubo Chen, Ruiqi Zhou, Zhengxi Yao, Shuai Chen, Tianyi Zhang, Shijie Zhang, Wei Qiang Zhang, Yongfeng Huang, Haixin Duan, Yunqi Zhang

Main category: cs.CL

TL;DR: Failed to fetch paper summary due to HTTP 429 error (rate limiting)

DetailsMotivation: Unable to determine motivation due to failed paper fetch

Method: Unable to determine method due to failed paper fetch

Result: Unable to determine results due to failed paper fetch

Conclusion: Unable to draw conclusions due to failed paper fetch

Abstract: Failed to fetch summary for 2602.21728: Page request resulted in HTTP 429 (https://export.arxiv.org/api/query?search_query=&id_list=2602.21728&sortBy=relevance&sortOrder=descending&start=0&max_results=100)

[44] Improving Implicit Discourse Relation Recognition with Natural Language Explanations from LLMs

Heng Wang, Changxing Wu

Main category: cs.CL

TL;DR: Failed to fetch paper summary due to HTTP 429 error (rate limiting)

DetailsMotivation: Unable to determine motivation due to failed paper retrieval

Method: Unable to determine method due to failed paper retrieval

Result: Unable to determine results due to failed paper retrieval

Conclusion: Unable to determine conclusion due to failed paper retrieval

Abstract: Failed to fetch summary for 2602.21763: Page request resulted in HTTP 429 (https://export.arxiv.org/api/query?search_query=&id_list=2602.21763&sortBy=relevance&sortOrder=descending&start=0&max_results=100)

[45] D-COT: Disciplined Chain-of-Thought Learning for Efficient Reasoning in Small Language Models

Shunsuke Ubukata

Main category: cs.CL

TL;DR: Failed to fetch paper summary due to HTTP 429 error (rate limiting)

DetailsMotivation: Unable to determine motivation due to failed API request

Method: Unable to determine method due to failed API request

Result: Unable to determine results due to failed API request

Conclusion: Unable to determine conclusion due to failed API request

Abstract: Failed to fetch summary for 2602.21786: Page request resulted in HTTP 429 (https://export.arxiv.org/api/query?search_query=&id_list=2602.21786&sortBy=relevance&sortOrder=descending&start=0&max_results=100)

[46] FewMMBench: A Benchmark for Multimodal Few-Shot Learning

Mustafa Dogan, Ilker Kesen, Iacer Calixto, Aykut Erdem, Erkut Erdem

Main category: cs.CL

TL;DR: Unable to fetch paper details due to HTTP 429 error (rate limiting) from arXiv API

DetailsMotivation: Cannot determine motivation as paper content is unavailable

Method: Cannot determine method as paper content is unavailable

Result: Cannot determine results as paper content is unavailable

Conclusion: Cannot draw conclusions as paper content is unavailable

Abstract: Failed to fetch summary for 2602.21854: Page request resulted in HTTP 429 (https://export.arxiv.org/api/query?search_query=&id_list=2602.21854&sortBy=relevance&sortOrder=descending&start=0&max_results=100)

[47] Personalized Graph-Empowered Large Language Model for Proactive Information Access

Chia Cheng Chang, An-Zi Yen, Hen-Hsen Huang, Hsin-Hsi Chen

Main category: cs.CL

TL;DR: Unable to fetch paper details due to HTTP 429 error (rate limiting) from arXiv API

DetailsMotivation: Cannot determine motivation as paper content is unavailable

Method: Cannot determine method as paper content is unavailable

Result: Cannot determine results as paper content is unavailable

Conclusion: Cannot determine conclusion as paper content is unavailable

Abstract: Failed to fetch summary for 2602.21862: Page request resulted in HTTP 429 (https://export.arxiv.org/api/query?search_query=&id_list=2602.21862&sortBy=relevance&sortOrder=descending&start=0&max_results=100)

[48] ExpLang: Improved Exploration and Exploitation in LLM Reasoning with On-Policy Thinking Language Selection

Changjiang Gao, Zixian Huang, Kaichen Yang, Jiajun Chen, Jixing Li, Shujian Huang

Main category: cs.CL

TL;DR: Paper analysis unavailable due to HTTP 429 error when fetching abstract from arXiv

DetailsMotivation: Unable to determine motivation as the paper abstract could not be retrieved due to rate limiting (HTTP 429 error)

Method: Method unknown - paper content not accessible due to API rate limiting

Result: No results available - could not fetch paper information

Conclusion: Cannot analyze paper due to technical limitations in accessing the content

Abstract: Failed to fetch summary for 2602.21887: Page request resulted in HTTP 429 (https://export.arxiv.org/api/query?search_query=&id_list=2602.21887&sortBy=relevance&sortOrder=descending&start=0&max_results=100)

[49] Small Wins Big: Comparing Large Language Models and Domain Fine-Tuned Models for Sarcasm Detection in Code-Mixed Hinglish Text

Bitan Majumder, Anirban Sen

Main category: cs.CL

TL;DR: Paper ID 2602.21933 could not be fetched due to HTTP 429 error (rate limiting), so no abstract or content is available for analysis.

DetailsMotivation: Unable to determine motivation due to lack of access to paper content.

Method: Unable to determine method due to lack of access to paper content.

Result: Unable to determine results due to lack of access to paper content.

Conclusion: Unable to draw conclusions due to lack of access to paper content.

Abstract: Failed to fetch summary for 2602.21933: Page request resulted in HTTP 429 (https://export.arxiv.org/api/query?search_query=&id_list=2602.21933&sortBy=relevance&sortOrder=descending&start=0&max_results=100)

[50] MERRY: Semantically Decoupled Evaluation of Multimodal Emotional and Role Consistencies of Role-Playing Agents

Zhenyu Wang, Xiaofen Xing, Yirong Chen, Xiangmin Xu

Main category: cs.CL

TL;DR: Unable to fetch paper summary due to HTTP 429 error (rate limiting)

DetailsMotivation: Cannot determine motivation as paper content is unavailable

Method: Cannot determine method as paper content is unavailable

Result: Cannot determine results as paper content is unavailable

Conclusion: Cannot draw conclusions as paper content is unavailable

Abstract: Failed to fetch summary for 2602.21941: Page request resulted in HTTP 429 (https://export.arxiv.org/api/query?search_query=&id_list=2602.21941&sortBy=relevance&sortOrder=descending&start=0&max_results=100)

[51] Large Language Models are Algorithmically Blind

Sohan Venkatesh, Ashish Mahendran Kurapath, Tejas Melkote

Main category: cs.CL

TL;DR: Paper ID 2602.21947 could not be fetched due to HTTP 429 error (rate limiting)

DetailsMotivation: Unable to determine motivation due to fetch failure

Method: Unable to determine method due to fetch failure

Result: Unable to determine results due to fetch failure

Conclusion: Unable to determine conclusion due to fetch failure

Abstract: Failed to fetch summary for 2602.21947: Page request resulted in HTTP 429 (https://export.arxiv.org/api/query?search_query=&id_list=2602.21947&sortBy=relevance&sortOrder=descending&start=0&max_results=100)

[52] MEDSYN: Benchmarking Multi-EviDence SYNthesis in Complex Clinical Cases for Multimodal Large Language Models

Boqi Chen, Xudong Liu, Jiachuan Peng, Marianne Frey-Marti, Bang Zheng, Kyle Lam, Lin Li, Jianing Qiu

Main category: cs.CL

TL;DR: Failed to fetch paper summary due to HTTP 429 error (rate limiting)

DetailsMotivation: Unable to determine motivation due to access error

Method: Unable to determine method due to access error

Result: Unable to determine results due to access error

Conclusion: Unable to determine conclusion due to access error

Abstract: Failed to fetch summary for 2602.21950: Page request resulted in HTTP 429 (https://export.arxiv.org/api/query?search_query=&id_list=2602.21950&sortBy=relevance&sortOrder=descending&start=0&max_results=100)

[53] RADAR: Reasoning as Discrimination with Aligned Representations for LLM-based Knowledge Graph Reasoning

Bo Xue, Yuan Jin, Luoyi Fu, Jiaxin Ding, Xinbing Wang

Main category: cs.CL

TL;DR: Failed to fetch paper summary due to HTTP 429 error (rate limiting)

DetailsMotivation: Unable to determine motivation due to failed paper fetch

Method: Unable to determine method due to failed paper fetch

Result: Unable to determine results due to failed paper fetch

Conclusion: Unable to draw conclusions due to failed paper fetch

Abstract: Failed to fetch summary for 2602.21951: Page request resulted in HTTP 429 (https://export.arxiv.org/api/query?search_query=&id_list=2602.21951&sortBy=relevance&sortOrder=descending&start=0&max_results=100)

[54] CxMP: A Linguistic Minimal-Pair Benchmark for Evaluating Constructional Understanding in Language Models

Miyu Oba, Saku Sugawara

Main category: cs.CL

TL;DR: Failed to fetch paper summary due to HTTP 429 error (rate limiting)

DetailsMotivation: Unable to determine motivation due to technical error fetching paper content

Method: Unable to determine method due to technical error fetching paper content

Result: Unable to determine results due to technical error fetching paper content

Conclusion: Unable to determine conclusion due to technical error fetching paper content

Abstract: Failed to fetch summary for 2602.21978: Page request resulted in HTTP 429 (https://export.arxiv.org/api/query?search_query=&id_list=2602.21978&sortBy=relevance&sortOrder=descending&start=0&max_results=100)

[55] A Diversity Diet for a Healthier Model: A Case Study of French ModernBERT

Louis Estève, Christophe Servan, Thomas Lavergne, Agata Savary

Main category: cs.CL

TL;DR: Unable to fetch paper details due to HTTP 429 error (rate limiting)

DetailsMotivation: Cannot determine motivation as paper content is unavailable

Method: Cannot determine method as paper content is unavailable

Result: Cannot determine results as paper content is unavailable

Conclusion: Cannot determine conclusion as paper content is unavailable

Abstract: Failed to fetch summary for 2602.22014: Page request resulted in HTTP 429 (https://export.arxiv.org/api/query?search_query=&id_list=2602.22014&sortBy=relevance&sortOrder=descending&start=0&max_results=100)

[56] DLT-Corpus: A Large-Scale Text Collection for the Distributed Ledger Technology Domain

Walter Hernandez Cruz, Peter Devine, Nikhil Vadgama, Paolo Tasca, Jiahua Xu

Main category: cs.CL

TL;DR: Unable to fetch paper details due to HTTP 429 error (rate limiting) from arXiv API

DetailsMotivation: Cannot determine motivation without access to paper content

Method: Cannot determine method without access to paper content

Result: Cannot determine results without access to paper content

Conclusion: Cannot draw conclusions without access to paper content

Abstract: Failed to fetch summary for 2602.22045: Page request resulted in HTTP 429 (https://export.arxiv.org/api/query?search_query=&id_list=2602.22045&sortBy=relevance&sortOrder=descending&start=0&max_results=100)

[57] Understanding Artificial Theory of Mind: Perturbed Tasks and Reasoning in Large Language Models

Christian Nickel, Laura Schrewe, Florian Mai, Lucie Flek

Main category: cs.CL

TL;DR: Failed to fetch paper summary due to HTTP 429 error (rate limiting)

DetailsMotivation: Unable to determine motivation due to fetch failure

Method: Unable to determine method due to fetch failure

Result: Unable to determine results due to fetch failure

Conclusion: Unable to determine conclusion due to fetch failure

Abstract: Failed to fetch summary for 2602.22072: Page request resulted in HTTP 429 (https://export.arxiv.org/api/query?search_query=&id_list=2602.22072&sortBy=relevance&sortOrder=descending&start=0&max_results=100)

[58] Confidence-Driven Multi-Scale Model Selection for Cost-Efficient Inference

Bo-Wei Chen, Chung-Chi Chen, An-Zi Yen

Main category: cs.CL

TL;DR: Unable to fetch paper details due to HTTP 429 error (rate limiting) from arXiv API

DetailsMotivation: Cannot determine motivation as paper content is unavailable due to API rate limiting

Method: Cannot determine method as paper content is unavailable due to API rate limiting

Result: Cannot determine results as paper content is unavailable due to API rate limiting

Conclusion: Cannot determine conclusion as paper content is unavailable due to API rate limiting

Abstract: Failed to fetch summary for 2602.22090: Page request resulted in HTTP 429 (https://export.arxiv.org/api/query?search_query=&id_list=2602.22090&sortBy=relevance&sortOrder=descending&start=0&max_results=100)

[59] IndicIFEval: A Benchmark for Verifiable Instruction-Following Evaluation in 14 Indic Languages

Thanmay Jayakumar, Mohammed Safi Ur Rahman Khan, Raj Dabre, Ratish Puduppully, Anoop Kunchukuttan

Main category: cs.CL

TL;DR: Failed to fetch paper summary - HTTP 429 error indicates rate limiting from arXiv API

DetailsMotivation: Unable to determine motivation due to API fetch failure

Method: Unable to determine method due to API fetch failure

Result: Unable to determine results due to API fetch failure

Conclusion: Unable to draw conclusions due to API fetch failure

Abstract: Failed to fetch summary for 2602.22125: Page request resulted in HTTP 429 (https://export.arxiv.org/api/query?search_query=&id_list=2602.22125&sortBy=relevance&sortOrder=descending&start=0&max_results=100)

[60] Dynamic Personality Adaptation in Large Language Models via State Machines

Leon Pielage, Ole Hätscher, Mitja Back, Bernhard Marschall, Benjamin Risse

Main category: cs.CL

TL;DR: Unable to fetch paper summary due to HTTP 429 error (rate limiting).

DetailsMotivation: Cannot determine motivation without access to paper content.

Method: Cannot determine method without access to paper content.

Result: Cannot determine results without access to paper content.

Conclusion: Cannot draw conclusions without access to paper content.

Abstract: Failed to fetch summary for 2602.22157: Page request resulted in HTTP 429 (https://export.arxiv.org/api/query?search_query=&id_list=2602.22157&sortBy=relevance&sortOrder=descending&start=0&max_results=100)

[61] DySCO: Dynamic Attention-Scaling Decoding for Long-Context LMs

Xi Ye, Wuwei Zhang, Fangcong Yin, Howard Yen, Danqi Chen

Main category: cs.CL

TL;DR: Unable to fetch paper summary due to HTTP 429 error (rate limiting). Need to try alternative approach or wait before retrying.

DetailsMotivation: Cannot determine motivation without access to paper content.

Method: Cannot determine method without access to paper content.

Result: Cannot determine results without access to paper content.

Conclusion: Cannot determine conclusion without access to paper content.

Abstract: Failed to fetch summary for 2602.22175: Page request resulted in HTTP 429 (https://export.arxiv.org/api/query?search_query=&id_list=2602.22175&sortBy=relevance&sortOrder=descending&start=0&max_results=100)

[62] DynamicGTR: Leveraging Graph Topology Representation Preferences to Boost VLM Capabilities on Graph QAs

Yanbin Wei, Jiangyue Yan, Chun Kang, Yang Chen, Hua Liu, James Kwok, Yu Zhang

Main category: cs.CL

TL;DR: Unable to fetch paper summary due to HTTP 429 error (rate limiting)

DetailsMotivation: Cannot determine motivation as paper content is unavailable

Method: Cannot determine method as paper content is unavailable

Result: Cannot determine results as paper content is unavailable

Conclusion: Cannot draw conclusion as paper content is unavailable

Abstract: Failed to fetch summary for 2602.21864: Page request resulted in HTTP 429 (https://export.arxiv.org/api/query?search_query=&id_list=2602.21864&sortBy=relevance&sortOrder=descending&start=0&max_results=100)

[63] LiCQA : A Lightweight Complex Question Answering System

Sourav Saha, Dwaipayan Roy, Mandar Mitra

Main category: cs.CL

TL;DR: Paper analysis unavailable due to HTTP 429 error when fetching from arXiv API

DetailsMotivation: Unable to analyze paper content due to technical limitations in accessing the abstract

Method: N/A - Paper content not accessible

Result: HTTP 429 error (Too Many Requests) when attempting to fetch paper summary from arXiv API

Conclusion: Cannot provide analysis due to rate limiting on arXiv API requests

Abstract: Failed to fetch summary for 2602.22182: Page request resulted in HTTP 429 (https://export.arxiv.org/api/query?search_query=&id_list=2602.22182&sortBy=relevance&sortOrder=descending&start=0&max_results=100)

[64] Improving Parametric Knowledge Access in Reasoning Language Models

Melody Ma, John Hewitt

Main category: cs.CL

TL;DR: Failed to fetch paper summary due to HTTP 429 error (rate limiting)

DetailsMotivation: Unable to determine motivation due to fetch failure

Method: Unable to determine method due to fetch failure

Result: Unable to determine results due to fetch failure

Conclusion: Unable to draw conclusions due to fetch failure

Abstract: Failed to fetch summary for 2602.22193: Page request resulted in HTTP 429 (https://export.arxiv.org/api/query?search_query=&id_list=2602.22193&sortBy=relevance&sortOrder=descending&start=0&max_results=100)

[65] SumTablets: A Transliteration Dataset of Sumerian Tablets

Cole Simmons, Richard Diehl Martinez, Dan Jurafsky

Main category: cs.CL

TL;DR: Paper analysis unavailable due to HTTP 429 error when fetching from arXiv API

DetailsMotivation: Unable to determine paper motivation due to technical error in accessing the abstract

Method: Cannot analyze method due to failed data retrieval from arXiv

Result: No results available - HTTP 429 error indicates rate limiting or server overload

Conclusion: Technical issue prevents paper analysis; need to retry or use alternative access method

Abstract: Failed to fetch summary for 2602.22200: Page request resulted in HTTP 429 (https://export.arxiv.org/api/query?search_query=&id_list=2602.22200&sortBy=relevance&sortOrder=descending&start=0&max_results=100)

[66] Recovered in Translation: Efficient Pipeline for Automated Translation of Benchmarks and Datasets

Hanna Yukhymenko, Anton Alexandrov, Martin Vechev

Main category: cs.CL

TL;DR: Unable to fetch paper details due to HTTP 429 error (rate limiting) from arXiv API

DetailsMotivation: Cannot determine motivation as paper content is unavailable

Method: Cannot determine method as paper content is unavailable

Result: Cannot determine results as paper content is unavailable

Conclusion: Cannot determine conclusion as paper content is unavailable

Abstract: Failed to fetch summary for 2602.22207: Page request resulted in HTTP 429 (https://export.arxiv.org/api/query?search_query=&id_list=2602.22207&sortBy=relevance&sortOrder=descending&start=0&max_results=100)

[67] Toward Effective Multi-Domain Rumor Detection in Social Networks Using Domain-Gated Mixture-of-Experts

Mohadeseh Sheikhqoraei, Zainabolhoda Heshmati, Zeinab Rajabi, Leila Rabiei

Main category: cs.CL

TL;DR: Unable to fetch paper summary due to HTTP 429 error (rate limiting). The paper ID 2602.21214 suggests it’s from February 2026, which is in the future relative to current date.

DetailsMotivation: Cannot determine motivation due to inability to access paper content.

Method: Cannot determine method due to inability to access paper content.

Result: Cannot determine results due to inability to access paper content.

Conclusion: Cannot draw conclusions about paper content due to access limitations.

Abstract: Failed to fetch summary for 2602.21214: Page request resulted in HTTP 429 (https://export.arxiv.org/api/query?search_query=&id_list=2602.21214&sortBy=relevance&sortOrder=descending&start=0&max_results=100)

[68] Forecasting Future Language: Context Design for Mention Markets

Sumin Kim, Jihoon Kwon, Yoon Kim, Nicole Kagan, Raffi Khatchadourian, Wonbin Ahn, Alejandro Lopez-Lira, Jaewon Lee, Yoontae Hwang, Oscar Levy, Yongjae Lee, Chanyeol Choi

Main category: cs.CL

TL;DR: Unable to fetch paper summary due to HTTP 429 error (rate limiting)

DetailsMotivation: Cannot determine motivation without access to paper content

Method: Cannot determine method without access to paper content

Result: Cannot determine results without access to paper content

Conclusion: Cannot determine conclusion without access to paper content

Abstract: Failed to fetch summary for 2602.21229: Page request resulted in HTTP 429 (https://export.arxiv.org/api/query?search_query=&id_list=2602.21229&sortBy=relevance&sortOrder=descending&start=0&max_results=100)

[69] Both Ends Count! Just How Good are LLM Agents at “Text-to-Big SQL”?

Germán T. Eizaguirre, Lars Tissen, Marc Sánchez-Artigas

Main category: cs.CL

TL;DR: Failed to fetch paper summary due to HTTP 429 error (rate limiting)

DetailsMotivation: Unable to determine motivation due to fetch failure

Method: Unable to determine method due to fetch failure

Result: Unable to determine results due to fetch failure

Conclusion: Unable to determine conclusion due to fetch failure

Abstract: Failed to fetch summary for 2602.21480: Page request resulted in HTTP 429 (https://export.arxiv.org/api/query?search_query=&id_list=2602.21480&sortBy=relevance&sortOrder=descending&start=0&max_results=100)

[70] SWE-Protégé: Learning to Selectively Collaborate With an Expert Unlocks Small Language Models as Software Engineering Agents

Patrick Tser Jern Kon, Archana Pradeep, Ang Chen, Alexander P. Ellis, Warren Hunt, Zijian Wang, John Yang, Samuel Thompson

Main category: cs.CL

TL;DR: Failed to fetch paper summary due to HTTP 429 error (rate limiting)

DetailsMotivation: Unable to determine motivation due to access error

Method: Unable to determine method due to access error

Result: Unable to determine results due to access error

Conclusion: Unable to determine conclusion due to access error

Abstract: Failed to fetch summary for 2602.22124: Page request resulted in HTTP 429 (https://export.arxiv.org/api/query?search_query=&id_list=2602.22124&sortBy=relevance&sortOrder=descending&start=0&max_results=100)

[71] NoLan: Mitigating Object Hallucinations in Large Vision-Language Models via Dynamic Suppression of Language Priors

Lingfeng Ren, Weihao Yu, Runpeng Yu, Xinchao Wang

Main category: cs.CL

TL;DR: Unable to fetch paper summary due to HTTP 429 error (rate limiting)

DetailsMotivation: Cannot determine motivation without access to the paper content

Method: Cannot determine method without access to the paper content

Result: Cannot determine results without access to the paper content

Conclusion: Cannot draw conclusions without access to the paper content

Abstract: Failed to fetch summary for 2602.22144: Page request resulted in HTTP 429 (https://export.arxiv.org/api/query?search_query=&id_list=2602.22144&sortBy=relevance&sortOrder=descending&start=0&max_results=100)

[72] When AI Writes, Whose Voice Remains? Quantifying Cultural Marker Erasure Across World English Varieties in Large Language Models

Satyam Kumar Navneet, Joydeep Chandra, Yong Zhang

Main category: cs.CL

TL;DR: Failed to fetch paper summary due to HTTP 429 error (rate limiting) when querying arXiv API for paper ID 2602.22145

DetailsMotivation: Unable to determine motivation as paper content could not be retrieved due to technical limitations

Method: No method information available due to failed API request

Result: No results available - only technical error information was obtained

Conclusion: Cannot provide analysis due to technical limitations in accessing the paper content

Abstract: Failed to fetch summary for 2602.22145: Page request resulted in HTTP 429 (https://export.arxiv.org/api/query?search_query=&id_list=2602.22145&sortBy=relevance&sortOrder=descending&start=0&max_results=100)

[73] Emergence of a phonological bias in ChatGPT

Juan Manuel Toro

Main category: cs.CL

TL;DR: Failed to fetch paper summary due to HTTP 429 error (rate limiting)

DetailsMotivation: Unable to determine motivation due to fetch failure

Method: Unable to determine method due to fetch failure

Result: Unable to determine results due to fetch failure

Conclusion: Unable to determine conclusion due to fetch failure

Abstract: Failed to fetch summary for 2305.15929: Page request resulted in HTTP 429 (https://export.arxiv.org/api/query?search_query=&id_list=2305.15929&sortBy=relevance&sortOrder=descending&start=0&max_results=100)

[74] Breaking the HISCO Barrier: Automatic Occupational Standardization with OccCANINE

Christian Møller Dahl, Torben Johansen, Christian Vedel

Main category: cs.CL

TL;DR: Failed to fetch paper summary due to HTTP 429 error (rate limiting)

DetailsMotivation: Unable to determine motivation due to access error

Method: Unable to determine method due to access error

Result: Unable to determine results due to access error

Conclusion: Unable to determine conclusion due to access error

Abstract: Failed to fetch summary for 2402.13604: Page request resulted in HTTP 429 (https://export.arxiv.org/api/query?search_query=&id_list=2402.13604&sortBy=relevance&sortOrder=descending&start=0&max_results=100)

[75] When Can Transformers Count to n?

Gilad Yehudai, Haim Kaplan, Guy Dar, Royi Rassin, Asma Ghandeharioun, Mor Geva, Amir Globerson

Main category: cs.CL

TL;DR: Unable to fetch paper summary due to HTTP 429 error (rate limiting) from arXiv API

DetailsMotivation: Cannot determine motivation as paper content is unavailable due to API rate limiting

Method: Cannot determine method as paper content is unavailable due to API rate limiting

Result: Cannot determine results as paper content is unavailable due to API rate limiting

Conclusion: Cannot determine conclusion as paper content is unavailable due to API rate limiting

Abstract: Failed to fetch summary for 2407.15160: Page request resulted in HTTP 429 (https://export.arxiv.org/api/query?search_query=&id_list=2407.15160&sortBy=relevance&sortOrder=descending&start=0&max_results=100)

[76] PACE: Procedural Abstractions for Communicating Efficiently

Jonathan D. Thomas, Andrea Silvi, Devdatt Dubhashi, Moa Johansson

Main category: cs.CL

TL;DR: Failed to fetch paper summary due to HTTP 429 error (rate limiting)

DetailsMotivation: Unable to determine motivation due to fetch failure

Method: Unable to determine method due to fetch failure

Result: Unable to determine results due to fetch failure

Conclusion: Unable to determine conclusion due to fetch failure

Abstract: Failed to fetch summary for 2409.20120: Page request resulted in HTTP 429 (https://export.arxiv.org/api/query?search_query=&id_list=2409.20120&sortBy=relevance&sortOrder=descending&start=0&max_results=100)

[77] MathFimer: Enhancing Mathematical Reasoning by Expanding Reasoning Steps through Fill-in-the-Middle Task

Yuchen Yan, Yongliang Shen, Yang Liu, Jin Jiang, Xin Xu, Mengdi Zhang, Jian Shao, Yueting Zhuang

Main category: cs.CL

TL;DR: Unable to fetch paper summary due to HTTP 429 error (rate limiting)

DetailsMotivation: Cannot determine motivation as paper content is unavailable

Method: Cannot determine method as paper content is unavailable

Result: Cannot determine results as paper content is unavailable

Conclusion: Cannot determine conclusion as paper content is unavailable

Abstract: Failed to fetch summary for 2502.11684: Page request resulted in HTTP 429 (https://export.arxiv.org/api/query?search_query=&id_list=2502.11684&sortBy=relevance&sortOrder=descending&start=0&max_results=100)

[78] Compressing Language Models for Specialized Domains

Miles Williams, George Chrysostomou, Vitor Jeronymo, Nikolaos Aletras

Main category: cs.CL

TL;DR: Unable to fetch paper summary due to HTTP 429 error (rate limiting)

DetailsMotivation: Cannot determine motivation as paper content is unavailable

Method: Cannot determine method as paper content is unavailable

Result: Cannot determine results as paper content is unavailable

Conclusion: Cannot determine conclusion as paper content is unavailable

Abstract: Failed to fetch summary for 2502.18424: Page request resulted in HTTP 429 (https://export.arxiv.org/api/query?search_query=&id_list=2502.18424&sortBy=relevance&sortOrder=descending&start=0&max_results=100)

[79] InftyThink: Breaking the Length Limits of Long-Context Reasoning in Large Language Models

Yuchen Yan, Yongliang Shen, Yang Liu, Jin Jiang, Mengdi Zhang, Jian Shao, Yueting Zhuang

Main category: cs.CL

TL;DR: Unable to analyze paper 2503.06692 due to HTTP 429 error when fetching from arXiv API

DetailsMotivation: Cannot determine motivation as paper content could not be retrieved

Method: Cannot determine method as paper content could not be retrieved

Result: Cannot determine results as paper content could not be retrieved

Conclusion: Cannot draw conclusions as paper content could not be retrieved

Abstract: Failed to fetch summary for 2503.06692: Page request resulted in HTTP 429 (https://export.arxiv.org/api/query?search_query=&id_list=2503.06692&sortBy=relevance&sortOrder=descending&start=0&max_results=100)

[80] BARREL: Boundary-Aware Reasoning for Factual and Reliable LRMs

Junxiao Yang, Jinzhe Tu, Haoran Liu, Xiaoce Wang, Chujie Zheng, Zhexin Zhang, Shiyao Cui, Caishun Chen, Tiantian He, Hongning Wang, Yew-Soon Ong, Minlie Huang

Main category: cs.CL

TL;DR: Paper ID 2505.13529 could not be fetched due to HTTP 429 error (rate limiting)

DetailsMotivation: Unable to determine motivation due to failed paper fetch

Method: Unable to determine method due to failed paper fetch

Result: Unable to determine results due to failed paper fetch

Conclusion: Unable to determine conclusion due to failed paper fetch

Abstract: Failed to fetch summary for 2505.13529: Page request resulted in HTTP 429 (https://export.arxiv.org/api/query?search_query=&id_list=2505.13529&sortBy=relevance&sortOrder=descending&start=0&max_results=100)

[81] EmoGRACE: Aspect-based emotion analysis for social media data

Christina Zorenböhmer, Sebastian Schmidt, Bernd Resch

Main category: cs.CL

TL;DR: Unable to fetch paper details due to HTTP 429 error (rate limiting). Need to try again later or use alternative methods to access the paper information.

DetailsMotivation: Cannot determine motivation without access to paper content.

Method: Cannot determine method without access to paper content.

Result: Cannot determine results without access to paper content.

Conclusion: Cannot draw conclusions without access to paper content.

Abstract: Failed to fetch summary for 2503.15133: Page request resulted in HTTP 429 (https://export.arxiv.org/api/query?search_query=&id_list=2503.15133&sortBy=relevance&sortOrder=descending&start=0&max_results=100)

[82] Knowledge Fusion of Large Language Models Via Modular SkillPacks

Guodong Du, Zhuo Li, Xuanning Zhou, Junlin Li, Zesheng Shi, Wanyu Lin, Ho-Kin Tang, Xiucheng Li, Fangming Liu, Wenya Wang, Min Zhang, Jing Li

Main category: cs.CL

TL;DR: Failed to fetch paper summary due to HTTP 429 error (rate limiting)

DetailsMotivation: Unable to determine motivation due to fetch failure

Method: Unable to determine method due to fetch failure

Result: Unable to determine results due to fetch failure

Conclusion: Unable to determine conclusion due to fetch failure

Abstract: Failed to fetch summary for 2505.18502: Page request resulted in HTTP 429 (https://export.arxiv.org/api/query?search_query=&id_list=2505.18502&sortBy=relevance&sortOrder=descending&start=0&max_results=100)

[83] Refusal Direction is Universal Across Safety-Aligned Languages

Xinpeng Wang, Mingyang Wang, Yihong Liu, Hinrich Schütze, Barbara Plank

Main category: cs.CL

TL;DR: Unable to fetch paper summary due to HTTP 429 error (rate limiting). The paper ID 2505.17306 appears to be from May 2025, suggesting recent work in multimodal AI.

DetailsMotivation: Cannot determine motivation without access to the paper content. Based on the arXiv ID format (2505.17306), this appears to be a recent paper from May 2025, likely related to machine learning or AI given the arXiv numbering system.

Method: Method unknown - unable to fetch paper details due to HTTP 429 error (rate limiting by arXiv API).

Result: Results unknown - paper content not accessible due to API rate limiting.

Conclusion: Cannot provide conclusion without paper content. The arXiv API returned HTTP 429 indicating too many requests, suggesting the system needs to wait before retrying.

Abstract: Failed to fetch summary for 2505.17306: Page request resulted in HTTP 429 (https://export.arxiv.org/api/query?search_query=&id_list=2505.17306&sortBy=relevance&sortOrder=descending&start=0&max_results=100)

[84] Resisting Contextual Interference in RAG via Parametric-Knowledge Reinforcement

Chenyu Lin, Yilin Wen, Du Su, Hexiang Tan, Fei Sun, Muhan Chen, Chenfu Bao, Zhonghou Lyu

Main category: cs.CL

TL;DR: Unable to fetch paper details due to HTTP 429 error (rate limiting) - need to try again later or use alternative methods to access the paper information

DetailsMotivation: Cannot determine motivation without access to the paper content

Method: Cannot determine method without access to the paper content

Result: Cannot determine results without access to the paper content

Conclusion: Cannot determine conclusion without access to the paper content

Abstract: Failed to fetch summary for 2506.05154: Page request resulted in HTTP 429 (https://export.arxiv.org/api/query?search_query=&id_list=2506.05154&sortBy=relevance&sortOrder=descending&start=0&max_results=100)

[85] Simple Yet Effective: Extracting Private Data Across Clients in Federated Fine-Tuning of Large Language Models

Yingqi Hu, Zhuo Zhang, Jingyuan Zhang, Jinghua Wang, Qifan Wang, Lizhen Qu, Zenglin Xu

Main category: cs.CL

TL;DR: Paper ID 2506.06060 could not be fetched due to HTTP 429 error (rate limiting), so no abstract or content is available for analysis.

DetailsMotivation: Unable to determine motivation as the paper content could not be retrieved due to API rate limiting.

Method: Unable to determine method as the paper content could not be retrieved due to API rate limiting.

Result: Unable to determine results as the paper content could not be retrieved due to API rate limiting.

Conclusion: Unable to draw conclusions as the paper content could not be retrieved due to API rate limiting.

Abstract: Failed to fetch summary for 2506.06060: Page request resulted in HTTP 429 (https://export.arxiv.org/api/query?search_query=&id_list=2506.06060&sortBy=relevance&sortOrder=descending&start=0&max_results=100)

[86] From Raw Corpora to Domain Benchmarks: Automated Evaluation of LLM Domain Expertise

Nitin Sharma, Thomas Wolfers, Çağatay Yıldız

Main category: cs.CL

TL;DR: Failed to fetch paper summary due to HTTP 429 error (rate limiting)

DetailsMotivation: Unable to determine motivation due to API rate limiting preventing access to paper details

Method: Unable to determine method due to API rate limiting preventing access to paper details

Result: Unable to determine results due to API rate limiting preventing access to paper details

Conclusion: Unable to determine conclusion due to API rate limiting preventing access to paper details

Abstract: Failed to fetch summary for 2506.07658: Page request resulted in HTTP 429 (https://export.arxiv.org/api/query?search_query=&id_list=2506.07658&sortBy=relevance&sortOrder=descending&start=0&max_results=100)

[87] Probabilistic distances-based hallucination detection in LLMs with RAG

Rodion Oblovatny, Alexandra Kuleshova, Konstantin Polev, Alexey Zaytsev

Main category: cs.CL

TL;DR: Unable to fetch paper details due to HTTP 429 error (rate limiting). The paper ID 2506.09886 could not be retrieved from arXiv API.

DetailsMotivation: Cannot determine motivation without access to the paper content.

Method: Cannot determine method without access to the paper content.

Result: Cannot determine results without access to the paper content.

Conclusion: Cannot draw conclusions without access to the paper content.

Abstract: Failed to fetch summary for 2506.09886: Page request resulted in HTTP 429 (https://export.arxiv.org/api/query?search_query=&id_list=2506.09886&sortBy=relevance&sortOrder=descending&start=0&max_results=100)

[88] Mechanistic Indicators of Understanding in Large Language Models

Pierre Beckmann, Matthieu Queloz

Main category: cs.CL

TL;DR: Failed to fetch paper summary due to HTTP 429 error (rate limiting)

DetailsMotivation: Unable to determine motivation due to access error

Method: Unable to determine method due to access error

Result: Unable to determine results due to access error

Conclusion: Unable to determine conclusion due to access error

Abstract: Failed to fetch summary for 2507.08017: Page request resulted in HTTP 429 (https://export.arxiv.org/api/query?search_query=&id_list=2507.08017&sortBy=relevance&sortOrder=descending&start=0&max_results=100)

[89] A Multi-faceted Analysis of Cognitive Abilities: Evaluating Prompt Methods with Large Language Models on the CONSORT Checklist

Sohyeon Jeon, Hyung-Chul Lee

Main category: cs.CL

TL;DR: Failed to fetch paper summary due to HTTP 429 error (rate limiting)

DetailsMotivation: Unable to determine motivation due to technical error fetching paper content

Method: Unable to determine method due to technical error fetching paper content

Result: Unable to determine results due to technical error fetching paper content

Conclusion: Unable to determine conclusion due to technical error fetching paper content

Abstract: Failed to fetch summary for 2510.19139: Page request resulted in HTTP 429 (https://export.arxiv.org/api/query?search_query=&id_list=2510.19139&sortBy=relevance&sortOrder=descending&start=0&max_results=100)

[90] Not All Errors Are Created Equal: ASCoT Addresses Late-Stage Fragility in Efficient LLM Reasoning

Dongxu Zhang, Ning Yang, Yiding Sun, Jihua Zhu, Jinnan Yang, Miao Xin, Baoliang Tian

Main category: cs.CL

TL;DR: Unable to fetch paper summary due to HTTP 429 error (rate limiting)

DetailsMotivation: Cannot determine motivation without access to paper content

Method: Cannot determine method without access to paper content

Result: Cannot determine results without access to paper content

Conclusion: Cannot draw conclusions without access to paper content

Abstract: Failed to fetch summary for 2508.05282: Page request resulted in HTTP 429 (https://export.arxiv.org/api/query?search_query=&id_list=2508.05282&sortBy=relevance&sortOrder=descending&start=0&max_results=100)

[91] Diffusion Language Models Know the Answer Before Decoding

Pengxiang Li, Yefan Zhou, Dilxat Muhtar, Lu Yin, Shilin Yan, Li Shen, Soroush Vosoughi, Shiwei Liu

Main category: cs.CL

TL;DR: Unable to fetch paper summary due to HTTP 429 error (rate limiting)

DetailsMotivation: Cannot determine motivation as paper content is unavailable due to API rate limiting

Method: Cannot determine method as paper content is unavailable

Result: Cannot determine results as paper content is unavailable

Conclusion: Cannot draw conclusions about paper content due to access limitations

Abstract: Failed to fetch summary for 2508.19982: Page request resulted in HTTP 429 (https://export.arxiv.org/api/query?search_query=&id_list=2508.19982&sortBy=relevance&sortOrder=descending&start=0&max_results=100)

[92] Do LLMs Adhere to Label Definitions? Examining Their Receptivity to External Label Definitions

Seyedali Mohammadi, Bhaskara Hanuma Vedula, Hemank Lamba, Edward Raff, Ponnurangam Kumaraguru, Francis Ferraro, Manas Gaur

Main category: cs.CL

TL;DR: Failed to fetch paper summary due to HTTP 429 error (rate limiting)

DetailsMotivation: Unable to determine motivation due to data retrieval failure

Method: Unable to determine method due to data retrieval failure

Result: Unable to determine results due to data retrieval failure

Conclusion: Unable to draw conclusions due to data retrieval failure

Abstract: Failed to fetch summary for 2509.02452: Page request resulted in HTTP 429 (https://export.arxiv.org/api/query?search_query=&id_list=2509.02452&sortBy=relevance&sortOrder=descending&start=0&max_results=100)

[93] PeruMedQA: Benchmarking Large Language Models (LLMs) on Peruvian Medical Exams – Dataset Construction and Evaluation

Rodrigo M. Carrillo-Larco, Jesus Lovón Melgarejo, Manuel Castillo-Cara, Gusseppe Bravo-Rocca

Main category: cs.CL

TL;DR: Paper ID 2509.11517 could not be fetched due to HTTP 429 error (rate limiting)

DetailsMotivation: Unable to determine motivation as abstract could not be retrieved

Method: Unable to determine method as abstract could not be retrieved

Result: Unable to determine results as abstract could not be retrieved

Conclusion: Unable to determine conclusion as abstract could not be retrieved

Abstract: Failed to fetch summary for 2509.11517: Page request resulted in HTTP 429 (https://export.arxiv.org/api/query?search_query=&id_list=2509.11517&sortBy=relevance&sortOrder=descending&start=0&max_results=100)

[94] Diversity Boosts AI-Generated Text Detection

Advik Raj Basani, Pin-Yu Chen

Main category: cs.CL

TL;DR: Unable to fetch paper summary due to HTTP 429 error (rate limiting)

DetailsMotivation: Cannot determine motivation as paper content is unavailable

Method: Cannot determine method as paper content is unavailable

Result: Cannot determine results as paper content is unavailable

Conclusion: Cannot determine conclusion as paper content is unavailable

Abstract: Failed to fetch summary for 2509.18880: Page request resulted in HTTP 429 (https://export.arxiv.org/api/query?search_query=&id_list=2509.18880&sortBy=relevance&sortOrder=descending&start=0&max_results=100)

[95] Compose and Fuse: Revisiting the Foundational Bottlenecks in Multimodal Reasoning

Yucheng Wang, Yifan Hou, Aydin Javadov, Mubashara Akhtar, Mrinmaya Sachan

Main category: cs.CL

TL;DR: Unable to fetch paper summary due to HTTP 429 error (rate limiting). Need to try again later or use alternative methods to access the paper content.

DetailsMotivation: Cannot determine motivation without access to the paper content.

Method: Cannot determine method without access to the paper content.

Result: Cannot determine results without access to the paper content.

Conclusion: Cannot draw conclusions without access to the paper content.

Abstract: Failed to fetch summary for 2509.23744: Page request resulted in HTTP 429 (https://export.arxiv.org/api/query?search_query=&id_list=2509.23744&sortBy=relevance&sortOrder=descending&start=0&max_results=100)

[96] Incentive-Aligned Multi-Source LLM Summaries

Yanchen Jiang, Zhe Feng, Aranyak Mehta

Main category: cs.CL

TL;DR: Failed to fetch paper summary due to HTTP 429 error (rate limiting)

DetailsMotivation: Unable to determine motivation due to fetch failure

Method: Unable to determine method due to fetch failure

Result: Unable to determine results due to fetch failure

Conclusion: Unable to determine conclusion due to fetch failure

Abstract: Failed to fetch summary for 2509.25184: Page request resulted in HTTP 429 (https://export.arxiv.org/api/query?search_query=&id_list=2509.25184&sortBy=relevance&sortOrder=descending&start=0&max_results=100)

[97] Slm-mux: Orchestrating small language models for reasoning

Chenyu Wang, Zishen Wan, Hao Kang, Emma Chen, Zhiqiang Xie, Tushar Krishna, Vijay Janapa Reddi, Yilun Du

Main category: cs.CL

TL;DR: Unable to fetch paper summary due to HTTP 429 error (rate limiting). The paper ID 2510.05077 could not be retrieved from arXiv API.

DetailsMotivation: Cannot determine motivation as the paper content is unavailable due to API rate limiting.

Method: Cannot determine method as the paper content is unavailable due to API rate limiting.

Result: Cannot determine results as the paper content is unavailable due to API rate limiting.

Conclusion: Cannot determine conclusion as the paper content is unavailable due to API rate limiting.

Abstract: Failed to fetch summary for 2510.05077: Page request resulted in HTTP 429 (https://export.arxiv.org/api/query?search_query=&id_list=2510.05077&sortBy=relevance&sortOrder=descending&start=0&max_results=100)

[98] Spilled Energy in Large Language Models

Adrian Robert Minut, Hazem Dewidar, Iacopo Masi

Main category: cs.CL

TL;DR: Unable to fetch paper summary due to HTTP 429 error (rate limiting) from arXiv API

DetailsMotivation: Cannot determine motivation as paper content could not be retrieved

Method: Cannot determine method as paper content could not be retrieved

Result: Cannot determine results as paper content could not be retrieved

Conclusion: Cannot draw conclusion due to inability to access paper content

Abstract: Failed to fetch summary for 2602.18671: Page request resulted in HTTP 429 (https://export.arxiv.org/api/query?search_query=&id_list=2602.18671&sortBy=relevance&sortOrder=descending&start=0&max_results=100)

[99] FML-bench: Benchmarking Machine Learning Agents for Scientific Research

Qiran Zou, Hou Hei Lam, Wenhao Zhao, Yiming Tang, Tingting Chen, Samson Yu, Tianyi Zhang, Chang Liu, Xiangyang Ji, Dianbo Liu

Main category: cs.CL

TL;DR: Failed to fetch paper summary due to HTTP 429 error (rate limiting)

DetailsMotivation: Unable to determine motivation due to data fetch failure

Method: Unable to determine method due to data fetch failure

Result: Unable to determine results due to data fetch failure

Conclusion: Unable to determine conclusion due to data fetch failure

Abstract: Failed to fetch summary for 2510.10472: Page request resulted in HTTP 429 (https://export.arxiv.org/api/query?search_query=&id_list=2510.10472&sortBy=relevance&sortOrder=descending&start=0&max_results=100)

[100] Embedding-Based Context-Aware Reranker

Ye Yuan, Mohammad Amin Shabani, Siqi Liu

Main category: cs.CL

TL;DR: Unable to analyze paper 2510.13329 due to HTTP 429 error when fetching from arXiv API

DetailsMotivation: Cannot determine motivation as paper content could not be retrieved

Method: Cannot determine method as paper content could not be retrieved

Result: Cannot determine results as paper content could not be retrieved

Conclusion: Cannot draw conclusions as paper content could not be retrieved

Abstract: Failed to fetch summary for 2510.13329: Page request resulted in HTTP 429 (https://export.arxiv.org/api/query?search_query=&id_list=2510.13329&sortBy=relevance&sortOrder=descending&start=0&max_results=100)

[101] LUMI: Unsupervised Intent Clustering with Multiple Pseudo-Labels

I-Fan Lin, Faegheh Hasibi, Suzan Verberne

Main category: cs.CL

TL;DR: Failed to fetch paper summary due to HTTP 429 error (rate limiting)

DetailsMotivation: Unable to determine motivation due to fetch failure

Method: Unable to determine method due to fetch failure

Result: Unable to determine results due to fetch failure

Conclusion: Unable to determine conclusion due to fetch failure

Abstract: Failed to fetch summary for 2510.14640: Page request resulted in HTTP 429 (https://export.arxiv.org/api/query?search_query=&id_list=2510.14640&sortBy=relevance&sortOrder=descending&start=0&max_results=100)

[102] Annotation-Efficient Universal Honesty Alignment

Shiyu Ni, Keping Bi, Jiafeng Guo, Minghao Tang, Jingtong Wu, Zengxin Han, Xueqi Cheng

Main category: cs.CL

TL;DR: Unable to fetch paper summary due to HTTP 429 error (rate limiting) from arXiv API

DetailsMotivation: Cannot determine motivation as paper content is unavailable

Method: Cannot determine method as paper content is unavailable

Result: Cannot determine results as paper content is unavailable

Conclusion: Cannot determine conclusion as paper content is unavailable

Abstract: Failed to fetch summary for 2510.17509: Page request resulted in HTTP 429 (https://export.arxiv.org/api/query?search_query=&id_list=2510.17509&sortBy=relevance&sortOrder=descending&start=0&max_results=100)

[103] Robust Preference Alignment via Directional Neighborhood Consensus

Ruochen Mao, Yuling Shi, Xiaodong Gu, Jiaheng Wei

Main category: cs.CL

TL;DR: Unable to analyze paper 2510.20498 due to HTTP 429 error when fetching abstract from arXiv API

DetailsMotivation: Cannot determine motivation as abstract is not available

Method: Cannot determine method as abstract is not available

Result: Cannot determine results as abstract is not available

Conclusion: Cannot draw conclusions about paper content due to unavailability of abstract

Abstract: Failed to fetch summary for 2510.20498: Page request resulted in HTTP 429 (https://export.arxiv.org/api/query?search_query=&id_list=2510.20498&sortBy=relevance&sortOrder=descending&start=0&max_results=100)

[104] ATLAS: Adaptive Transfer Scaling Laws for Multilingual Pretraining, Finetuning, and Decoding the Curse of Multilinguality

Shayne Longpre, Sneha Kudugunta, Niklas Muennighoff, I-Hung Hsu, Isaac Caswell, Alex Pentland, Sercan Arik, Chen-Yu Lee, Sayna Ebrahimi

Main category: cs.CL

TL;DR: Failed to fetch paper summary due to HTTP 429 error (rate limiting)

DetailsMotivation: Unable to determine motivation due to failed paper fetch

Method: Unable to determine method due to failed paper fetch

Result: Unable to determine results due to failed paper fetch

Conclusion: Unable to draw conclusions due to failed paper fetch

Abstract: Failed to fetch summary for 2510.22037: Page request resulted in HTTP 429 (https://export.arxiv.org/api/query?search_query=&id_list=2510.22037&sortBy=relevance&sortOrder=descending&start=0&max_results=100)

[105] RPTS: Tree-Structured Reasoning Process Scoring for Faithful Multimodal Evaluation

Haofeng Wang, Yu Zhang

Main category: cs.CL

TL;DR: Unable to fetch paper details due to HTTP 429 error (rate limiting) - need to try again later or use alternative methods

DetailsMotivation: Cannot determine motivation without access to paper content

Method: Cannot determine method without access to paper content

Result: Cannot determine results without access to paper content

Conclusion: Cannot draw conclusions without access to paper content

Abstract: Failed to fetch summary for 2511.06899: Page request resulted in HTTP 429 (https://export.arxiv.org/api/query?search_query=&id_list=2511.06899&sortBy=relevance&sortOrder=descending&start=0&max_results=100)

[106] In-Context Algebra

Eric Todd, Jannik Brinkmann, Rohit Gandikota, David Bau

Main category: cs.CL

TL;DR: Failed to fetch paper summary due to HTTP 429 error (rate limiting)

DetailsMotivation: Unable to determine motivation due to failed paper fetch

Method: Unable to determine method due to failed paper fetch

Result: Unable to determine results due to failed paper fetch

Conclusion: Unable to determine conclusion due to failed paper fetch

Abstract: Failed to fetch summary for 2512.16902: Page request resulted in HTTP 429 (https://export.arxiv.org/api/query?search_query=&id_list=2512.16902&sortBy=relevance&sortOrder=descending&start=0&max_results=100)

[107] Renaissance: Investigating the Pretraining of Vision-Language Encoders

Clayton Fields, Casey Kennington

Main category: cs.CL

TL;DR: Failed to fetch paper summary due to HTTP 429 error (rate limiting) from arXiv API

DetailsMotivation: Unable to determine motivation due to API rate limiting preventing access to paper content

Method: Cannot analyze method due to API access restrictions

Result: No results available due to technical limitations in accessing the paper

Conclusion: Unable to provide analysis due to arXiv API rate limiting (HTTP 429 error)

Abstract: Failed to fetch summary for 2411.06657: Page request resulted in HTTP 429 (https://export.arxiv.org/api/query?search_query=&id_list=2411.06657&sortBy=relevance&sortOrder=descending&start=0&max_results=100)

[108] Cross-Cultural Expert-Level Art Critique Evaluation with Vision-Language Models

Haorui Yu, Xuehang Wen, Fengrui Zhang, Qiufeng Yi

Main category: cs.CL

TL;DR: Unable to fetch paper summary due to HTTP 429 error (rate limiting)

DetailsMotivation: Cannot determine motivation as paper content is unavailable

Method: Cannot determine method as paper content is unavailable

Result: Cannot determine results as paper content is unavailable

Conclusion: Cannot draw conclusions as paper content is unavailable

Abstract: Failed to fetch summary for 2601.07984: Page request resulted in HTTP 429 (https://export.arxiv.org/api/query?search_query=&id_list=2601.07984&sortBy=relevance&sortOrder=descending&start=0&max_results=100)

[109] VULCA-Bench: A Multicultural Vision-Language Benchmark for Evaluating Cultural Understanding

Haorui Yu, Diji Yang, Hang He, Fengrui Zhang, Qiufeng Yi

Main category: cs.CL

TL;DR: Unable to analyze paper 2601.07986 due to HTTP 429 error when fetching summary from arXiv API

DetailsMotivation: Cannot determine motivation due to inability to access paper content

Method: Cannot determine method due to inability to access paper content

Result: Cannot determine results due to inability to access paper content

Conclusion: Cannot draw conclusions due to inability to access paper content

Abstract: Failed to fetch summary for 2601.07986: Page request resulted in HTTP 429 (https://export.arxiv.org/api/query?search_query=&id_list=2601.07986&sortBy=relevance&sortOrder=descending&start=0&max_results=100)

[110] RebuttalAgent: Strategic Persuasion in Academic Rebuttal via Theory of Mind

Zhitao He, Zongwei Lyu, Yi R Fung

Main category: cs.CL

TL;DR: Unable to fetch paper details due to HTTP 429 error (rate limiting) from arXiv API

DetailsMotivation: Cannot determine motivation as paper content is unavailable

Method: Cannot determine method as paper content is unavailable

Result: Cannot determine results as paper content is unavailable

Conclusion: Cannot determine conclusion as paper content is unavailable

Abstract: Failed to fetch summary for 2601.15715: Page request resulted in HTTP 429 (https://export.arxiv.org/api/query?search_query=&id_list=2601.15715&sortBy=relevance&sortOrder=descending&start=0&max_results=100)

[111] HEART: A Unified Benchmark for Assessing Humans and LLMs in Emotional Support Dialogue

Laya Iyer, Kriti Aggarwal, Sanmi Koyejo, Gail Heyman, Desmond C. Ong, Subhabrata Mukherjee

Main category: cs.CL

TL;DR: Failed to fetch paper summary due to HTTP 429 error (rate limiting)

DetailsMotivation: Unable to determine motivation due to fetch failure

Method: Unable to determine method due to fetch failure

Result: Unable to determine results due to fetch failure

Conclusion: Unable to determine conclusion due to fetch failure

Abstract: Failed to fetch summary for 2601.19922: Page request resulted in HTTP 429 (https://export.arxiv.org/api/query?search_query=&id_list=2601.19922&sortBy=relevance&sortOrder=descending&start=0&max_results=100)

[112] Embodied Task Planning via Graph-Informed Action Generation with Large Language Model

Xiang Li, Ning Yan, Masood Mortazavi

Main category: cs.CL

TL;DR: Unable to fetch paper summary due to HTTP 429 error (rate limiting)

DetailsMotivation: Cannot determine motivation without access to paper content

Method: Cannot determine method without access to paper content

Result: Cannot determine results without access to paper content

Conclusion: Cannot determine conclusion without access to paper content

Abstract: Failed to fetch summary for 2601.21841: Page request resulted in HTTP 429 (https://export.arxiv.org/api/query?search_query=&id_list=2601.21841&sortBy=relevance&sortOrder=descending&start=0&max_results=100)

[113] Beyond RAG for Agent Memory: Retrieval by Decoupling and Aggregation

Zhanghao Hu, Qinglin Zhu, Hanqi Yan, Yulan He, Lin Gui

Main category: cs.CL

TL;DR: Unable to fetch paper summary due to HTTP 429 error (rate limiting)

DetailsMotivation: Cannot determine motivation without access to paper content

Method: Cannot determine method without access to paper content

Result: Cannot determine results without access to paper content

Conclusion: Cannot determine conclusion without access to paper content

Abstract: Failed to fetch summary for 2602.02007: Page request resulted in HTTP 429 (https://export.arxiv.org/api/query?search_query=&id_list=2602.02007&sortBy=relevance&sortOrder=descending&start=0&max_results=100)

[114] When Style Breaks Safety: Defending LLMs Against Superficial Style Alignment

Yuxin Xiao, Sana Tonekaboni, Walter Gerych, Vinith Suriyakumar, Marzyeh Ghassemi

Main category: cs.CL

TL;DR: Unable to fetch paper details due to HTTP 429 error (rate limiting) when trying to access arXiv API

DetailsMotivation: Cannot determine motivation as paper content is unavailable due to API rate limiting

Method: Cannot determine method as paper content is unavailable due to API rate limiting

Result: Cannot determine results as paper content is unavailable due to API rate limiting

Conclusion: Cannot determine conclusion as paper content is unavailable due to API rate limiting

Abstract: Failed to fetch summary for 2506.07452: Page request resulted in HTTP 429 (https://export.arxiv.org/api/query?search_query=&id_list=2506.07452&sortBy=relevance&sortOrder=descending&start=0&max_results=100)

[115] Document Reconstruction Unlocks Scalable Long-Context RLVR

Yao Xiao, Lei Wang, Yue Deng, Guanzheng Chen, Ziqi Jin, Jung-jae Kim, Xiaoli Li, Roy Ka-wei Lee, Lidong Bing

Main category: cs.CL

TL;DR: Unable to fetch paper summary due to HTTP 429 error (rate limiting) from arXiv API

DetailsMotivation: Cannot determine motivation without access to paper content

Method: Cannot determine method without access to paper content

Result: Cannot determine results without access to paper content

Conclusion: Cannot determine conclusion without access to paper content

Abstract: Failed to fetch summary for 2602.08237: Page request resulted in HTTP 429 (https://export.arxiv.org/api/query?search_query=&id_list=2602.08237&sortBy=relevance&sortOrder=descending&start=0&max_results=100)

[116] Search or Accelerate: Confidence-Switched Position Beam Search for Diffusion Language Models

Mingyu Cao, Alvaro H.C. Correia, Christos Louizos, Shiwei Liu, Lu Yin

Main category: cs.CL

TL;DR: Unable to fetch paper details due to HTTP 429 error (rate limiting) from arXiv API

DetailsMotivation: Cannot determine motivation as paper content is unavailable

Method: Cannot determine method as paper content is unavailable

Result: Cannot determine results as paper content is unavailable

Conclusion: Cannot draw conclusions about paper content due to access limitations

Abstract: Failed to fetch summary for 2602.10953: Page request resulted in HTTP 429 (https://export.arxiv.org/api/query?search_query=&id_list=2602.10953&sortBy=relevance&sortOrder=descending&start=0&max_results=100)

[117] Scaling Model and Data for Multilingual Machine Translation with Open Large Language Models

Yuzhe Shang, Pengzhi Gao, Wei Liu, Jian Luan, Jinsong Su

Main category: cs.CL

TL;DR: Paper 2602.11961 summary unavailable due to HTTP 429 error (rate limiting)

DetailsMotivation: Unable to determine motivation due to access limitations

Method: Unable to determine method due to access limitations

Result: Unable to determine results due to access limitations

Conclusion: Unable to draw conclusions due to access limitations

Abstract: Failed to fetch summary for 2602.11961: Page request resulted in HTTP 429 (https://export.arxiv.org/api/query?search_query=&id_list=2602.11961&sortBy=relevance&sortOrder=descending&start=0&max_results=100)

[118] Unleashing Low-Bit Inference on Ascend NPUs: A Comprehensive Evaluation of HiFloat Formats

Pengxiang Zhao, Hui-Ling Zhen, Xing Li, Han Bao, Weizhe Lin, Zhiyuan Yang, Ziwei Yu, Xin Wang, Mingxuan Yuan, Xianzhi Yu, Zhenhua Dong

Main category: cs.CL

TL;DR: Failed to fetch paper summary due to HTTP 429 error (rate limiting)

DetailsMotivation: Unable to determine motivation due to fetch failure

Method: Unable to determine method due to fetch failure

Result: Unable to determine results due to fetch failure

Conclusion: Unable to determine conclusion due to fetch failure

Abstract: Failed to fetch summary for 2602.12635: Page request resulted in HTTP 429 (https://export.arxiv.org/api/query?search_query=&id_list=2602.12635&sortBy=relevance&sortOrder=descending&start=0&max_results=100)

[119] Small Reward Models via Backward Inference

Yike Wang, Faeze Brahman, Shangbin Feng, Teng Xiao, Hannaneh Hajishirzi, Yulia Tsvetkov

Main category: cs.CL

TL;DR: Unable to fetch paper summary due to HTTP 429 error (rate limiting) from arXiv API

DetailsMotivation: Cannot determine motivation as paper content is unavailable

Method: Cannot determine method as paper content is unavailable

Result: Cannot determine results as paper content is unavailable

Conclusion: Cannot draw conclusions as paper content is unavailable

Abstract: Failed to fetch summary for 2602.13551: Page request resulted in HTTP 429 (https://export.arxiv.org/api/query?search_query=&id_list=2602.13551&sortBy=relevance&sortOrder=descending&start=0&max_results=100)

[120] Meenz bleibt Meenz, but Large Language Models Do Not Speak Its Dialect

Minh Duc Bui, Manuel Mager, Peter Herbert Kann, Katharina von der Wense

Main category: cs.CL

TL;DR: Unable to fetch paper summary due to HTTP 429 error (rate limiting). The paper ID 2602.16852 appears to be from February 2026, which suggests it might be a future or incorrectly formatted arXiv ID.

DetailsMotivation: Cannot determine motivation due to inability to access paper content.

Method: Cannot determine method due to inability to access paper content.

Result: Cannot determine results due to inability to access paper content.

Conclusion: Cannot draw conclusions due to inability to access paper content.

Abstract: Failed to fetch summary for 2602.16852: Page request resulted in HTTP 429 (https://export.arxiv.org/api/query?search_query=&id_list=2602.16852&sortBy=relevance&sortOrder=descending&start=0&max_results=100)

[121] QueryPlot: Generating Geological Evidence Layers using Natural Language Queries for Mineral Exploration

Meng Ye, Xiao Lin, Georgina Lukoczki, Graham W. Lederer, Yi Yao

Main category: cs.CL

TL;DR: Unable to fetch paper summary due to HTTP 429 error (rate limiting). The paper ID 2602.17784 suggests it’s from February 2026, but no content available for analysis.

DetailsMotivation: Cannot determine motivation as paper content is unavailable due to HTTP 429 error from arXiv API.

Method: Cannot determine method as paper content is unavailable.

Result: Cannot determine results as paper content is unavailable.

Conclusion: Cannot draw conclusions about the paper due to content unavailability.

Abstract: Failed to fetch summary for 2602.17784: Page request resulted in HTTP 429 (https://export.arxiv.org/api/query?search_query=&id_list=2602.17784&sortBy=relevance&sortOrder=descending&start=0&max_results=100)

[122] BURMESE-SAN: Burmese NLP Benchmark for Evaluating Large Language Models

Thura Aung, Jann Railey Montalan, Jian Gang Ngui, Peerat Limkonchotiwat

Main category: cs.CL

TL;DR: Unable to fetch paper summary due to HTTP 429 error (rate limiting) from arXiv API

DetailsMotivation: Cannot determine motivation as paper content is unavailable

Method: Cannot determine method as paper content is unavailable

Result: Cannot determine results as paper content is unavailable

Conclusion: Cannot determine conclusion as paper content is unavailable

Abstract: Failed to fetch summary for 2602.18788: Page request resulted in HTTP 429 (https://export.arxiv.org/api/query?search_query=&id_list=2602.18788&sortBy=relevance&sortOrder=descending&start=0&max_results=100)

[123] Axis Decomposition for ODRL: Resolving Dimensional Ambiguity in Policy Constraints through Interval Semantics

Daham Mustafa, Diego Collarana, Yixin Peng, Rafiqul Haque, Christoph Lange-Bever, Christoph Quix, Stephan Decker

Main category: cs.CL

TL;DR: Unable to fetch paper summary due to HTTP 429 error (rate limiting)

DetailsMotivation: Cannot determine motivation as paper content is unavailable due to API rate limiting

Method: Cannot determine method as paper content is unavailable due to API rate limiting

Result: Cannot determine results as paper content is unavailable due to API rate limiting

Conclusion: Cannot determine conclusion as paper content is unavailable due to API rate limiting

Abstract: Failed to fetch summary for 2602.19878: Page request resulted in HTTP 429 (https://export.arxiv.org/api/query?search_query=&id_list=2602.19878&sortBy=relevance&sortOrder=descending&start=0&max_results=100)

[124] The Art of Efficient Reasoning: Data, Reward, and Optimization

Taiqiang Wu, Zenan Xu, Bo Zhou, Ngai Wong

Main category: cs.CL

TL;DR: Unable to fetch paper summary due to HTTP 429 error (rate limiting) from arXiv API

DetailsMotivation: Cannot determine motivation as paper content is unavailable

Method: Cannot determine method as paper content is unavailable

Result: Cannot determine results as paper content is unavailable

Conclusion: Cannot draw conclusions as paper content is unavailable

Abstract: Failed to fetch summary for 2602.20945: Page request resulted in HTTP 429 (https://export.arxiv.org/api/query?search_query=&id_list=2602.20945&sortBy=relevance&sortOrder=descending&start=0&max_results=100)

Zihao Li

Main category: cs.CL

TL;DR: Failed to fetch paper summary due to HTTP 429 error (rate limiting)

DetailsMotivation: Unable to determine motivation due to retrieval failure

Method: Unable to determine method due to retrieval failure

Result: Unable to determine results due to retrieval failure

Conclusion: Unable to determine conclusion due to retrieval failure

Abstract: Failed to fetch summary for 2304.14347: Page request resulted in HTTP 429 (https://export.arxiv.org/api/query?search_query=&id_list=2304.14347&sortBy=relevance&sortOrder=descending&start=0&max_results=100)

[126] Toward Safe and Human-Aligned Game Conversational Recommendation via Multi-Agent Decomposition

Zheng Hui, Xiaokai Wei, Yexi Jiang, Kevin Gao, Chen Wang, Frank Ong, Se-eun Yoon, Rachit Pareek, Michelle Gong

Main category: cs.CL

TL;DR: Unable to analyze paper 2504.20094 due to HTTP 429 error when fetching abstract from arXiv API

DetailsMotivation: Cannot determine motivation without access to the paper's abstract or content

Method: Cannot determine method without access to the paper’s abstract or content

Result: Cannot determine results without access to the paper’s abstract or content

Conclusion: Cannot draw conclusions without access to the paper’s abstract or content

Abstract: Failed to fetch summary for 2504.20094: Page request resulted in HTTP 429 (https://export.arxiv.org/api/query?search_query=&id_list=2504.20094&sortBy=relevance&sortOrder=descending&start=0&max_results=100)

[127] Complexity counts: global and local perspectives on Indo-Aryan numeral systems

Chundra Cathcart

Main category: cs.CL

TL;DR: Failed to fetch paper summary due to HTTP 429 error (rate limiting)

DetailsMotivation: Unable to determine motivation due to API rate limiting preventing access to paper details

Method: Cannot analyze method as paper content is unavailable due to HTTP 429 error

Result: No results available - the arXiv API returned a rate limiting error (HTTP 429)

Conclusion: Cannot draw conclusions about paper content due to technical limitations in accessing the abstract

Abstract: Failed to fetch summary for 2505.21510: Page request resulted in HTTP 429 (https://export.arxiv.org/api/query?search_query=&id_list=2505.21510&sortBy=relevance&sortOrder=descending&start=0&max_results=100)

[128] DOTResize: Reducing LLM Width via Discrete Optimal Transport-based Neuron Merging

Neha Verma, Kenton Murray, Kevin Duh

Main category: cs.CL

TL;DR: Unable to fetch paper summary due to HTTP 429 error (rate limiting)

DetailsMotivation: Cannot determine motivation due to failed paper fetch

Method: Cannot determine method due to failed paper fetch

Result: Cannot determine results due to failed paper fetch

Conclusion: Cannot determine conclusion due to failed paper fetch

Abstract: Failed to fetch summary for 2507.04517: Page request resulted in HTTP 429 (https://export.arxiv.org/api/query?search_query=&id_list=2507.04517&sortBy=relevance&sortOrder=descending&start=0&max_results=100)

[129] A Proof of Learning Rate Transfer under $μ$P

Soufiane Hayou

Main category: cs.CL

TL;DR: Failed to fetch paper summary due to HTTP 429 error (rate limiting)

DetailsMotivation: Unable to determine motivation due to failed paper retrieval

Method: Unable to determine method due to failed paper retrieval

Result: Unable to determine results due to failed paper retrieval

Conclusion: Unable to determine conclusion due to failed paper retrieval

Abstract: Failed to fetch summary for 2511.01734: Page request resulted in HTTP 429 (https://export.arxiv.org/api/query?search_query=&id_list=2511.01734&sortBy=relevance&sortOrder=descending&start=0&max_results=100)

[130] Stabilizing Off-Policy Training for Long-Horizon LLM Agent via Turn-Level Importance Sampling and Clipping-Triggered Normalization

Chenliang Li, Adel Elmahdy, Alex Boyd, Zhongruo Wang, Siliang Zeng, Alfredo Garcia, Parminder Bhatia, Taha Kass-Hout, Cao Xiao, Mingyi Hong

Main category: cs.CL

TL;DR: Failed to fetch paper summary due to HTTP 429 error (rate limiting)

DetailsMotivation: Unable to determine motivation due to fetch failure

Method: Unable to determine method due to fetch failure

Result: Unable to determine results due to fetch failure

Conclusion: Unable to determine conclusion due to fetch failure

Abstract: Failed to fetch summary for 2511.20718: Page request resulted in HTTP 429 (https://export.arxiv.org/api/query?search_query=&id_list=2511.20718&sortBy=relevance&sortOrder=descending&start=0&max_results=100)

[131] FigEx2: Visual-Conditioned Panel Detection and Captioning for Scientific Compound Figures

Jifeng Song, Arun Das, Pan Wang, Hui Ji, Kun Zhao, Yufei Huang

Main category: cs.CL

TL;DR: Unable to fetch paper summary due to HTTP 429 error (rate limiting)

DetailsMotivation: Cannot determine motivation without access to paper content

Method: Cannot determine method without access to paper content

Result: Cannot determine results without access to paper content

Conclusion: Cannot draw conclusions without access to paper content

Abstract: Failed to fetch summary for 2601.08026: Page request resulted in HTTP 429 (https://export.arxiv.org/api/query?search_query=&id_list=2601.08026&sortBy=relevance&sortOrder=descending&start=0&max_results=100)

[132] SpecMind: Cognitively Inspired, Interactive Multi-Turn Framework for Postcondition Inference

Cuong Chi Le, Minh V.T Pham, Tung Vu Duy, Cuong Duc Van, Huy N. Phan, Hoang N. Phan, Tien N. Nguyen

Main category: cs.CL

TL;DR: Unable to fetch paper details due to HTTP 429 error (rate limiting) from arXiv API

DetailsMotivation: Cannot determine motivation as paper content is unavailable

Method: Cannot determine method as paper content is unavailable

Result: Cannot determine results as paper content is unavailable

Conclusion: Cannot draw conclusions about paper content due to access limitations

Abstract: Failed to fetch summary for 2602.20610: Page request resulted in HTTP 429 (https://export.arxiv.org/api/query?search_query=&id_list=2602.20610&sortBy=relevance&sortOrder=descending&start=0&max_results=100)

[133] SELAUR: Self Evolving LLM Agent via Uncertainty-aware Rewards

Dengjia Zhang, Xiaoou Liu, Lu Cheng, Yaqing Wang, Kenton Murray, Hua Wei

Main category: cs.CL

TL;DR: The paper with ID 2602.21158 could not be analyzed because the arXiv API returned an HTTP 429 error (too many requests), preventing access to the paper’s abstract and content.

DetailsMotivation: Unable to determine motivation due to API access limitations preventing retrieval of paper content.

Method: Unable to determine method due to API access limitations preventing retrieval of paper content.

Result: Unable to determine results due to API access limitations preventing retrieval of paper content.

Conclusion: Unable to draw conclusions about the paper’s content due to technical limitations in accessing the arXiv API.

Abstract: Failed to fetch summary for 2602.21158: Page request resulted in HTTP 429 (https://export.arxiv.org/api/query?search_query=&id_list=2602.21158&sortBy=relevance&sortOrder=descending&start=0&max_results=100)

cs.CV

[134] StoryTailor:A Zero-Shot Pipeline for Action-Rich Multi-Subject Visual Narratives

Jinghao Hu, Yuhe Zhang, GuoHua Geng, Kang Li, Han Zhang

Main category: cs.CV

TL;DR: StoryTailor is a zero-shot pipeline for generating multi-frame visual narratives that maintains action faithfulness, subject identity fidelity, and background continuity without fine-tuning.

DetailsMotivation: There's a threefold tension in generating action-rich visual narratives: maintaining faithfulness to action text, preserving subject identity across frames, and ensuring cross-frame background continuity. Current methods struggle with these competing requirements without fine-tuning.

Method: Three synergistic modules: 1) Gaussian-Centered Attention (GCA) to focus on subject cores and handle grounding-box overlaps; 2) Action-Boost Singular Value Reweighting (AB-SVR) to amplify action-related directions in text embeddings; 3) Selective Forgetting Cache (SFC) to retain transferable background cues while forgetting nonessential history.

Result: CLIP-T improves by 10-15% over baselines, DreamSim scores lower than strong baselines, and CLIP-I stays in competitive range. Inference is faster than FluxKontext on 24GB GPU with matched resolution and steps. Qualitatively produces expressive interactions and evolving yet stable scenes.

Conclusion: StoryTailor effectively addresses the threefold tension in visual narrative generation through its synergistic modules, enabling zero-shot generation of coherent, identity-preserving image sequences from narrative prompts.

Abstract: Generating multi-frame, action-rich visual narratives without fine-tuning faces a threefold tension: action text faithfulness, subject identity fidelity, and cross-frame background continuity. We propose StoryTailor, a zero-shot pipeline that runs on a single RTX 4090 (24 GB) and produces temporally coherent, identity-preserving image sequences from a long narrative prompt, per-subject references, and grounding boxes. Three synergistic modules drive the system: Gaussian-Centered Attention (GCA) to dynamically focus on each subject core and ease grounding-box overlaps; Action-Boost Singular Value Reweighting (AB-SVR) to amplify action-related directions in the text embedding space; and Selective Forgetting Cache (SFC) that retains transferable background cues, forgets nonessential history, and selectively surfaces retained cues to build cross-scene semantic ties. Compared with baseline methods, experiments show that CLIP-T improves by up to 10-15%, with DreamSim lower than strong baselines, while CLIP-I stays in a visually acceptable, competitive range. With matched resolution and steps on a 24 GB GPU, inference is faster than FluxKontext. Qualitatively, StoryTailor delivers expressive interactions and evolving yet stable scenes.

[135] HorizonForge: Driving Scene Editing with Any Trajectories and Any Vehicles

Yifan Wang, Francesco Pittaluga, Zaid Tasneem, Chenyu You, Manmohan Chandraker, Ziyu Jiang

Main category: cs.CV

TL;DR: HorizonForge: A unified framework for controllable driving scene generation using Gaussian Splats and Meshes with language-driven editing and noise-aware video diffusion for temporal consistency.

DetailsMotivation: Existing approaches for controllable driving scene generation struggle to jointly achieve photorealism and precise control, creating a need for a framework that can produce realistic, editable driving scenes with fine-grained manipulation capabilities.

Method: Reconstructs scenes as editable Gaussian Splats and Meshes, enables fine-grained 3D manipulation and language-driven vehicle insertion, uses noise-aware video diffusion process for spatial and temporal consistency, and introduces HorizonSuite benchmark for evaluation.

Result: Achieves 83.4% user-preference gain and 25.19% FID improvement over second best state-of-the-art method, with Gaussian-Mesh representation delivering substantially higher fidelity than alternative 3D representations.

Conclusion: HorizonForge establishes a simple yet powerful paradigm for photorealistic, controllable driving simulation by combining 3D representation with video diffusion priors for coherent synthesis.

Abstract: Controllable driving scene generation is critical for realistic and scalable autonomous driving simulation, yet existing approaches struggle to jointly achieve photorealism and precise control. We introduce HorizonForge, a unified framework that reconstructs scenes as editable Gaussian Splats and Meshes, enabling fine-grained 3D manipulation and language-driven vehicle insertion. Edits are rendered through a noise-aware video diffusion process that enforces spatial and temporal consistency, producing diverse scene variations in a single feed-forward pass without per-trajectory optimization. To standardize evaluation, we further propose HorizonSuite, a comprehensive benchmark spanning ego- and agent-level editing tasks such as trajectory modifications and object manipulation. Extensive experiments show that Gaussian-Mesh representation delivers substantially higher fidelity than alternative 3D representations, and that temporal priors from video diffusion are essential for coherent synthesis. Combining these findings, HorizonForge establishes a simple yet powerful paradigm for photorealistic, controllable driving simulation, achieving an 83.4% user-preference gain and a 25.19% FID improvement over the second best state-of-the-art method. Project page: https://horizonforge.github.io/ .

[136] Scaling View Synthesis Transformers

Evan Kim, Hyunwoo Ryu, Thomas W. Mitchel, Vincent Sitzmann

Main category: cs.CV

TL;DR: Paper 2602.21341: Could not fetch summary due to HTTP 429 error (rate limiting)

DetailsMotivation: Unable to determine motivation due to access limitations

Method: Unable to determine method due to access limitations

Result: Unable to determine results due to access limitations

Conclusion: Unable to determine conclusion due to access limitations

Abstract: Failed to fetch summary for 2602.21341: Page request resulted in HTTP 429 (https://export.arxiv.org/api/query?search_query=&id_list=2602.21341&sortBy=relevance&sortOrder=descending&start=0&max_results=100)

[137] Learning spatially adaptive sparsity level maps for arbitrary convolutional dictionaries

Joshua Schulz, David Schote, Christoph Kolbitsch, Kostas Papafitsoros, Andreas Kofler

Main category: cs.CV

TL;DR: Failed to fetch paper summary due to HTTP 429 error (rate limiting)

DetailsMotivation: Unable to determine motivation due to fetch failure

Method: Unable to determine method due to fetch failure

Result: Unable to determine results due to fetch failure

Conclusion: Unable to determine conclusion due to fetch failure

Abstract: Failed to fetch summary for 2602.21707: Page request resulted in HTTP 429 (https://export.arxiv.org/api/query?search_query=&id_list=2602.21707&sortBy=relevance&sortOrder=descending&start=0&max_results=100)

[138] Towards Controllable Video Synthesis of Routine and Rare OR Events

Dominik Schneider, Lalithkumar Seenivasan, Sampath Rapuri, Vishalroshan Anil, Aiza Maksutova, Yiqing Shen, Jan Emily Mangulabnan, Hao Ding, Jose L. Porras, Masaru Ishii, Mathias Unberath

Main category: cs.CV

TL;DR: Unable to fetch paper summary due to HTTP 429 error (rate limiting) from arXiv API

DetailsMotivation: Cannot determine motivation without access to paper content

Method: Cannot determine method without access to paper content

Result: Cannot determine results without access to paper content

Conclusion: Cannot draw conclusions without access to paper content

Abstract: Failed to fetch summary for 2602.21365: Page request resulted in HTTP 429 (https://export.arxiv.org/api/query?search_query=&id_list=2602.21365&sortBy=relevance&sortOrder=descending&start=0&max_results=100)

[139] Momentum Memory for Knowledge Distillation in Computational Pathology

Yongxin Guo, Hao Lu, Onur C. Koyun, Zhengjie Zhu, Muhammet Fatih Demir, Metin Nafi Gurcan

Main category: cs.CV

TL;DR: Unable to fetch paper details due to HTTP 429 error (rate limiting) from arXiv API

DetailsMotivation: Cannot determine motivation as paper content could not be retrieved

Method: Cannot determine method as paper content could not be retrieved

Result: Cannot determine results as paper content could not be retrieved

Conclusion: Cannot determine conclusion as paper content could not be retrieved

Abstract: Failed to fetch summary for 2602.21395: Page request resulted in HTTP 429 (https://export.arxiv.org/api/query?search_query=&id_list=2602.21395&sortBy=relevance&sortOrder=descending&start=0&max_results=100)

[140] Lumosaic: Hyperspectral Video via Active Illumination and Coded-Exposure Pixels

Dhruv Verma, Andrew Qiu, Roberto Rangel, Ayandev Barman, Hao Yang, Chenjia Hu, Fengqi Zhang, Roman Genov, David B. Lindell, Kiriakos N. Kutulakos, Alex Mariakakis

Main category: cs.CV

TL;DR: Failed to fetch paper summary due to HTTP 429 error (rate limiting)

DetailsMotivation: Unable to determine motivation due to fetch failure

Method: Unable to determine method due to fetch failure

Result: Unable to determine results due to fetch failure

Conclusion: Unable to determine conclusion due to fetch failure

Abstract: Failed to fetch summary for 2602.22140: Page request resulted in HTTP 429 (https://export.arxiv.org/api/query?search_query=&id_list=2602.22140&sortBy=relevance&sortOrder=descending&start=0&max_results=100)

[141] MMLoP: Multi-Modal Low-Rank Prompting for Efficient Vision-Language Adaptation

Sajjad Ghiasvand, Haniyeh Ehsani Oskouie, Mahnoosh Alizadeh, Ramtin Pedarsani

Main category: cs.CV

TL;DR: Failed to fetch paper summary due to HTTP 429 error (rate limiting)

DetailsMotivation: Unable to determine motivation due to fetch failure

Method: Unable to determine method due to fetch failure

Result: Unable to determine results due to fetch failure

Conclusion: Unable to draw conclusions due to fetch failure

Abstract: Failed to fetch summary for 2602.21397: Page request resulted in HTTP 429 (https://export.arxiv.org/api/query?search_query=&id_list=2602.21397&sortBy=relevance&sortOrder=descending&start=0&max_results=100)

[142] FlowFixer: Towards Detail-Preserving Subject-Driven Generation

Jinyoung Jun, Won-Dong Jang, Wenbin Ouyang, Raghudeep Gadde, Jungbeom Lee

Main category: cs.CV

TL;DR: Unable to analyze paper 2602.21402 due to HTTP 429 error when fetching abstract from arXiv API

DetailsMotivation: Cannot determine motivation as abstract is unavailable due to rate limiting error

Method: Cannot determine method as abstract is unavailable due to rate limiting error

Result: Cannot determine results as abstract is unavailable due to rate limiting error

Conclusion: Cannot draw conclusions as abstract is unavailable due to rate limiting error

Abstract: Failed to fetch summary for 2602.21402: Page request resulted in HTTP 429 (https://export.arxiv.org/api/query?search_query=&id_list=2602.21402&sortBy=relevance&sortOrder=descending&start=0&max_results=100)

[143] Transformer-based cardiac substructure segmentation from contrast and non-contrast computed tomography for radiotherapy planning

Aneesh Rangnekar, Nikhil Mankuzhy, Jonas Willmann, Chloe Min Seo Choi, Abraham Wu, Maria Thor, Andreas Rimner, Harini Veeraraghavan

Main category: cs.CV

TL;DR: Failed to fetch paper summary due to HTTP 429 error (rate limiting)

DetailsMotivation: Unable to determine motivation due to access restrictions

Method: Unable to determine method due to access restrictions

Result: Unable to determine results due to access restrictions

Conclusion: Unable to determine conclusion due to access restrictions

Abstract: Failed to fetch summary for 2505.10855: Page request resulted in HTTP 429 (https://export.arxiv.org/api/query?search_query=&id_list=2505.10855&sortBy=relevance&sortOrder=descending&start=0&max_results=100)

[144] Exploring Vision-Language Models for Open-Vocabulary Zero-Shot Action Segmentation

Asim Unmesh, Kaki Ramesh, Mayank Patel, Rahul Jain, Karthik Ramani

Main category: cs.CV

TL;DR: Unable to fetch paper details due to HTTP 429 error (rate limiting) from arXiv API

DetailsMotivation: Cannot determine motivation as paper content is unavailable due to API rate limiting

Method: Cannot determine method as paper content is unavailable due to API rate limiting

Result: Cannot determine results as paper content is unavailable due to API rate limiting

Conclusion: Cannot determine conclusion as paper content is unavailable due to API rate limiting

Abstract: Failed to fetch summary for 2602.21406: Page request resulted in HTTP 429 (https://export.arxiv.org/api/query?search_query=&id_list=2602.21406&sortBy=relevance&sortOrder=descending&start=0&max_results=100)

[145] WildSVG: Towards Reliable SVG Generation Under Real-Word Conditions

Marco Terral, Haotian Zhang, Tianyang Zhang, Meng Lin, Xiaoqing Xie, Haoran Dai, Darsh Kaushik, Pai Peng, Nicklas Scharpff, David Vazquez, Joan Rodriguez

Main category: cs.CV

TL;DR: Unable to fetch paper details due to HTTP 429 error (rate limiting) from arXiv API

DetailsMotivation: Cannot determine motivation as paper content is unavailable

Method: Cannot determine method as paper content is unavailable

Result: Cannot determine results as paper content is unavailable

Conclusion: Cannot draw conclusions as paper content is unavailable

Abstract: Failed to fetch summary for 2602.21416: Page request resulted in HTTP 429 (https://export.arxiv.org/api/query?search_query=&id_list=2602.21416&sortBy=relevance&sortOrder=descending&start=0&max_results=100)

[146] ECHOSAT: Estimating Canopy Height Over Space And Time

Jan Pauls, Karsten Schrödter, Sven Ligensa, Martin Schwartz, Berkant Turan, Max Zimmer, Sassan Saatchi, Sebastian Pokutta, Philippe Ciais, Fabian Gieseke

Main category: cs.CV

TL;DR: Unable to fetch paper summary due to HTTP 429 error (rate limiting)

DetailsMotivation: Cannot determine motivation without access to paper content

Method: Cannot determine method without access to paper content

Result: Cannot determine results without access to paper content

Conclusion: Cannot determine conclusion without access to paper content

Abstract: Failed to fetch summary for 2602.21421: Page request resulted in HTTP 429 (https://export.arxiv.org/api/query?search_query=&id_list=2602.21421&sortBy=relevance&sortOrder=descending&start=0&max_results=100)

[147] Uncertainty-Aware Diffusion Model for Multimodal Highway Trajectory Prediction via DDIM Sampling

Marion Neumeier, Niklas Roßberg, Michael Botsch, Wolfgang Utschick

Main category: cs.CV

TL;DR: Unable to fetch paper summary due to HTTP 429 error (rate limiting)

DetailsMotivation: Cannot determine motivation as paper content is unavailable

Method: Cannot determine method as paper content is unavailable

Result: Cannot determine results as paper content is unavailable

Conclusion: Cannot draw conclusions as paper content is unavailable

Abstract: Failed to fetch summary for 2602.21319: Page request resulted in HTTP 429 (https://export.arxiv.org/api/query?search_query=&id_list=2602.21319&sortBy=relevance&sortOrder=descending&start=0&max_results=100)

[148] Automating Timed Up and Go Phase Segmentation and Gait Analysis via the tugturn Markerless 3D Pipeline

Abel Gonçalves Chinaglia, Guilherme Manna Cesar, Paulo Roberto Pereira Santiago

Main category: cs.CV

TL;DR: Failed to fetch paper summary due to HTTP 429 error (rate limiting)

DetailsMotivation: Unable to determine motivation due to failed API request

Method: Unable to determine method due to failed API request

Result: Unable to determine results due to failed API request

Conclusion: Unable to draw conclusions due to failed API request

Abstract: Failed to fetch summary for 2602.21425: Page request resulted in HTTP 429 (https://export.arxiv.org/api/query?search_query=&id_list=2602.21425&sortBy=relevance&sortOrder=descending&start=0&max_results=100)

[149] Beyond Calibration: Confounding Pathology Limits Foundation Model Specificity in Abdominal Trauma CT

Jineel H Raythatha, Shuchang Ye, Jeremy Hsu, Jinman Kim

Main category: cs.CV

TL;DR: Unable to fetch paper summary due to HTTP 429 error (rate limiting)

DetailsMotivation: Cannot determine motivation without access to paper content

Method: Cannot determine method without access to paper content

Result: Cannot determine results without access to paper content

Conclusion: Cannot draw conclusions without access to paper content

Abstract: Failed to fetch summary for 2602.10359: Page request resulted in HTTP 429 (https://export.arxiv.org/api/query?search_query=&id_list=2602.10359&sortBy=relevance&sortOrder=descending&start=0&max_results=100)

[150] PSF-Med: Measuring and Explaining Paraphrase Sensitivity in Medical Vision Language Models

Binesh Sadanandan, Vahid Behzadan

Main category: cs.CV

TL;DR: Unable to analyze paper 2602.21428 due to HTTP 429 error when fetching from arXiv API

DetailsMotivation: Cannot determine motivation as paper content could not be retrieved

Method: Cannot determine method as paper content could not be retrieved

Result: Cannot determine results as paper content could not be retrieved

Conclusion: Cannot draw conclusions as paper content could not be retrieved

Abstract: Failed to fetch summary for 2602.21428: Page request resulted in HTTP 429 (https://export.arxiv.org/api/query?search_query=&id_list=2602.21428&sortBy=relevance&sortOrder=descending&start=0&max_results=100)

[151] Capturing Stable HDR Videos Using a Dual-Camera System

Qianyu Zhang, Bolun Zheng, Lingyu Zhu, Hangjia Pan, Zunjie Zhu, Zongpeng Li, Shiqi Wang

Main category: cs.CV

TL;DR: Unable to fetch paper summary due to HTTP 429 error (rate limiting)

DetailsMotivation: Cannot determine motivation as paper content is unavailable

Method: Cannot determine method as paper content is unavailable

Result: Cannot determine results as paper content is unavailable

Conclusion: Cannot draw conclusions without access to paper content

Abstract: Failed to fetch summary for 2507.06593: Page request resulted in HTTP 429 (https://export.arxiv.org/api/query?search_query=&id_list=2507.06593&sortBy=relevance&sortOrder=descending&start=0&max_results=100)

[152] Synergizing Understanding and Generation with Interleaved Analyzing-Drafting Thinking

Shengqiong Wu, Bobo Li, Xinkai Wang, Xiangtai Li, Lei Cui, Furu Wei, Shuicheng Yan, Hao Fei, Tat-seng Chua

Main category: cs.CV

TL;DR: Unable to fetch paper summary due to HTTP 429 error (rate limiting)

DetailsMotivation: Cannot determine motivation without access to paper content

Method: Cannot determine method without access to paper content

Result: Cannot determine results without access to paper content

Conclusion: Cannot draw conclusions without access to paper content

Abstract: Failed to fetch summary for 2602.21435: Page request resulted in HTTP 429 (https://export.arxiv.org/api/query?search_query=&id_list=2602.21435&sortBy=relevance&sortOrder=descending&start=0&max_results=100)

[153] Training-free Mixed-Resolution Latent Upsampling for Spatially Accelerated Diffusion Transformers

Wongi Jeong, Kyungryeol Lee, Hoigi Seo, Se Young Chun

Main category: cs.CV

TL;DR: Unable to fetch paper summary due to HTTP 429 error (rate limiting) from arXiv API

DetailsMotivation: Cannot determine motivation without access to paper content

Method: Cannot determine method without access to paper content

Result: Cannot determine results without access to paper content

Conclusion: Cannot determine conclusion without access to paper content

Abstract: Failed to fetch summary for 2507.08422: Page request resulted in HTTP 429 (https://export.arxiv.org/api/query?search_query=&id_list=2507.08422&sortBy=relevance&sortOrder=descending&start=0&max_results=100)

[154] Adversarial Robustness of Deep Learning-Based Thyroid Nodule Segmentation in Ultrasound

Nicholas Dietrich, David McShannon

Main category: cs.CV

TL;DR: Failed to fetch paper summary due to HTTP 429 error (rate limiting)

DetailsMotivation: Unable to determine motivation due to failed paper fetch

Method: Unable to determine method due to failed paper fetch

Result: Unable to determine results due to failed paper fetch

Conclusion: Unable to determine conclusion due to failed paper fetch

Abstract: Failed to fetch summary for 2602.21452: Page request resulted in HTTP 429 (https://export.arxiv.org/api/query?search_query=&id_list=2602.21452&sortBy=relevance&sortOrder=descending&start=0&max_results=100)

[155] Automatic Map Density Selection for Locally-Performant Visual Place Recognition

Somayeh Hussaini, Tobias Fischer, Michael Milford

Main category: cs.CV

TL;DR: Unable to analyze paper 2602.21473 due to HTTP 429 error when fetching from arXiv API

DetailsMotivation: Cannot determine motivation as paper content could not be retrieved

Method: Cannot determine method as paper content could not be retrieved

Result: Cannot determine results as paper content could not be retrieved

Conclusion: Cannot draw conclusions about paper content due to retrieval failure

Abstract: Failed to fetch summary for 2602.21473: Page request resulted in HTTP 429 (https://export.arxiv.org/api/query?search_query=&id_list=2602.21473&sortBy=relevance&sortOrder=descending&start=0&max_results=100)

[156] Unified Unsupervised and Sparsely-Supervised 3D Object Detection by Semantic Pseudo-Labeling and Prototype Learning

Yushen He

Main category: cs.CV

TL;DR: Failed to fetch paper summary due to HTTP 429 error (rate limiting)

DetailsMotivation: Unable to determine motivation due to missing paper content

Method: Unable to determine method due to missing paper content

Result: Unable to determine results due to missing paper content

Conclusion: Unable to draw conclusions due to missing paper content

Abstract: Failed to fetch summary for 2602.21484: Page request resulted in HTTP 429 (https://export.arxiv.org/api/query?search_query=&id_list=2602.21484&sortBy=relevance&sortOrder=descending&start=0&max_results=100)

[157] See It, Say It, Sorted: An Iterative Training-Free Framework for Visually-Grounded Multimodal Reasoning in LVLMs

Yongchang Zhang, Xianzheng Ma, Tianyi Liu, Guangquan Zhou, Yang Chen

Main category: cs.CV

TL;DR: Unable to fetch paper summary due to HTTP 429 error (rate limiting)

DetailsMotivation: Cannot determine motivation as paper content is unavailable due to server rate limiting

Method: Cannot determine method as paper content is unavailable

Result: Cannot determine results as paper content is unavailable

Conclusion: Cannot draw conclusions about paper content due to access limitations

Abstract: Failed to fetch summary for 2602.21497: Page request resulted in HTTP 429 (https://export.arxiv.org/api/query?search_query=&id_list=2602.21497&sortBy=relevance&sortOrder=descending&start=0&max_results=100)

[158] Easy3E: Feed-Forward 3D Asset Editing via Rectified Voxel Flow

Shimin Hu, Yuanyi Wei, Fei Zha, Yudong Guo, Juyong Zhang

Main category: cs.CV

TL;DR: Unable to fetch paper details due to HTTP 429 error (rate limiting) from arXiv API

DetailsMotivation: Cannot determine motivation as paper content is unavailable due to API rate limiting

Method: Cannot determine method as paper content is unavailable due to API rate limiting

Result: Cannot determine results as paper content is unavailable due to API rate limiting

Conclusion: Cannot determine conclusion as paper content is unavailable due to API rate limiting

Abstract: Failed to fetch summary for 2602.21499: Page request resulted in HTTP 429 (https://export.arxiv.org/api/query?search_query=&id_list=2602.21499&sortBy=relevance&sortOrder=descending&start=0&max_results=100)

[159] AHAN: Asymmetric Hierarchical Attention Network for Identical Twin Face Verification

Hoang-Nhat Nguyen

Main category: cs.CV

TL;DR: Unable to fetch paper details due to HTTP 429 error (rate limiting) from arXiv API

DetailsMotivation: Cannot determine motivation as paper content is unavailable

Method: Cannot determine method as paper content is unavailable

Result: Cannot determine results as paper content is unavailable

Conclusion: Cannot determine conclusion as paper content is unavailable

Abstract: Failed to fetch summary for 2602.21503: Page request resulted in HTTP 429 (https://export.arxiv.org/api/query?search_query=&id_list=2602.21503&sortBy=relevance&sortOrder=descending&start=0&max_results=100)

[160] Which Tool Response Should I Trust? Tool-Expertise-Aware Chest X-ray Agent with Multimodal Agentic Learning

Zheang Huai, Honglong Yang, Xiaomeng Li

Main category: cs.CV

TL;DR: Unable to fetch paper summary due to HTTP 429 error (rate limiting) from arXiv API

DetailsMotivation: Cannot determine motivation as paper content is unavailable

Method: Cannot determine method as paper content is unavailable

Result: Cannot determine results as paper content is unavailable

Conclusion: Cannot determine conclusion as paper content is unavailable

Abstract: Failed to fetch summary for 2602.21517: Page request resulted in HTTP 429 (https://export.arxiv.org/api/query?search_query=&id_list=2602.21517&sortBy=relevance&sortOrder=descending&start=0&max_results=100)

[161] Towards single-shot coherent imaging via overlap-free ptychography

Oliver Hoidn, Aashwin Mishra, Steven Henke, Albert Vong, Matthew Seaberg

Main category: cs.CV

TL;DR: Unable to fetch paper summary due to HTTP 429 error (rate limiting)

DetailsMotivation: Cannot determine motivation due to API rate limiting preventing access to paper content

Method: Cannot determine method due to API rate limiting preventing access to paper content

Result: Cannot determine results due to API rate limiting preventing access to paper content

Conclusion: Cannot draw conclusions due to API rate limiting preventing access to paper content

Abstract: Failed to fetch summary for 2602.21361: Page request resulted in HTTP 429 (https://export.arxiv.org/api/query?search_query=&id_list=2602.21361&sortBy=relevance&sortOrder=descending&start=0&max_results=100)

[162] Pseudo-View Enhancement via Confidence Fusion for Unposed Sparse-View Reconstruction

Beizhen Zhao, Sicheng Yu, Guanzhi Ding, Yu Hu, Hao Wang

Main category: cs.CV

TL;DR: Unable to fetch paper summary due to HTTP 429 error (rate limiting)

DetailsMotivation: Cannot determine motivation without access to paper content

Method: Cannot determine method without access to paper content

Result: Cannot determine results without access to paper content

Conclusion: Cannot determine conclusion without access to paper content

Abstract: Failed to fetch summary for 2602.21535: Page request resulted in HTTP 429 (https://export.arxiv.org/api/query?search_query=&id_list=2602.21535&sortBy=relevance&sortOrder=descending&start=0&max_results=100)

[163] FedVG: Gradient-Guided Aggregation for Enhanced Federated Learning

Alina Devkota, Jacob Thrasher, Donald Adjeroh, Binod Bhattarai, Prashnna K. Gyawali

Main category: cs.CV

TL;DR: Paper 2602.21399: HTTP 429 error prevents fetching abstract - likely rate limiting from arXiv API

DetailsMotivation: Unable to determine motivation due to HTTP 429 error preventing access to paper abstract

Method: Cannot analyze method due to HTTP 429 error preventing access to paper content

Result: Cannot report results due to HTTP 429 error preventing access to paper content

Conclusion: Cannot draw conclusions due to HTTP 429 error preventing access to paper content

Abstract: Failed to fetch summary for 2602.21399: Page request resulted in HTTP 429 (https://export.arxiv.org/api/query?search_query=&id_list=2602.21399&sortBy=relevance&sortOrder=descending&start=0&max_results=100)

[164] IHF-Harmony: Multi-Modality Magnetic Resonance Images Harmonization using Invertible Hierarchy Flow Model

Pengli Zhu, Yitao Zhu, Haowen Pang, Anqi Qiu

Main category: cs.CV

TL;DR: Unable to fetch paper summary due to HTTP 429 error (rate limiting)

DetailsMotivation: Cannot determine motivation without access to paper content

Method: Cannot determine method without access to paper content

Result: Cannot determine results without access to paper content

Conclusion: Cannot draw conclusions without access to paper content

Abstract: Failed to fetch summary for 2602.21536: Page request resulted in HTTP 429 (https://export.arxiv.org/api/query?search_query=&id_list=2602.21536&sortBy=relevance&sortOrder=descending&start=0&max_results=100)

[165] VasGuideNet: Vascular Topology-Guided Couinaud Liver Segmentation with Structural Contrastive Loss

Chaojie Shen, Jingjun Gu, Zihao Zhao, Ruocheng Li, Cunyuan Yang, Jiajun Bu, Lei Wu

Main category: cs.CV

TL;DR: Failed to fetch paper summary due to HTTP 429 error (rate limiting)

DetailsMotivation: Unable to determine motivation due to failed paper fetch

Method: Unable to determine method due to failed paper fetch

Result: Unable to determine results due to failed paper fetch

Conclusion: Unable to draw conclusions due to failed paper fetch

Abstract: Failed to fetch summary for 2602.21539: Page request resulted in HTTP 429 (https://export.arxiv.org/api/query?search_query=&id_list=2602.21539&sortBy=relevance&sortOrder=descending&start=0&max_results=100)

[166] Generalizing Visual Geometry Priors to Sparse Gaussian Occupancy Prediction

Changqing Zhou, Yueru Luo, Changhao Chen

Main category: cs.CV

TL;DR: Unable to fetch paper details due to HTTP 429 error (rate limiting) from arXiv API

DetailsMotivation: Cannot determine motivation as paper content is unavailable

Method: Cannot determine method as paper content is unavailable

Result: Cannot determine results as paper content is unavailable

Conclusion: Cannot draw conclusions about the paper due to access limitations

Abstract: Failed to fetch summary for 2602.21552: Page request resulted in HTTP 429 (https://export.arxiv.org/api/query?search_query=&id_list=2602.21552&sortBy=relevance&sortOrder=descending&start=0&max_results=100)

[167] MultiAnimate: Pose-Guided Image Animation Made Extensible

Yingcheng Hu, Haowen Gong, Chuanguang Yang, Zhulin An, Yongjun Xu, Songhua Liu

Main category: cs.CV

TL;DR: Failed to fetch paper summary due to HTTP 429 error (rate limiting) from arXiv API

DetailsMotivation: Unable to determine motivation due to API rate limiting preventing access to paper content

Method: Cannot analyze method as paper content is unavailable due to API rate limiting

Result: No results available - paper summary fetch failed with HTTP 429 error

Conclusion: Cannot draw conclusions about paper content due to technical access issues

Abstract: Failed to fetch summary for 2602.21581: Page request resulted in HTTP 429 (https://export.arxiv.org/api/query?search_query=&id_list=2602.21581&sortBy=relevance&sortOrder=descending&start=0&max_results=100)

[168] Causal Decoding for Hallucination-Resistant Multimodal Large Language Models

Shiwei Tan, Hengyi Wang, Weiyi Qin, Qi Xu, Zhigang Hua, Hao Wang

Main category: cs.CV

TL;DR: Unable to fetch paper details due to HTTP 429 error (rate limiting)

DetailsMotivation: Cannot determine motivation due to failed paper retrieval

Method: Cannot determine method due to failed paper retrieval

Result: Cannot determine results due to failed paper retrieval

Conclusion: Cannot determine conclusion due to failed paper retrieval

Abstract: Failed to fetch summary for 2602.21441: Page request resulted in HTTP 429 (https://export.arxiv.org/api/query?search_query=&id_list=2602.21441&sortBy=relevance&sortOrder=descending&start=0&max_results=100)

[169] SEF-MAP: Subspace-Decomposed Expert Fusion for Robust Multimodal HD Map Prediction

Haoxiang Fu, Lingfeng Zhang, Hao Li, Ruibing Hu, Zhengrong Li, Guanjing Liu, Zimu Tan, Long Chen, Hangjun Ye, Xiaoshuai Hao

Main category: cs.CV

TL;DR: Unable to fetch paper details due to HTTP 429 error (rate limiting)

DetailsMotivation: Cannot determine motivation as paper content is unavailable due to API rate limiting

Method: Cannot determine method as paper content is unavailable due to API rate limiting

Result: Cannot determine results as paper content is unavailable due to API rate limiting

Conclusion: Cannot draw conclusions as paper content is unavailable due to API rate limiting

Abstract: Failed to fetch summary for 2602.21589: Page request resulted in HTTP 429 (https://export.arxiv.org/api/query?search_query=&id_list=2602.21589&sortBy=relevance&sortOrder=descending&start=0&max_results=100)

[170] CADC: Content Adaptive Diffusion-Based Generative Image Compression

Xihua Sheng, Lingyu Zhu, Tianyu Zhang, Dong Liu, Shiqi Wang, Jing Wang

Main category: cs.CV

TL;DR: Paper 2602.21591: Could not fetch summary due to HTTP 429 error (rate limiting)

DetailsMotivation: Unable to determine motivation due to HTTP 429 error preventing access to paper content

Method: Unable to determine method due to HTTP 429 error preventing access to paper content

Result: Unable to determine results due to HTTP 429 error preventing access to paper content

Conclusion: Unable to determine conclusion due to HTTP 429 error preventing access to paper content

Abstract: Failed to fetch summary for 2602.21591: Page request resulted in HTTP 429 (https://export.arxiv.org/api/query?search_query=&id_list=2602.21591&sortBy=relevance&sortOrder=descending&start=0&max_results=100)

[171] A Hidden Semantic Bottleneck in Conditional Embeddings of Diffusion Transformers

Trung X. Pham, Kang Zhang, Ji Woo Hong, Chang D. Yoo

Main category: cs.CV

TL;DR: Unable to fetch paper details due to HTTP 429 error (rate limiting) - the paper ID 2602.21596 cannot be analyzed without access to the abstract content.

DetailsMotivation: Cannot determine motivation without access to the paper abstract.

Method: Cannot determine method without access to the paper abstract.

Result: Cannot determine results without access to the paper abstract.

Conclusion: Cannot draw conclusions without access to the paper abstract.

Abstract: Failed to fetch summary for 2602.21596: Page request resulted in HTTP 429 (https://export.arxiv.org/api/query?search_query=&id_list=2602.21596&sortBy=relevance&sortOrder=descending&start=0&max_results=100)

[172] Virtual Biopsy for Intracranial Tumors Diagnosis on MRI

Xinzhe Luo, Shuai Shao, Yan Wang, Jiangtao Wang, Yutong Bai, Jianguo Zhang

Main category: cs.CV

TL;DR: Unable to fetch paper summary due to HTTP 429 error (rate limiting)

DetailsMotivation: Cannot determine motivation as paper content is unavailable due to API rate limiting

Method: Cannot determine method as paper content is unavailable due to API rate limiting

Result: Cannot determine results as paper content is unavailable due to API rate limiting

Conclusion: Cannot determine conclusion as paper content is unavailable due to API rate limiting

Abstract: Failed to fetch summary for 2602.21613: Page request resulted in HTTP 429 (https://export.arxiv.org/api/query?search_query=&id_list=2602.21613&sortBy=relevance&sortOrder=descending&start=0&max_results=100)

[173] Tokenizing Semantic Segmentation with RLE

Abhineet Singh, Justin Rozeboom, Nilanjan Ray

Main category: cs.CV

TL;DR: Unable to fetch paper details due to HTTP 429 error (rate limiting)

DetailsMotivation: Cannot determine motivation as paper content is unavailable

Method: Cannot determine method as paper content is unavailable

Result: Cannot determine results as paper content is unavailable

Conclusion: Cannot determine conclusion as paper content is unavailable

Abstract: Failed to fetch summary for 2602.21627: Page request resulted in HTTP 429 (https://export.arxiv.org/api/query?search_query=&id_list=2602.21627&sortBy=relevance&sortOrder=descending&start=0&max_results=100)

[174] UniHand: A Unified Model for Diverse Controlled 4D Hand Motion Modeling

Zhihao Sun, Tong Wu, Ruirui Tu, Daoguo Dong, Zuxuan Wu

Main category: cs.CV

TL;DR: Failed to fetch paper summary due to HTTP 429 error (rate limiting)

DetailsMotivation: Unable to determine motivation due to failed paper fetch

Method: Unable to determine method due to failed paper fetch

Result: Unable to determine results due to failed paper fetch

Conclusion: Unable to draw conclusions due to failed paper fetch

Abstract: Failed to fetch summary for 2602.21631: Page request resulted in HTTP 429 (https://export.arxiv.org/api/query?search_query=&id_list=2602.21631&sortBy=relevance&sortOrder=descending&start=0&max_results=100)

[175] LiLo-VLA: Compositional Long-Horizon Manipulation via Linked Object-Centric Policies

Yue Yang, Shuo Cheng, Yu Fang, Homanga Bharadhwaj, Mingyu Ding, Gedas Bertasius, Daniel Szafir

Main category: cs.CV

TL;DR: Unable to fetch paper summary due to HTTP 429 error (rate limiting)

DetailsMotivation: Cannot determine motivation as paper content is unavailable

Method: Cannot determine method as paper content is unavailable

Result: Cannot determine results as paper content is unavailable

Conclusion: Cannot draw conclusion as paper content is unavailable

Abstract: Failed to fetch summary for 2602.21531: Page request resulted in HTTP 429 (https://export.arxiv.org/api/query?search_query=&id_list=2602.21531&sortBy=relevance&sortOrder=descending&start=0&max_results=100)

[176] Axial-Centric Cross-Plane Attention for 3D Medical Image Classification

Doyoung Park, Jinsoo Kim, Lohendran Baskaran

Main category: cs.CV

TL;DR: Unable to fetch paper summary due to HTTP 429 error (rate limiting)

DetailsMotivation: Cannot determine motivation as paper content is unavailable

Method: Cannot determine method as paper content is unavailable

Result: Cannot determine results as paper content is unavailable

Conclusion: Cannot draw conclusions about unavailable paper

Abstract: Failed to fetch summary for 2602.21636: Page request resulted in HTTP 429 (https://export.arxiv.org/api/query?search_query=&id_list=2602.21636&sortBy=relevance&sortOrder=descending&start=0&max_results=100)

[177] CARE: A Molecular-Guided Foundation Model with Adaptive Region Modeling for Whole Slide Image Analysis

Di Zhang, Zhangpeng Gong, Xiaobo Pang, Jiashuai Liu, Junbo Lu, Hao Cui, Jiusong Ge, Zhi Zeng, Kai Yi, Yinghua Li, Si Liu, Tingsong Yu, Haoran Wang, Mireia Crispin-Ortuzar, eimiao Yu, Chen Li, Zeyu Gao

Main category: cs.CV

TL;DR: Failed to fetch paper summary due to HTTP 429 error (rate limiting)

DetailsMotivation: Unable to determine motivation due to fetch failure

Method: Unable to determine method due to fetch failure

Result: Unable to determine results due to fetch failure

Conclusion: Unable to determine conclusion due to fetch failure

Abstract: Failed to fetch summary for 2602.21637: Page request resulted in HTTP 429 (https://export.arxiv.org/api/query?search_query=&id_list=2602.21637&sortBy=relevance&sortOrder=descending&start=0&max_results=100)

[178] WaterVIB: Learning Minimal Sufficient Watermark Representations via Variational Information Bottleneck

Haoyuan He, Yu Zheng, Jie Zhou, Jiwen Lu

Main category: cs.CV

TL;DR: Paper 2602.21508: HTTP 429 error prevents fetching abstract - likely rate limiting issue with arXiv API

DetailsMotivation: Unable to determine motivation due to HTTP 429 error preventing access to paper abstract

Method: Unable to determine method due to HTTP 429 error preventing access to paper abstract

Result: Unable to determine results due to HTTP 429 error preventing access to paper abstract

Conclusion: Unable to determine conclusion due to HTTP 429 error preventing access to paper abstract

Abstract: Failed to fetch summary for 2602.21508: Page request resulted in HTTP 429 (https://export.arxiv.org/api/query?search_query=&id_list=2602.21508&sortBy=relevance&sortOrder=descending&start=0&max_results=100)

[179] Lie Flow: Video Dynamic Fields Modeling and Predicting with Lie Algebra as Geometric Physics Principle

Weidong Qiao, Wangmeng Zuo, Hui Li

Main category: cs.CV

TL;DR: Unable to fetch paper details due to HTTP 429 error (rate limiting) from arXiv API

DetailsMotivation: Cannot determine motivation without access to paper content

Method: Cannot determine method without access to paper content

Result: Cannot determine results without access to paper content

Conclusion: Cannot determine conclusion without access to paper content

Abstract: Failed to fetch summary for 2602.21645: Page request resulted in HTTP 429 (https://export.arxiv.org/api/query?search_query=&id_list=2602.21645&sortBy=relevance&sortOrder=descending&start=0&max_results=100)

[180] CCCaption: Dual-Reward Reinforcement Learning for Complete and Correct Image Captioning

Zhijiang Tang, Linhua Wang, Jiaxin Qi, Weihao Jiang, Peng Hou, Anxiang Zeng, Jianqiang Huang

Main category: cs.CV

TL;DR: Unable to analyze paper 2602.21655 due to HTTP 429 error when fetching abstract from arXiv API

DetailsMotivation: Cannot determine motivation as abstract is not available

Method: Cannot determine method as abstract is not available

Result: Cannot determine results as abstract is not available

Conclusion: Cannot draw conclusions without access to paper content

Abstract: Failed to fetch summary for 2602.21655: Page request resulted in HTTP 429 (https://export.arxiv.org/api/query?search_query=&id_list=2602.21655&sortBy=relevance&sortOrder=descending&start=0&max_results=100)

[181] Following the Diagnostic Trace: Visual Cognition-guided Cooperative Network for Chest X-Ray Diagnosis

Shaoxuan Wu, Jingkun Chen, Chong Ma, Cong Shen, Xiao Zhang, Jun Feng

Main category: cs.CV

TL;DR: Unable to fetch paper summary due to HTTP 429 error (rate limiting)

DetailsMotivation: Cannot determine motivation due to missing paper content

Method: Cannot determine method due to missing paper content

Result: Cannot determine results due to missing paper content

Conclusion: Cannot determine conclusion due to missing paper content

Abstract: Failed to fetch summary for 2602.21657: Page request resulted in HTTP 429 (https://export.arxiv.org/api/query?search_query=&id_list=2602.21657&sortBy=relevance&sortOrder=descending&start=0&max_results=100)

[182] HybridINR-PCGC: Hybrid Lossless Point Cloud Geometry Compression Bridging Pretrained Model and Implicit Neural Representation

Wenjie Huang, Qi Yang, Shuting Xia, He Huang, Zhu Li, Yiling Xu

Main category: cs.CV

TL;DR: Unable to fetch paper summary due to HTTP 429 error (rate limiting) from arXiv API

DetailsMotivation: Cannot determine motivation as paper content is unavailable

Method: Cannot determine method as paper content is unavailable

Result: Cannot determine results as paper content is unavailable

Conclusion: Cannot draw conclusions as paper content is unavailable

Abstract: Failed to fetch summary for 2602.21662: Page request resulted in HTTP 429 (https://export.arxiv.org/api/query?search_query=&id_list=2602.21662&sortBy=relevance&sortOrder=descending&start=0&max_results=100)

[183] Self-Correcting VLA: Online Action Refinement via Sparse World Imagination

Chenyv Liu, Wentao Tan, Lei Zhu, Fengling Li, Jingjing Li, Guoli Yang, Heng Tao Shen

Main category: cs.CV

TL;DR: Unable to fetch paper summary due to HTTP 429 error (rate limiting). Need to try again later or use alternative methods to access the paper content.

DetailsMotivation: Cannot determine motivation without access to the paper content.

Method: Cannot determine method without access to the paper content.

Result: Cannot determine results without access to the paper content.

Conclusion: Cannot determine conclusion without access to the paper content.

Abstract: Failed to fetch summary for 2602.21633: Page request resulted in HTTP 429 (https://export.arxiv.org/api/query?search_query=&id_list=2602.21633&sortBy=relevance&sortOrder=descending&start=0&max_results=100)

[184] Send Less, Perceive More: Masked Quantized Point Cloud Communication for Loss-Tolerant Collaborative Perception

Sheng Xu, Enshu Wang, Hongfei Xue, Jian Teng, Bingyi Liu, Yi Zhu, Pu Wang, Libing Wu, Chunming Qiao

Main category: cs.CV

TL;DR: Failed to fetch paper summary - HTTP 429 error indicates rate limiting from arXiv API

DetailsMotivation: Unable to determine motivation due to API rate limiting preventing access to paper content

Method: Cannot analyze method as paper content is unavailable due to technical limitations

Result: No results available - paper retrieval failed due to HTTP 429 (Too Many Requests) error

Conclusion: Cannot draw conclusions about paper content due to technical access issues with arXiv API

Abstract: Failed to fetch summary for 2602.21667: Page request resulted in HTTP 429 (https://export.arxiv.org/api/query?search_query=&id_list=2602.21667&sortBy=relevance&sortOrder=descending&start=0&max_results=100)

[185] Space-Time Forecasting of Dynamic Scenes with Motion-aware Gaussian Grouping

Junmyeong Lee, Hoseung Choi, Minsu Cho

Main category: cs.CV

TL;DR: Unable to fetch paper summary due to HTTP 429 error (rate limiting). The paper ID 2602.21668 suggests it’s from February 2026, which is in the future relative to current date.

DetailsMotivation: Cannot determine motivation due to inability to fetch paper content. The HTTP 429 error indicates rate limiting from arXiv API.

Method: Cannot determine method due to inability to fetch paper content. The paper ID format suggests it might be from a future date (February 2026).

Result: Cannot determine results due to inability to fetch paper content. The error suggests either rate limiting or potentially incorrect paper ID.

Conclusion: Cannot draw conclusions about paper content. The failure to fetch suggests either technical issues with arXiv API or potentially non-existent paper ID.

Abstract: Failed to fetch summary for 2602.21668: Page request resulted in HTTP 429 (https://export.arxiv.org/api/query?search_query=&id_list=2602.21668&sortBy=relevance&sortOrder=descending&start=0&max_results=100)

[186] Dynamic Multimodal Activation Steering for Hallucination Mitigation in Large Vision-Language Models

Jianghao Yin, Qin Chen, Kedi Chen, Jie Zhou, Xingjiao Wu, Liang He

Main category: cs.CV

TL;DR: Unable to fetch paper summary due to HTTP 429 error (rate limiting)

DetailsMotivation: Cannot determine motivation due to failed paper retrieval

Method: Cannot determine method due to failed paper retrieval

Result: Cannot determine results due to failed paper retrieval

Conclusion: Cannot draw conclusion due to failed paper retrieval

Abstract: Failed to fetch summary for 2602.21704: Page request resulted in HTTP 429 (https://export.arxiv.org/api/query?search_query=&id_list=2602.21704&sortBy=relevance&sortOrder=descending&start=0&max_results=100)

[187] E-comIQ-ZH: A Human-Aligned Dataset and Benchmark for Fine-Grained Evaluation of E-commerce Posters with Chain-of-Thought

Meiqi Sun, Mingyu Li, Junxiong Zhu

Main category: cs.CV

TL;DR: Failed to fetch paper summary due to HTTP 429 error (rate limiting)

DetailsMotivation: Unable to determine motivation due to fetch failure

Method: Unable to determine method due to fetch failure

Result: Unable to determine results due to fetch failure

Conclusion: Unable to determine conclusion due to fetch failure

Abstract: Failed to fetch summary for 2602.21698: Page request resulted in HTTP 429 (https://export.arxiv.org/api/query?search_query=&id_list=2602.21698&sortBy=relevance&sortOrder=descending&start=0&max_results=100)

[188] SurGo-R1: Benchmarking and Modeling Contextual Reasoning for Operative Zone in Surgical Video

Guanyi Qin, Xiaozhen Wang, Zhu Zhuo, Chang Han Low, Yuancan Xiao, Yibing Fu, Haofeng Liu, Kai Wang, Chunjiang Li, Yueming Jin

Main category: cs.CV

TL;DR: Failed to fetch summary for paper 2602.21706 due to HTTP 429 error (rate limiting)

DetailsMotivation: Unable to determine motivation as the paper content could not be retrieved

Method: Unable to determine method as the paper content could not be retrieved

Result: Unable to determine results as the paper content could not be retrieved

Conclusion: Unable to determine conclusion as the paper content could not be retrieved

Abstract: Failed to fetch summary for 2602.21706: Page request resulted in HTTP 429 (https://export.arxiv.org/api/query?search_query=&id_list=2602.21706&sortBy=relevance&sortOrder=descending&start=0&max_results=100)

[189] Breaking Semantic-Aware Watermarks via LLM-Guided Coherence-Preserving Semantic Injection

Zheng Gao, Xiaoyu Li, Zhicheng Bao, Xiaoyan Feng, Jiaojiao Jiang

Main category: cs.CV

TL;DR: Failed to fetch paper summary due to HTTP 429 error (rate limiting)

DetailsMotivation: Unable to determine motivation due to fetch failure

Method: Unable to determine method due to fetch failure

Result: Unable to determine results due to fetch failure

Conclusion: Unable to determine conclusion due to fetch failure

Abstract: Failed to fetch summary for 2602.21593: Page request resulted in HTTP 429 (https://export.arxiv.org/api/query?search_query=&id_list=2602.21593&sortBy=relevance&sortOrder=descending&start=0&max_results=100)

[190] SF3D-RGB: Scene Flow Estimation from Monocular Camera and Sparse LiDAR

Rajai Alhimdiat, Ramy Battrawy, René Schuster, Didier Stricker, Wesam Ashour

Main category: cs.CV

TL;DR: Failed to fetch paper summary due to HTTP 429 error (rate limiting)

DetailsMotivation: Unable to determine motivation due to fetch failure

Method: Unable to determine method due to fetch failure

Result: Unable to determine results due to fetch failure

Conclusion: Unable to determine conclusion due to fetch failure

Abstract: Failed to fetch summary for 2602.21699: Page request resulted in HTTP 429 (https://export.arxiv.org/api/query?search_query=&id_list=2602.21699&sortBy=relevance&sortOrder=descending&start=0&max_results=100)

[191] Brain Tumor Segmentation with Special Emphasis on the Non-Enhancing Brain Tumor Compartment

T. Schaffer, A. Brawanski, S. Wein, A. M. Tomé, E. W. Lang

Main category: cs.CV

TL;DR: Unable to fetch paper summary due to HTTP 429 error (rate limiting)

DetailsMotivation: Cannot determine motivation as paper content is unavailable

Method: Cannot determine method as paper content is unavailable

Result: Cannot determine results as paper content is unavailable

Conclusion: Cannot draw conclusions without access to paper content

Abstract: Failed to fetch summary for 2602.21703: Page request resulted in HTTP 429 (https://export.arxiv.org/api/query?search_query=&id_list=2602.21703&sortBy=relevance&sortOrder=descending&start=0&max_results=100)

[192] Assessing airborne laser scanning and aerial photogrammetry for deep learning-based stand delineation

Håkon Næss Sandum, Hans Ole Ørka, Oliver Tomic, Terje Gobakken

Main category: cs.CV

TL;DR: Unable to fetch paper summary due to HTTP 429 error (rate limiting)

DetailsMotivation: Cannot determine motivation due to failed paper retrieval

Method: Cannot determine method due to failed paper retrieval

Result: Cannot determine results due to failed paper retrieval

Conclusion: Cannot determine conclusion due to failed paper retrieval

Abstract: Failed to fetch summary for 2602.21709: Page request resulted in HTTP 429 (https://export.arxiv.org/api/query?search_query=&id_list=2602.21709&sortBy=relevance&sortOrder=descending&start=0&max_results=100)

[193] Innovative Tooth Segmentation Using Hierarchical Features and Bidirectional Sequence Modeling

Xinxin Zhao, Jian Jiang, Yan Tian, Liqin Wu, Zhaocheng Xu, Teddy Yang, Yunuo Zou, Xun Wang

Main category: cs.CV

TL;DR: Unable to fetch paper details due to HTTP 429 error (rate limiting) from arXiv API

DetailsMotivation: Cannot determine motivation as paper content is unavailable

Method: Cannot determine method as paper content is unavailable

Result: Cannot determine results as paper content is unavailable

Conclusion: Cannot draw conclusions about paper content due to access limitations

Abstract: Failed to fetch summary for 2602.21712: Page request resulted in HTTP 429 (https://export.arxiv.org/api/query?search_query=&id_list=2602.21712&sortBy=relevance&sortOrder=descending&start=0&max_results=100)

[194] Beyond Static Artifacts: A Forensic Benchmark for Video Deepfake Reasoning in Vision Language Models

Zheyuan Gu, Qingsong Zhao, Yusong Wang, Zhaohong Huang, Xinqi Li, Cheng Yuan, Jiaowei Shao, Chi Zhang, Xuelong Li

Main category: cs.CV

TL;DR: Unable to analyze paper 2602.21779 due to HTTP 429 error when fetching from arXiv API

DetailsMotivation: Cannot determine motivation as paper content could not be retrieved

Method: Cannot determine method as paper content could not be retrieved

Result: Cannot determine results as paper content could not be retrieved

Conclusion: Cannot draw conclusions as paper content could not be retrieved

Abstract: Failed to fetch summary for 2602.21779: Page request resulted in HTTP 429 (https://export.arxiv.org/api/query?search_query=&id_list=2602.21779&sortBy=relevance&sortOrder=descending&start=0&max_results=100)

[195] TranX-Adapter: Bridging Artifacts and Semantics within MLLMs for Robust AI-generated Image Detection

Wenbin Wang, Yuge Huang, Jianqing Xu, Yue Yu, Jiangtao Yan, Shouhong Ding, Pan Zhou, Yong Luo

Main category: cs.CV

TL;DR: Failed to fetch paper summary due to HTTP 429 error (rate limiting)

DetailsMotivation: Unable to determine motivation due to fetch failure

Method: Unable to determine method due to fetch failure

Result: Unable to determine results due to fetch failure

Conclusion: Unable to determine conclusion due to fetch failure

Abstract: Failed to fetch summary for 2602.21716: Page request resulted in HTTP 429 (https://export.arxiv.org/api/query?search_query=&id_list=2602.21716&sortBy=relevance&sortOrder=descending&start=0&max_results=100)

[196] SigVLP: Sigmoid Volume-Language Pre-Training for Self-Supervised CT-Volume Adaptive Representation Learning

Jiayi Wang, Hadrien Reynaud, Ibrahim Ethem Hamamci, Sezgin Er, Suprosanna Shit, Bjoern Menze, Bernhard Kainz

Main category: cs.CV

TL;DR: Failed to fetch paper summary due to HTTP 429 error (rate limiting)

DetailsMotivation: Unable to determine motivation due to fetch failure

Method: Unable to determine method due to fetch failure

Result: Unable to determine results due to fetch failure

Conclusion: Unable to determine conclusion due to fetch failure

Abstract: Failed to fetch summary for 2602.21735: Page request resulted in HTTP 429 (https://export.arxiv.org/api/query?search_query=&id_list=2602.21735&sortBy=relevance&sortOrder=descending&start=0&max_results=100)

[197] Structure-to-Image: Zero-Shot Depth Estimation in Colonoscopy via High-Fidelity Sim-to-Real Adaptation

Juan Yang, Yuyan Zhang, Han Jia, Bing Hu, Wanzhong Song

Main category: cs.CV

TL;DR: Unable to analyze paper 2602.21740 due to HTTP 429 error when fetching summary from arXiv API

DetailsMotivation: Cannot determine motivation as paper content could not be retrieved

Method: Cannot determine method as paper content could not be retrieved

Result: Cannot determine results as paper content could not be retrieved

Conclusion: Cannot draw conclusions as paper content could not be retrieved

Abstract: Failed to fetch summary for 2602.21740: Page request resulted in HTTP 429 (https://export.arxiv.org/api/query?search_query=&id_list=2602.21740&sortBy=relevance&sortOrder=descending&start=0&max_results=100)

[198] SemVideo: Reconstructs What You Watch from Brain Activity via Hierarchical Semantic Guidance

Minghan Yang, Lan Yang, Ke Li, Honggang Zhang, Kaiyue Pang, Yizhe Song

Main category: cs.CV

TL;DR: Unable to fetch paper details due to HTTP 429 error (rate limiting). The paper ID 2602.21819 appears to be a recent arXiv submission from February 2025.

DetailsMotivation: Cannot determine motivation without access to the paper content. The arXiv ID suggests it's a recent submission from February 2025.

Method: Cannot determine method without access to the paper content. HTTP 429 error indicates rate limiting from arXiv API.

Result: Cannot determine results without access to the paper content. The paper may be related to multimodal AI given the reader’s interests.

Conclusion: Cannot draw conclusions without access to the paper content. The arXiv API rate limiting prevents analysis.

Abstract: Failed to fetch summary for 2602.21819: Page request resulted in HTTP 429 (https://export.arxiv.org/api/query?search_query=&id_list=2602.21819&sortBy=relevance&sortOrder=descending&start=0&max_results=100)

[199] Enhancing Multi-Modal LLMs Reasoning via Difficulty-Aware Group Normalization

Jinghan Li, Junfeng Fang, Jinda Lu, Yuan Wang, Xiaoyan Guo, Tianyu Zhang, Xiang Wang, Xiangnan He

Main category: cs.CV

TL;DR: Unable to fetch paper summary due to HTTP 429 error (rate limiting)

DetailsMotivation: Cannot determine motivation as paper content is unavailable due to API rate limiting

Method: Cannot determine method as paper content is unavailable

Result: Cannot determine results as paper content is unavailable

Conclusion: Cannot draw conclusions about paper content due to access limitations

Abstract: Failed to fetch summary for 2602.21743: Page request resulted in HTTP 429 (https://export.arxiv.org/api/query?search_query=&id_list=2602.21743&sortBy=relevance&sortOrder=descending&start=0&max_results=100)

[200] StoryMovie: A Dataset for Semantic Alignment of Visual Stories with Movie Scripts and Subtitles

Daniel Oliveira, David Martins de Matos

Main category: cs.CV

TL;DR: Unable to fetch paper summary due to HTTP 429 error (rate limiting). The paper ID 2602.21829 cannot be analyzed without access to its abstract or content.

DetailsMotivation: Cannot determine motivation without access to paper content. The arXiv API returned a rate limiting error (HTTP 429), preventing retrieval of the paper's abstract or details.

Method: Cannot determine method without access to paper content. The technical approach remains unknown due to the API rate limiting error.

Result: Cannot determine results without access to paper content. No experimental findings or evaluations can be assessed due to the retrieval failure.

Conclusion: Cannot draw conclusions about the paper’s contributions without access to its content. The analysis is limited by the inability to fetch the paper summary from arXiv.

Abstract: Failed to fetch summary for 2602.21829: Page request resulted in HTTP 429 (https://export.arxiv.org/api/query?search_query=&id_list=2602.21829&sortBy=relevance&sortOrder=descending&start=0&max_results=100)

[201] LiREC-Net: A Target-Free and Learning-Based Network for LiDAR, RGB, and Event Calibration

Aditya Ranjan Dash, Ramy Battrawy, René Schuster, Didier Stricker

Main category: cs.CV

TL;DR: Failed to fetch paper summary - HTTP 429 error (rate limiting)

DetailsMotivation: Unable to determine motivation due to technical error fetching paper content

Method: Unable to determine method due to technical error fetching paper content

Result: Unable to determine results due to technical error fetching paper content

Conclusion: Unable to determine conclusion due to technical error fetching paper content

Abstract: Failed to fetch summary for 2602.21754: Page request resulted in HTTP 429 (https://export.arxiv.org/api/query?search_query=&id_list=2602.21754&sortBy=relevance&sortOrder=descending&start=0&max_results=100)

[202] Easy to Learn, Yet Hard to Forget: Towards Robust Unlearning Under Bias

JuneHyoung Kwon, MiHyeon Kim, Eunju Lee, Yoonji Lee, Seunghoon Lee, YoungBin Kim

Main category: cs.CV

TL;DR: Unable to fetch paper summary due to HTTP 429 error (rate limiting)

DetailsMotivation: Cannot determine motivation as paper content is unavailable

Method: Cannot determine method as paper content is unavailable

Result: Cannot determine results as paper content is unavailable

Conclusion: Cannot determine conclusion as paper content is unavailable

Abstract: Failed to fetch summary for 2602.21773: Page request resulted in HTTP 429 (https://export.arxiv.org/api/query?search_query=&id_list=2602.21773&sortBy=relevance&sortOrder=descending&start=0&max_results=100)

[203] Accelerating Diffusion via Hybrid Data-Pipeline Parallelism Based on Conditional Guidance Scheduling

Euisoo Jung, Byunghyun Kim, Hyunjin Kim, Seonghye Cho, Jae-Gil Lee

Main category: cs.CV

TL;DR: Unable to fetch paper summary due to HTTP 429 error (rate limiting)

DetailsMotivation: Cannot determine motivation as paper content is unavailable

Method: Cannot determine method as paper content is unavailable

Result: Cannot determine results as paper content is unavailable

Conclusion: Cannot determine conclusion as paper content is unavailable

Abstract: Failed to fetch summary for 2602.21760: Page request resulted in HTTP 429 (https://export.arxiv.org/api/query?search_query=&id_list=2602.21760&sortBy=relevance&sortOrder=descending&start=0&max_results=100)

[204] SAPNet++: Evolving Point-Prompted Instance Segmentation with Semantic and Spatial Awareness

Zhaoyang Wei, Xumeng Han, Xuehui Yu, Xue Yang, Guorong Li, Zhenjun Han, Jianbin Jiao

Main category: cs.CV

TL;DR: Unable to fetch paper details due to HTTP 429 error (rate limiting) from arXiv API

DetailsMotivation: Cannot determine motivation as paper content is unavailable

Method: Cannot determine method as paper content is unavailable

Result: Cannot determine results as paper content is unavailable

Conclusion: Cannot determine conclusion as paper content is unavailable

Abstract: Failed to fetch summary for 2602.21762: Page request resulted in HTTP 429 (https://export.arxiv.org/api/query?search_query=&id_list=2602.21762&sortBy=relevance&sortOrder=descending&start=0&max_results=100)

[205] Understanding Annotation Error Propagation and Learning an Adaptive Policy for Expert Intervention in Barrett’s Video Segmentation

Lokesha Rasanjalee, Jin Lin Tan, Dileepa Pitawela, Rajvinder Singh, Hsiang-Ting Chen

Main category: cs.CV

TL;DR: Unable to fetch paper summary due to HTTP 429 error (rate limiting)

DetailsMotivation: Cannot determine motivation as paper content is unavailable

Method: Cannot determine method as paper content is unavailable

Result: Cannot determine results as paper content is unavailable

Conclusion: Cannot determine conclusion as paper content is unavailable

Abstract: Failed to fetch summary for 2602.21855: Page request resulted in HTTP 429 (https://export.arxiv.org/api/query?search_query=&id_list=2602.21855&sortBy=relevance&sortOrder=descending&start=0&max_results=100)

[206] From Statics to Dynamics: Physics-Aware Image Editing with Latent Transition Priors

Liangbing Zhao, Le Zhuo, Sayak Paul, Hongsheng Li, Mohamed Elhoseiny

Main category: cs.CV

TL;DR: PhysicEdit: A physics-aware image editing framework that treats editing as predictive physical state transitions using a textual-visual dual-thinking mechanism and a new video dataset PhysicTran38K.

DetailsMotivation: Current instruction-based image editing models fail to produce physically plausible results when editing involves complex causal dynamics like refraction or material deformation, as they treat editing as discrete mapping between image pairs without considering transition dynamics.

Method: Reformulates physics-aware editing as predictive physical state transitions. Introduces PhysicTran38K dataset (38K video trajectories across 5 physical domains) and PhysicEdit framework with textual-visual dual-thinking: frozen Qwen2.5-VL for physically grounded reasoning + learnable transition queries providing timestep-adaptive visual guidance to diffusion backbone.

Result: PhysicEdit improves over Qwen-Image-Edit by 5.9% in physical realism and 10.1% in knowledge-grounded editing, setting new SOTA for open-source methods while remaining competitive with proprietary models.

Conclusion: Treating editing as predictive physical state transitions with explicit modeling of transition dynamics enables more physically plausible image editing, especially for complex causal physical phenomena.

Abstract: Instruction-based image editing has achieved remarkable success in semantic alignment, yet state-of-the-art models frequently fail to render physically plausible results when editing involves complex causal dynamics, such as refraction or material deformation. We attribute this limitation to the dominant paradigm that treats editing as a discrete mapping between image pairs, which provides only boundary conditions and leaves transition dynamics underspecified. To address this, we reformulate physics-aware editing as predictive physical state transitions and introduce PhysicTran38K, a large-scale video-based dataset comprising 38K transition trajectories across five physical domains, constructed via a two-stage filtering and constraint-aware annotation pipeline. Building on this supervision, we propose PhysicEdit, an end-to-end framework equipped with a textual-visual dual-thinking mechanism. It combines a frozen Qwen2.5-VL for physically grounded reasoning with learnable transition queries that provide timestep-adaptive visual guidance to a diffusion backbone. Experiments show that PhysicEdit improves over Qwen-Image-Edit by 5.9% in physical realism and 10.1% in knowledge-grounded editing, setting a new state-of-the-art for open-source methods, while remaining competitive with leading proprietary models.

[207] XStreamVGGT: Extremely Memory-Efficient Streaming Vision Geometry Grounded Transformer with KV Cache Compression

Zunhai Su, Weihao Ye, Hansen Feng, Keyu Fan, Jing Zhang, Dahai Yu, Zhengwu Liu, Ngai Wong

Main category: cs.CV

TL;DR: Failed to fetch paper summary due to HTTP 429 error (rate limiting)

DetailsMotivation: Unable to determine motivation due to fetch failure

Method: Unable to determine method due to fetch failure

Result: Unable to determine results due to fetch failure

Conclusion: Unable to determine conclusion due to fetch failure

Abstract: Failed to fetch summary for 2602.21780: Page request resulted in HTTP 429 (https://export.arxiv.org/api/query?search_query=&id_list=2602.21780&sortBy=relevance&sortOrder=descending&start=0&max_results=100)

[208] A Framework for Cross-Domain Generalization in Coronary Artery Calcium Scoring Across Gated and Non-Gated Computed Tomography

Mahmut S. Gokmen, Moneera N. Haque, Steve W. Leung, Caroline N. Leach, Seth Parker, Stephen B. Hobbs, Vincent L. Sorrell, W. Brent Seales, V. K. Cody Bumgardner

Main category: cs.CV

TL;DR: Unable to fetch paper summary due to HTTP 429 error (rate limiting)

DetailsMotivation: Cannot determine motivation due to failed paper fetch

Method: Cannot determine method due to failed paper fetch

Result: Cannot determine results due to failed paper fetch

Conclusion: Cannot draw conclusions due to failed paper fetch

Abstract: Failed to fetch summary for 2602.21935: Page request resulted in HTTP 429 (https://export.arxiv.org/api/query?search_query=&id_list=2602.21935&sortBy=relevance&sortOrder=descending&start=0&max_results=100)

[209] Learning in the Null Space: Small Singular Values for Continual Learning

Cuong Anh Pham, Praneeth Vepakomma, Samuel Horváth

Main category: cs.CV

TL;DR: Unable to fetch paper details due to HTTP 429 error (rate limiting) from arXiv API

DetailsMotivation: Cannot determine motivation as paper content is unavailable

Method: Cannot determine method as paper content is unavailable

Result: Cannot determine results as paper content is unavailable

Conclusion: Cannot draw conclusions as paper content is unavailable

Abstract: Failed to fetch summary for 2602.21919: Page request resulted in HTTP 429 (https://export.arxiv.org/api/query?search_query=&id_list=2602.21919&sortBy=relevance&sortOrder=descending&start=0&max_results=100)

[210] GeoMotion: Rethinking Motion Segmentation via Latent 4D Geometry

Xiankang He, Peile Lin, Ying Cui, Dongyan Guo, Chunhua Shen, Xiaoqin Zhang

Main category: cs.CV

TL;DR: Unable to analyze paper 2602.21810 due to HTTP 429 error when fetching abstract from arXiv API

DetailsMotivation: Cannot determine motivation without access to the paper abstract

Method: Cannot determine method without access to the paper abstract

Result: Cannot determine results without access to the paper abstract

Conclusion: Cannot determine conclusion without access to the paper abstract

Abstract: Failed to fetch summary for 2602.21810: Page request resulted in HTTP 429 (https://export.arxiv.org/api/query?search_query=&id_list=2602.21810&sortBy=relevance&sortOrder=descending&start=0&max_results=100)

[211] SkyReels-V4: Multi-modal Video-Audio Generation, Inpainting and Editing model

Guibin Chen, Dixuan Lin, Jiangping Yang, Youqiang Zhang, Zhengcong Fei, Debang Li, Sheng Chen, Chaofeng Ao, Nuo Pang, Yiming Wang, Yikun Dou, Zheng Chen, Mingyuan Fan, Tuanhui Li, Mingshan Chang, Hao Zhang, Xiaopeng Sun, Jingtao Xu, Yuqiang Xie, Jiahua Wang, Zhiheng Xu, Weiming Xiong, Yuzhe Jin, Baoxuan Gu, Binjie Mao, Yunjie Yu, Jujie He, Yuhao Feng, Shiwen Tu, Chaojie Wang, Rui Yan, Wei Shen, Jingchen Wu, Peng Zhao, Xuanyue Zhong, Zhuangzhuang Liu, Kaifei Wang, Fuxiang Zhang, Weikai Xu, Wenyan Liu, Binglu Zhang, Yu Shen, Tianhui Xiong, Bin Peng, Liang Zeng, Xuchen Song, Haoxiang Guo, Peiyu Wang, Yahui Zhou

Main category: cs.CV

TL;DR: SkyReels V4 is a unified multimodal video foundation model that jointly generates video and synchronized audio, supports inpainting/editing, handles multimodal inputs, and achieves cinematic quality at 1080p/32FPS/15s.

DetailsMotivation: To create a comprehensive video foundation model that unifies video-audio generation, inpainting, and editing with multimodal instruction following, addressing the lack of models that simultaneously handle multimodal input, joint audio-visual generation, and unified editing tasks at cinematic quality.

Method: Uses dual-stream Multimodal Diffusion Transformer (MMDiT) architecture with separate branches for video and temporally aligned audio generation, sharing a multimodal LLM text encoder. Employs channel concatenation for unified inpainting/editing tasks, and an efficiency strategy combining low-res full sequences with high-res keyframes plus super-resolution/interpolation.

Result: Achieves high-fidelity, multi-shot, cinema-level video generation with synchronized audio at 1080p resolution, 32 FPS, and 15-second duration while maintaining computational efficiency.

Conclusion: SkyReels V4 represents the first video foundation model that simultaneously supports multimodal input, joint video-audio generation, and unified generation/inpainting/editing at cinematic resolutions and durations.

Abstract: SkyReels V4 is a unified multi modal video foundation model for joint video audio generation, inpainting, and editing. The model adopts a dual stream Multimodal Diffusion Transformer (MMDiT) architecture, where one branch synthesizes video and the other generates temporally aligned audio, while sharing a powerful text encoder based on the Multimodal Large Language Models (MMLM). SkyReels V4 accepts rich multi modal instructions, including text, images, video clips, masks, and audio references. By combining the MMLMs multi modal instruction following capability with in context learning in the video branch MMDiT, the model can inject fine grained visual guidance under complex conditioning, while the audio branch MMDiT simultaneously leverages audio references to guide sound generation. On the video side, we adopt a channel concatenation formulation that unifies a wide range of inpainting style tasks, such as image to video, video extension, and video editing under a single interface, and naturally extends to vision referenced inpainting and editing via multi modal prompts. SkyReels V4 supports up to 1080p resolution, 32 FPS, and 15 second duration, enabling high fidelity, multi shot, cinema level video generation with synchronized audio. To make such high resolution, long-duration generation computationally feasible, we introduce an efficiency strategy: Joint generation of low resolution full sequences and high-resolution keyframes, followed by dedicated super-resolution and frame interpolation models. To our knowledge, SkyReels V4 is the first video foundation model that simultaneously supports multi-modal input, joint video audio generation, and a unified treatment of generation, inpainting, and editing, while maintaining strong efficiency and quality at cinematic resolutions and durations.

[212] PatchDenoiser: Parameter-efficient multi-scale patch learning and fusion denoiser for medical images

Jitindra Fartiyal, Pedro Freire, Sergei K. Turitsyn, Sergei G. Solovski

Main category: cs.CV

TL;DR: Unable to fetch paper summary due to HTTP 429 error (rate limiting) when trying to access arXiv API for paper ID 2602.21987

DetailsMotivation: Cannot determine motivation as paper content is unavailable due to API rate limiting

Method: Cannot determine method as paper content is unavailable due to API rate limiting

Result: Cannot determine results as paper content is unavailable due to API rate limiting

Conclusion: Cannot determine conclusion as paper content is unavailable due to API rate limiting

Abstract: Failed to fetch summary for 2602.21987: Page request resulted in HTTP 429 (https://export.arxiv.org/api/query?search_query=&id_list=2602.21987&sortBy=relevance&sortOrder=descending&start=0&max_results=100)

[213] Joint Shadow Generation and Relighting via Light-Geometry Interaction Maps

Shan Wang, Peixia Li, Chenchen Xu, Ziang Cheng, Jiayu Yang, Hongdong Li, Pulak Purkait

Main category: cs.CV

TL;DR: Unable to fetch paper summary due to HTTP 429 error (rate limiting)

DetailsMotivation: Cannot determine motivation as paper content is unavailable

Method: Cannot determine method as paper content is unavailable

Result: Cannot determine results as paper content is unavailable

Conclusion: Cannot draw conclusions without access to paper content

Abstract: Failed to fetch summary for 2602.21820: Page request resulted in HTTP 429 (https://export.arxiv.org/api/query?search_query=&id_list=2602.21820&sortBy=relevance&sortOrder=descending&start=0&max_results=100)

[214] UniVBench: Towards Unified Evaluation for Video Foundation Models

Jianhui Wei, Xiaotian Zhang, Yichen Li, Yuan Wang, Yan Zhang, Ziyi Chen, Zhihang Tang, Wei Xu, Zuozhu Liu

Main category: cs.CV

TL;DR: UniVBench is a comprehensive benchmark for evaluating video foundation models across four core abilities: understanding, generation, editing, and reconstruction, using 200 high-quality multi-shot videos with detailed annotations and a unified evaluation system.

DetailsMotivation: Existing video model benchmarks are fragmented, task-specific, and use simple videos, failing to capture the unified capabilities that video foundation models aim to deliver. There's a need for a comprehensive benchmark that evaluates integrated video understanding, generation, editing, and instruction following.

Method: Developed UniVBench with 200 high-quality, diverse multi-shot videos created by humans, each with detailed captions, multi-format editing instructions, and reference images. Created UniV-Eval, a unified agentic evaluation system that standardizes prompting, instruction parsing, and scoring across all tasks for fair comparisons.

Result: Provides the first framework for measuring integrated capabilities of video foundation models, with extensive human annotations ensuring evaluation aligns with human judgment. The benchmark enables rigorous assessment of video understanding, generation, editing, and reconstruction tasks.

Conclusion: UniVBench addresses the fragmentation in video model evaluation by providing a comprehensive benchmark that captures the unified capabilities video foundation models aim to achieve, accelerating progress toward robust video intelligence through standardized, human-aligned assessment.

Abstract: Video foundation models aim to integrate video understanding, generation, editing, and instruction following within a single framework, making them a central direction for next-generation multimodal systems. However, existing evaluation benchmarks remain fragmented and limited in scope, as they each target a single task, rely on task-specific metrics, and typically use short or simple video clips. As a result, they do not capture the unified capabilities that these models are designed to deliver. To address this gap, we introduce UniVBench, a benchmark purpose-built for evaluating video foundation models across four core abilities: video understanding, video generation, video editing, and a newly proposed task, video reconstruction, which assesses how faithfully a model can reproduce video content it has encountered. Our benchmark substantially expands the complexity of evaluation by incorporating 200 high-quality, diverse and multi-shot videos, each paired with detailed captions, multi-format editing instructions, and reference images. All videos are human-created and carefully validated, offering richer cinematic information than prior benchmarks. In addition, we develop a unified agentic evaluation system (UniV-Eval) that standardizes prompting, instruction parsing, and scoring across all tasks, enabling fair, scalable, and reproducible comparisons of unified video models. By grounding evaluation in instruction-based multi-shot video tasks, UniVBench provides the first framework for measuring the integrated capabilities that video foundation models aim to achieve. Extensive human annotations ensure our evaluation aligns with human judgment, enabling rigorous assessment and accelerating progress toward robust video intelligence.

[215] RGB-Event HyperGraph Prompt for Kilometer Marker Recognition based on Pre-trained Foundation Models

Xiaoyu Xian, Shiao Wang, Xiao Wang, Daxin Tian, Yan Tian

Main category: cs.CV

TL;DR: Failed to fetch paper summary due to HTTP 429 error (rate limiting)

DetailsMotivation: Unable to determine motivation due to fetch failure

Method: Unable to determine method due to fetch failure

Result: Unable to determine results due to fetch failure

Conclusion: Unable to determine conclusion due to fetch failure

Abstract: Failed to fetch summary for 2602.22026: Page request resulted in HTTP 429 (https://export.arxiv.org/api/query?search_query=&id_list=2602.22026&sortBy=relevance&sortOrder=descending&start=0&max_results=100)

[216] Meta-FC: Meta-Learning with Feature Consistency for Robust and Generalizable Watermarking

Yuheng Li, Weitong Chen, Chengcheng Zhu, Jiale Zhang, Chunpeng Ge, Di Wu, Guodong Long

Main category: cs.CV

TL;DR: Failed to fetch summary for paper 2602.21849 due to HTTP 429 error (rate limiting)

DetailsMotivation: Unable to determine motivation due to failed API request

Method: Unable to determine method due to failed API request

Result: Unable to determine results due to failed API request

Conclusion: Unable to draw conclusions due to failed API request

Abstract: Failed to fetch summary for 2602.21849: Page request resulted in HTTP 429 (https://export.arxiv.org/api/query?search_query=&id_list=2602.21849&sortBy=relevance&sortOrder=descending&start=0&max_results=100)

[217] GFPL: Generative Federated Prototype Learning for Resource-Constrained and Data-Imbalanced Vision Task

Shiwei Lu, Yuhang He, Jiashuo Li, Qiang Wang, Yihong Gong

Main category: cs.CV

TL;DR: Unable to fetch paper summary due to HTTP 429 error (rate limiting) from arXiv API

DetailsMotivation: Cannot determine motivation as paper content is unavailable due to API rate limiting

Method: Cannot determine method as paper content is unavailable due to API rate limiting

Result: Cannot determine results as paper content is unavailable due to API rate limiting

Conclusion: Cannot determine conclusion as paper content is unavailable due to API rate limiting

Abstract: Failed to fetch summary for 2602.21873: Page request resulted in HTTP 429 (https://export.arxiv.org/api/query?search_query=&id_list=2602.21873&sortBy=relevance&sortOrder=descending&start=0&max_results=100)

[218] NESTOR: A Nested MOE-based Neural Operator for Large-Scale PDE Pre-Training

Dengdi Sun, Xiaoya Zhou, Xiao Wang, Hao Si, Wanli Lyu, Jin Tang, Bin Luo

Main category: cs.CV

TL;DR: Unable to fetch paper summary due to HTTP 429 error (rate limiting)

DetailsMotivation: Cannot determine motivation due to inability to access paper content

Method: Cannot determine method due to inability to access paper content

Result: Cannot determine results due to inability to access paper content

Conclusion: Cannot draw conclusions due to inability to access paper content

Abstract: Failed to fetch summary for 2602.22059: Page request resulted in HTTP 429 (https://export.arxiv.org/api/query?search_query=&id_list=2602.22059&sortBy=relevance&sortOrder=descending&start=0&max_results=100)

[219] How to Take a Memorable Picture? Empowering Users with Actionable Feedback

Francesco Laiti, Davide Talon, Jacopo Staiano, Elisa Ricci

Main category: cs.CV

TL;DR: Unable to fetch paper summary due to HTTP 429 error (rate limiting)

DetailsMotivation: Cannot determine motivation due to unavailability of paper content

Method: Cannot determine method due to unavailability of paper content

Result: Cannot determine results due to unavailability of paper content

Conclusion: Cannot determine conclusion due to unavailability of paper content

Abstract: Failed to fetch summary for 2602.21877: Page request resulted in HTTP 429 (https://export.arxiv.org/api/query?search_query=&id_list=2602.21877&sortBy=relevance&sortOrder=descending&start=0&max_results=100)

[220] EndoDDC: Learning Sparse to Dense Reconstruction for Endoscopic Robotic Navigation via Diffusion Depth Completion

Yinheng Lin, Yiming Huang, Beilei Cui, Long Bai, Huxin Gao, Hongliang Ren, Jiewen Lai

Main category: cs.CV

TL;DR: Failed to fetch paper summary due to HTTP 429 error (rate limiting)

DetailsMotivation: Unable to determine motivation due to fetch failure

Method: Unable to determine method due to fetch failure

Result: Unable to determine results due to fetch failure

Conclusion: Unable to determine conclusion due to fetch failure

Abstract: Failed to fetch summary for 2602.21893: Page request resulted in HTTP 429 (https://export.arxiv.org/api/query?search_query=&id_list=2602.21893&sortBy=relevance&sortOrder=descending&start=0&max_results=100)

[221] UNet-Based Keypoint Regression for 3D Cone Localization in Autonomous Racing

Mariia Baidachna, James Carty, Aidan Ferguson, Joseph Agrane, Varad Kulkarni, Aubrey Agub, Michael Baxendale, Aaron David, Rachel Horton, Elliott Atkinson

Main category: cs.CV

TL;DR: Unable to fetch paper details due to HTTP 429 error (rate limiting)

DetailsMotivation: Cannot determine motivation as paper content is unavailable

Method: Cannot determine method as paper content is unavailable

Result: Cannot determine results as paper content is unavailable

Conclusion: Cannot draw conclusions without access to paper content

Abstract: Failed to fetch summary for 2602.21904: Page request resulted in HTTP 429 (https://export.arxiv.org/api/query?search_query=&id_list=2602.21904&sortBy=relevance&sortOrder=descending&start=0&max_results=100)

[222] TIRAuxCloud: A Thermal Infrared Dataset for Day and Night Cloud Detection

Alexis Apostolakis, Vasileios Botsos, Niklas Wölki, Andrea Spichtinger, Nikolaos Ioannis Bountos, Ioannis Papoutsis, Panayiotis Tsanakas

Main category: cs.CV

TL;DR: Unable to fetch paper summary due to HTTP 429 error (rate limiting)

DetailsMotivation: Cannot determine motivation without paper content

Method: Cannot determine method without paper content

Result: Cannot determine results without paper content

Conclusion: Cannot draw conclusions without paper content

Abstract: Failed to fetch summary for 2602.21905: Page request resulted in HTTP 429 (https://export.arxiv.org/api/query?search_query=&id_list=2602.21905&sortBy=relevance&sortOrder=descending&start=0&max_results=100)

[223] Protein Graph Neural Networks for Heterogeneous Cryo-EM Reconstruction

Jonathan Krook, Axel Janson, Joakim andén, Melanie Weber, Ozan Öktem

Main category: cs.CV

TL;DR: Unable to fetch paper details due to HTTP 429 error (rate limiting)

DetailsMotivation: Cannot determine motivation due to unavailable paper content

Method: Cannot determine method due to unavailable paper content

Result: Cannot determine results due to unavailable paper content

Conclusion: Cannot determine conclusion due to unavailable paper content

Abstract: Failed to fetch summary for 2602.21915: Page request resulted in HTTP 429 (https://export.arxiv.org/api/query?search_query=&id_list=2602.21915&sortBy=relevance&sortOrder=descending&start=0&max_results=100)

[224] Scan Clusters, Not Pixels: A Cluster-Centric Paradigm for Efficient Ultra-high-definition Image Restoration

Chen Wu, Ling Wang, Zhuoran Zheng, Yuning Cui, Zhixiong Yang, Xiangyu Chen, Yue Zhang, Weidong Jiang, Jingyuan Xia

Main category: cs.CV

TL;DR: Paper ID 2602.21917 could not be fetched due to HTTP 429 error (rate limiting)

DetailsMotivation: Unable to determine motivation due to access limitations

Method: Unable to determine method due to access limitations

Result: Unable to determine results due to access limitations

Conclusion: Unable to determine conclusion due to access limitations

Abstract: Failed to fetch summary for 2602.21917: Page request resulted in HTTP 429 (https://export.arxiv.org/api/query?search_query=&id_list=2602.21917&sortBy=relevance&sortOrder=descending&start=0&max_results=100)

[225] Geometry-as-context: Modulating Explicit 3D in Scene-consistent Video Generation to Geometry Context

JiaKui Hu, Jialun Liu, Liying Yang, Xinliang Zhang, Kaiwen Li, Shuang Zeng, Yuanwei Li, Haibin Huang, Chi Zhang, Yanye Lu

Main category: cs.CV

TL;DR: Unable to fetch paper summary due to HTTP 429 error (rate limiting)

DetailsMotivation: Cannot determine motivation as paper content is unavailable

Method: Cannot determine method as paper content is unavailable

Result: Cannot determine results as paper content is unavailable

Conclusion: Cannot determine conclusion as paper content is unavailable

Abstract: Failed to fetch summary for 2602.21929: Page request resulted in HTTP 429 (https://export.arxiv.org/api/query?search_query=&id_list=2602.21929&sortBy=relevance&sortOrder=descending&start=0&max_results=100)

[226] Off-The-Shelf Image-to-Image Models Are All You Need To Defeat Image Protection Schemes

Xavier Pleimling, Sifat Muhammad Abdullah, Gunjan Balde, Peng Gao, Mainack Mondal, Murtuza Jadliwala, Bimal Viswanath

Main category: cs.CV

TL;DR: Failed to fetch paper summary due to HTTP 429 error (rate limiting)

DetailsMotivation: Unable to determine motivation due to failed API request

Method: Unable to determine method due to failed API request

Result: Unable to determine results due to failed API request

Conclusion: Unable to analyze paper content due to technical limitations

Abstract: Failed to fetch summary for 2602.22197: Page request resulted in HTTP 429 (https://export.arxiv.org/api/query?search_query=&id_list=2602.22197&sortBy=relevance&sortOrder=descending&start=0&max_results=100)

[227] Directed Ordinal Diffusion Regularization for Progression-Aware Diabetic Retinopathy Grading

Huangwei Chen, Junhao Jia, Ruocheng Li, Cunyuan Yang, Wu Li, Xiaotao Pang, Yifei Chen, Haishuai Wang, Jiajun Bu, Lei Wu

Main category: cs.CV

TL;DR: Paper 2602.21942: Could not fetch summary due to HTTP 429 error (rate limiting)

DetailsMotivation: Unable to determine motivation due to access limitations

Method: Unable to determine method due to access limitations

Result: Unable to determine results due to access limitations

Conclusion: Unable to determine conclusion due to access limitations

Abstract: Failed to fetch summary for 2602.21942: Page request resulted in HTTP 429 (https://export.arxiv.org/api/query?search_query=&id_list=2602.21942&sortBy=relevance&sortOrder=descending&start=0&max_results=100)

[228] Mobile-Ready Automated Triage of Diabetic Retinopathy Using Digital Fundus Images

Aadi Joshi, Manav S. Sharma, Vijay Uttam Rathod, Ashlesha Sawant, Prajakta Musale, Asmita B. Kalamkar

Main category: cs.CV

TL;DR: Failed to fetch paper summary due to HTTP 429 error (rate limiting)

DetailsMotivation: Unable to determine motivation due to failed paper fetch

Method: Unable to determine method due to failed paper fetch

Result: Unable to determine results due to failed paper fetch

Conclusion: Unable to determine conclusion due to failed paper fetch

Abstract: Failed to fetch summary for 2602.21943: Page request resulted in HTTP 429 (https://export.arxiv.org/api/query?search_query=&id_list=2602.21943&sortBy=relevance&sortOrder=descending&start=0&max_results=100)

[229] Learning to Fuse and Reconstruct Multi-View Graphs for Diabetic Retinopathy Grading

Haoran Li, Yuxin Lin, Huan Wang, Xiaoling Luo, Qi Zhu, Jiahua Shi, Huaming Chen, Bo Du, Johan Barthelemy, Zongyan Xue, Jun Shen, Yong Xu

Main category: cs.CV

TL;DR: Failed to fetch paper summary due to HTTP 429 error (rate limiting)

DetailsMotivation: Unable to determine motivation due to access error

Method: Unable to determine method due to access error

Result: Unable to determine results due to access error

Conclusion: Unable to determine conclusion due to access error

Abstract: Failed to fetch summary for 2602.21944: Page request resulted in HTTP 429 (https://export.arxiv.org/api/query?search_query=&id_list=2602.21944&sortBy=relevance&sortOrder=descending&start=0&max_results=100)

[230] MindDriver: Introducing Progressive Multimodal Reasoning for Autonomous Driving

Lingjun Zhang, Yujian Yuan, Changjie Wu, Xinyuan Chang, Xin Cai, Shuang Zeng, Linzhe Shi, Sijin Wang, Hang Zhang, Mu Xu

Main category: cs.CV

TL;DR: Unable to fetch paper details due to HTTP 429 error (rate limiting) from arXiv API

DetailsMotivation: Cannot determine motivation as paper content is unavailable

Method: Cannot determine method as paper content is unavailable

Result: Cannot determine results as paper content is unavailable

Conclusion: Cannot draw conclusions as paper content is unavailable

Abstract: Failed to fetch summary for 2602.21952: Page request resulted in HTTP 429 (https://export.arxiv.org/api/query?search_query=&id_list=2602.21952&sortBy=relevance&sortOrder=descending&start=0&max_results=100)

[231] Global-Local Dual Perception for MLLMs in High-Resolution Text-Rich Image Translation

Junxin Lu, Tengfei Song, Zhanglin Wu, Pengfei Li, Xiaowei Liang, Hui Yang, Kun Chen, Ning Xie, Yunfei Lu, Jing Zhao, Shiliang Sun, Daimeng Wei

Main category: cs.CV

TL;DR: Unable to fetch paper summary due to HTTP 429 error (rate limiting)

DetailsMotivation: Cannot determine motivation as paper content is unavailable

Method: Cannot determine method as paper content is unavailable

Result: Cannot determine results as paper content is unavailable

Conclusion: Cannot draw conclusions as paper content is unavailable

Abstract: Failed to fetch summary for 2602.21956: Page request resulted in HTTP 429 (https://export.arxiv.org/api/query?search_query=&id_list=2602.21956&sortBy=relevance&sortOrder=descending&start=0&max_results=100)

[232] Global-Aware Edge Prioritization for Pose Graph Initialization

Tong Wei, Giorgos Tolias, Jiri Matas, Daniel Barath

Main category: cs.CV

TL;DR: Failed to fetch paper summary due to HTTP 429 error (rate limiting)

DetailsMotivation: Unable to determine motivation due to failed API request

Method: Unable to determine method due to failed API request

Result: Unable to determine results due to failed API request

Conclusion: Unable to determine conclusion due to failed API request

Abstract: Failed to fetch summary for 2602.21963: Page request resulted in HTTP 429 (https://export.arxiv.org/api/query?search_query=&id_list=2602.21963&sortBy=relevance&sortOrder=descending&start=0&max_results=100)

[233] When LoRA Betrays: Backdooring Text-to-Image Models by Masquerading as Benign Adapters

Liangwei Lyu, Jiaqi Xu, Jianwei Ding, Qiyao Deng

Main category: cs.CV

TL;DR: Failed to fetch paper summary due to HTTP 429 error (rate limiting)

DetailsMotivation: Unable to determine motivation due to failed paper fetch

Method: Unable to determine method due to failed paper fetch

Result: Unable to determine results due to failed paper fetch

Conclusion: Unable to draw conclusions due to failed paper fetch

Abstract: Failed to fetch summary for 2602.21977: Page request resulted in HTTP 429 (https://export.arxiv.org/api/query?search_query=&id_list=2602.21977&sortBy=relevance&sortOrder=descending&start=0&max_results=100)

[234] PanoEnv: Exploring 3D Spatial Intelligence in Panoramic Environments with Reinforcement Learning

Zekai Lin, Xu Zheng

Main category: cs.CV

TL;DR: Failed to fetch paper summary due to HTTP 429 error (rate limiting)

DetailsMotivation: Unable to determine motivation due to fetch failure

Method: Unable to determine method due to fetch failure

Result: Unable to determine results due to fetch failure

Conclusion: Unable to determine conclusion due to fetch failure

Abstract: Failed to fetch summary for 2602.21992: Page request resulted in HTTP 429 (https://export.arxiv.org/api/query?search_query=&id_list=2602.21992&sortBy=relevance&sortOrder=descending&start=0&max_results=100)

[235] InsightX Agent: An LMM-based Agentic Framework with Integrated Tools for Reliable X-ray NDT Analysis

Jiale Liu, Huan Wang, Yue Zhang, Xiaoyu Luo, Jiaxiang Hu, Zhiliang Liu, Min Xie

Main category: cs.CV

TL;DR: Unable to fetch paper summary due to HTTP 429 error (rate limiting)

DetailsMotivation: Cannot determine motivation without access to the paper content

Method: Cannot determine method without access to the paper content

Result: Cannot determine results without access to the paper content

Conclusion: Cannot determine conclusion without access to the paper content

Abstract: Failed to fetch summary for 2507.14899: Page request resulted in HTTP 429 (https://export.arxiv.org/api/query?search_query=&id_list=2507.14899&sortBy=relevance&sortOrder=descending&start=0&max_results=100)

[236] RobustVisRAG: Causality-Aware Vision-Based Retrieval-Augmented Generation under Visual Degradations

I-Hsiang Chen, Yu-Wei Liu, Tse-Yu Wu, Yu-Chien Chiang, Jen-Chien Yang, Wei-Ting Chen

Main category: cs.CV

TL;DR: Unable to fetch paper summary due to HTTP 429 error (rate limiting)

DetailsMotivation: Cannot determine motivation without access to paper content

Method: Cannot determine method without access to paper content

Result: Cannot determine results without access to paper content

Conclusion: Cannot determine conclusion without access to paper content

Abstract: Failed to fetch summary for 2602.22013: Page request resulted in HTTP 429 (https://export.arxiv.org/api/query?search_query=&id_list=2602.22013&sortBy=relevance&sortOrder=descending&start=0&max_results=100)

[237] Olbedo: An Albedo and Shading Aerial Dataset for Large-Scale Outdoor Environments

Shuang Song, Debao Huang, Deyan Deng, Haolin Xiong, Yang Tang, Yajie Zhao, Rongjun Qin

Main category: cs.CV

TL;DR: Failed to fetch paper summary due to HTTP 429 error (rate limiting)

DetailsMotivation: Unable to determine motivation due to fetch failure

Method: Unable to determine method due to fetch failure

Result: Unable to determine results due to fetch failure

Conclusion: Unable to determine conclusion due to fetch failure

Abstract: Failed to fetch summary for 2602.22025: Page request resulted in HTTP 429 (https://export.arxiv.org/api/query?search_query=&id_list=2602.22025&sortBy=relevance&sortOrder=descending&start=0&max_results=100)

[238] RT-RMOT: A Dataset and Framework for RGB-Thermal Referring Multi-Object Tracking

Yanqiu Yu, Zhifan Jin, Sijia Chen, Tongfei Chu, En Yu, Liman Liu, Wenbing Tao

Main category: cs.CV

TL;DR: Failed to fetch paper summary due to HTTP 429 error (rate limiting)

DetailsMotivation: Unable to determine motivation due to failed paper fetch

Method: Unable to determine method due to failed paper fetch

Result: Unable to determine results due to failed paper fetch

Conclusion: Unable to draw conclusions due to failed paper fetch

Abstract: Failed to fetch summary for 2602.22033: Page request resulted in HTTP 429 (https://export.arxiv.org/api/query?search_query=&id_list=2602.22033&sortBy=relevance&sortOrder=descending&start=0&max_results=100)

[239] SPGen: Stochastic scanpath generation for paintings using unsupervised domain adaptation

Mohamed Amine Kerkouri, Marouane Tliba, Aladine Chetouani, Alessandro Bruno

Main category: cs.CV

TL;DR: Failed to fetch summary for arXiv ID 2602.22049 due to HTTP 429 (rate limiting) error

DetailsMotivation: Unable to analyze paper content due to technical limitations in accessing the abstract

Method: N/A - Paper content not accessible

Result: N/A - No results available for analysis

Conclusion: Cannot provide analysis due to arXiv API rate limiting preventing access to paper content

Abstract: Failed to fetch summary for 2602.22049: Page request resulted in HTTP 429 (https://export.arxiv.org/api/query?search_query=&id_list=2602.22049&sortBy=relevance&sortOrder=descending&start=0&max_results=100)

[240] AutoSew: A Geometric Approach to Stitching Prediction with Graph Neural Networks

Pablo Ríos-Navarro, Elena Garces, Jorge Lopez-Moreno

Main category: cs.CV

TL;DR: Failed to fetch paper summary due to HTTP 429 error (rate limiting)

DetailsMotivation: Unable to determine motivation due to technical error in fetching paper content

Method: Unable to determine method due to technical error in fetching paper content

Result: Unable to determine results due to technical error in fetching paper content

Conclusion: Unable to draw conclusions due to technical error in fetching paper content

Abstract: Failed to fetch summary for 2602.22052: Page request resulted in HTTP 429 (https://export.arxiv.org/api/query?search_query=&id_list=2602.22052&sortBy=relevance&sortOrder=descending&start=0&max_results=100)

[241] AdaSpot: Spend Resolution Where It Matters for Precise Event Spotting

Artur Xarles, Sergio Escalera, Thomas B. Moeslund, Albert Clapés

Main category: cs.CV

TL;DR: Unable to fetch paper summary due to HTTP 429 error (rate limiting) from arXiv API

DetailsMotivation: Cannot determine motivation as paper content is unavailable due to API rate limiting

Method: Cannot determine method as paper content is unavailable due to API rate limiting

Result: Cannot determine results as paper content is unavailable due to API rate limiting

Conclusion: Cannot determine conclusion as paper content is unavailable due to API rate limiting

Abstract: Failed to fetch summary for 2602.22073: Page request resulted in HTTP 429 (https://export.arxiv.org/api/query?search_query=&id_list=2602.22073&sortBy=relevance&sortOrder=descending&start=0&max_results=100)

[242] Learning to Drive is a Free Gift: Large-Scale Label-Free Autonomy Pretraining from Unposed In-The-Wild Videos

Matthew Strong, Wei-Jer Chang, Quentin Herau, Jiezhi Yang, Yihan Hu, Chensheng Peng, Wei Zhan

Main category: cs.CV

TL;DR: Unable to fetch paper summary due to HTTP 429 error (rate limiting) - paper ID 2602.22091 cannot be analyzed

DetailsMotivation: Cannot determine motivation as paper content is unavailable due to API rate limiting

Method: Cannot determine method as paper content is unavailable

Result: Cannot determine results as paper content is unavailable

Conclusion: Cannot draw conclusions about paper content due to access limitations

Abstract: Failed to fetch summary for 2602.22091: Page request resulted in HTTP 429 (https://export.arxiv.org/api/query?search_query=&id_list=2602.22091&sortBy=relevance&sortOrder=descending&start=0&max_results=100)

[243] Overview of the CXR-LT 2026 Challenge: Multi-Center Long-Tailed and Zero Shot Chest X-ray Classification

Hexin Dong, Yi Lin, Pengyu Zhou, Fengnian Zhao, Alan Clint Legasto, Mingquan Lin, Hao Chen, Yuzhe Yang, George Shih, Yifan Peng

Main category: cs.CV

TL;DR: Unable to fetch paper summary due to HTTP 429 error (rate limiting) from arXiv API

DetailsMotivation: Cannot determine motivation as paper content is unavailable

Method: Cannot determine method as paper content is unavailable

Result: Cannot determine results as paper content is unavailable

Conclusion: Cannot determine conclusion as paper content is unavailable

Abstract: Failed to fetch summary for 2602.22092: Page request resulted in HTTP 429 (https://export.arxiv.org/api/query?search_query=&id_list=2602.22092&sortBy=relevance&sortOrder=descending&start=0&max_results=100)

[244] WeatherCity: Urban Scene Reconstruction with Controllable Multi-Weather Transformation

Wenhua Wu, Huai Guan, Zhe Liu, Hesheng Wang

Main category: cs.CV

TL;DR: Failed to fetch paper summary due to HTTP 429 error (rate limiting) - cannot analyze paper content

DetailsMotivation: Unable to determine motivation due to failed API request

Method: Unable to determine method due to failed API request

Result: Unable to determine results due to failed API request

Conclusion: Unable to determine conclusion due to failed API request

Abstract: Failed to fetch summary for 2602.22096: Page request resulted in HTTP 429 (https://export.arxiv.org/api/query?search_query=&id_list=2602.22096&sortBy=relevance&sortOrder=descending&start=0&max_results=100)

[245] Brain3D: Brain Report Automation via Inflated Vision Transformers in 3D

Mariano Barone, Francesco Di Serio, Giuseppe Riccio, Antonio Romano, Marco Postiglione, Antonino Ferraro, Vincenzo Moscato

Main category: cs.CV

TL;DR: Failed to fetch paper summary due to HTTP 429 error (rate limiting) from arXiv API

DetailsMotivation: Unable to determine motivation as paper content could not be retrieved

Method: Unable to determine method as paper content could not be retrieved

Result: Unable to determine results as paper content could not be retrieved

Conclusion: Unable to draw conclusions as paper content could not be retrieved

Abstract: Failed to fetch summary for 2602.22098: Page request resulted in HTTP 429 (https://export.arxiv.org/api/query?search_query=&id_list=2602.22098&sortBy=relevance&sortOrder=descending&start=0&max_results=100)

[246] GeoDiv: Framework For Measuring Geographical Diversity In Text-To-Image Models

Abhipsa Basu, Mohana Singh, Shashank Agnihotri, Margret Keuper, R. Venkatesh Babu

Main category: cs.CV

TL;DR: Paper analysis unavailable due to HTTP 429 error when fetching abstract from arXiv API

DetailsMotivation: Unable to determine motivation due to failed API request

Method: Unable to determine method due to failed API request

Result: Unable to determine results due to failed API request

Conclusion: Unable to determine conclusion due to failed API request

Abstract: Failed to fetch summary for 2602.22120: Page request resulted in HTTP 429 (https://export.arxiv.org/api/query?search_query=&id_list=2602.22120&sortBy=relevance&sortOrder=descending&start=0&max_results=100)

[247] WeaveTime: Stream from Earlier Frames into Emergent Memory in VideoLLMs

Yulin Zhang, Cheng Shi, Sibei Yang

Main category: cs.CV

TL;DR: Failed to fetch paper summary due to HTTP 429 error (rate limiting)

DetailsMotivation: Unable to determine motivation due to retrieval failure

Method: Unable to determine method due to retrieval failure

Result: Unable to determine results due to retrieval failure

Conclusion: Unable to determine conclusion due to retrieval failure

Abstract: Failed to fetch summary for 2602.22142: Page request resulted in HTTP 429 (https://export.arxiv.org/api/query?search_query=&id_list=2602.22142&sortBy=relevance&sortOrder=descending&start=0&max_results=100)

[248] MedTri: A Platform for Structured Medical Report Normalization to Enhance Vision-Language Pretraining

Yuetan Chu, Xinhua Ma, Xinran Jin, Gongning Luo, Xin Gao

Main category: cs.CV

TL;DR: Unable to fetch paper summary due to HTTP 429 error (rate limiting) from arXiv API

DetailsMotivation: Cannot determine motivation as paper content is unavailable

Method: Cannot determine method as paper content is unavailable

Result: Cannot determine results as paper content is unavailable

Conclusion: Cannot draw conclusions without access to paper content

Abstract: Failed to fetch summary for 2602.22143: Page request resulted in HTTP 429 (https://export.arxiv.org/api/query?search_query=&id_list=2602.22143&sortBy=relevance&sortOrder=descending&start=0&max_results=100)

[249] CoLoGen: Progressive Learning of Concept-Localization Duality for Unified Image Generation

YuXin Song, Yu Lu, Haoyuan Sun, Huanjin Yao, Fanglong Liu, Yifan Sun, Haocheng Feng, Hang Zhou, Jingdong Wang

Main category: cs.CV

TL;DR: Failed to fetch paper summary due to HTTP 429 error (rate limiting) from arXiv API

DetailsMotivation: Unable to determine motivation as paper content could not be retrieved

Method: Unable to determine method as paper content could not be retrieved

Result: Unable to determine results as paper content could not be retrieved

Conclusion: Unable to determine conclusion as paper content could not be retrieved

Abstract: Failed to fetch summary for 2602.22150: Page request resulted in HTTP 429 (https://export.arxiv.org/api/query?search_query=&id_list=2602.22150&sortBy=relevance&sortOrder=descending&start=0&max_results=100)

[250] Improving Denoising Diffusion Models via Simultaneous Estimation of Image and Noise

Zhenkai Zhang, Krista A. Ehinger, Tom Drummond

Main category: cs.CV

TL;DR: Failed to fetch paper summary due to HTTP 429 error (rate limiting)

DetailsMotivation: Unable to determine motivation due to failed paper fetch

Method: Unable to determine method due to failed paper fetch

Result: Unable to determine results due to failed paper fetch

Conclusion: Unable to determine conclusion due to failed paper fetch

Abstract: Failed to fetch summary for 2310.17167: Page request resulted in HTTP 429 (https://export.arxiv.org/api/query?search_query=&id_list=2310.17167&sortBy=relevance&sortOrder=descending&start=0&max_results=100)

[251] CASR: A Robust Cyclic Framework for Arbitrary Large-Scale Super-Resolution with Distribution Alignment and Self-Similarity Awareness

Wenhao Guo, Zhaoran Zhao, Peng Lu, Sheng Li, Qian Qiao, RuiDe Li

Main category: cs.CV

TL;DR: Unable to fetch paper details due to HTTP 429 error (rate limiting). The paper ID 2602.22159 suggests it’s from February 2025, but no content available for analysis.

DetailsMotivation: Cannot determine motivation without access to the paper content.

Method: Cannot determine method without access to the paper content.

Result: Cannot determine results without access to the paper content.

Conclusion: Cannot draw conclusions without access to the paper content.

Abstract: Failed to fetch summary for 2602.22159: Page request resulted in HTTP 429 (https://export.arxiv.org/api/query?search_query=&id_list=2602.22159&sortBy=relevance&sortOrder=descending&start=0&max_results=100)

[252] Mixed Magnification Aggregation for Generalizable Region-Level Representations in Computational Pathology

Eric Zimmermann, Julian Viret, Michal Zelechowski, James Brian Hall, Neil Tenenholtz, Adam Casson, George Shaikovski, Eugene Vorontsov, Siqi Liu, Kristen A Severson

Main category: cs.CV

TL;DR: Failed to fetch paper summary due to HTTP 429 error (rate limiting) - unable to analyze content

DetailsMotivation: Unable to determine motivation due to technical error in fetching paper content

Method: Unable to determine method due to technical error in fetching paper content

Result: Unable to determine results due to technical error in fetching paper content

Conclusion: Unable to draw conclusions due to technical error in fetching paper content

Abstract: Failed to fetch summary for 2602.22176: Page request resulted in HTTP 429 (https://export.arxiv.org/api/query?search_query=&id_list=2602.22176&sortBy=relevance&sortOrder=descending&start=0&max_results=100)

[253] Measuring the Measurers: Quality Evaluation of Hallucination Benchmarks for Large Vision-Language Models

Bei Yan, Jie Zhang, Zheng Yuan, Shiguang Shan, Xilin Chen

Main category: cs.CV

TL;DR: Failed to fetch paper summary due to HTTP 429 error (rate limiting)

DetailsMotivation: Unable to determine motivation due to fetch failure

Method: Unable to determine method due to fetch failure

Result: Unable to determine results due to fetch failure

Conclusion: Unable to determine conclusion due to fetch failure

Abstract: Failed to fetch summary for 2406.17115: Page request resulted in HTTP 429 (https://export.arxiv.org/api/query?search_query=&id_list=2406.17115&sortBy=relevance&sortOrder=descending&start=0&max_results=100)

[254] Solaris: Building a Multiplayer Video World Model in Minecraft

Georgy Savva, Oscar Michel, Daohan Lu, Suppakit Waiwitlikhit, Timothy Meehan, Dhairya Mishra, Srivats Poddar, Jack Lu, Saining Xie

Main category: cs.CV

TL;DR: Paper ID 2602.22208 could not be fetched due to HTTP 429 error (rate limiting), so no abstract or content is available for analysis.

DetailsMotivation: Unable to determine motivation as the paper content could not be retrieved due to API rate limiting.

Method: Unable to determine method as the paper content could not be retrieved due to API rate limiting.

Result: Unable to determine results as the paper content could not be retrieved due to API rate limiting.

Conclusion: Unable to draw conclusions as the paper content could not be retrieved due to API rate limiting.

Abstract: Failed to fetch summary for 2602.22208: Page request resulted in HTTP 429 (https://export.arxiv.org/api/query?search_query=&id_list=2602.22208&sortBy=relevance&sortOrder=descending&start=0&max_results=100)

[255] WHOLE: World-Grounded Hand-Object Lifted from Egocentric Videos

Yufei Ye, Jiaman Li, Ryan Rong, C. Karen Liu

Main category: cs.CV

TL;DR: Failed to fetch paper summary due to HTTP 429 error (rate limiting)

DetailsMotivation: Unable to determine motivation due to fetch failure

Method: Unable to determine method due to fetch failure

Result: Unable to determine results due to fetch failure

Conclusion: Unable to determine conclusion due to fetch failure

Abstract: Failed to fetch summary for 2602.22209: Page request resulted in HTTP 429 (https://export.arxiv.org/api/query?search_query=&id_list=2602.22209&sortBy=relevance&sortOrder=descending&start=0&max_results=100)

[256] Neu-PiG: Neural Preconditioned Grids for Fast Dynamic Surface Reconstruction on Long Sequences

Julian Kaltheuner, Hannah Dröge, Markus Plack, Patrick Stotko, Reinhard Klein

Main category: cs.CV

TL;DR: Neu-PiG: Fast deformation optimization for dynamic 3D surface reconstruction using preconditioned latent-grid encoding that enables drift-free, temporally consistent reconstruction of long sequences.

DetailsMotivation: Existing methods for dynamic 3D surface reconstruction from point clouds either suffer from drift in long sequences, require long runtimes, or need category-specific training. There's a need for fast, generalizable methods that maintain temporal consistency without drift.

Method: Proposes a preconditioned latent-grid encoding that distributes spatial features based on keyframe surface position and normal direction. Encodes deformations across all time steps into multi-resolution latent grids, augmented for time modulation, then decoded into per-frame 6-DoF deformations via lightweight MLP. Uses Sobolev preconditioning during gradient-based training.

Result: Outperforms state-of-the-art approaches on diverse human and animal datasets, offering superior accuracy and scalability to long sequences. Runs at least 60x faster than training-free methods and achieves inference speeds comparable to heavy pretrained models.

Conclusion: Neu-PiG provides an efficient, generalizable solution for dynamic 3D surface reconstruction that avoids drift, requires no explicit correspondences or priors, and achieves high-fidelity results with fast training and inference.

Abstract: Temporally consistent surface reconstruction of dynamic 3D objects from unstructured point cloud data remains challenging, especially for very long sequences. Existing methods either optimize deformations incrementally, risking drift and requiring long runtimes, or rely on complex learned models that demand category-specific training. We present Neu-PiG, a fast deformation optimization method based on a novel preconditioned latent-grid encoding that distributes spatial features parameterized on the position and normal direction of a keyframe surface. Our method encodes entire deformations across all time steps at various spatial scales into a multi-resolution latent grid, parameterized by the position and normal direction of a reference surface from a single keyframe. This latent representation is then augmented for time modulation and decoded into per-frame 6-DoF deformations via a lightweight multilayer perceptron (MLP). To achieve high-fidelity, drift-free surface reconstructions in seconds, we employ Sobolev preconditioning during gradient-based training of the latent space, completely avoiding the need for any explicit correspondences or further priors. Experiments across diverse human and animal datasets demonstrate that Neu-PiG outperforms state-the-art approaches, offering both superior accuracy and scalability to long sequences while running at least 60x faster than existing training-free methods and achieving inference speeds on the same order as heavy pretrained models.

[257] Iterative Closed-Loop Motion Synthesis for Scaling the Capabilities of Humanoid Control

Weisheng Xu, Qiwei Wu, Jiaxi Zhang, Tan Jing, Yangfan Li, Yuetong Fang, Jiaqi Xiong, Kai Wu, Rong Ou, Renjing Xu

Main category: cs.CV

TL;DR: Unable to fetch paper details due to HTTP 429 error (rate limiting). The paper ID 2602.21599 appears to be from February 2025, but no content is available for analysis.

DetailsMotivation: Cannot determine motivation as paper content is unavailable due to rate limiting error.

Method: Cannot determine method as paper content is unavailable due to rate limiting error.

Result: Cannot determine results as paper content is unavailable due to rate limiting error.

Conclusion: Cannot draw conclusions as paper content is unavailable due to rate limiting error.

Abstract: Failed to fetch summary for 2602.21599: Page request resulted in HTTP 429 (https://export.arxiv.org/api/query?search_query=&id_list=2602.21599&sortBy=relevance&sortOrder=descending&start=0&max_results=100)

[258] Dream-SLAM: Dreaming the Unseen for Active SLAM in Dynamic Environments

Xiangqi Meng, Pengxu Hou, Zhenjun Zhao, Javier Civera, Daniel Cremers, Hesheng Wang, Haoang Li

Main category: cs.CV

TL;DR: Failed to fetch paper summary due to HTTP 429 error (rate limiting)

DetailsMotivation: Unable to determine motivation due to access error

Method: Unable to determine method due to access error

Result: Unable to determine results due to access error

Conclusion: Unable to determine conclusion due to access error

Abstract: Failed to fetch summary for 2602.21967: Page request resulted in HTTP 429 (https://export.arxiv.org/api/query?search_query=&id_list=2602.21967&sortBy=relevance&sortOrder=descending&start=0&max_results=100)

[259] World Guidance: World Modeling in Condition Space for Action Generation

Yue Su, Sijin Chen, Haixin Shi, Mingyu Liu, Zhengshen Zhang, Ningyuan Huang, Weiheng Zhong, Zhengbang Zhu, Yuxiao Liu, Xihui Liu

Main category: cs.CV

TL;DR: Unable to fetch paper summary due to HTTP 429 error (rate limiting)

DetailsMotivation: Cannot determine motivation as paper content is unavailable

Method: Cannot determine method as paper content is unavailable

Result: Cannot determine results as paper content is unavailable

Conclusion: Cannot draw conclusions without access to paper content

Abstract: Failed to fetch summary for 2602.22010: Page request resulted in HTTP 429 (https://export.arxiv.org/api/query?search_query=&id_list=2602.22010&sortBy=relevance&sortOrder=descending&start=0&max_results=100)

[260] A Comprehensive Survey on Underwater Image Enhancement Based on Deep Learning

Xiaofeng Cong, Yu Zhao, Jie Gui, Junming Hou, Dacheng Tao

Main category: cs.CV

TL;DR: Failed to fetch paper summary due to HTTP 429 error (rate limiting)

DetailsMotivation: Unable to determine motivation due to fetch failure

Method: Unable to determine method due to fetch failure

Result: Unable to determine results due to fetch failure

Conclusion: Unable to determine conclusion due to fetch failure

Abstract: Failed to fetch summary for 2405.19684: Page request resulted in HTTP 429 (https://export.arxiv.org/api/query?search_query=&id_list=2405.19684&sortBy=relevance&sortOrder=descending&start=0&max_results=100)

[261] PoseAdapt: Sustainable Human Pose Estimation via Continual Learning Benchmarks and Toolkit

Muhammad Saif Ullah Khan, Didier Stricker

Main category: cs.CV

TL;DR: Failed to fetch paper summary due to HTTP 429 error (rate limiting)

DetailsMotivation: Unable to determine motivation due to missing paper content

Method: Unable to determine method due to missing paper content

Result: Unable to determine results due to missing paper content

Conclusion: Unable to determine conclusion due to missing paper content

Abstract: Failed to fetch summary for 2409.20469: Page request resulted in HTTP 429 (https://export.arxiv.org/api/query?search_query=&id_list=2409.20469&sortBy=relevance&sortOrder=descending&start=0&max_results=100)

[262] Learning What Matters: Prioritized Concept Learning via Relative Error-driven Sample Selection

Shivam Chandhok, Qian Yang, Oscar Manas, Kanishk Jain, Leonid Sigal, Aishwarya Agrawal

Main category: cs.CV

TL;DR: Unable to fetch paper summary due to HTTP 429 error (rate limiting)

DetailsMotivation: Cannot determine motivation without access to paper content

Method: Cannot determine method without access to paper content

Result: Cannot determine results without access to paper content

Conclusion: Cannot draw conclusions without access to paper content

Abstract: Failed to fetch summary for 2506.01085: Page request resulted in HTTP 429 (https://export.arxiv.org/api/query?search_query=&id_list=2506.01085&sortBy=relevance&sortOrder=descending&start=0&max_results=100)

[263] Grounding-IQA: Grounding Multimodal Language Model for Image Quality Assessment

Zheng Chen, Xun Zhang, Wenbo Li, Renjing Pei, Fenglong Song, Xiongkuo Min, Xiaohong Liu, Xin Yuan, Yong Guo, Yulun Zhang

Main category: cs.CV

TL;DR: Unable to fetch paper details due to HTTP 429 error (rate limiting)

DetailsMotivation: Cannot determine motivation as paper content is unavailable

Method: Cannot determine method as paper content is unavailable

Result: Cannot determine results as paper content is unavailable

Conclusion: Cannot determine conclusion as paper content is unavailable

Abstract: Failed to fetch summary for 2411.17237: Page request resulted in HTTP 429 (https://export.arxiv.org/api/query?search_query=&id_list=2411.17237&sortBy=relevance&sortOrder=descending&start=0&max_results=100)

[264] Unified Reward Model for Multimodal Understanding and Generation

Yibin Wang, Yuhang Zang, Hao Li, Cheng Jin, Jiaqi Wang

Main category: cs.CV

TL;DR: Unable to analyze paper 2503.05236 due to HTTP 429 error when fetching summary from arXiv API

DetailsMotivation: Cannot determine motivation without access to the paper abstract

Method: Cannot determine method without access to the paper abstract

Result: Cannot determine results without access to the paper abstract

Conclusion: Cannot determine conclusion without access to the paper abstract

Abstract: Failed to fetch summary for 2503.05236: Page request resulted in HTTP 429 (https://export.arxiv.org/api/query?search_query=&id_list=2503.05236&sortBy=relevance&sortOrder=descending&start=0&max_results=100)

[265] TRACE: Your Diffusion Model is Secretly an Instance Edge Detector

Sanghyun Jo, Ziseok Lee, Wooyeol Lee, Jonghyun Choi, Jaesik Park, Kyungsu Kim

Main category: cs.CV

TL;DR: Failed to fetch paper summary due to HTTP 429 error (rate limiting) from arXiv API

DetailsMotivation: Unable to determine motivation as paper content could not be retrieved

Method: Unable to determine method as paper content could not be retrieved

Result: Unable to determine results as paper content could not be retrieved

Conclusion: Unable to determine conclusion as paper content could not be retrieved

Abstract: Failed to fetch summary for 2503.07982: Page request resulted in HTTP 429 (https://export.arxiv.org/api/query?search_query=&id_list=2503.07982&sortBy=relevance&sortOrder=descending&start=0&max_results=100)

[266] Any Image Restoration via Efficient Spatial-Frequency Degradation Adaptation

Bin Ren, Eduard Zamfir, Zongwei Wu, Yawei Li, Yidi Li, Danda Pani Paudel, Radu Timofte, Ming-Hsuan Yang, Luc Van Gool, Nicu Sebe

Main category: cs.CV

TL;DR: Unable to fetch paper summary due to HTTP 429 error (rate limiting)

DetailsMotivation: Cannot determine motivation without access to paper content

Method: Cannot determine method without access to paper content

Result: Cannot determine results without access to paper content

Conclusion: Cannot draw conclusions without access to paper content

Abstract: Failed to fetch summary for 2504.14249: Page request resulted in HTTP 429 (https://export.arxiv.org/api/query?search_query=&id_list=2504.14249&sortBy=relevance&sortOrder=descending&start=0&max_results=100)

[267] Object-Centric World Models from Few-Shot Annotations for Sample-Efficient Reinforcement Learning

Weipu Zhang, Adam Jelley, Trevor McInroe, Amos Storkey, Gang Wang

Main category: cs.CV

TL;DR: Unable to fetch paper summary due to HTTP 429 error (rate limiting)

DetailsMotivation: Cannot determine motivation due to failed paper fetch

Method: Cannot determine method due to failed paper fetch

Result: Cannot determine results due to failed paper fetch

Conclusion: Cannot determine conclusion due to failed paper fetch

Abstract: Failed to fetch summary for 2501.16443: Page request resulted in HTTP 429 (https://export.arxiv.org/api/query?search_query=&id_list=2501.16443&sortBy=relevance&sortOrder=descending&start=0&max_results=100)

[268] Twin Co-Adaptive Dialogue for Progressive Image Generation

Jianhui Wang, Yangfan He, Yan Zhong, Xinyuan Song, Jiayi Su, Yuheng Feng, Ruoyu Wang, Hongyang He, Wenyu Zhu, Xinhang Yuan, Miao Zhang, Keqin Li, Jiaqi Chen, Tianyu Shi, Xueqian Wang

Main category: cs.CV

TL;DR: Failed to fetch paper summary due to HTTP 429 error (rate limiting)

DetailsMotivation: Unable to determine motivation due to retrieval failure

Method: Unable to determine method due to retrieval failure

Result: Unable to determine results due to retrieval failure

Conclusion: Unable to determine conclusion due to retrieval failure

Abstract: Failed to fetch summary for 2504.14868: Page request resulted in HTTP 429 (https://export.arxiv.org/api/query?search_query=&id_list=2504.14868&sortBy=relevance&sortOrder=descending&start=0&max_results=100)

[269] Identifying Memorization of Diffusion Models through $p$-Laplace Analysis: Estimators, Bounds and Applications

Jonathan Brokman, Itay Gershon, Amit Giloni, Omer Hofman, Roman Vainshtein, Hisashi Kojima, Guy Gilboa

Main category: cs.CV

TL;DR: Unable to fetch paper summary due to HTTP 429 error (rate limiting)

DetailsMotivation: Cannot determine motivation as paper content is unavailable

Method: Cannot determine method as paper content is unavailable

Result: Cannot determine results as paper content is unavailable

Conclusion: Cannot draw conclusions as paper content is unavailable

Abstract: Failed to fetch summary for 2505.08246: Page request resulted in HTTP 429 (https://export.arxiv.org/api/query?search_query=&id_list=2505.08246&sortBy=relevance&sortOrder=descending&start=0&max_results=100)

[270] JailBound: Jailbreaking Internal Safety Boundaries of Vision-Language Models

Jiaxin Song, Yixu Wang, Jie Li, Rui Yu, Yan Teng, Xingjun Ma, Yingchun Wang

Main category: cs.CV

TL;DR: Failed to fetch paper summary due to HTTP 429 error (rate limiting)

DetailsMotivation: Unable to determine motivation due to access error

Method: Unable to determine method due to access error

Result: Unable to determine results due to access error

Conclusion: Unable to determine conclusion due to access error

Abstract: Failed to fetch summary for 2505.19610: Page request resulted in HTTP 429 (https://export.arxiv.org/api/query?search_query=&id_list=2505.19610&sortBy=relevance&sortOrder=descending&start=0&max_results=100)

[271] LLaDA-MedV: Exploring Large Language Diffusion Models for Biomedical Image Understanding

Xuanzhao Dong, Wenhui Zhu, Xiwen Chen, Zhipeng Wang, Peijie Qiu, Shao Tang, Xin Li, Yalin Wang

Main category: cs.CV

TL;DR: Unable to fetch paper details due to HTTP 429 error (rate limiting). The paper ID 2508.01617 exists but cannot be analyzed without access to its abstract or content.

DetailsMotivation: Cannot determine motivation without access to the paper content.

Method: Cannot determine method without access to the paper content.

Result: Cannot determine results without access to the paper content.

Conclusion: Cannot draw conclusions without access to the paper content.

Abstract: Failed to fetch summary for 2508.01617: Page request resulted in HTTP 429 (https://export.arxiv.org/api/query?search_query=&id_list=2508.01617&sortBy=relevance&sortOrder=descending&start=0&max_results=100)

[272] Voxel Densification for Serialized 3D Object Detection: Mitigating Sparsity via Pre-serialization Expansion

Qifeng Liu, Dawei Zhao, Yabo Dong, Linzhi Shang, Liang Xiao, Juan Wang, Kunkong Zhao, Dongming Lu, Qi Zhu

Main category: cs.CV

TL;DR: Failed to fetch paper summary due to HTTP 429 error (rate limiting)

DetailsMotivation: Unable to determine motivation due to access error

Method: Unable to determine method due to access error

Result: Unable to determine results due to access error

Conclusion: Unable to determine conclusion due to access error

Abstract: Failed to fetch summary for 2508.16069: Page request resulted in HTTP 429 (https://export.arxiv.org/api/query?search_query=&id_list=2508.16069&sortBy=relevance&sortOrder=descending&start=0&max_results=100)

[273] Variation-aware Vision Token Dropping for Faster Large Vision-Language Models

Junjie Chen, Xuyang Liu, Zichen Wen, Yiyu Wang, Siteng Huang, Honggang Chen

Main category: cs.CV

TL;DR: Failed to fetch paper summary due to HTTP 429 error (rate limiting)

DetailsMotivation: Unable to determine motivation due to failed paper fetch

Method: Unable to determine method due to failed paper fetch

Result: Unable to determine results due to failed paper fetch

Conclusion: Unable to draw conclusions due to failed paper fetch

Abstract: Failed to fetch summary for 2509.01552: Page request resulted in HTTP 429 (https://export.arxiv.org/api/query?search_query=&id_list=2509.01552&sortBy=relevance&sortOrder=descending&start=0&max_results=100)

[274] MedicalPatchNet: A Patch-Based Self-Explainable AI Architecture for Chest X-ray Classification

Patrick Wienholt, Christiane Kuhl, Jakob Nikolas Kather, Sven Nebelung, Daniel Truhn

Main category: cs.CV

TL;DR: Failed to fetch paper summary due to HTTP 429 error (rate limiting)

DetailsMotivation: Unable to determine motivation due to access limitations

Method: Unable to determine method due to access limitations

Result: Unable to determine results due to access limitations

Conclusion: Unable to determine conclusion due to access limitations

Abstract: Failed to fetch summary for 2509.07477: Page request resulted in HTTP 429 (https://export.arxiv.org/api/query?search_query=&id_list=2509.07477&sortBy=relevance&sortOrder=descending&start=0&max_results=100)

[275] Uncovering Grounding IDs: How External Cues Shape Multimodal Binding

Hosein Hasani, Amirmohammad Izadi, Fatemeh Askari, Mobin Bagherian, Sadegh Mohammadian, Mohammad Izadi, Mahdieh Soleymani Baghshah

Main category: cs.CV

TL;DR: Unable to fetch paper summary due to HTTP 429 error (rate limiting)

DetailsMotivation: Cannot determine motivation as paper content is unavailable

Method: Cannot determine method as paper content is unavailable

Result: Cannot determine results as paper content is unavailable

Conclusion: Cannot draw conclusions as paper content is unavailable

Abstract: Failed to fetch summary for 2509.24072: Page request resulted in HTTP 429 (https://export.arxiv.org/api/query?search_query=&id_list=2509.24072&sortBy=relevance&sortOrder=descending&start=0&max_results=100)

[276] JanusVLN: Decoupling Semantics and Spatiality with Dual Implicit Memory for Vision-Language Navigation

Shuang Zeng, Dekang Qi, Xinyuan Chang, Feng Xiong, Shichao Xie, Xiaolong Wu, Shiyi Liang, Mu Xu, Xing Wei, Ning Guo

Main category: cs.CV

TL;DR: Unable to fetch paper summary due to HTTP 429 error (rate limiting)

DetailsMotivation: Cannot determine motivation as paper content is unavailable

Method: Cannot determine method as paper content is unavailable

Result: Cannot determine results as paper content is unavailable

Conclusion: Cannot draw conclusions as paper content is unavailable

Abstract: Failed to fetch summary for 2509.22548: Page request resulted in HTTP 429 (https://export.arxiv.org/api/query?search_query=&id_list=2509.22548&sortBy=relevance&sortOrder=descending&start=0&max_results=100)

[277] Hallucination Filtering in Radiology Vision-Language Models Using Discrete Semantic Entropy

Patrick Wienholt, Sophie Caselitz, Robert Siepmann, Philipp Bruners, Keno Bressem, Christiane Kuhl, Jakob Nikolas Kather, Sven Nebelung, Daniel Truhn

Main category: cs.CV

TL;DR: Unable to fetch paper summary due to HTTP 429 error (rate limiting)

DetailsMotivation: Cannot determine motivation as paper content is unavailable

Method: Cannot determine method as paper content is unavailable

Result: Cannot determine results as paper content is unavailable

Conclusion: Cannot draw conclusions without access to paper content

Abstract: Failed to fetch summary for 2510.09256: Page request resulted in HTTP 429 (https://export.arxiv.org/api/query?search_query=&id_list=2510.09256&sortBy=relevance&sortOrder=descending&start=0&max_results=100)

[278] Uni-MMMU: A Massive Multi-discipline Multimodal Unified Benchmark

Kai Zou, Ziqi Huang, Yuhao Dong, Shulin Tian, Dian Zheng, Hongbo Liu, Jingwen He, Bin Liu, Yu Qiao, Ziwei Liu

Main category: cs.CV

TL;DR: Unable to fetch paper details due to HTTP 429 error (rate limiting) from arXiv API

DetailsMotivation: Cannot determine motivation as paper content is unavailable

Method: Cannot determine method as paper content is unavailable

Result: Cannot determine results as paper content is unavailable

Conclusion: Cannot draw conclusions as paper content is unavailable

Abstract: Failed to fetch summary for 2510.13759: Page request resulted in HTTP 429 (https://export.arxiv.org/api/query?search_query=&id_list=2510.13759&sortBy=relevance&sortOrder=descending&start=0&max_results=100)

[279] World Simulation with Video Foundation Models for Physical AI

NVIDIA, Arslan Ali, Junjie Bai, Maciej Bala, Yogesh Balaji, Aaron Blakeman, Tiffany Cai, Jiaxin Cao, Tianshi Cao, Elizabeth Cha, Yu-Wei Chao, Prithvijit Chattopadhyay, Mike Chen, Yongxin Chen, Yu Chen, Shuai Cheng, Yin Cui, Jenna Diamond, Yifan Ding, Jiaojiao Fan, Linxi Fan, Liang Feng, Francesco Ferroni, Sanja Fidler, Xiao Fu, Ruiyuan Gao, Yunhao Ge, Jinwei Gu, Aryaman Gupta, Siddharth Gururani, Imad El Hanafi, Ali Hassani, Zekun Hao, Jacob Huffman, Joel Jang, Pooya Jannaty, Jan Kautz, Grace Lam, Xuan Li, Zhaoshuo Li, Maosheng Liao, Chen-Hsuan Lin, Tsung-Yi Lin, Yen-Chen Lin, Huan Ling, Ming-Yu Liu, Xian Liu, Yifan Lu, Alice Luo, Qianli Ma, Hanzi Mao, Kaichun Mo, Seungjun Nah, Yashraj Narang, Abhijeet Panaskar, Lindsey Pavao, Trung Pham, Morteza Ramezanali, Fitsum Reda, Scott Reed, Xuanchi Ren, Haonan Shao, Yue Shen, Stella Shi, Shuran Song, Bartosz Stefaniak, Shangkun Sun, Shitao Tang, Sameena Tasmeen, Lyne Tchapmi, Wei-Cheng Tseng, Jibin Varghese, Andrew Z. Wang, Hao Wang, Haoxiang Wang, Heng Wang, Ting-Chun Wang, Fangyin Wei, Jiashu Xu, Dinghao Yang, Xiaodong Yang, Haotian Ye, Seonghyeon Ye, Xiaohui Zeng, Jing Zhang, Qinsheng Zhang, Kaiwen Zheng, Andrew Zhu, Yuke Zhu

Main category: cs.CV

TL;DR: Failed to fetch paper summary due to HTTP 429 error (rate limiting)

DetailsMotivation: Unable to determine motivation due to retrieval failure

Method: Unable to determine method due to retrieval failure

Result: Unable to determine results due to retrieval failure

Conclusion: Unable to draw conclusions due to retrieval failure

Abstract: Failed to fetch summary for 2511.00062: Page request resulted in HTTP 429 (https://export.arxiv.org/api/query?search_query=&id_list=2511.00062&sortBy=relevance&sortOrder=descending&start=0&max_results=100)

[280] MUGSQA: Novel Multi-Uncertainty-Based Gaussian Splatting Quality Assessment Method, Dataset, and Benchmarks

Tianang Chen, Jian Jin, Shilv Cai, Zhuangzi Li, Weisi Lin

Main category: cs.CV

TL;DR: Unable to fetch paper details due to HTTP 429 error (rate limiting)

DetailsMotivation: Cannot determine motivation without paper content

Method: Cannot determine method without paper content

Result: Cannot determine results without paper content

Conclusion: Cannot determine conclusion without paper content

Abstract: Failed to fetch summary for 2511.06830: Page request resulted in HTTP 429 (https://export.arxiv.org/api/query?search_query=&id_list=2511.06830&sortBy=relevance&sortOrder=descending&start=0&max_results=100)

[281] Compression then Matching: An Efficient Pre-training Paradigm for Multimodal Embedding

Da Li, Yuxiao Luo, Keping Bi, Jiafeng Guo, Wei Yuan, Biao Yang, Yan Wang, Fan Yang, Tingting Gao, Guorui Zhou

Main category: cs.CV

TL;DR: Unable to fetch paper summary due to HTTP 429 error (rate limiting)

DetailsMotivation: Cannot determine motivation as paper content is unavailable

Method: Cannot determine method as paper content is unavailable

Result: Cannot determine results as paper content is unavailable

Conclusion: Cannot draw conclusions without access to paper content

Abstract: Failed to fetch summary for 2511.08480: Page request resulted in HTTP 429 (https://export.arxiv.org/api/query?search_query=&id_list=2511.08480&sortBy=relevance&sortOrder=descending&start=0&max_results=100)

[282] Seeing the Forest and the Trees: Query-Aware Tokenizer for Long-Video Multimodal Language Models

Siyou Li, Huanan Wu, Juexi Shao, Yinghao Ma, Yujian Gan, Yihao Luo, Yuwei Wang, Dong Nie, Lu Wang, Wenqing Wu, Le Zhang, Massimo Poesio, Juntao Yu

Main category: cs.CV

TL;DR: Failed to fetch paper summary due to HTTP 429 error (rate limiting)

DetailsMotivation: Unable to determine motivation due to fetch failure

Method: Unable to determine method due to fetch failure

Result: Unable to determine results due to fetch failure

Conclusion: Unable to determine conclusion due to fetch failure

Abstract: Failed to fetch summary for 2511.11910: Page request resulted in HTTP 429 (https://export.arxiv.org/api/query?search_query=&id_list=2511.11910&sortBy=relevance&sortOrder=descending&start=0&max_results=100)

[283] RobustGait: Robustness Analysis for Appearance Based Gait Recognition

Reeshoon Sayera, Akash Kumar, Sirshapan Mitra, Prudvi Kamtam, Yogesh S Rawat

Main category: cs.CV

TL;DR: Unable to fetch paper details due to HTTP 429 error (rate limiting). The paper ID 2511.13065 suggests it’s from November 2024, but no content available for analysis.

DetailsMotivation: Cannot determine motivation without access to the paper content.

Method: Cannot determine method without access to the paper content.

Result: Cannot determine results without access to the paper content.

Conclusion: Cannot draw conclusions without access to the paper content.

Abstract: Failed to fetch summary for 2511.13065: Page request resulted in HTTP 429 (https://export.arxiv.org/api/query?search_query=&id_list=2511.13065&sortBy=relevance&sortOrder=descending&start=0&max_results=100)

[284] MIRA: Multimodal Iterative Reasoning Agent for Image Editing

Ziyun Zeng, Hang Hua, Jiebo Luo

Main category: cs.CV

TL;DR: Failed to fetch paper summary due to HTTP 429 error (rate limiting)

DetailsMotivation: Unable to determine motivation due to failed paper fetch

Method: Unable to determine method due to failed paper fetch

Result: Unable to determine results due to failed paper fetch

Conclusion: Unable to determine conclusion due to failed paper fetch

Abstract: Failed to fetch summary for 2511.21087: Page request resulted in HTTP 429 (https://export.arxiv.org/api/query?search_query=&id_list=2511.21087&sortBy=relevance&sortOrder=descending&start=0&max_results=100)

[285] Aerial Vision-Language Navigation with a Unified Framework for Spatial, Temporal and Embodied Reasoning

Huilin Xu, Zhuoyang Liu, Yixiang Luomei, Feng Xu

Main category: cs.CV

TL;DR: Failed to fetch paper summary due to HTTP 429 error (rate limiting)

DetailsMotivation: Unable to determine motivation due to fetch failure

Method: Unable to determine method due to fetch failure

Result: Unable to determine results due to fetch failure

Conclusion: Unable to determine conclusion due to fetch failure

Abstract: Failed to fetch summary for 2512.08639: Page request resulted in HTTP 429 (https://export.arxiv.org/api/query?search_query=&id_list=2512.08639&sortBy=relevance&sortOrder=descending&start=0&max_results=100)

[286] KD-OCT: Efficient Knowledge Distillation for Clinical-Grade Retinal OCT Classification

Erfan Nourbakhsh, Nasrin Sanjari, Ali Nourbakhsh

Main category: cs.CV

TL;DR: Unable to fetch paper details due to HTTP 429 error (rate limiting) - need to try again later or use alternative methods

DetailsMotivation: Cannot determine motivation without access to paper content

Method: Cannot determine method without access to paper content

Result: Cannot determine results without access to paper content

Conclusion: Cannot determine conclusion without access to paper content

Abstract: Failed to fetch summary for 2512.09069: Page request resulted in HTTP 429 (https://export.arxiv.org/api/query?search_query=&id_list=2512.09069&sortBy=relevance&sortOrder=descending&start=0&max_results=100)

[287] Pay Attention to Where You Looked

Alex Berian, JhihYang Wu, Daniel Brignac, Natnael Daba, Abhijit Mahalanobis

Main category: cs.CV

TL;DR: Unable to fetch paper details due to HTTP 429 error (rate limiting) when trying to access arXiv API

DetailsMotivation: Cannot determine motivation as paper content is unavailable due to API rate limiting

Method: Cannot determine method as paper content is unavailable due to API rate limiting

Result: Cannot determine results as paper content is unavailable due to API rate limiting

Conclusion: Cannot draw conclusions as paper content is unavailable due to API rate limiting

Abstract: Failed to fetch summary for 2601.18970: Page request resulted in HTTP 429 (https://export.arxiv.org/api/query?search_query=&id_list=2601.18970&sortBy=relevance&sortOrder=descending&start=0&max_results=100)

[288] DenseGRPO: From Sparse to Dense Reward for Flow Matching Model Alignment

Haoyou Deng, Keyu Yan, Chaojie Mao, Xiang Wang, Yu Liu, Changxin Gao, Nong Sang

Main category: cs.CV

TL;DR: Failed to fetch paper summary due to HTTP 429 error (rate limiting)

DetailsMotivation: Unable to determine motivation due to fetch failure

Method: Unable to determine method due to fetch failure

Result: Unable to determine results due to fetch failure

Conclusion: Unable to determine conclusion due to fetch failure

Abstract: Failed to fetch summary for 2601.20218: Page request resulted in HTTP 429 (https://export.arxiv.org/api/query?search_query=&id_list=2601.20218&sortBy=relevance&sortOrder=descending&start=0&max_results=100)

[289] Rectifying Geometry-Induced Similarity Distortions for Real-World Aerial-Ground Person Re-Identification

Kailash A. Hambarde, Hugo Proença

Main category: cs.CV

TL;DR: Paper 2601.21405: Unable to fetch abstract due to HTTP 429 error (rate limiting).

DetailsMotivation: Cannot determine motivation without access to the paper content.

Method: Cannot determine method without access to the paper content.

Result: Cannot determine results without access to the paper content.

Conclusion: Cannot determine conclusion without access to the paper content.

Abstract: Failed to fetch summary for 2601.21405: Page request resulted in HTTP 429 (https://export.arxiv.org/api/query?search_query=&id_list=2601.21405&sortBy=relevance&sortOrder=descending&start=0&max_results=100)

[290] TimeBlind: A Spatio-Temporal Compositionality Benchmark for Video LLMs

Baiqi Li, Kangyi Zhao, Ce Zhang, Chancharik Mitra, Jean de Dieu Nyandwi, Gedas Bertasius

Main category: cs.CV

TL;DR: Unable to analyze paper 2602.00288 due to HTTP 429 error when fetching summary from arXiv API

DetailsMotivation: Cannot determine motivation as paper content could not be retrieved

Method: Cannot determine method as paper content could not be retrieved

Result: Cannot determine results as paper content could not be retrieved

Conclusion: Cannot draw conclusions as paper content could not be retrieved

Abstract: Failed to fetch summary for 2602.00288: Page request resulted in HTTP 429 (https://export.arxiv.org/api/query?search_query=&id_list=2602.00288&sortBy=relevance&sortOrder=descending&start=0&max_results=100)

[291] ImpMIA: Leveraging Implicit Bias for Membership Inference Attack

Yuval Golbari, Navve Wasserman, Gal Vardi, Michal Irani

Main category: cs.CV

TL;DR: Failed to fetch paper summary due to HTTP 429 error (rate limiting)

DetailsMotivation: Unable to determine motivation due to fetch failure

Method: Unable to determine method due to fetch failure

Result: Unable to determine results due to fetch failure

Conclusion: Unable to determine conclusion due to fetch failure

Abstract: Failed to fetch summary for 2510.10625: Page request resulted in HTTP 429 (https://export.arxiv.org/api/query?search_query=&id_list=2510.10625&sortBy=relevance&sortOrder=descending&start=0&max_results=100)

[292] LatentLens: Revealing Highly Interpretable Visual Tokens in LLMs

Benno Krojer, Shravan Nayak, Oscar Mañas, Vaibhav Adlakha, Desmond Elliott, Siva Reddy, Marius Mosbach

Main category: cs.CV

TL;DR: Unable to fetch paper details due to HTTP 429 error (rate limiting)

DetailsMotivation: Cannot determine motivation without paper content

Method: Cannot determine method without paper content

Result: Cannot determine results without paper content

Conclusion: Cannot draw conclusions without paper content

Abstract: Failed to fetch summary for 2602.00462: Page request resulted in HTTP 429 (https://export.arxiv.org/api/query?search_query=&id_list=2602.00462&sortBy=relevance&sortOrder=descending&start=0&max_results=100)

[293] Enhancing Multi-Image Understanding through Delimiter Token Scaling

Minyoung Lee, Yeji Park, Dongjun Hwang, Yejin Kim, Seong Joon Oh, Junsuk Choe

Main category: cs.CV

TL;DR: Unable to analyze paper 2602.01984 due to HTTP 429 error when fetching summary from arXiv API

DetailsMotivation: Cannot determine motivation as paper content could not be retrieved

Method: Cannot determine method as paper content could not be retrieved

Result: Cannot determine results as paper content could not be retrieved

Conclusion: Cannot draw conclusions as paper content could not be retrieved

Abstract: Failed to fetch summary for 2602.01984: Page request resulted in HTTP 429 (https://export.arxiv.org/api/query?search_query=&id_list=2602.01984&sortBy=relevance&sortOrder=descending&start=0&max_results=100)

[294] NTK-Guided Implicit Neural Teaching

Chen Zhang, Wei Zuo, Bingyang Cheng, Yikun Wang, Wei-Bin Kou, Yik Chung WU, Ngai Wong

Main category: cs.CV

TL;DR: Failed to fetch paper summary due to HTTP 429 error (rate limiting)

DetailsMotivation: Unable to determine motivation due to failed API request

Method: Unable to determine method due to failed API request

Result: Unable to determine results due to failed API request

Conclusion: Unable to determine conclusion due to failed API request

Abstract: Failed to fetch summary for 2511.15487: Page request resulted in HTTP 429 (https://export.arxiv.org/api/query?search_query=&id_list=2511.15487&sortBy=relevance&sortOrder=descending&start=0&max_results=100)

[295] TIPS Over Tricks: Simple Prompts for Effective Zero-shot Anomaly Detection

Alireza Salehi, Ehsan Karami, Sepehr Noey, Sahand Noey, Makoto Yamada, Reshad Hosseini, Mohammad Sabokrou

Main category: cs.CV

TL;DR: Failed to fetch paper summary due to HTTP 429 error (rate limiting)

DetailsMotivation: Unable to determine motivation due to fetch failure

Method: Unable to determine method due to fetch failure

Result: Unable to determine results due to fetch failure

Conclusion: Unable to determine conclusion due to fetch failure

Abstract: Failed to fetch summary for 2602.03594: Page request resulted in HTTP 429 (https://export.arxiv.org/api/query?search_query=&id_list=2602.03594&sortBy=relevance&sortOrder=descending&start=0&max_results=100)

[296] Monocular Normal Estimation via Shading Sequence Estimation

Zongrui Li, Xinhua Ma, Minghui Hu, Yunqing Zhao, Yingchen Yu, Qian Zheng, Chang Liu, Xudong Jiang, Song Bai

Main category: cs.CV

TL;DR: Unable to fetch paper details due to HTTP 429 error (rate limiting). The paper ID 2602.09929 suggests it’s from February 2026, but no content available for analysis.

DetailsMotivation: Cannot determine motivation without access to paper content.

Method: Cannot determine method without access to paper content.

Result: Cannot determine results without access to paper content.

Conclusion: Cannot draw conclusions without access to paper content.

Abstract: Failed to fetch summary for 2602.09929: Page request resulted in HTTP 429 (https://export.arxiv.org/api/query?search_query=&id_list=2602.09929&sortBy=relevance&sortOrder=descending&start=0&max_results=100)

[297] Progressive Checkerboards for Autoregressive Multiscale Image Generation

David Eigen

Main category: cs.CV

TL;DR: Unable to fetch paper summary due to HTTP 429 error (rate limiting). The paper ID 2602.03811 suggests it’s from February 2024, but no content available for analysis.

DetailsMotivation: Cannot determine motivation without access to paper content.

Method: Cannot determine method without access to paper content.

Result: Cannot determine results without access to paper content.

Conclusion: Cannot draw conclusions without access to paper content.

Abstract: Failed to fetch summary for 2602.03811: Page request resulted in HTTP 429 (https://export.arxiv.org/api/query?search_query=&id_list=2602.03811&sortBy=relevance&sortOrder=descending&start=0&max_results=100)

[298] XtraLight-MedMamba for Classification of Neoplastic Tubular Adenomas

Aqsa Sultana, Rayan Afsar, Ahmed Rahu, Surendra P. Singh, Brian Shula, Brandon Combs, Derrick Forchetti, Vijayan K. Asari

Main category: cs.CV

TL;DR: Unable to fetch paper details due to HTTP 429 error (rate limiting) when trying to access arXiv API for paper ID 2602.04819

DetailsMotivation: Cannot determine motivation as paper content is unavailable due to API rate limiting

Method: Cannot determine method as paper content is unavailable due to API rate limiting

Result: Cannot determine results as paper content is unavailable due to API rate limiting

Conclusion: Cannot draw conclusions as paper content is unavailable due to API rate limiting

Abstract: Failed to fetch summary for 2602.04819: Page request resulted in HTTP 429 (https://export.arxiv.org/api/query?search_query=&id_list=2602.04819&sortBy=relevance&sortOrder=descending&start=0&max_results=100)

[299] MALLVI: A Multi-Agent Framework for Integrated Generalized Robotics Manipulation

Iman Ahmadi, Mehrshad Taji, Arad Mahdinezhad Kashani, AmirHossein Jadidi, Saina Kashani, Babak Khalaj

Main category: cs.CV

TL;DR: Unable to fetch paper summary due to HTTP 429 error (rate limiting)

DetailsMotivation: Cannot determine motivation as paper content is unavailable

Method: Cannot determine method as paper content is unavailable

Result: Cannot determine results as paper content is unavailable

Conclusion: Cannot draw conclusions without access to paper content

Abstract: Failed to fetch summary for 2602.16898: Page request resulted in HTTP 429 (https://export.arxiv.org/api/query?search_query=&id_list=2602.16898&sortBy=relevance&sortOrder=descending&start=0&max_results=100)

[300] V-Retrver: Evidence-Driven Agentic Reasoning for Universal Multimodal Retrieval

Dongyang Chen, Chaoyang Wang, Dezhao Su, Xi Xiao, Zeyu Zhang, Jing Xiong, Qing Li, Yuzhang Shang, Shichao Kan

Main category: cs.CV

TL;DR: Unable to fetch paper summary due to HTTP 429 error (rate limiting) from arXiv API

DetailsMotivation: Cannot determine motivation as paper content is unavailable due to API rate limiting

Method: Cannot determine method as paper content is unavailable

Result: Cannot determine results as paper content is unavailable

Conclusion: Cannot draw conclusions about paper content due to access limitations

Abstract: Failed to fetch summary for 2602.06034: Page request resulted in HTTP 429 (https://export.arxiv.org/api/query?search_query=&id_list=2602.06034&sortBy=relevance&sortOrder=descending&start=0&max_results=100)

[301] Tracing Copied Pixels and Regularizing Patch Affinity in Copy Detection

Yichen Lu, Siwei Nie, Minlong Lu, Xudong Yang, Xiaobo Zhang, Peng Zhang

Main category: cs.CV

TL;DR: Unable to fetch paper details due to HTTP 429 error (rate limiting). The paper ID 2602.17484 appears to be from February 2024, but no abstract or content is available for analysis.

DetailsMotivation: Cannot determine motivation due to lack of access to paper content.

Method: Cannot determine method due to lack of access to paper content.

Result: Cannot determine results due to lack of access to paper content.

Conclusion: Cannot draw conclusions due to lack of access to paper content.

Abstract: Failed to fetch summary for 2602.17484: Page request resulted in HTTP 429 (https://export.arxiv.org/api/query?search_query=&id_list=2602.17484&sortBy=relevance&sortOrder=descending&start=0&max_results=100)

[302] WebGym: Scaling Training Environments for Visual Web Agents with Realistic Tasks

Hao Bai, Alexey Taymanov, Tong Zhang, Aviral Kumar, Spencer Whitehead

Main category: cs.CV

TL;DR: Paper ID 2601.02439 could not be fetched due to HTTP 429 (rate limiting) error from arXiv API

DetailsMotivation: Unable to determine motivation due to API rate limiting preventing access to paper abstract

Method: Unable to determine method due to API rate limiting preventing access to paper content

Result: Unable to determine results due to API rate limiting preventing access to paper findings

Conclusion: Unable to draw conclusions about the paper due to technical limitations in accessing the content

Abstract: Failed to fetch summary for 2601.02439: Page request resulted in HTTP 429 (https://export.arxiv.org/api/query?search_query=&id_list=2601.02439&sortBy=relevance&sortOrder=descending&start=0&max_results=100)

[303] Dual-Channel Attention Guidance for Training-Free Image Editing Control in Diffusion Transformers

Guandong Li

Main category: cs.CV

TL;DR: Failed to fetch paper summary due to HTTP 429 error (rate limiting)

DetailsMotivation: Unable to determine motivation due to fetch failure

Method: Unable to determine method due to fetch failure

Result: Unable to determine results due to fetch failure

Conclusion: Unable to determine conclusion due to fetch failure

Abstract: Failed to fetch summary for 2602.18022: Page request resulted in HTTP 429 (https://export.arxiv.org/api/query?search_query=&id_list=2602.18022&sortBy=relevance&sortOrder=descending&start=0&max_results=100)

[304] GS-CLIP: Zero-shot 3D Anomaly Detection by Geometry-Aware Prompt and Synergistic View Representation Learning

Zehao Deng, An Liu, Yan Wang

Main category: cs.CV

TL;DR: Failed to fetch paper summary due to HTTP 429 error (rate limiting) from arXiv API

DetailsMotivation: Unable to determine motivation as paper content could not be retrieved

Method: Unable to determine method as paper content could not be retrieved

Result: Unable to determine results as paper content could not be retrieved

Conclusion: Unable to draw conclusions as paper content could not be retrieved

Abstract: Failed to fetch summary for 2602.19206: Page request resulted in HTTP 429 (https://export.arxiv.org/api/query?search_query=&id_list=2602.19206&sortBy=relevance&sortOrder=descending&start=0&max_results=100)

[305] TherA: Thermal-Aware Visual-Language Prompting for Controllable RGB-to-Thermal Infrared Translation

Dong-Guw Lee, Tai Hyoung Rhee, Hyunsoo Jang, Young-Sik Shin, Ukcheol Shin, Ayoung Kim

Main category: cs.CV

TL;DR: Unable to fetch paper summary due to HTTP 429 error (rate limiting) from arXiv API

DetailsMotivation: Cannot determine motivation as paper content is unavailable

Method: Cannot determine method as paper content is unavailable

Result: Cannot determine results as paper content is unavailable

Conclusion: Cannot draw conclusions as paper content is unavailable

Abstract: Failed to fetch summary for 2602.19430: Page request resulted in HTTP 429 (https://export.arxiv.org/api/query?search_query=&id_list=2602.19430&sortBy=relevance&sortOrder=descending&start=0&max_results=100)

[306] OTPrune: Distribution-Aligned Visual Token Pruning via Optimal Transport

Xiwen Chen, Wenhui Zhu, Gen Li, Xuanzhao Dong, Yujian Xiong, Hao Wang, Peijie Qiu, Qingquan Song, Zhipeng Wang, Shao Tang, Yalin Wang, Abolfazl Razi

Main category: cs.CV

TL;DR: Unable to analyze paper 2602.20205 due to HTTP 429 error when fetching abstract from arXiv API

DetailsMotivation: Cannot determine motivation as abstract retrieval failed

Method: Cannot determine method as abstract retrieval failed

Result: Cannot determine results as abstract retrieval failed

Conclusion: Cannot draw conclusions without access to paper content

Abstract: Failed to fetch summary for 2602.20205: Page request resulted in HTTP 429 (https://export.arxiv.org/api/query?search_query=&id_list=2602.20205&sortBy=relevance&sortOrder=descending&start=0&max_results=100)

[307] Hyperbolic Busemann Neural Networks

Ziheng Chen, Bernhard Schölkopf, Nicu Sebe

Main category: cs.CV

TL;DR: Unable to fetch paper summary due to HTTP 429 error (rate limiting)

DetailsMotivation: Cannot determine motivation due to failed paper fetch

Method: Cannot determine method due to failed paper fetch

Result: Cannot determine results due to failed paper fetch

Conclusion: Cannot determine conclusion due to failed paper fetch

Abstract: Failed to fetch summary for 2602.18858: Page request resulted in HTTP 429 (https://export.arxiv.org/api/query?search_query=&id_list=2602.18858&sortBy=relevance&sortOrder=descending&start=0&max_results=100)

[308] From Pairs to Sequences: Track-Aware Policy Gradients for Keypoint Detection

Yepeng Liu, Hao Li, Liwen Yang, Fangzhen Li, Xudi Ge, Yuliang Gu, kuang Gao, Bing Wang, Guang Chen, Hangjun Ye, Yongchao Xu

Main category: cs.CV

TL;DR: Paper 2602.20630: Could not fetch summary due to HTTP 429 error (rate limiting)

DetailsMotivation: Unable to determine motivation due to failed summary fetch

Method: Unable to determine method due to failed summary fetch

Result: Unable to determine results due to failed summary fetch

Conclusion: Unable to determine conclusion due to failed summary fetch

Abstract: Failed to fetch summary for 2602.20630: Page request resulted in HTTP 429 (https://export.arxiv.org/api/query?search_query=&id_list=2602.20630&sortBy=relevance&sortOrder=descending&start=0&max_results=100)

[309] RAYNOVA: Scale-Temporal Autoregressive World Modeling in Ray Space

Yichen Xie, Chensheng Peng, Mazen Abdelfattah, Yihan Hu, Jiezhi Yang, Eric Higgins, Ryan Brigden, Masayoshi Tomizuka, Wei Zhan

Main category: cs.CV

TL;DR: Unable to fetch paper details due to HTTP 429 error (rate limiting) from arXiv API

DetailsMotivation: Cannot determine motivation as paper content is unavailable

Method: Cannot determine method as paper content is unavailable

Result: Cannot determine results as paper content is unavailable

Conclusion: Cannot determine conclusion as paper content is unavailable

Abstract: Failed to fetch summary for 2602.20685: Page request resulted in HTTP 429 (https://export.arxiv.org/api/query?search_query=&id_list=2602.20685&sortBy=relevance&sortOrder=descending&start=0&max_results=100)

[310] Extracting and Analyzing Rail Crossing Behavior Signatures from Videos using Tensor Methods

Dawon Ahn, Het Patel, Aemal Khattak, Jia Chen, Evangelos E. Papalexakis

Main category: cs.CV

TL;DR: Unable to fetch paper summary due to HTTP 429 error (rate limiting)

DetailsMotivation: Cannot determine motivation as paper content is unavailable

Method: Cannot determine method as paper content is unavailable

Result: Cannot determine results as paper content is unavailable

Conclusion: Cannot draw conclusion as paper content is unavailable

Abstract: Failed to fetch summary for 2602.16057: Page request resulted in HTTP 429 (https://export.arxiv.org/api/query?search_query=&id_list=2602.16057&sortBy=relevance&sortOrder=descending&start=0&max_results=100)

[311] When Safety Collides: Resolving Multi-Category Harmful Conflicts in Text-to-Image Diffusion via Adaptive Safety Guidance

Yongli Xiang, Ziming Hong, Zhaoqing Wang, Xiangyu Zhao, Bo Han, Tongliang Liu

Main category: cs.CV

TL;DR: Failed to fetch paper summary due to HTTP 429 error (rate limiting) - unable to analyze content

DetailsMotivation: Cannot determine motivation as paper content is unavailable due to API rate limiting

Method: Cannot determine method as paper content is unavailable due to API rate limiting

Result: Cannot determine results as paper content is unavailable due to API rate limiting

Conclusion: Cannot draw conclusions as paper content is unavailable due to API rate limiting

Abstract: Failed to fetch summary for 2602.20880: Page request resulted in HTTP 429 (https://export.arxiv.org/api/query?search_query=&id_list=2602.20880&sortBy=relevance&sortOrder=descending&start=0&max_results=100)

[312] TextPecker: Rewarding Structural Anomaly Quantification for Enhancing Visual Text Rendering

Hanshen Zhu, Yuliang Liu, Xuecheng Wu, An-Lan Wang, Hao Feng, Dingkang Yang, Chao Feng, Can Huang, Jingqun Tang, Xiang Bai

Main category: cs.CV

TL;DR: Unable to analyze paper 2602.20903 due to HTTP 429 error when fetching from arXiv API

DetailsMotivation: Cannot determine motivation as paper content could not be retrieved

Method: Cannot determine method as paper content could not be retrieved

Result: Cannot determine results as paper content could not be retrieved

Conclusion: Cannot draw conclusions as paper content could not be retrieved

Abstract: Failed to fetch summary for 2602.20903: Page request resulted in HTTP 429 (https://export.arxiv.org/api/query?search_query=&id_list=2602.20903&sortBy=relevance&sortOrder=descending&start=0&max_results=100)

[313] Echoes Over Time: Unlocking Length Generalization in Video-to-Audio Generation Models

Christian Simon, Masato Ishii, Wei-Yao Wang, Koichi Saito, Akio Hayakawa, Dongseok Shim, Zhi Zhong, Shuyang Cui, Shusuke Takahashi, Takashi Shibuya, Yuki Mitsufuji

Main category: cs.CV

TL;DR: Failed to fetch paper summary due to HTTP 429 error (rate limiting)

DetailsMotivation: Unable to determine motivation due to failed paper fetch

Method: Unable to determine method due to failed paper fetch

Result: Unable to determine results due to failed paper fetch

Conclusion: Unable to determine conclusion due to failed paper fetch

Abstract: Failed to fetch summary for 2602.20981: Page request resulted in HTTP 429 (https://export.arxiv.org/api/query?search_query=&id_list=2602.20981&sortBy=relevance&sortOrder=descending&start=0&max_results=100)

[314] PD-VLA: Accelerating Vision-Language-Action Model Integrated with Action Chunking via Parallel Decoding

Wenxuan Song, Jiayi Chen, Pengxiang Ding, Han Zhao, Wei Zhao, Zhide Zhong, Zongyuan Ge, Zhijun Li, Donglin Wang, Jun Ma, Lujia Wang, Haoang Li

Main category: cs.CV

TL;DR: Failed to fetch paper summary due to HTTP 429 error (rate limiting)

DetailsMotivation: Unable to determine motivation due to failed paper fetch

Method: Unable to determine method due to failed paper fetch

Result: Unable to determine results due to failed paper fetch

Conclusion: Unable to draw conclusions due to failed paper fetch

Abstract: Failed to fetch summary for 2503.02310: Page request resulted in HTTP 429 (https://export.arxiv.org/api/query?search_query=&id_list=2503.02310&sortBy=relevance&sortOrder=descending&start=0&max_results=100)

[315] PRISM: Programmatic Reasoning with Image Sequence Manipulation for LVLM Jailbreaking

Quanchen Zou, Zonghao Ying, Moyang Chen, Wenzhuo Xu, Yisong Xiao, Yakai Li, Deyue Zhang, Dongdong Yang, Zhao Liu, Xiangzheng Zhang

Main category: cs.CV

TL;DR: Failed to fetch paper summary due to HTTP 429 error (rate limiting)

DetailsMotivation: Unable to determine motivation due to fetch failure

Method: Unable to determine method due to fetch failure

Result: Unable to determine results due to fetch failure

Conclusion: Unable to draw conclusions due to fetch failure

Abstract: Failed to fetch summary for 2507.21540: Page request resulted in HTTP 429 (https://export.arxiv.org/api/query?search_query=&id_list=2507.21540&sortBy=relevance&sortOrder=descending&start=0&max_results=100)

[316] Lang2Lift: A Language-Guided Autonomous Forklift System for Outdoor Industrial Pallet Handling

Huy Hoang Nguyen, Johannes Huemer, Markus Murschitz, Tobias Glueck, Minh Nhat Vu, Andreas Kugi

Main category: cs.CV

TL;DR: Failed to fetch paper summary due to HTTP 429 error (rate limiting)

DetailsMotivation: Unable to determine motivation due to fetch failure

Method: Unable to determine method due to fetch failure

Result: Unable to determine results due to fetch failure

Conclusion: Unable to determine conclusion due to fetch failure

Abstract: Failed to fetch summary for 2508.15427: Page request resulted in HTTP 429 (https://export.arxiv.org/api/query?search_query=&id_list=2508.15427&sortBy=relevance&sortOrder=descending&start=0&max_results=100)

[317] HetroD: A High-Fidelity Drone Dataset and Benchmark for Autonomous Driving in Heterogeneous Traffic

Yu-Hsiang Chen, Wei-Jer Chang, Christian Kotulla, Thomas Keutgens, Steffen Runde, Tobias Moers, Christoph Klas, Wei Zhan, Masayoshi Tomizuka, Yi-Ting Chen

Main category: cs.CV

TL;DR: Paper 2602.03447: Unable to fetch summary due to HTTP 429 error (rate limiting)

DetailsMotivation: Cannot determine motivation due to inability to access paper content

Method: Cannot determine method due to inability to access paper content

Result: Cannot determine results due to inability to access paper content

Conclusion: Cannot determine conclusion due to inability to access paper content

Abstract: Failed to fetch summary for 2602.03447: Page request resulted in HTTP 429 (https://export.arxiv.org/api/query?search_query=&id_list=2602.03447&sortBy=relevance&sortOrder=descending&start=0&max_results=100)

cs.AI

[318] A Dynamic Survey of Soft Set Theory and Its Extensions

Takaaki Fujita, Florentin Smarandache

Main category: cs.AI

TL;DR: Survey of soft set theory and its extensions for parameterized decision modeling with uncertainty

DetailsMotivation: Soft set theory provides a framework for parameterized decision modeling by assigning subsets to attributes, representing uncertainty in a structured way. The theory has expanded into numerous variants and connected to diverse mathematical areas.

Method: Survey-style overview presenting core definitions, representative constructions, and key development directions of soft sets and their major extensions including hypersoft sets, superhypersoft sets, TreeSoft sets, bipolar soft sets, and dynamic soft sets.

Result: Comprehensive overview of soft set theory’s evolution, its connections to topology and matroid theory, and the development of various extensions for handling uncertainty in decision modeling.

Conclusion: Soft set theory has grown into a rich mathematical framework with numerous extensions for parameterized decision making under uncertainty, with ongoing development in various mathematical directions.

Abstract: Soft set theory provides a direct framework for parameterized decision modeling by assigning to each attribute (parameter) a subset of a given universe, thereby representing uncertainty in a structured way [1, 2]. Over the past decades, the theory has expanded into numerous variants-including hypersoft sets, superhypersoft sets, TreeSoft sets, bipolar soft sets, and dynamic soft sets-and has been connected to diverse areas such as topology and matroid theory. In this book, we present a survey-style overview of soft sets and their major extensions, highlighting core definitions, representative constructions, and key directions of current development.

[319] A Hierarchical Multi-Agent System for Autonomous Discovery in Geoscientific Data Archives

Dmitrii Pantiukhin, Ivan Kuznetsov, Boris Shapkin, Antonia Anna Jost, Thomas Jung, Nikolay Koldunov

Main category: cs.AI

TL;DR: PANGAEA-GPT: A hierarchical multi-agent framework for autonomous Earth science data discovery and analysis with centralized supervisor-worker topology, data-type-aware routing, and self-correction capabilities.

DetailsMotivation: The rapid accumulation of Earth science data creates scalability challenges, with vast datasets in repositories like PANGAEA remaining underutilized, limiting data reusability despite citation metrics showing potential.

Method: Hierarchical multi-agent framework with centralized Supervisor-Worker topology, strict data-type-aware routing, sandboxed deterministic code execution, and self-correction via execution feedback that enables agents to diagnose and resolve runtime errors.

Result: Demonstrated through use-case scenarios in physical oceanography and ecology, showing the system’s capacity to execute complex, multi-step workflows with minimal human intervention.

Conclusion: Provides a methodology for querying and analyzing heterogeneous repository data through coordinated agent workflows, addressing data underutilization in Earth science repositories.

Abstract: The rapid accumulation of Earth science data has created a significant scalability challenge; while repositories like PANGAEA host vast collections of datasets, citation metrics indicate that a substantial portion remains underutilized, limiting data reusability. Here we present PANGAEA-GPT, a hierarchical multi-agent framework designed for autonomous data discovery and analysis. Unlike standard Large Language Model (LLM) wrappers, our architecture implements a centralized Supervisor-Worker topology with strict data-type-aware routing, sandboxed deterministic code execution, and self-correction via execution feedback, enabling agents to diagnose and resolve runtime errors. Through use-case scenarios spanning physical oceanography and ecology, we demonstrate the system’s capacity to execute complex, multi-step workflows with minimal human intervention. This framework provides a methodology for querying and analyzing heterogeneous repository data through coordinated agent workflows.

[320] Beyond Refusal: Probing the Limits of Agentic Self-Correction for Semantic Sensitive Information

Umid Suleymanov, Zaur Rajabov, Emil Mirzazada, Murat Kantarcioglu

Main category: cs.AI

TL;DR: SemSIEdit: An agentic inference-time framework that critiques and rewrites sensitive semantic information in LLM outputs to balance privacy and utility, revealing privacy-utility tradeoffs and scale-dependent safety behaviors.

DetailsMotivation: LLMs pose new threats through Semantic Sensitive Information (SemSI) - inferring sensitive identity attributes, generating reputation-harmful content, or hallucinating wrong information. Existing defenses for structured PII are mature, but self-regulation of complex, context-dependent SemSI without destroying utility remains an open challenge.

Method: Introduces SemSIEdit, an inference-time framework where an agentic “Editor” iteratively critiques and rewrites sensitive spans in LLM outputs to preserve narrative flow rather than simply refusing to answer. The approach operates at inference time to address complex semantic sensitivity.

Result: Achieves a 34.6% reduction in leakage across all three SemSI categories with only 9.8% utility loss, revealing a Privacy-Utility Pareto Frontier. Uncovers Scale-Dependent Safety Divergence: large reasoning models achieve safety through constructive expansion (adding nuance), while capacity-constrained models revert to destructive truncation (deleting text). Identifies a Reasoning Paradox: inference-time reasoning increases baseline risk but also empowers safe rewrites.

Conclusion: SemSIEdit provides an effective framework for addressing semantic sensitive information in LLMs, demonstrating that agentic rewriting can significantly reduce privacy risks while maintaining utility. The findings reveal important scale-dependent behaviors and the complex relationship between reasoning capabilities and safety mechanisms.

Abstract: While defenses for structured PII are mature, Large Language Models (LLMs) pose a new threat: Semantic Sensitive Information (SemSI), where models infer sensitive identity attributes, generate reputation-harmful content, or hallucinate potentially wrong information. The capacity of LLMs to self-regulate these complex, context-dependent sensitive information leaks without destroying utility remains an open scientific question. To address this, we introduce SemSIEdit, an inference-time framework where an agentic “Editor” iteratively critiques and rewrites sensitive spans to preserve narrative flow rather than simply refusing to answer. Our analysis reveals a Privacy-Utility Pareto Frontier, where this agentic rewriting reduces leakage by 34.6% across all three SemSI categories while incurring a marginal utility loss of 9.8%. We also uncover a Scale-Dependent Safety Divergence: large reasoning models (e.g., GPT-5) achieve safety through constructive expansion (adding nuance), whereas capacity-constrained models revert to destructive truncation (deleting text). Finally, we identify a Reasoning Paradox: while inference-time reasoning increases baseline risk by enabling the model to make deeper sensitive inferences, it simultaneously empowers the defense to execute safe rewrites.

[321] Urban Vibrancy Embedding and Application on Traffic Prediction

Sumin Han, Jisun An, Dongman Lee

Main category: cs.AI

TL;DR: Unable to fetch paper summary due to HTTP 429 error (rate limiting) from arXiv API

DetailsMotivation: Cannot determine motivation without access to paper content

Method: Cannot determine method without access to paper content

Result: Cannot determine results without access to paper content

Conclusion: Cannot draw conclusions without access to paper content

Abstract: Failed to fetch summary for 2602.21232: Page request resulted in HTTP 429 (https://export.arxiv.org/api/query?search_query=&id_list=2602.21232&sortBy=relevance&sortOrder=descending&start=0&max_results=100)

[322] AgenticTyper: Automated Typing of Legacy Software Projects Using Agentic AI

Clemens Pohle

Main category: cs.AI

TL;DR: Unable to analyze paper 2602.21251 due to HTTP 429 error when fetching abstract from arXiv API

DetailsMotivation: Cannot determine motivation without access to paper abstract

Method: Cannot determine method without access to paper abstract

Result: Cannot determine results without access to paper abstract

Conclusion: Cannot draw conclusions without access to paper abstract

Abstract: Failed to fetch summary for 2602.21251: Page request resulted in HTTP 429 (https://export.arxiv.org/api/query?search_query=&id_list=2602.21251&sortBy=relevance&sortOrder=descending&start=0&max_results=100)

[323] ARLArena: A Unified Framework for Stable Agentic Reinforcement Learning

Xiaoxuan Wang, Han Zhang, Haixin Wang, Yidan Shi, Ruoyan Li, Kaiqiao Han, Chenyi Tong, Haoran Deng, Renliang Sun, Alexander Taylor, Yanqiao Zhu, Jason Cong, Yizhou Sun, Wei Wang

Main category: cs.AI

TL;DR: ARLArena provides a stable training framework for agentic reinforcement learning, decomposing policy gradient into four dimensions, leading to SAMPO method for stable agentic policy optimization.

DetailsMotivation: Agentic reinforcement learning (ARL) shows promise for complex interactive tasks but suffers from training instability that limits scalability and systematic exploration of algorithmic design choices.

Method: Proposes ARLArena: 1) constructs standardized testbed, 2) decomposes policy gradient into four core design dimensions, 3) analyzes performance/stability of each dimension, 4) distills unified perspective leading to SAMPO method for stable agentic policy optimization.

Result: SAMPO achieves consistently stable training and strong performance across diverse agentic tasks, providing practical guidance for stable LLM-based agent training pipelines.

Conclusion: Provides unifying policy gradient perspective for ARL and offers practical framework for building stable, reproducible LLM-based agent training systems.

Abstract: Agentic reinforcement learning (ARL) has rapidly gained attention as a promising paradigm for training agents to solve complex, multi-step interactive tasks. Despite encouraging early results, ARL remains highly unstable, often leading to training collapse. This instability limits scalability to larger environments and longer interaction horizons, and constrains systematic exploration of algorithmic design choices. In this paper, we first propose ARLArena, a stable training recipe and systematic analysis framework that examines training stability in a controlled and reproducible setting. ARLArena first constructs a clean and standardized testbed. Then, we decompose policy gradient into four core design dimensions and assess the performance and stability of each dimension. Through this fine-grained analysis, we distill a unified perspective on ARL and propose SAMPO, a stable agentic policy optimization method designed to mitigate the dominant sources of instability in ARL. Empirically, SAMPO achieves consistently stable training and strong performance across diverse agentic tasks. Overall, this study provides a unifying policy gradient perspective for ARL and offers practical guidance for building stable and reproducible LLM-based agent training pipelines.

[324] AngelSlim: A more accessible, comprehensive, and efficient toolkit for large model compression

Rui Cen, QiangQiang Hu, Hong Huang, Hong Liu, Song Liu, Xin Luo, Lin Niu, Yifan Tan, Decheng Wu, Linchuan Xie, Rubing Yang, Guanghua Yu, Jianchen Zhu

Main category: cs.AI

TL;DR: Failed to fetch paper summary due to HTTP 429 error (rate limiting)

DetailsMotivation: Unable to determine motivation due to API rate limiting preventing access to paper details

Method: Cannot analyze method without access to paper content

Result: No results available due to technical access issues

Conclusion: Paper analysis not possible due to API rate limiting preventing content retrieval

Abstract: Failed to fetch summary for 2602.21233: Page request resulted in HTTP 429 (https://export.arxiv.org/api/query?search_query=&id_list=2602.21233&sortBy=relevance&sortOrder=descending&start=0&max_results=100)

[325] Power and Limitations of Aggregation in Compound AI Systems

Nivasini Ananthakrishnan, Meena Jagadeesan

Main category: cs.AI

TL;DR: Paper 2602.21556: Unable to fetch summary due to HTTP 429 error (rate limiting)

DetailsMotivation: Cannot determine motivation due to inability to access paper content

Method: Cannot determine method due to inability to access paper content

Result: Cannot determine results due to inability to access paper content

Conclusion: Cannot determine conclusion due to inability to access paper content

Abstract: Failed to fetch summary for 2602.21556: Page request resulted in HTTP 429 (https://export.arxiv.org/api/query?search_query=&id_list=2602.21556&sortBy=relevance&sortOrder=descending&start=0&max_results=100)

[326] Group Orthogonalized Policy Optimization:Group Policy Optimization as Orthogonal Projection in Hilbert Space

Wang Zixian

Main category: cs.AI

TL;DR: Unable to fetch paper summary due to HTTP 429 error (rate limiting)

DetailsMotivation: Cannot determine motivation as paper content is unavailable

Method: Cannot determine method as paper content is unavailable

Result: Cannot determine results as paper content is unavailable

Conclusion: Cannot draw conclusions as paper content is unavailable

Abstract: Failed to fetch summary for 2602.21269: Page request resulted in HTTP 429 (https://export.arxiv.org/api/query?search_query=&id_list=2602.21269&sortBy=relevance&sortOrder=descending&start=0&max_results=100)

[327] Training Generalizable Collaborative Agents via Strategic Risk Aversion

Chengrui Qu, Yizhou Zhang, Nicholas Lanzetti, Eric Mazumdar

Main category: cs.AI

TL;DR: Unable to fetch paper summary due to HTTP 429 error (rate limiting) from arXiv API

DetailsMotivation: Cannot determine motivation as paper content is unavailable

Method: Cannot determine method as paper content is unavailable

Result: Cannot determine results as paper content is unavailable

Conclusion: Cannot draw conclusions as paper content is unavailable

Abstract: Failed to fetch summary for 2602.21515: Page request resulted in HTTP 429 (https://export.arxiv.org/api/query?search_query=&id_list=2602.21515&sortBy=relevance&sortOrder=descending&start=0&max_results=100)

[328] The ASIR Courage Model: A Phase-Dynamic Framework for Truth Transitions in Human and AI Systems

Hyo Jin Kim

Main category: cs.AI

TL;DR: Unable to fetch paper summary due to HTTP 429 error (rate limiting)

DetailsMotivation: Cannot determine motivation as paper content is unavailable

Method: Cannot determine method as paper content is unavailable

Result: Cannot determine results as paper content is unavailable

Conclusion: Cannot draw conclusions about paper content due to access limitations

Abstract: Failed to fetch summary for 2602.21745: Page request resulted in HTTP 429 (https://export.arxiv.org/api/query?search_query=&id_list=2602.21745&sortBy=relevance&sortOrder=descending&start=0&max_results=100)

[329] fEDM+: A Risk-Based Fuzzy Ethical Decision Making Framework with Principle-Level Explainability and Pluralistic Validation

Abeer Dyoub, Francesca A. Lisi

Main category: cs.AI

TL;DR: Failed to fetch paper summary due to HTTP 429 error (rate limiting)

DetailsMotivation: Unable to determine motivation due to failed paper fetch

Method: Unable to determine method due to failed paper fetch

Result: Unable to determine results due to failed paper fetch

Conclusion: Unable to determine conclusion due to failed paper fetch

Abstract: Failed to fetch summary for 2602.21746: Page request resulted in HTTP 429 (https://export.arxiv.org/api/query?search_query=&id_list=2602.21746&sortBy=relevance&sortOrder=descending&start=0&max_results=100)

[330] Continuous Telemonitoring of Heart Failure using Personalised Speech Dynamics

Yue Pan, Xingyao Wang, Hanyue Zhang, Liwei Liu, Changxin Li, Gang Yang, Rong Sheng, Yili Xia, Ming Chu

Main category: cs.AI

TL;DR: Unable to fetch paper summary due to HTTP 429 error (rate limiting) from arXiv API

DetailsMotivation: Cannot determine motivation as paper content is unavailable due to API rate limiting

Method: Cannot determine method as paper content is unavailable due to API rate limiting

Result: Cannot determine results as paper content is unavailable due to API rate limiting

Conclusion: Cannot draw conclusions as paper content is unavailable due to API rate limiting

Abstract: Failed to fetch summary for 2602.19674: Page request resulted in HTTP 429 (https://export.arxiv.org/api/query?search_query=&id_list=2602.19674&sortBy=relevance&sortOrder=descending&start=0&max_results=100)

[331] Hierarchical LLM-Based Multi-Agent Framework with Prompt Optimization for Multi-Robot Task Planning

Tomoya Kawabe, Rin Takano

Main category: cs.AI

TL;DR: Failed to fetch paper summary due to HTTP 429 error (rate limiting)

DetailsMotivation: Unable to determine motivation due to failed paper fetch

Method: Unable to determine method due to failed paper fetch

Result: Unable to determine results due to failed paper fetch

Conclusion: Unable to determine conclusion due to failed paper fetch

Abstract: Failed to fetch summary for 2602.21670: Page request resulted in HTTP 429 (https://export.arxiv.org/api/query?search_query=&id_list=2602.21670&sortBy=relevance&sortOrder=descending&start=0&max_results=100)

[332] Chlorophyll-a Mapping and Prediction in the Mar Menor Lagoon Using C2RCC-Processed Sentinel 2 Imagery

Antonio Martínez-Ibarra, Aurora González-Vidal, Adrián Cánovas-Rodríguez, Antonio F. Skarmeta

Main category: cs.AI

TL;DR: Unable to fetch paper details due to HTTP 429 error (rate limiting) from arXiv API

DetailsMotivation: Cannot determine motivation as paper content is unavailable due to API rate limiting

Method: Cannot determine method as paper content is unavailable due to API rate limiting

Result: Cannot determine results as paper content is unavailable due to API rate limiting

Conclusion: Cannot determine conclusion as paper content is unavailable due to API rate limiting

Abstract: Failed to fetch summary for 2510.09736: Page request resulted in HTTP 429 (https://export.arxiv.org/api/query?search_query=&id_list=2510.09736&sortBy=relevance&sortOrder=descending&start=0&max_results=100)

[333] Multi-agent deep reinforcement learning with centralized training and decentralized execution for transportation infrastructure management

M. Saifullah, K.G. Papakonstantinou, A. Bhattacharya, S.M. Stoffels, C.P. Andriotis

Main category: cs.AI

TL;DR: Failed to fetch paper summary due to HTTP 429 error (rate limiting)

DetailsMotivation: Unable to determine motivation due to fetch failure

Method: Unable to determine method due to fetch failure

Result: Unable to determine results due to fetch failure

Conclusion: Unable to determine conclusion due to fetch failure

Abstract: Failed to fetch summary for 2401.12455: Page request resulted in HTTP 429 (https://export.arxiv.org/api/query?search_query=&id_list=2401.12455&sortBy=relevance&sortOrder=descending&start=0&max_results=100)

[334] ProactiveMobile: A Comprehensive Benchmark for Boosting Proactive Intelligence on Mobile Devices

Dezhi Kong, Zhengzhao Feng, Qiliang Liang, Hao Wang, Haofei Sun, Changpeng Yang, Yang Li, Peng Zhou, Shuai Nie, Hongzhen Wang, Linfeng Zhou, Hao Jia, Jiaming Xu, Runyu Shi, Ying Huang

Main category: cs.AI

TL;DR: Failed to fetch paper summary due to HTTP 429 error (rate limiting)

DetailsMotivation: Unable to determine motivation due to failed paper fetch

Method: Unable to determine method due to failed paper fetch

Result: Unable to determine results due to failed paper fetch

Conclusion: Unable to draw conclusions due to failed paper fetch

Abstract: Failed to fetch summary for 2602.21858: Page request resulted in HTTP 429 (https://export.arxiv.org/api/query?search_query=&id_list=2602.21858&sortBy=relevance&sortOrder=descending&start=0&max_results=100)

[335] 2-Step Agent: A Framework for the Interaction of a Decision Maker with AI Decision Support

Otto Nyberg, Fausto Carcassi, Giovanni Cinà

Main category: cs.AI

TL;DR: Failed to fetch summary for paper 2602.21889 due to HTTP 429 error (rate limiting)

DetailsMotivation: Unable to determine motivation due to failed API request

Method: Unable to determine method due to failed API request

Result: Unable to determine results due to failed API request

Conclusion: Unable to determine conclusion due to failed API request

Abstract: Failed to fetch summary for 2602.21889: Page request resulted in HTTP 429 (https://export.arxiv.org/api/query?search_query=&id_list=2602.21889&sortBy=relevance&sortOrder=descending&start=0&max_results=100)

[336] Semantic Partial Grounding via LLMs

Giuseppe Canonaco, Alberto Pozanco, Daniel Borrajo

Main category: cs.AI

TL;DR: Unable to analyze paper 2602.22067 due to HTTP 429 error when fetching from arXiv API

DetailsMotivation: Cannot determine motivation without access to the paper content

Method: Cannot determine method without access to the paper content

Result: Cannot determine results without access to the paper content

Conclusion: Cannot draw conclusions without access to the paper content

Abstract: Failed to fetch summary for 2602.22067: Page request resulted in HTTP 429 (https://export.arxiv.org/api/query?search_query=&id_list=2602.22067&sortBy=relevance&sortOrder=descending&start=0&max_results=100)

[337] Language Models Exhibit Inconsistent Biases Towards Algorithmic Agents and Human Experts

Jessica Y. Bo, Lillio Mok, Ashton Anderson

Main category: cs.AI

TL;DR: Unable to fetch paper details due to HTTP 429 error (rate limiting) from arXiv API

DetailsMotivation: Cannot determine motivation as paper content is unavailable

Method: Cannot determine method as paper content is unavailable

Result: Cannot determine results as paper content is unavailable

Conclusion: Cannot determine conclusion as paper content is unavailable

Abstract: Failed to fetch summary for 2602.22070: Page request resulted in HTTP 429 (https://export.arxiv.org/api/query?search_query=&id_list=2602.22070&sortBy=relevance&sortOrder=descending&start=0&max_results=100)

[338] Equitable Evaluation via Elicitation

Elbert Du, Cynthia Dwork, Lunjia Hu, Reid McIlroy-Young, Han Shao, Linjun Zhang

Main category: cs.AI

TL;DR: Unable to fetch paper details due to HTTP 429 error (rate limiting)

DetailsMotivation: Cannot determine motivation as paper content is unavailable

Method: Cannot determine method as paper content is unavailable

Result: Cannot determine results as paper content is unavailable

Conclusion: Cannot draw conclusions as paper content is unavailable

Abstract: Failed to fetch summary for 2602.21327: Page request resulted in HTTP 429 (https://export.arxiv.org/api/query?search_query=&id_list=2602.21327&sortBy=relevance&sortOrder=descending&start=0&max_results=100)

[339] Petri Net Relaxation for Infeasibility Explanation and Sequential Task Planning

Nguyen Cong Nhat Le, John G. Rogers, Claire N. Bonial, Neil T. Dantam

Main category: cs.AI

TL;DR: Unable to fetch paper details due to HTTP 429 error (rate limiting). The paper ID 2602.22094 suggests it’s from February 2026, which is a future date, indicating this might be an invalid or placeholder arXiv ID.

DetailsMotivation: Cannot determine motivation due to inability to access paper content.

Method: Cannot determine method due to inability to access paper content.

Result: Cannot determine results due to inability to access paper content.

Conclusion: Cannot draw conclusions about paper content due to access issues.

Abstract: Failed to fetch summary for 2602.22094: Page request resulted in HTTP 429 (https://export.arxiv.org/api/query?search_query=&id_list=2602.22094&sortBy=relevance&sortOrder=descending&start=0&max_results=100)

[340] A General Equilibrium Theory of Orchestrated AI Agent Systems

Jean-Philippe Garnier

Main category: cs.AI

TL;DR: Unable to fetch paper details due to HTTP 429 error (rate limiting) from arXiv API

DetailsMotivation: Cannot determine motivation without access to paper content

Method: Cannot determine method without access to paper content

Result: Cannot determine results without access to paper content

Conclusion: Cannot draw conclusions without access to paper content

Abstract: Failed to fetch summary for 2602.21255: Page request resulted in HTTP 429 (https://export.arxiv.org/api/query?search_query=&id_list=2602.21255&sortBy=relevance&sortOrder=descending&start=0&max_results=100)

[341] A Systematic Review of Algorithmic Red Teaming Methodologies for Assurance and Security of AI Applications

Shruti Srivastava, Kiranmayee Janardhan, Shaurya Jauhari

Main category: cs.AI

TL;DR: Unable to fetch paper summary due to HTTP 429 error (rate limiting) from arXiv API

DetailsMotivation: Cannot determine motivation as paper content is unavailable due to API rate limiting

Method: Cannot determine method as paper content is unavailable due to API rate limiting

Result: Cannot determine results as paper content is unavailable due to API rate limiting

Conclusion: Cannot determine conclusion as paper content is unavailable due to API rate limiting

Abstract: Failed to fetch summary for 2602.21267: Page request resulted in HTTP 429 (https://export.arxiv.org/api/query?search_query=&id_list=2602.21267&sortBy=relevance&sortOrder=descending&start=0&max_results=100)

[342] Representation Theorems for Cumulative Propositional Dependence Logics

Juha Kontinen, Arne Meier, Kai Sauerwald

Main category: cs.AI

TL;DR: Failed to fetch paper summary due to HTTP 429 error (rate limiting) from arXiv API

DetailsMotivation: Unable to determine motivation due to API access failure

Method: Unable to determine method due to API access failure

Result: Unable to determine results due to API access failure

Conclusion: Unable to draw conclusions about paper content due to technical access issues

Abstract: Failed to fetch summary for 2602.21360: Page request resulted in HTTP 429 (https://export.arxiv.org/api/query?search_query=&id_list=2602.21360&sortBy=relevance&sortOrder=descending&start=0&max_results=100)

[343] The Mean is the Mirage: Entropy-Adaptive Model Merging under Heterogeneous Domain Shifts in Medical Imaging

Sameer Ambekar, Reza Nasirigerdeh, Peter J. Schuffler, Lina Felsner, Daniel M. Lang, Julia A. Schnabel

Main category: cs.AI

TL;DR: Failed to fetch paper summary due to HTTP 429 error (rate limiting)

DetailsMotivation: Unable to determine motivation due to API rate limiting preventing access to paper details

Method: Cannot analyze method as paper content is unavailable due to HTTP 429 error

Result: No results available - paper summary fetch failed

Conclusion: Cannot provide analysis due to technical limitations in accessing the paper

Abstract: Failed to fetch summary for 2602.21372: Page request resulted in HTTP 429 (https://export.arxiv.org/api/query?search_query=&id_list=2602.21372&sortBy=relevance&sortOrder=descending&start=0&max_results=100)

[344] VCDF: A Validated Consensus-Driven Framework for Time Series Causal Discovery

Gene Yu, Ce Guo, Wayne Luk

Main category: cs.AI

TL;DR: Failed to fetch paper summary due to HTTP 429 error (rate limiting)

DetailsMotivation: Unable to determine motivation due to technical error in fetching paper content

Method: Unable to determine method due to technical error in fetching paper content

Result: Unable to determine results due to technical error in fetching paper content

Conclusion: Unable to draw conclusions due to technical error in fetching paper content

Abstract: Failed to fetch summary for 2602.21381: Page request resulted in HTTP 429 (https://export.arxiv.org/api/query?search_query=&id_list=2602.21381&sortBy=relevance&sortOrder=descending&start=0&max_results=100)

[345] The Headless Firm: How AI Reshapes Enterprise Boundaries

Tassilo Klein, Sebastian Wieczorek

Main category: cs.AI

TL;DR: Paper 2602.21401: Unable to fetch summary due to HTTP 429 error (rate limiting)

DetailsMotivation: Cannot determine motivation as abstract is unavailable due to rate limiting

Method: Cannot determine method as abstract is unavailable due to rate limiting

Result: Cannot determine results as abstract is unavailable due to rate limiting

Conclusion: Cannot determine conclusion as abstract is unavailable due to rate limiting

Abstract: Failed to fetch summary for 2602.21401: Page request resulted in HTTP 429 (https://export.arxiv.org/api/query?search_query=&id_list=2602.21401&sortBy=relevance&sortOrder=descending&start=0&max_results=100)

[346] Overconfident Errors Need Stronger Correction: Asymmetric Confidence Penalties for Reinforcement Learning

Yuanda Xu, Hejian Sang, Zhengze Zhou, Ran He, Zhipeng Wang

Main category: cs.AI

TL;DR: Failed to fetch paper summary due to HTTP 429 error (rate limiting)

DetailsMotivation: Unable to determine motivation due to failed paper retrieval

Method: Unable to determine method due to failed paper retrieval

Result: Unable to determine results due to failed paper retrieval

Conclusion: Unable to determine conclusion due to failed paper retrieval

Abstract: Failed to fetch summary for 2602.21420: Page request resulted in HTTP 429 (https://export.arxiv.org/api/query?search_query=&id_list=2602.21420&sortBy=relevance&sortOrder=descending&start=0&max_results=100)

[347] On the Structural Non-Preservation of Epistemic Behaviour under Policy Transformation

Alexander Galozy

Main category: cs.AI

TL;DR: Unable to fetch paper details due to HTTP 429 error (rate limiting)

DetailsMotivation: Cannot determine motivation without access to paper content

Method: Cannot determine method without access to paper content

Result: Cannot determine results without access to paper content

Conclusion: Cannot determine conclusion without access to paper content

Abstract: Failed to fetch summary for 2602.21424: Page request resulted in HTTP 429 (https://export.arxiv.org/api/query?search_query=&id_list=2602.21424&sortBy=relevance&sortOrder=descending&start=0&max_results=100)

[348] Provably Safe Generative Sampling with Constricting Barrier Functions

Darshan Gadginmath, Ahmed Allibhoy, Fabio Pasqualetti

Main category: cs.AI

TL;DR: Paper ID 2602.21429 could not be fetched due to HTTP 429 error (rate limiting)

DetailsMotivation: Unable to determine motivation as abstract could not be retrieved

Method: Unable to determine method as abstract could not be retrieved

Result: Unable to determine results as abstract could not be retrieved

Conclusion: Unable to determine conclusion as abstract could not be retrieved

Abstract: Failed to fetch summary for 2602.21429: Page request resulted in HTTP 429 (https://export.arxiv.org/api/query?search_query=&id_list=2602.21429&sortBy=relevance&sortOrder=descending&start=0&max_results=100)

[349] MINAR: Mechanistic Interpretability for Neural Algorithmic Reasoning

Jesse He, Helen Jenne, Max Vargas, Davis Brown, Gal Mishne, Yusu Wang, Henry Kvinge

Main category: cs.AI

TL;DR: Failed to fetch paper summary due to HTTP 429 error (rate limiting) from arXiv API

DetailsMotivation: Unable to determine motivation due to API rate limiting preventing access to paper content

Method: Unable to determine method due to API rate limiting preventing access to paper content

Result: Unable to determine results due to API rate limiting preventing access to paper content

Conclusion: Unable to determine conclusion due to API rate limiting preventing access to paper content

Abstract: Failed to fetch summary for 2602.21442: Page request resulted in HTTP 429 (https://export.arxiv.org/api/query?search_query=&id_list=2602.21442&sortBy=relevance&sortOrder=descending&start=0&max_results=100)

[350] From Basis to Basis: Gaussian Particle Representation for Interpretable PDE Operators

Zhihao Li, Yu Feng, Zhilu Lai, Wei Wang

Main category: cs.AI

TL;DR: Failed to fetch paper summary due to HTTP 429 error (rate limiting) from arXiv API

DetailsMotivation: Unable to determine motivation due to API access failure

Method: Unable to determine method due to API access failure

Result: Unable to determine results due to API access failure

Conclusion: Unable to determine conclusion due to API access failure

Abstract: Failed to fetch summary for 2602.21551: Page request resulted in HTTP 429 (https://export.arxiv.org/api/query?search_query=&id_list=2602.21551&sortBy=relevance&sortOrder=descending&start=0&max_results=100)

[351] Revisiting RAG Retrievers: An Information Theoretic Benchmark

Wenqing Zheng, Dmitri Kalaev, Noah Fatsi, Daniel Barcklow, Owen Reinert, Igor Melnyk, Senthil Kumar, C. Bayan Bruss

Main category: cs.AI

TL;DR: Paper 2602.21553 summary unavailable due to HTTP 429 error (rate limiting)

DetailsMotivation: Unable to determine motivation due to abstract fetch failure

Method: Unable to determine method due to abstract fetch failure

Result: Unable to determine results due to abstract fetch failure

Conclusion: Unable to determine conclusion due to abstract fetch failure

Abstract: Failed to fetch summary for 2602.21553: Page request resulted in HTTP 429 (https://export.arxiv.org/api/query?search_query=&id_list=2602.21553&sortBy=relevance&sortOrder=descending&start=0&max_results=100)

[352] Exploring Human-Machine Coexistence in Symmetrical Reality

Zhenliang Zhang

Main category: cs.AI

TL;DR: Unable to fetch paper summary due to HTTP 429 error (rate limiting) from arXiv API

DetailsMotivation: Cannot determine motivation as paper content is unavailable due to API rate limiting

Method: Cannot determine method as paper content is unavailable

Result: Cannot determine results as paper content is unavailable

Conclusion: Cannot draw conclusions about paper content due to access limitations

Abstract: Failed to fetch summary for 2602.21584: Page request resulted in HTTP 429 (https://export.arxiv.org/api/query?search_query=&id_list=2602.21584&sortBy=relevance&sortOrder=descending&start=0&max_results=100)

[353] Retrieval Challenges in Low-Resource Public Service Information: A Case Study on Food Pantry Access

Touseef Hasan, Laila Cure, Souvika Sarkar

Main category: cs.AI

TL;DR: Unable to analyze paper 2602.21598 due to HTTP 429 error when fetching abstract from arXiv API

DetailsMotivation: Cannot determine motivation as abstract retrieval failed

Method: Cannot determine method as abstract retrieval failed

Result: Cannot determine results as abstract retrieval failed

Conclusion: Cannot draw conclusions as abstract retrieval failed

Abstract: Failed to fetch summary for 2602.21598: Page request resulted in HTTP 429 (https://export.arxiv.org/api/query?search_query=&id_list=2602.21598&sortBy=relevance&sortOrder=descending&start=0&max_results=100)

[354] PPCR-IM: A System for Multi-layer DAG-based Public Policy Consequence Reasoning and Social Indicator Mapping

Zichen Song, Weijia Li

Main category: cs.AI

TL;DR: Unable to fetch paper details due to HTTP 429 error (rate limiting) from arXiv API

DetailsMotivation: Cannot determine motivation as paper content is unavailable due to API rate limiting

Method: Cannot determine method as paper content is unavailable due to API rate limiting

Result: Cannot determine results as paper content is unavailable due to API rate limiting

Conclusion: Cannot draw conclusions as paper content is unavailable due to API rate limiting

Abstract: Failed to fetch summary for 2602.21650: Page request resulted in HTTP 429 (https://export.arxiv.org/api/query?search_query=&id_list=2602.21650&sortBy=relevance&sortOrder=descending&start=0&max_results=100)

[355] Two-Stage Active Distribution Network Voltage Control via LLM-RL Collaboration: A Hybrid Knowledge-Data-Driven Approach

Xu Yang, Chenhui Lin, Xiang Ma, Dong Liu, Ran Zheng, Haotian Liu, Wenchuan Wu

Main category: cs.AI

TL;DR: Failed to fetch paper summary due to HTTP 429 error (rate limiting)

DetailsMotivation: Unable to determine motivation due to access error

Method: Unable to determine method due to access error

Result: Unable to determine results due to access error

Conclusion: Unable to determine conclusion due to access error

Abstract: Failed to fetch summary for 2602.21715: Page request resulted in HTTP 429 (https://export.arxiv.org/api/query?search_query=&id_list=2602.21715&sortBy=relevance&sortOrder=descending&start=0&max_results=100)

[356] Learning from Yesterday’s Error: An Efficient Online Learning Method for Traffic Demand Prediction

Xiannan Huang, Quan Yuan, Chao Yang

Main category: cs.AI

TL;DR: Failed to fetch paper summary due to HTTP 429 error (rate limiting)

DetailsMotivation: Unable to determine motivation due to fetch failure

Method: Unable to determine method due to fetch failure

Result: Unable to determine results due to fetch failure

Conclusion: Unable to determine conclusion due to fetch failure

Abstract: Failed to fetch summary for 2602.21757: Page request resulted in HTTP 429 (https://export.arxiv.org/api/query?search_query=&id_list=2602.21757&sortBy=relevance&sortOrder=descending&start=0&max_results=100)

[357] Generalisation of RLHF under Reward Shift and Clipped KL Regularisation

Kenton Tang, Yuzhu Chen, Fengxiang He

Main category: cs.AI

TL;DR: Failed to fetch paper summary due to HTTP 429 error (rate limiting) when attempting to retrieve arXiv metadata for paper ID 2602.21765

DetailsMotivation: Unable to determine motivation as the paper content could not be retrieved due to technical limitations

Method: Unable to determine method as the paper content could not be retrieved

Result: Unable to determine results as the paper content could not be retrieved

Conclusion: Unable to draw conclusions about the paper due to technical limitations in accessing the content

Abstract: Failed to fetch summary for 2602.21765: Page request resulted in HTTP 429 (https://export.arxiv.org/api/query?search_query=&id_list=2602.21765&sortBy=relevance&sortOrder=descending&start=0&max_results=100)

[358] Excitation: Momentum For Experts

Sagi Shaier

Main category: cs.AI

TL;DR: Unable to fetch paper summary due to HTTP 429 error (rate limiting). The paper ID 2602.21798 exists but content cannot be retrieved at this time.

DetailsMotivation: Cannot determine motivation without access to paper content.

Method: Cannot determine method without access to paper content.

Result: Cannot determine results without access to paper content.

Conclusion: Cannot determine conclusion without access to paper content.

Abstract: Failed to fetch summary for 2602.21798: Page request resulted in HTTP 429 (https://export.arxiv.org/api/query?search_query=&id_list=2602.21798&sortBy=relevance&sortOrder=descending&start=0&max_results=100)

[359] Resilient Federated Chain: Transforming Blockchain Consensus into an Active Defense Layer for Federated Learning

Mario García-Márquez, Nuria Rodríguez-Barroso, M.Victoria Luzón, Francisco Herrera

Main category: cs.AI

TL;DR: Unable to fetch paper details due to HTTP 429 error (rate limiting) from arXiv API

DetailsMotivation: Cannot determine motivation without access to paper content

Method: Cannot determine method without access to paper content

Result: Cannot determine results without access to paper content

Conclusion: Cannot determine conclusion without access to paper content

Abstract: Failed to fetch summary for 2602.21841: Page request resulted in HTTP 429 (https://export.arxiv.org/api/query?search_query=&id_list=2602.21841&sortBy=relevance&sortOrder=descending&start=0&max_results=100)

[360] xai-cola: A Python library for sparsifying counterfactual explanations

Lin Zhu, Lei You

Main category: cs.AI

TL;DR: Failed to fetch paper summary due to HTTP 429 error (rate limiting)

DetailsMotivation: Unable to determine motivation due to fetch failure

Method: Unable to determine method due to fetch failure

Result: Unable to determine results due to fetch failure

Conclusion: Unable to determine conclusion due to fetch failure

Abstract: Failed to fetch summary for 2602.21845: Page request resulted in HTTP 429 (https://export.arxiv.org/api/query?search_query=&id_list=2602.21845&sortBy=relevance&sortOrder=descending&start=0&max_results=100)

[361] Hidden Topics: Measuring Sensitive AI Beliefs with List Experiments

Maxim Chupilkin

Main category: cs.AI

TL;DR: Failed to fetch paper summary due to HTTP 429 error (rate limiting)

DetailsMotivation: Unable to determine motivation due to fetch failure

Method: Unable to determine method due to fetch failure

Result: Unable to determine results due to fetch failure

Conclusion: Unable to determine conclusion due to fetch failure

Abstract: Failed to fetch summary for 2602.21939: Page request resulted in HTTP 429 (https://export.arxiv.org/api/query?search_query=&id_list=2602.21939&sortBy=relevance&sortOrder=descending&start=0&max_results=100)

[362] Enhancing LLM-Based Test Generation by Eliminating Covered Code

WeiZhe Xu, Mengyu Liu, Fanxin Kong

Main category: cs.AI

TL;DR: Unable to fetch paper summary due to HTTP 429 error (rate limiting)

DetailsMotivation: Cannot determine motivation due to missing paper content

Method: Cannot determine method due to missing paper content

Result: Cannot determine results due to missing paper content

Conclusion: Cannot determine conclusion due to missing paper content

Abstract: Failed to fetch summary for 2602.21997: Page request resulted in HTTP 429 (https://export.arxiv.org/api/query?search_query=&id_list=2602.21997&sortBy=relevance&sortOrder=descending&start=0&max_results=100)

[363] Physics-Informed Machine Learning for Vessel Shaft Power and Fuel Consumption Prediction: Interpretable KAN-based Approach

Hamza Haruna Mohammed, Dusica Marijan, Arnbjørn Maressa

Main category: cs.AI

TL;DR: Failed to fetch paper summary due to HTTP 429 error (rate limiting) from arXiv API

DetailsMotivation: Unable to determine motivation as the paper content could not be retrieved

Method: Unable to determine method as the paper content could not be retrieved

Result: Unable to determine results as the paper content could not be retrieved

Conclusion: Unable to draw conclusions as the paper content could not be retrieved

Abstract: Failed to fetch summary for 2602.22055: Page request resulted in HTTP 429 (https://export.arxiv.org/api/query?search_query=&id_list=2602.22055&sortBy=relevance&sortOrder=descending&start=0&max_results=100)

[364] DualWeaver: Synergistic Feature Weaving Surrogates for Multivariate Forecasting with Univariate Time Series Foundation Models

Jinpeng Li, Zhongyi Pei, Huaze Xue, Bojian Zheng, Chen Wang, Jianmin Wang

Main category: cs.AI

TL;DR: Unable to fetch paper details due to HTTP 429 error (rate limiting)

DetailsMotivation: Cannot determine motivation without access to paper content

Method: Cannot determine method without access to paper content

Result: Cannot determine results without access to paper content

Conclusion: Cannot draw conclusions without access to paper content

Abstract: Failed to fetch summary for 2602.22066: Page request resulted in HTTP 429 (https://export.arxiv.org/api/query?search_query=&id_list=2602.22066&sortBy=relevance&sortOrder=descending&start=0&max_results=100)

[365] On Imbalanced Regression with Hoeffding Trees

Pantia-Marina Alchirch, Dimitrios I. Diochnos

Main category: cs.AI

TL;DR: Unable to fetch paper summary due to HTTP 429 error (rate limiting)

DetailsMotivation: Cannot determine motivation due to failed paper retrieval

Method: Cannot determine method due to failed paper retrieval

Result: Cannot determine results due to failed paper retrieval

Conclusion: Cannot determine conclusion due to failed paper retrieval

Abstract: Failed to fetch summary for 2602.22101: Page request resulted in HTTP 429 (https://export.arxiv.org/api/query?search_query=&id_list=2602.22101&sortBy=relevance&sortOrder=descending&start=0&max_results=100)

[366] Don’t stop me now: Rethinking Validation Criteria for Model Parameter Selection

Andrea Apicella, Francesco Isgrò, Andrea Pollastro, Roberto Prevete

Main category: cs.AI

TL;DR: Unable to fetch paper details due to HTTP 429 error (rate limiting). Need to try again later or use alternative methods to access the paper information.

DetailsMotivation: Cannot determine motivation without access to the paper content.

Method: Cannot determine method without access to the paper content.

Result: Cannot determine results without access to the paper content.

Conclusion: Cannot draw conclusions without access to the paper content.

Abstract: Failed to fetch summary for 2602.22107: Page request resulted in HTTP 429 (https://export.arxiv.org/api/query?search_query=&id_list=2602.22107&sortBy=relevance&sortOrder=descending&start=0&max_results=100)

[367] Provable Last-Iterate Convergence for Multi-Objective Safe LLM Alignment via Optimistic Primal-Dual

Yining Li, Peizhong Ju, Ness Shroff

Main category: cs.AI

TL;DR: Unable to fetch paper summary due to HTTP 429 error (rate limiting). The paper ID 2602.22146 could not be retrieved from arXiv API.

DetailsMotivation: Cannot determine motivation as paper content is unavailable due to API rate limiting.

Method: Cannot determine method as paper content is unavailable due to API rate limiting.

Result: Cannot determine results as paper content is unavailable due to API rate limiting.

Conclusion: Cannot draw conclusions as paper content is unavailable due to API rate limiting.

Abstract: Failed to fetch summary for 2602.22146: Page request resulted in HTTP 429 (https://export.arxiv.org/api/query?search_query=&id_list=2602.22146&sortBy=relevance&sortOrder=descending&start=0&max_results=100)

[368] Enhancing Framingham Cardiovascular Risk Score Transparency through Logic-Based XAI

Emannuel L. de A. Bezerra, Luiz H. T. Viana, Vinícius P. Chagas, Diogo E. Rolim, Thiago Alves Rocha, Carlos H. L. Cavalcante

Main category: cs.AI

TL;DR: Unable to fetch paper details due to HTTP 429 error (rate limiting) from arXiv API

DetailsMotivation: Cannot determine motivation without access to paper content

Method: Cannot determine method without access to paper content

Result: Cannot determine results without access to paper content

Conclusion: Cannot draw conclusions without access to paper content

Abstract: Failed to fetch summary for 2602.22149: Page request resulted in HTTP 429 (https://export.arxiv.org/api/query?search_query=&id_list=2602.22149&sortBy=relevance&sortOrder=descending&start=0&max_results=100)

[369] Surrogate models for Rock-Fluid Interaction: A Grid-Size-Invariant Approach

Nathalie C. Pinheiro, Donghu Guo, Hannah P. Menke, Aniket C. Joshi, Claire E. Heaney, Ahmed H. ElSheikh, Christopher C. Pain

Main category: cs.AI

TL;DR: Unable to fetch paper summary due to HTTP 429 error (rate limiting)

DetailsMotivation: Cannot determine motivation without access to paper content

Method: Cannot determine method without access to paper content

Result: Cannot determine results without access to paper content

Conclusion: Cannot determine conclusion without access to paper content

Abstract: Failed to fetch summary for 2602.22188: Page request resulted in HTTP 429 (https://export.arxiv.org/api/query?search_query=&id_list=2602.22188&sortBy=relevance&sortOrder=descending&start=0&max_results=100)

[370] Shapley Value Computation in Ontology-Mediated Query Answering

Meghyn Bienvenu, Diego Figueira, Pierre Lafourcade

Main category: cs.AI

TL;DR: Failed to fetch paper summary due to HTTP 429 error (rate limiting)

DetailsMotivation: Unable to determine motivation due to failed paper fetch

Method: Unable to determine method due to failed paper fetch

Result: Unable to determine results due to failed paper fetch

Conclusion: Unable to draw conclusions due to failed paper fetch

Abstract: Failed to fetch summary for 2407.20058: Page request resulted in HTTP 429 (https://export.arxiv.org/api/query?search_query=&id_list=2407.20058&sortBy=relevance&sortOrder=descending&start=0&max_results=100)

[371] Temporal Knowledge-Graph Memory in a Partially Observable Environment

Taewoon Kim, Vincent François-Lavet, Michael Cochez

Main category: cs.AI

TL;DR: Failed to fetch paper summary due to HTTP 429 error (rate limiting)

DetailsMotivation: Unable to determine motivation due to failed paper retrieval

Method: Unable to determine method due to failed paper retrieval

Result: Unable to determine results due to failed paper retrieval

Conclusion: Unable to determine conclusion due to failed paper retrieval

Abstract: Failed to fetch summary for 2408.05861: Page request resulted in HTTP 429 (https://export.arxiv.org/api/query?search_query=&id_list=2408.05861&sortBy=relevance&sortOrder=descending&start=0&max_results=100)

[372] Measuring AI Ability to Complete Long Software Tasks

Thomas Kwa, Ben West, Joel Becker, Amy Deng, Katharyn Garcia, Max Hasin, Sami Jawhar, Megan Kinniment, Nate Rush, Sydney Von Arx, Ryan Bloom, Thomas Broadley, Haoxing Du, Brian Goodrich, Nikola Jurkovic, Luke Harold Miles, Seraphina Nix, Tao Lin, Neev Parikh, David Rein, Lucas Jun Koba Sato, Hjalmar Wijk, Daniel M. Ziegler, Elizabeth Barnes, Lawrence Chan

Main category: cs.AI

TL;DR: Failed to fetch paper summary due to HTTP 429 error (rate limiting)

DetailsMotivation: Unable to determine motivation due to access error

Method: Unable to determine method due to access error

Result: Unable to determine results due to access error

Conclusion: Unable to determine conclusion due to access error

Abstract: Failed to fetch summary for 2503.14499: Page request resulted in HTTP 429 (https://export.arxiv.org/api/query?search_query=&id_list=2503.14499&sortBy=relevance&sortOrder=descending&start=0&max_results=100)

[373] Spurious Rewards: Rethinking Training Signals in RLVR

Rulin Shao, Shuyue Stella Li, Rui Xin, Scott Geng, Yiping Wang, Sewoong Oh, Simon Shaolei Du, Nathan Lambert, Sewon Min, Ranjay Krishna, Yulia Tsvetkov, Hannaneh Hajishirzi, Pang Wei Koh, Luke Zettlemoyer

Main category: cs.AI

TL;DR: Failed to fetch paper summary due to HTTP 429 error (rate limiting)

DetailsMotivation: Unable to determine motivation due to fetch failure

Method: Unable to determine method due to fetch failure

Result: Unable to determine results due to fetch failure

Conclusion: Unable to determine conclusion due to fetch failure

Abstract: Failed to fetch summary for 2506.10947: Page request resulted in HTTP 429 (https://export.arxiv.org/api/query?search_query=&id_list=2506.10947&sortBy=relevance&sortOrder=descending&start=0&max_results=100)

[374] Med-REFL: Medical Reasoning Enhancement via Self-Corrected Fine-grained Reflection

Zongxian Yang, Jiayu Qian, Zegao Peng, Haoyu Zhang, Yu-An Huang, KC Tan, Zhi-An Huang

Main category: cs.AI

TL;DR: Unable to fetch paper summary due to HTTP 429 error (rate limiting)

DetailsMotivation: Cannot determine motivation as paper content is unavailable

Method: Cannot determine method as paper content is unavailable

Result: Cannot determine results as paper content is unavailable

Conclusion: Cannot draw conclusions as paper content is unavailable

Abstract: Failed to fetch summary for 2506.13793: Page request resulted in HTTP 429 (https://export.arxiv.org/api/query?search_query=&id_list=2506.13793&sortBy=relevance&sortOrder=descending&start=0&max_results=100)

[375] 1-2-3 Check: Enhancing Contextual Privacy in LLM via Multi-Agent Reasoning

Wenkai Li, Liwen Sun, Zhenxiang Guan, Xuhui Zhou, Maarten Sap

Main category: cs.AI

TL;DR: Failed to fetch paper summary due to HTTP 429 error (rate limiting)

DetailsMotivation: Unable to determine motivation due to fetch failure

Method: Unable to determine method due to fetch failure

Result: Unable to determine results due to fetch failure

Conclusion: Unable to determine conclusion due to fetch failure

Abstract: Failed to fetch summary for 2508.07667: Page request resulted in HTTP 429 (https://export.arxiv.org/api/query?search_query=&id_list=2508.07667&sortBy=relevance&sortOrder=descending&start=0&max_results=100)

[376] Error Notebook-Guided, Training-Free Part Retrieval in 3D CAD Assemblies via Vision-Language Models

Yunqing Liu, Nan Zhang, Zhiming Tan

Main category: cs.AI

TL;DR: Unable to fetch paper summary due to HTTP 429 error (rate limiting)

DetailsMotivation: Cannot determine motivation as paper content is unavailable

Method: Cannot determine method as paper content is unavailable

Result: Cannot determine results as paper content is unavailable

Conclusion: Cannot draw conclusions without access to paper content

Abstract: Failed to fetch summary for 2509.01350: Page request resulted in HTTP 429 (https://export.arxiv.org/api/query?search_query=&id_list=2509.01350&sortBy=relevance&sortOrder=descending&start=0&max_results=100)

[377] LLMs Process Lists With General Filter Heads

Arnab Sen Sharma, Giordano Rogers, Natalie Shapira, David Bau

Main category: cs.AI

TL;DR: Unable to analyze paper 2510.26784 due to HTTP 429 error when fetching from arXiv API

DetailsMotivation: Cannot determine motivation as paper content could not be retrieved

Method: Cannot determine method as paper content could not be retrieved

Result: Cannot determine results as paper content could not be retrieved

Conclusion: Cannot draw conclusions as paper content could not be retrieved

Abstract: Failed to fetch summary for 2510.26784: Page request resulted in HTTP 429 (https://export.arxiv.org/api/query?search_query=&id_list=2510.26784&sortBy=relevance&sortOrder=descending&start=0&max_results=100)

[378] Toward Ultra-Long-Horizon Agentic Science: Cognitive Accumulation for Machine Learning Engineering

Xinyu Zhu, Yuzhu Cai, Zexi Liu, Bingyang Zheng, Cheng Wang, Rui Ye, Yuzhi Zhang, Linfeng Zhang, Weinan E, Siheng Chen, Yanfeng Wang

Main category: cs.AI

TL;DR: Unable to analyze paper 2601.10402 due to HTTP 429 error when fetching summary from arXiv API

DetailsMotivation: Cannot determine motivation due to missing abstract content

Method: Cannot determine method due to missing abstract content

Result: Cannot determine results due to missing abstract content

Conclusion: Cannot draw conclusions due to missing abstract content

Abstract: Failed to fetch summary for 2601.10402: Page request resulted in HTTP 429 (https://export.arxiv.org/api/query?search_query=&id_list=2601.10402&sortBy=relevance&sortOrder=descending&start=0&max_results=100)

[379] Think like a Scientist: Physics-guided LLM Agent for Equation Discovery

Jianke Yang, Ohm Venkatachalam, Mohammad Kianezhad, Sharvaree Vadgama, Rose Yu

Main category: cs.AI

TL;DR: Unable to fetch paper details due to HTTP 429 error (rate limiting) from arXiv API

DetailsMotivation: Cannot determine motivation as paper content is unavailable due to API rate limiting

Method: Cannot determine method as paper content is unavailable

Result: Cannot determine results as paper content is unavailable

Conclusion: Cannot draw conclusions about paper content due to access limitations

Abstract: Failed to fetch summary for 2602.12259: Page request resulted in HTTP 429 (https://export.arxiv.org/api/query?search_query=&id_list=2602.12259&sortBy=relevance&sortOrder=descending&start=0&max_results=100)

[380] OMNI-LEAK: Orchestrator Multi-Agent Network Induced Data Leakage

Akshat Naik, Jay Culligan, Yarin Gal, Philip Torr, Rahaf Aljundi, Alasdair Paren, Adel Bibi

Main category: cs.AI

TL;DR: Failed to fetch paper summary due to HTTP 429 error (rate limiting)

DetailsMotivation: Unable to determine motivation due to fetch failure

Method: Unable to determine method due to fetch failure

Result: Unable to determine results due to fetch failure

Conclusion: Unable to determine conclusion due to fetch failure

Abstract: Failed to fetch summary for 2602.13477: Page request resulted in HTTP 429 (https://export.arxiv.org/api/query?search_query=&id_list=2602.13477&sortBy=relevance&sortOrder=descending&start=0&max_results=100)

[381] OR-Agent: Bridging Evolutionary Search and Structured Research for Automated Algorithm Discovery

Qi Liu, Ruochen Hao, Can Li, Wanjing Ma

Main category: cs.AI

TL;DR: Unable to fetch paper summary due to HTTP 429 error (rate limiting) from arXiv API

DetailsMotivation: Cannot determine motivation as paper content is unavailable

Method: Cannot determine method as paper content is unavailable

Result: Cannot determine results as paper content is unavailable

Conclusion: Cannot determine conclusion as paper content is unavailable

Abstract: Failed to fetch summary for 2602.13769: Page request resulted in HTTP 429 (https://export.arxiv.org/api/query?search_query=&id_list=2602.13769&sortBy=relevance&sortOrder=descending&start=0&max_results=100)

[382] Evolutionary System Prompt Learning for Reinforcement Learning in LLMs

Lunjun Zhang, Ryan Chen, Bradly C. Stadie

Main category: cs.AI

TL;DR: Paper ID 2602.14697 summary unavailable due to HTTP 429 error (rate limiting)

DetailsMotivation: Unable to determine motivation due to abstract retrieval failure

Method: Unable to determine method due to abstract retrieval failure

Result: Unable to determine results due to abstract retrieval failure

Conclusion: Unable to determine conclusion due to abstract retrieval failure

Abstract: Failed to fetch summary for 2602.14697: Page request resulted in HTTP 429 (https://export.arxiv.org/api/query?search_query=&id_list=2602.14697&sortBy=relevance&sortOrder=descending&start=0&max_results=100)

[383] The Potential of CoT for Reasoning: A Closer Look at Trace Dynamics

Gregor Bachmann, Yichen Jiang, Seyed Mohsen Moosavi Dezfooli, Moin Nabi

Main category: cs.AI

TL;DR: Unable to fetch paper details due to HTTP 429 error (rate limiting) from arXiv API

DetailsMotivation: Cannot determine motivation as paper content is unavailable due to API rate limiting

Method: Cannot determine method as paper content is unavailable due to API rate limiting

Result: Cannot determine results as paper content is unavailable due to API rate limiting

Conclusion: Cannot draw conclusions as paper content is unavailable due to API rate limiting

Abstract: Failed to fetch summary for 2602.14903: Page request resulted in HTTP 429 (https://export.arxiv.org/api/query?search_query=&id_list=2602.14903&sortBy=relevance&sortOrder=descending&start=0&max_results=100)

[384] OptiRepair: Closed-Loop Diagnosis and Repair of Supply Chain Optimization Models with LLM Agents

Ruicheng Ao, David Simchi-Levi, Xinshang Wang

Main category: cs.AI

TL;DR: Failed to fetch paper summary due to HTTP 429 error (rate limiting)

DetailsMotivation: Unable to determine motivation due to failed paper retrieval

Method: Unable to determine method due to failed paper retrieval

Result: Unable to determine results due to failed paper retrieval

Conclusion: Unable to draw conclusions due to failed paper retrieval

Abstract: Failed to fetch summary for 2602.19439: Page request resulted in HTTP 429 (https://export.arxiv.org/api/query?search_query=&id_list=2602.19439&sortBy=relevance&sortOrder=descending&start=0&max_results=100)

[385] Recursive Belief Vision Language Action Models

Vaidehi Bagaria, Bijo Sebastian, Nirav Kumar Patel

Main category: cs.AI

TL;DR: Unable to fetch paper details due to HTTP 429 error (rate limiting)

DetailsMotivation: Cannot determine motivation as paper content is unavailable

Method: Cannot determine method as paper content is unavailable

Result: Cannot determine results as paper content is unavailable

Conclusion: Cannot draw conclusions without access to paper content

Abstract: Failed to fetch summary for 2602.20659: Page request resulted in HTTP 429 (https://export.arxiv.org/api/query?search_query=&id_list=2602.20659&sortBy=relevance&sortOrder=descending&start=0&max_results=100)

[386] A Problem-Oriented Perspective and Anchor Verification for Code Optimization

Tong Ye, Tengfei Ma, Xuhong Zhang, Hang Yu, Jianwei Yin, Wenhai Wang

Main category: cs.AI

TL;DR: Unable to fetch paper details due to HTTP 429 error (rate limiting)

DetailsMotivation: Cannot determine motivation without paper content

Method: Cannot determine method without paper content

Result: Cannot determine results without paper content

Conclusion: Cannot determine conclusion without paper content

Abstract: Failed to fetch summary for 2406.11935: Page request resulted in HTTP 429 (https://export.arxiv.org/api/query?search_query=&id_list=2406.11935&sortBy=relevance&sortOrder=descending&start=0&max_results=100)

[387] Parallel Split Learning with Global Sampling

Mohammad Kohankhaki, Ahmad Ayad, Mahdi Barhoush, Anke Schmeink

Main category: cs.AI

TL;DR: Failed to fetch paper summary due to HTTP 429 error (rate limiting)

DetailsMotivation: Unable to determine motivation due to missing paper content

Method: Unable to determine method due to missing paper content

Result: Unable to determine results due to missing paper content

Conclusion: Unable to draw conclusions due to missing paper content

Abstract: Failed to fetch summary for 2407.15738: Page request resulted in HTTP 429 (https://export.arxiv.org/api/query?search_query=&id_list=2407.15738&sortBy=relevance&sortOrder=descending&start=0&max_results=100)

[388] Modular Deep Learning for Multivariate Time-Series: Decoupling Imputation and Downstream Tasks

Joseph Arul Raj, Linglong Qian, Zina Ibrahim

Main category: cs.AI

TL;DR: Unable to fetch paper summary due to HTTP 429 error (rate limiting)

DetailsMotivation: Cannot determine motivation without access to paper content

Method: Cannot determine method without access to paper content

Result: Cannot determine results without access to paper content

Conclusion: Cannot determine conclusion without access to paper content

Abstract: Failed to fetch summary for 2411.03941: Page request resulted in HTTP 429 (https://export.arxiv.org/api/query?search_query=&id_list=2411.03941&sortBy=relevance&sortOrder=descending&start=0&max_results=100)

[389] Glycemic-Aware and Architecture-Agnostic Training Framework for Blood Glucose Forecasting in Type 1 Diabetes

Saman Khamesian, Asiful Arefeen, Maria Adela Grando, Bithika M. Thompson, Hassan Ghasemzadeh

Main category: cs.AI

TL;DR: Paper analysis unavailable due to HTTP 429 error when fetching abstract

DetailsMotivation: Unable to determine motivation due to abstract fetching failure

Method: Unable to determine method due to abstract fetching failure

Result: Unable to determine results due to abstract fetching failure

Conclusion: Unable to determine conclusion due to abstract fetching failure

Abstract: Failed to fetch summary for 2502.14183: Page request resulted in HTTP 429 (https://export.arxiv.org/api/query?search_query=&id_list=2502.14183&sortBy=relevance&sortOrder=descending&start=0&max_results=100)

[390] QCS-ADME: Quantum Circuit Search for Drug Property Prediction with Imbalanced Data and Regression Adaptation

Kangyu Zheng, Tianfan Fu, Zhiding Liang

Main category: cs.AI

TL;DR: Unable to fetch paper summary due to HTTP 429 error (rate limiting)

DetailsMotivation: Cannot determine motivation without access to paper content

Method: Cannot determine method without access to paper content

Result: Cannot determine results without access to paper content

Conclusion: Cannot draw conclusions without access to paper content

Abstract: Failed to fetch summary for 2503.01927: Page request resulted in HTTP 429 (https://export.arxiv.org/api/query?search_query=&id_list=2503.01927&sortBy=relevance&sortOrder=descending&start=0&max_results=100)

[391] Rethinking Flexible Graph Similarity Computation: One-step Alignment with Global Guidance

Zhouyang Liu, Ning Liu, Yixin Chen, Jiezhong He, Shuai Ma, Dongsheng Li

Main category: cs.AI

TL;DR: Unable to fetch paper details due to HTTP 429 error (rate limiting)

DetailsMotivation: Cannot determine motivation as paper content is unavailable

Method: Cannot determine method as paper content is unavailable

Result: Cannot determine results as paper content is unavailable

Conclusion: Cannot determine conclusion as paper content is unavailable

Abstract: Failed to fetch summary for 2504.06533: Page request resulted in HTTP 429 (https://export.arxiv.org/api/query?search_query=&id_list=2504.06533&sortBy=relevance&sortOrder=descending&start=0&max_results=100)

[392] Large Language Model Compression with Global Rank and Sparsity Optimization

Changhai Zhou, Qian Qiao, Yuhua Zhou, Yuxin Wu, Shichao Weng, Weizhong Zhang, Cheng Jin

Main category: cs.AI

TL;DR: Unable to fetch paper summary due to HTTP 429 error (rate limiting) from arXiv API

DetailsMotivation: Cannot determine motivation due to inability to access paper content

Method: Cannot determine method due to inability to access paper content

Result: Cannot determine results due to inability to access paper content

Conclusion: Cannot determine conclusion due to inability to access paper content

Abstract: Failed to fetch summary for 2505.03801: Page request resulted in HTTP 429 (https://export.arxiv.org/api/query?search_query=&id_list=2505.03801&sortBy=relevance&sortOrder=descending&start=0&max_results=100)

[393] Premise Selection for a Lean Hammer

Thomas Zhu, Joshua Clune, Jeremy Avigad, Albert Qiaochu Jiang, Sean Welleck

Main category: cs.AI

TL;DR: Unable to fetch paper summary due to HTTP 429 error (rate limiting)

DetailsMotivation: Cannot determine motivation without access to paper content

Method: Cannot determine method without access to paper content

Result: Cannot determine results without access to paper content

Conclusion: Cannot determine conclusion without access to paper content

Abstract: Failed to fetch summary for 2506.07477: Page request resulted in HTTP 429 (https://export.arxiv.org/api/query?search_query=&id_list=2506.07477&sortBy=relevance&sortOrder=descending&start=0&max_results=100)

[394] On the Inference (In-)Security of Vertical Federated Learning: Efficient Auditing against Inference Tampering Attack

Chung-ju Huang, Ziqi Zhang, Yinggui Wang, Binghui Wang, Tao Wei, Leye Wang

Main category: cs.AI

TL;DR: Unable to fetch paper summary due to HTTP 429 error (rate limiting)

DetailsMotivation: Cannot determine motivation due to missing paper content

Method: Cannot determine method due to missing paper content

Result: Cannot determine results due to missing paper content

Conclusion: Cannot determine conclusion due to missing paper content

Abstract: Failed to fetch summary for 2507.02376: Page request resulted in HTTP 429 (https://export.arxiv.org/api/query?search_query=&id_list=2507.02376&sortBy=relevance&sortOrder=descending&start=0&max_results=100)

[395] A Comprehensive Benchmark for Electrocardiogram Time-Series

Zhijiang Tang, Jiaxin Qi, Yuhua Zheng, Jianqiang Huang

Main category: cs.AI

TL;DR: Failed to fetch summary for paper 2507.14206 due to HTTP 429 error (rate limiting)

DetailsMotivation: Unable to determine motivation due to failed paper retrieval

Method: Unable to determine method due to failed paper retrieval

Result: Unable to determine results due to failed paper retrieval

Conclusion: Unable to determine conclusion due to failed paper retrieval

Abstract: Failed to fetch summary for 2507.14206: Page request resulted in HTTP 429 (https://export.arxiv.org/api/query?search_query=&id_list=2507.14206&sortBy=relevance&sortOrder=descending&start=0&max_results=100)

[396] CASCADE: LLM-Powered JavaScript Deobfuscator at Google

Shan Jiang, Pranoy Kovuri, David Tao, Zhixun Tan

Main category: cs.AI

TL;DR: Failed to fetch paper summary due to HTTP 429 error (rate limiting)

DetailsMotivation: Unable to determine motivation due to access error

Method: Unable to determine method due to access error

Result: Unable to determine results due to access error

Conclusion: Unable to determine conclusion due to access error

Abstract: Failed to fetch summary for 2507.17691: Page request resulted in HTTP 429 (https://export.arxiv.org/api/query?search_query=&id_list=2507.17691&sortBy=relevance&sortOrder=descending&start=0&max_results=100)

[397] Position: Beyond Sensitive Attributes, ML Fairness Should Quantify Structural Injustice via Social Determinants

Zeyu Tang, Alex John London, Atoosa Kasirzadeh, Sarah Stewart de Ramirez, Peter Spirtes, Kun Zhang, Sanmi Koyejo

Main category: cs.AI

TL;DR: Unable to fetch paper summary due to HTTP 429 error (rate limiting)

DetailsMotivation: Cannot determine motivation due to failed paper retrieval

Method: Cannot determine method due to failed paper retrieval

Result: Cannot determine results due to failed paper retrieval

Conclusion: Cannot draw conclusions due to failed paper retrieval

Abstract: Failed to fetch summary for 2508.08337: Page request resulted in HTTP 429 (https://export.arxiv.org/api/query?search_query=&id_list=2508.08337&sortBy=relevance&sortOrder=descending&start=0&max_results=100)

[398] EO-1: An Open Unified Embodied Foundation Model for General Robot Control

Delin Qu, Haoming Song, Qizhi Chen, Zhaoqing Chen, Xianqiang Gao, Dong Wang, Xinyi Ye, Qi Lv, Modi Shi, Guanghui Ren, Cheng Ruan, Maoqing Yao, Haoran Yang, Jiacheng Bao, Bin Zhao, Xuelong Li

Main category: cs.AI

TL;DR: Unable to fetch paper details due to HTTP 429 error (rate limiting)

DetailsMotivation: Cannot determine motivation as paper content is unavailable

Method: Cannot determine method as paper content is unavailable

Result: Cannot determine results as paper content is unavailable

Conclusion: Cannot draw conclusions as paper content is unavailable

Abstract: Failed to fetch summary for 2508.21112: Page request resulted in HTTP 429 (https://export.arxiv.org/api/query?search_query=&id_list=2508.21112&sortBy=relevance&sortOrder=descending&start=0&max_results=100)

[399] ClearFairy: Capturing Creative Workflows through Decision Structuring, In-Situ Questioning, and Rationale Inference

Kihoon Son, DaEun Choi, Tae Soo Kim, Young-Ho Kim, Sangdoo Yun, Juho Kim

Main category: cs.AI

TL;DR: Paper analysis unavailable due to HTTP 429 error when fetching abstract from arXiv

DetailsMotivation: Unable to determine motivation due to access error

Method: Unable to determine method due to access error

Result: Unable to determine results due to access error

Conclusion: Unable to draw conclusions due to access error

Abstract: Failed to fetch summary for 2509.14537: Page request resulted in HTTP 429 (https://export.arxiv.org/api/query?search_query=&id_list=2509.14537&sortBy=relevance&sortOrder=descending&start=0&max_results=100)

[400] Chasing the Tail: Effective Rubric-based Reward Modeling for Large Language Model Post-Training

Junkai Zhang, Zihao Wang, Lin Gui, Swarnashree Mysore Sathyendra, Jaehwan Jeong, Victor Veitch, Wei Wang, Yunzhong He, Bing Liu, Lifeng Jin

Main category: cs.AI

TL;DR: Unable to fetch paper summary due to HTTP 429 error (rate limiting)

DetailsMotivation: Cannot determine motivation as paper content is unavailable

Method: Cannot determine method as paper content is unavailable

Result: Cannot determine results as paper content is unavailable

Conclusion: Cannot determine conclusion as paper content is unavailable

Abstract: Failed to fetch summary for 2509.21500: Page request resulted in HTTP 429 (https://export.arxiv.org/api/query?search_query=&id_list=2509.21500&sortBy=relevance&sortOrder=descending&start=0&max_results=100)

[401] Characteristic Root Analysis and Regularization for Linear Time Series Forecasting

Zheng Wang, Kaixuan Zhang, Wanfang Chen, Xiaonan Lu, Longyuan Li, Tobias Schlagenhauf

Main category: cs.AI

TL;DR: Failed to fetch paper summary due to HTTP 429 error (rate limiting)

DetailsMotivation: Unable to determine motivation due to missing paper content

Method: Unable to determine method due to missing paper content

Result: Unable to determine results due to missing paper content

Conclusion: Unable to determine conclusion due to missing paper content

Abstract: Failed to fetch summary for 2509.23597: Page request resulted in HTTP 429 (https://export.arxiv.org/api/query?search_query=&id_list=2509.23597&sortBy=relevance&sortOrder=descending&start=0&max_results=100)

[402] EpidemIQs: Prompt-to-Paper LLM Agents for Epidemic Modeling and Analysis

Mohammad Hossein Samaei, Faryad Darabi Sahneh, Lee W. Cohnstaedt, Caterina Scoglio

Main category: cs.AI

TL;DR: Unable to fetch paper details due to HTTP 429 error (rate limiting)

DetailsMotivation: Cannot determine motivation as paper content is unavailable

Method: Cannot determine method as paper content is unavailable

Result: Cannot determine results as paper content is unavailable

Conclusion: Cannot draw conclusions as paper content is unavailable

Abstract: Failed to fetch summary for 2510.00024: Page request resulted in HTTP 429 (https://export.arxiv.org/api/query?search_query=&id_list=2510.00024&sortBy=relevance&sortOrder=descending&start=0&max_results=100)

[403] SciTS: Scientific Time Series Understanding and Generation with LLMs

Wen Wu, Ziyang Zhang, Liwei Liu, Xuenan Xu, Jimin Zhuang, Ke Fan, Qitan Lv, Junlin Liu, Chen Zhang, Zheqi Yuan, Siyuan Hou, Tianyi Lin, Kai Chen, Bowen Zhou, Chao Zhang

Main category: cs.AI

TL;DR: Unable to analyze paper 2510.03255 due to HTTP 429 error when fetching abstract from arXiv API

DetailsMotivation: Cannot determine motivation as abstract is unavailable due to API rate limiting

Method: Cannot determine method as abstract is unavailable

Result: Cannot determine results as abstract is unavailable

Conclusion: Cannot draw conclusions without access to the paper’s content

Abstract: Failed to fetch summary for 2510.03255: Page request resulted in HTTP 429 (https://export.arxiv.org/api/query?search_query=&id_list=2510.03255&sortBy=relevance&sortOrder=descending&start=0&max_results=100)

[404] Rethinking Evaluation in the Era of Time Series Foundation Models: (Un)known Information Leakage Challenges

Marcel Meyer, Sascha Kaltenpoth, Kevin Zalipski, Oliver Müller

Main category: cs.AI

TL;DR: Unable to fetch paper summary due to HTTP 429 error (rate limiting).

DetailsMotivation: Cannot determine motivation as paper content is unavailable.

Method: Cannot determine method as paper content is unavailable.

Result: Cannot determine results as paper content is unavailable.

Conclusion: Cannot draw conclusions without access to the paper content.

Abstract: Failed to fetch summary for 2510.13654: Page request resulted in HTTP 429 (https://export.arxiv.org/api/query?search_query=&id_list=2510.13654&sortBy=relevance&sortOrder=descending&start=0&max_results=100)

[405] MNO: Multiscale Neural Operator for 3D Computational Fluid Dynamics

Qinxuan Wang, Chuang Wang, Mingyu Zhang, Jingwei Sun, Peipei Yang, Shuo Tang, Shiming Xiang

Main category: cs.AI

TL;DR: Unable to fetch paper details due to HTTP 429 error (rate limiting)

DetailsMotivation: Cannot determine motivation as paper content is unavailable

Method: Cannot determine method as paper content is unavailable

Result: Cannot determine results as paper content is unavailable

Conclusion: Cannot determine conclusion as paper content is unavailable

Abstract: Failed to fetch summary for 2510.16071: Page request resulted in HTTP 429 (https://export.arxiv.org/api/query?search_query=&id_list=2510.16071&sortBy=relevance&sortOrder=descending&start=0&max_results=100)

[406] SPACeR: Self-Play Anchoring with Centralized Reference Models

Wei-Jer Chang, Akshay Rangesh, Kevin Joseph, Matthew Strong, Masayoshi Tomizuka, Yihan Hu, Wei Zhan

Main category: cs.AI

TL;DR: Unable to fetch paper summary due to HTTP 429 error (rate limiting)

DetailsMotivation: Cannot determine motivation due to failed paper fetch

Method: Cannot determine method due to failed paper fetch

Result: Cannot determine results due to failed paper fetch

Conclusion: Cannot draw conclusions due to failed paper fetch

Abstract: Failed to fetch summary for 2510.18060: Page request resulted in HTTP 429 (https://export.arxiv.org/api/query?search_query=&id_list=2510.18060&sortBy=relevance&sortOrder=descending&start=0&max_results=100)

[407] MoMaGen: Generating Demonstrations under Soft and Hard Constraints for Multi-Step Bimanual Mobile Manipulation

Chengshu Li, Mengdi Xu, Arpit Bahety, Hang Yin, Yunfan Jiang, Huang Huang, Josiah Wong, Sujay Garlanka, Cem Gokmen, Ruohan Zhang, Weiyu Liu, Jiajun Wu, Roberto Martín-Martín, Li Fei-Fei

Main category: cs.AI

TL;DR: Failed to fetch paper summary due to HTTP 429 error (rate limiting)

DetailsMotivation: Unable to determine motivation due to data fetch failure

Method: Unable to determine method due to data fetch failure

Result: Unable to determine results due to data fetch failure

Conclusion: Unable to draw conclusions due to data fetch failure

Abstract: Failed to fetch summary for 2510.18316: Page request resulted in HTTP 429 (https://export.arxiv.org/api/query?search_query=&id_list=2510.18316&sortBy=relevance&sortOrder=descending&start=0&max_results=100)

[408] Data-Augmented Deep Learning for Downhole Depth Sensing and Validation

Si-Yu Xiao, Xin-Di Zhao, Tian-Hao Mao, Yi-Wei Wang, Yu-Qiao Chen, Hong-Yun Zhang, Jian Wang, Jun-Jie Wang, Shuang Liu, Tu-Pei Chen, Yang Liu

Main category: cs.AI

TL;DR: Failed to fetch paper summary due to HTTP 429 error (rate limiting)

DetailsMotivation: Unable to determine motivation due to fetch failure

Method: Unable to determine method due to fetch failure

Result: Unable to determine results due to fetch failure

Conclusion: Unable to determine conclusion due to fetch failure

Abstract: Failed to fetch summary for 2511.00129: Page request resulted in HTTP 429 (https://export.arxiv.org/api/query?search_query=&id_list=2511.00129&sortBy=relevance&sortOrder=descending&start=0&max_results=100)

[409] EARL: Entropy-Aware RL Alignment of LLMs for Reliable RTL Code Generation

Jiahe Shi, Zhengqi Gao, Ching-Yun Ko, Duane Boning

Main category: cs.AI

TL;DR: Unable to fetch paper details due to HTTP 429 error (rate limiting)

DetailsMotivation: Cannot determine motivation as paper content is unavailable

Method: Cannot determine method as paper content is unavailable

Result: Cannot determine results as paper content is unavailable

Conclusion: Cannot draw conclusions without access to paper content

Abstract: Failed to fetch summary for 2511.12033: Page request resulted in HTTP 429 (https://export.arxiv.org/api/query?search_query=&id_list=2511.12033&sortBy=relevance&sortOrder=descending&start=0&max_results=100)

[410] The Subject of Emergent Misalignment in Superintelligence: An Anthropological, Cognitive Neuropsychological, Machine-Learning, and Ontological Perspective

Muhammad Osama Imran, Roshni Lulla, Rodney Sappington

Main category: cs.AI

TL;DR: Failed to fetch paper summary due to HTTP 429 error (rate limiting)

DetailsMotivation: Unable to determine motivation due to failed paper fetch

Method: Unable to determine method due to failed paper fetch

Result: Unable to determine results due to failed paper fetch

Conclusion: Unable to draw conclusions due to failed paper fetch

Abstract: Failed to fetch summary for 2512.17989: Page request resulted in HTTP 429 (https://export.arxiv.org/api/query?search_query=&id_list=2512.17989&sortBy=relevance&sortOrder=descending&start=0&max_results=100)

[411] Improving Variational Autoencoder using Random Fourier Transformation: An Aviation Safety Anomaly Detection Case-Study

Ata Akbari Asanjan, Milad Memarzadeh, Bryan Matthews, Nikunj Oza

Main category: cs.AI

TL;DR: Unable to fetch paper details due to HTTP 429 error (rate limiting)

DetailsMotivation: Cannot determine motivation as paper content is unavailable

Method: Cannot determine method as paper content is unavailable

Result: Cannot determine results as paper content is unavailable

Conclusion: Cannot determine conclusion as paper content is unavailable

Abstract: Failed to fetch summary for 2601.01016: Page request resulted in HTTP 429 (https://export.arxiv.org/api/query?search_query=&id_list=2601.01016&sortBy=relevance&sortOrder=descending&start=0&max_results=100)

[412] Orthogonalized Policy Optimization:Policy Optimization as Orthogonal Projection in Hilbert Space

Wang Zixian

Main category: cs.AI

TL;DR: Failed to fetch paper summary due to HTTP 429 error (rate limiting)

DetailsMotivation: Unable to determine motivation due to access error

Method: Unable to determine method due to access error

Result: Unable to determine results due to access error

Conclusion: Unable to determine conclusion due to access error

Abstract: Failed to fetch summary for 2601.12415: Page request resulted in HTTP 429 (https://export.arxiv.org/api/query?search_query=&id_list=2601.12415&sortBy=relevance&sortOrder=descending&start=0&max_results=100)

[413] Between Search and Platform: ChatGPT Under the DSA

Toni Lorente, Kathrin Gardhouse

Main category: cs.AI

TL;DR: Failed to fetch paper summary due to HTTP 429 error (rate limiting)

DetailsMotivation: Unable to determine motivation due to access limitations

Method: Unable to determine method due to access limitations

Result: Unable to determine results due to access limitations

Conclusion: Unable to draw conclusions due to access limitations

Abstract: Failed to fetch summary for 2601.17064: Page request resulted in HTTP 429 (https://export.arxiv.org/api/query?search_query=&id_list=2601.17064&sortBy=relevance&sortOrder=descending&start=0&max_results=100)

[414] OGD4All: A Framework for Accessible Interaction with Geospatial Open Government Data Based on Large Language Models

Michael Siebenmann, Javier Argota Sánchez-Vaquerizo, Stefan Arisona, Krystian Samp, Luis Gisler, Dirk Helbing

Main category: cs.AI

TL;DR: Unable to fetch paper summary due to HTTP 429 error (rate limiting)

DetailsMotivation: Cannot determine motivation as paper content is unavailable

Method: Cannot determine method as paper content is unavailable

Result: Cannot determine results as paper content is unavailable

Conclusion: Cannot determine conclusion as paper content is unavailable

Abstract: Failed to fetch summary for 2602.00012: Page request resulted in HTTP 429 (https://export.arxiv.org/api/query?search_query=&id_list=2602.00012&sortBy=relevance&sortOrder=descending&start=0&max_results=100)

[415] DCoPilot: Generative AI-Empowered Policy Adaptation for Dynamic Data Center Operations

Minghao Li, Ruihang Wang, Rui Tan, Yonggang Wen

Main category: cs.AI

TL;DR: Unable to fetch paper summary due to HTTP 429 error (rate limiting)

DetailsMotivation: Cannot determine motivation as paper content is unavailable

Method: Cannot determine method as paper content is unavailable

Result: Cannot determine results as paper content is unavailable

Conclusion: Cannot determine conclusion as paper content is unavailable

Abstract: Failed to fetch summary for 2602.02137: Page request resulted in HTTP 429 (https://export.arxiv.org/api/query?search_query=&id_list=2602.02137&sortBy=relevance&sortOrder=descending&start=0&max_results=100)

[416] Bypassing AI Control Protocols via Agent-as-a-Proxy Attacks

Jafar Isbarov, Murat Kantarcioglu

Main category: cs.AI

TL;DR: Unable to fetch paper details due to HTTP 429 error (rate limiting) from arXiv API

DetailsMotivation: Cannot determine motivation as paper content is unavailable due to API rate limiting

Method: Cannot determine method as paper content is unavailable due to API rate limiting

Result: Cannot determine results as paper content is unavailable due to API rate limiting

Conclusion: Cannot determine conclusion as paper content is unavailable due to API rate limiting

Abstract: Failed to fetch summary for 2602.05066: Page request resulted in HTTP 429 (https://export.arxiv.org/api/query?search_query=&id_list=2602.05066&sortBy=relevance&sortOrder=descending&start=0&max_results=100)

[417] A Comparative Analysis of Social Network Topology in Reddit and Moltbook

Yiming Zhu, Gareth Tyson, Pan Hui

Main category: cs.AI

TL;DR: Failed to fetch paper summary due to HTTP 429 error (rate limiting)

DetailsMotivation: Unable to determine motivation due to missing paper content

Method: Unable to determine method due to missing paper content

Result: Unable to determine results due to missing paper content

Conclusion: Unable to draw conclusion due to missing paper content

Abstract: Failed to fetch summary for 2602.13920: Page request resulted in HTTP 429 (https://export.arxiv.org/api/query?search_query=&id_list=2602.13920&sortBy=relevance&sortOrder=descending&start=0&max_results=100)

[418] Stop Saying “AI”

Nathan G. Wood, Scott Robbins, Eduardo Zegarra Berodt, Anton Graf von Westerholt, Michelle Behrndt, Hauke Budig, Daniel Kloock-Schreiber

Main category: cs.AI

TL;DR: Paper 2602.17729: HTTP 429 error prevents fetching abstract, likely due to rate limiting on arXiv API requests

DetailsMotivation: Unable to determine motivation due to HTTP 429 error preventing access to paper abstract

Method: Unable to determine method due to HTTP 429 error preventing access to paper abstract

Result: Unable to determine results due to HTTP 429 error preventing access to paper abstract

Conclusion: Unable to determine conclusion due to HTTP 429 error preventing access to paper abstract

Abstract: Failed to fetch summary for 2602.17729: Page request resulted in HTTP 429 (https://export.arxiv.org/api/query?search_query=&id_list=2602.17729&sortBy=relevance&sortOrder=descending&start=0&max_results=100)

[419] Capabilities Ain’t All You Need: Measuring Propensities in AI

Daniel Romero-Alvarado, Fernando Martínez-Plumed, Lorenzo Pacchiardi, Hugo Save, Siddhesh Milind Pawar, Behzad Mehrbakhsh, Pablo Antonio Moreno Casares, Ben Slater, Paolo Bova, Peter Romero, Zachary R. Tyler, Jonathan Prunty, Luning Sun, Jose Hernandez-Orallo

Main category: cs.AI

TL;DR: Paper 2602.18182: Unable to fetch summary due to HTTP 429 error (rate limiting)

DetailsMotivation: Cannot determine motivation due to inability to access paper content

Method: Cannot determine method due to inability to access paper content

Result: Cannot determine results due to inability to access paper content

Conclusion: Cannot determine conclusion due to inability to access paper content

Abstract: Failed to fetch summary for 2602.18182: Page request resulted in HTTP 429 (https://export.arxiv.org/api/query?search_query=&id_list=2602.18182&sortBy=relevance&sortOrder=descending&start=0&max_results=100)

[420] Decoding as Optimisation on the Probability Simplex: From Top-K to Top-P (Nucleus) to Best-of-K Samplers

Xiaotong Ji, Rasul Tutunov, Matthieu Zimmer, Haitham Bou-Ammar

Main category: cs.AI

TL;DR: Unable to fetch paper details due to HTTP 429 error (rate limiting) from arXiv API

DetailsMotivation: Cannot determine motivation as paper content is unavailable

Method: Cannot determine method as paper content is unavailable

Result: Cannot determine results as paper content is unavailable

Conclusion: Cannot draw conclusions about the paper due to access limitations

Abstract: Failed to fetch summary for 2602.18292: Page request resulted in HTTP 429 (https://export.arxiv.org/api/query?search_query=&id_list=2602.18292&sortBy=relevance&sortOrder=descending&start=0&max_results=100)

[421] Contextual Safety Reasoning and Grounding for Open-World Robots

Zachary Ravichandran, David Snyder, Alexander Robey, Hamed Hassani, Vijay Kumar, George J. Pappas

Main category: cs.AI

TL;DR: Unable to fetch paper details due to HTTP 429 error (rate limiting) from arXiv API

DetailsMotivation: Cannot determine motivation as paper content is unavailable

Method: Cannot determine method as paper content is unavailable

Result: Cannot determine results as paper content is unavailable

Conclusion: Cannot draw conclusions as paper content is unavailable

Abstract: Failed to fetch summary for 2602.19983: Page request resulted in HTTP 429 (https://export.arxiv.org/api/query?search_query=&id_list=2602.19983&sortBy=relevance&sortOrder=descending&start=0&max_results=100)

[422] MultiModalPFN: Extending Prior-Data Fitted Networks for Multimodal Tabular Learning

Wall Kim, Chaeyoung Song, Hanul Kim

Main category: cs.AI

TL;DR: Failed to fetch paper summary due to HTTP 429 error (rate limiting)

DetailsMotivation: Unable to determine motivation due to data retrieval failure

Method: Unable to determine method due to data retrieval failure

Result: Unable to determine results due to data retrieval failure

Conclusion: Unable to draw conclusions due to data retrieval failure

Abstract: Failed to fetch summary for 2602.20223: Page request resulted in HTTP 429 (https://export.arxiv.org/api/query?search_query=&id_list=2602.20223&sortBy=relevance&sortOrder=descending&start=0&max_results=100)

[423] Quantifying the Expectation-Realisation Gap for Agentic AI Systems

Sebastian Lobentanzer

Main category: cs.AI

TL;DR: Unable to fetch paper details due to HTTP 429 error (rate limiting)

DetailsMotivation: Cannot determine motivation as paper content is unavailable

Method: Cannot determine method as paper content is unavailable

Result: Cannot determine results as paper content is unavailable

Conclusion: Cannot draw conclusions as paper content is unavailable

Abstract: Failed to fetch summary for 2602.20292: Page request resulted in HTTP 429 (https://export.arxiv.org/api/query?search_query=&id_list=2602.20292&sortBy=relevance&sortOrder=descending&start=0&max_results=100)

[424] Maximin Share Guarantees via Limited Cost-Sensitive Sharing

Hana Salavcova, Martin Černý, Arpita Biswas

Main category: cs.AI

TL;DR: Unable to fetch paper details due to HTTP 429 error (rate limiting) from arXiv API

DetailsMotivation: Cannot determine motivation as paper content is unavailable

Method: Cannot determine method as paper content is unavailable

Result: Cannot determine results as paper content is unavailable

Conclusion: Cannot determine conclusion as paper content is unavailable

Abstract: Failed to fetch summary for 2602.20541: Page request resulted in HTTP 429 (https://export.arxiv.org/api/query?search_query=&id_list=2602.20541&sortBy=relevance&sortOrder=descending&start=0&max_results=100)

[425] Some Simple Economics of AGI

Christian Catalini, Xiang Hui, Jane Wu

Main category: cs.AI

TL;DR: Unable to fetch paper summary due to HTTP 429 error (rate limiting)

DetailsMotivation: Cannot determine motivation due to missing paper content

Method: Cannot determine method due to missing paper content

Result: Cannot determine results due to missing paper content

Conclusion: Cannot determine conclusion due to missing paper content

Abstract: Failed to fetch summary for 2602.20946: Page request resulted in HTTP 429 (https://export.arxiv.org/api/query?search_query=&id_list=2602.20946&sortBy=relevance&sortOrder=descending&start=0&max_results=100)

[426] Does Order Matter : Connecting The Law of Robustness to Robust Generalization

Himadri Mandal, Vishnu Varadarajan, Jaee Ponde, Aritra Das, Mihir More, Debayan Gupta

Main category: cs.AI

TL;DR: Unable to fetch paper details due to HTTP 429 error (rate limiting) - need to try again later or use alternative methods to access the paper information

DetailsMotivation: Cannot determine motivation without access to the paper content

Method: Cannot determine method without access to the paper content

Result: Cannot determine results without access to the paper content

Conclusion: Cannot determine conclusion without access to the paper content

Abstract: Failed to fetch summary for 2602.20971: Page request resulted in HTTP 429 (https://export.arxiv.org/api/query?search_query=&id_list=2602.20971&sortBy=relevance&sortOrder=descending&start=0&max_results=100)

cs.SD

[427] UniWhisper: Efficient Continual Multi-task Training for Robust Universal Audio Representation

Yuxuan Chen, Peize He, Haoyuan Xu, Junzi Zhang

Main category: cs.SD

TL;DR: UniWhisper is a universal audio encoder trained via multi-task instruction tuning that achieves strong performance across speech, environmental sounds, and music domains.

DetailsMotivation: Existing audio encoders often specialize in one domain (speech, environmental sounds, or music) but degrade in others, lacking a truly universal representation that captures both fine-grained cues and high-level semantics across all audio domains.

Method: Proposes UniWhisper, an efficient continual multi-task training framework that casts heterogeneous audio tasks into a unified instruction and answer format, enabling standard next-token training without task-specific heads and losses. Trained on 38k hours of public audio data.

Result: UniWhisper achieves normalized weighted averages of 0.81 with MLP probes and 0.61 with kNN on 20 tasks spanning speech, environmental sound, and music, outperforming Whisper (0.64 and 0.46 respectively) while retaining strong speech performance.

Conclusion: UniWhisper demonstrates that instruction-based multi-task training can create a universal audio encoder that effectively handles diverse audio domains without sacrificing performance in any specific domain.

Abstract: A universal audio representation should capture fine-grained speech cues and high-level semantics for environmental sounds and music in a single encoder. Existing encoders often excel in one domain but degrade in others. We propose UniWhisper, an efficient continual multi-task training framework that casts heterogeneous audio tasks into a unified instruction and answer format. This enables standard next-token training without task-specific heads and losses. We train it on 38k hours of public audio and assess the encoder using shallow MLP probes and k-nearest neighbors (kNN) on 20 tasks spanning speech, environmental sound, and music. UniWhisper reaches normalized weighted averages of 0.81 with MLP probes and 0.61 with kNN, compared to 0.64 and 0.46 for Whisper, while retaining strong speech performance.

[428] Sonic4D: Spatial Audio Generation for Immersive 4D Scene Exploration

Siyi Xie, Hanxin Zhu, Tianyu He, Xin Li, Zhibo Chen

Main category: cs.SD

TL;DR: Sonic4D is a framework for generating spatial audio aligned with 4D dynamic scenes, enabling immersive audiovisual experiences by localizing sound sources in 4D scenes and synthesizing viewpoint-dependent spatial audio.

DetailsMotivation: Existing 4D generation methods focus only on visual synthesis while neglecting spatial audio generation, creating a limitation for truly immersive audiovisual experiences. The authors aim to bridge this gap by developing a framework that generates spatial audio synchronized with dynamic 4D scenes.

Method: Three-stage approach: 1) Use pre-trained models to generate 4D scene and monaural audio from monocular video; 2) Localize and track sound sources in 4D scene using pixel-level visual grounding to estimate 3D coordinates; 3) Synthesize spatial audio based on sound source locations using physics-based simulation, making audio viewpoint- and timestamp-dependent.

Result: Extensive experiments demonstrate realistic spatial audio generation consistent with synthesized 4D scenes in a training-free manner, significantly enhancing user immersive experience.

Conclusion: Sonic4D successfully addresses the limitation of existing 4D generation methods by providing spatial audio generation aligned with dynamic scenes, enabling more immersive audiovisual experiences.

Abstract: Recent advancements in 4D generation have demonstrated its remarkable capability in synthesizing photorealistic renderings of dynamic 3D scenes. However, despite achieving impressive visual performance, almost all existing methods overlook the generation of spatial audio aligned with the corresponding 4D scenes, posing a significant limitation to truly immersive audiovisual experiences. To mitigate this issue, we propose Sonic4D, a novel framework that enables spatial audio generation for immersive exploration of 4D scenes. Specifically, our method is composed of three stages: 1) To capture both the dynamic visual content and raw auditory information from a monocular video, we first employ pre-trained expert models to generate the 4D scene and its corresponding monaural audio. 2) Subsequently, to transform the monaural audio into spatial audio, we localize and track the sound sources within the 4D scene, where their 3D spatial coordinates at different timestamps are estimated via a pixel-level visual grounding strategy. 3) Based on the estimated sound source locations, we further synthesize plausible spatial audio that varies across different viewpoints and timestamps using physics-based simulation. Extensive experiments have demonstrated that our proposed method generates realistic spatial audio consistent with the synthesized 4D scene in a training-free manner, significantly enhancing the immersive experience for users. Generated audio and video examples are available at https://x-drunker.github.io/Sonic4D-project-page.

[429] EmoOmni: Bridging Emotional Understanding and Expression in Omni-Modal LLMs

Wenjie Tian, Zhixian Zhao, Jingbin Hu, Huakang Chen, Haohe Liu, Binshen Mu, Lei Xie

Main category: cs.SD

TL;DR: EmoOmni is a unified framework for multimodal emotional dialogue that introduces emotional Chain-of-Thought reasoning to improve understanding and expression in audio-visual contexts.

DetailsMotivation: Existing Omni-LLMs struggle with complex real-world scenarios, leading to superficial understanding and contextually mismatched emotional responses. The implicit connections in Thinker-Talker architectures cause loss of emotional details.

Method: Introduces emotional Chain-of-Thought (E-CoT) that enforces reasoning from fine-grained multimodal perception to textual response. Explicitly treats E-CoT as high-level emotional instructions to guide the talker. Also constructs EmoOmniPipe for data collection and establishes EmoOmniEval benchmark.

Result: EmoOmni-7B achieves comparable performance with Qwen3Omni-30B-A3B-Thinking under the same talker, demonstrating effectiveness with smaller model size.

Conclusion: EmoOmni provides a unified framework for accurate understanding and expression in multimodal emotional dialogue, addressing limitations of existing Omni-LLMs through explicit emotional reasoning.

Abstract: The evolution of Omni-Modal Large Language Models~(Omni-LLMs) has revolutionized human–computer interaction, enabling unified audio-visual perception and speech response. However, existing Omni-LLMs struggle with complex real-world scenarios, often leading to superficial understanding and contextually mismatched emotional responses. This issue is further intensified by Omni-LLM’s Thinker-Talker architectures, which are implicitly connected through hidden states, leading to the loss of emotional details. In this work, we present EmoOmni, a unified framework for accurate understanding and expression in multimodal emotional dialogue. At its core, we introduce the emotional Chain-of-Thought~(E-CoT), which enforces a reasoning from fine-grained multimodal perception to textual response. Moreover, we explicitly treat E-CoT as high-level emotional instructions that guide the talker, enabling accurate emotional expression. Complementing the model, we construct EmoOmniPipe to obtain the real-world annotated dialogue data and establish a benchmark, EmoOmniEval, to facilitate systematic assessment of multimodal emotional dialogue task. Experiments show that EmoOmni-7B achieves comparable performance with Qwen3Omni-30B-A3B-Thinking under the same talker.

[430] OmniCustom: Sync Audio-Video Customization Via Joint Audio-Video Generation Model

Maomao Li, Zhen Li, Kaipeng Zhang, Guosheng Yin, Zhifeng Li, Dong Xu

Main category: cs.SD

TL;DR: OmniCustom is a DiT-based framework for synchronously customizing both video identity and audio timbre using reference images and audio, with text prompts for spoken content.

DetailsMotivation: Existing video customization focuses only on identity consistency from images, but with advances in joint audio-video generation, there's a need for synchronous customization of both video identity and audio timbre.

Method: Uses separate LoRA modules for identity and audio timbre control via self-attention layers, adds contrastive learning with reference-conditioned flows as positives, and trains on a large-scale audio-visual human dataset.

Result: Extensive experiments show OmniCustom outperforms existing methods in generating audio-video content with consistent identity and timbre fidelity.

Conclusion: OmniCustom successfully addresses the novel sync audio-video customization task, enabling simultaneous control over video identity, audio timbre, and spoken content through text prompts.

Abstract: Existing mainstream video customization methods focus on generating identity-consistent videos based on given reference images and textual prompts. Benefiting from the rapid advancement of joint audio-video generation, this paper proposes a more compelling new task: sync audio-video customization, which aims to synchronously customize both video identity and audio timbre. Specifically, given a reference image $I^{r}$ and a reference audio $A^{r}$, this novel task requires generating videos that maintain the identity of the reference image while imitating the timbre of the reference audio, with spoken content freely specifiable through user-provided textual prompts. To this end, we propose OmniCustom, a powerful DiT-based audio-video customization framework that can synthesize a video following reference image identity, audio timbre, and text prompts all at once in a zero-shot manner. Our framework is built on three key contributions. First, identity and audio timbre control are achieved through separate reference identity and audio LoRA modules that operate through self-attention layers within the base audio-video generation model. Second, we introduce a contrastive learning objective alongside the standard flow matching objective. It uses predicted flows conditioned on reference inputs as positive examples and those without reference conditions as negative examples, thereby enhancing the model ability to preserve identity and timbre. Third, we train OmniCustom on our constructed large-scale, high-quality audio-visual human dataset. Extensive experiments demonstrate that OmniCustom outperforms existing methods in generating audio-video content with consistent identity and timbre fidelity. Project page: https://omnicustom-project.github.io/page/.

[431] MIDI-Informed Singing Accompaniment Generation in a Compositional Song Pipeline

Fang-Duo Tsai, Yi-An Lai, Fei-Yueh Chen, Hsueh-Wei Fu, Li Chai, Wei-Jaw Lee, Hao-Chung Cheng, Yi-Hsuan Yang

Main category: cs.SD

TL;DR: A compositional approach to song generation that decomposes the task into melody composition, singing voice synthesis, and MIDI-informed singing accompaniment generation, improving rhythmic/harmonic alignment while requiring less data/compute than end-to-end models.

DetailsMotivation: End-to-end song generation models are data- and compute-intensive with limited editability. The authors propose a compositional alternative that decomposes the task for better control, efficiency, and alignment between singing and instrumentation.

Method: Three-stage pipeline: 1) melody composition, 2) singing voice synthesis, and 3) MIDI-informed singing accompaniment generation (MIDI-SAG) that conditions accompaniment on symbolic vocal-melody MIDI. Addresses intermittent vocals in compositional song generation by combining explicit rhythmic/harmonic controls with audio continuation.

Result: The pipeline approaches perceptual quality of recent open-source end-to-end baselines in several metrics while requiring only 2.5k hours of audio on a single RTX 3090 (lightweight training).

Conclusion: Compositional song generation with MIDI-SAG offers an efficient, editable alternative to end-to-end models, achieving competitive quality with significantly reduced computational requirements.

Abstract: Song generation aims to produce full songs with vocals and accompaniment from lyrics and text descriptions, yet end-to-end models remain data- and compute-intensive and provide limited editability. We advocate a compositional alternative that decomposes the task into melody composition, singing voice synthesis, and singing accompaniment generation. Central to our approach is MIDI-informed singing accompaniment generation (MIDI-SAG), which conditions accompaniment on the symbolic vocal-melody MIDI to improve rhythmic and harmonic alignment between singing and instrumentation. Moreover, beyond conventional SAG settings that assume continuously sung vocals, compositional song generation features intermittent vocals; we address this by combining explicit rhythmic/harmonic controls with audio continuation to keep the backing track consistent across vocal and non-vocal regions. With lightweight newly trained components requiring only 2.5k hours of audio on a single RTX 3090, our pipeline approaches the perceptual quality of recent open-source end-to-end baselines in several metrics. We provide audio demos and will open-source our model at https://composerflow.github.io/web/.

[432] FlexiCodec: A Dynamic Neural Audio Codec for Low Frame Rates

Jiaqi Li, Yao Qian, Yuxuan Hu, Leying Zhang, Xiaofei Wang, Heng Lu, Manthan Thakker, Jinyu Li, Sheng Zhao, Zhizheng Wu

Main category: cs.SD

TL;DR: Unable to fetch paper summary due to HTTP 429 error (rate limiting). The paper ID 2510.00981 could not be retrieved from arXiv API.

DetailsMotivation: Cannot determine motivation without access to the paper content.

Method: Cannot determine method without access to the paper content.

Result: Cannot determine results without access to the paper content.

Conclusion: Cannot draw conclusions without access to the paper content.

Abstract: Failed to fetch summary for 2510.00981: Page request resulted in HTTP 429 (https://export.arxiv.org/api/query?search_query=&id_list=2510.00981&sortBy=relevance&sortOrder=descending&start=0&max_results=100)

[433] Metric Analysis for Spatial Semantic Segmentation of Sound Scenes

Mayank Mishra, Paul Magron, Romain Serizel

Main category: cs.SD

TL;DR: Unable to fetch paper details due to HTTP 429 error (rate limiting) from arXiv API

DetailsMotivation: Cannot determine motivation without access to paper content

Method: Cannot determine method without access to paper content

Result: Cannot determine results without access to paper content

Conclusion: Cannot draw conclusions without access to paper content

Abstract: Failed to fetch summary for 2511.07075: Page request resulted in HTTP 429 (https://export.arxiv.org/api/query?search_query=&id_list=2511.07075&sortBy=relevance&sortOrder=descending&start=0&max_results=100)

[434] The Affective Bridge: Preserving Speech Representations while Enhancing Deepfake Detection vian emotional Constraints

Yupei Li, Chenyang Lyu, Longyue Wang, Weihua Luo, Kaifu Zhang, Björn W. Schuller

Main category: cs.SD

TL;DR: Failed to fetch paper summary due to HTTP 429 error (rate limiting)

DetailsMotivation: Unable to determine motivation due to fetch failure

Method: Unable to determine method due to fetch failure

Result: Unable to determine results due to fetch failure

Conclusion: Unable to determine conclusion due to fetch failure

Abstract: Failed to fetch summary for 2512.11241: Page request resulted in HTTP 429 (https://export.arxiv.org/api/query?search_query=&id_list=2512.11241&sortBy=relevance&sortOrder=descending&start=0&max_results=100)

cs.LG

[435] Latent Context Compilation: Distilling Long Context into Compact Portable Memory

Zeju Li, Yizhou Zhou, Qiang Xu

Main category: cs.LG

TL;DR: Latent Context Compilation (LCC) is a framework that compresses long contexts into portable buffer tokens using a disposable LoRA compiler, eliminating the need for synthetic QA data through self-aligned optimization with random queries.

DetailsMotivation: Current approaches for long-context LLM deployment face issues: amortized compression struggles with out-of-distribution generalization, while Test-Time Training incurs high synthetic data costs, requires model weight modifications, and creates stateful parameters that complicate concurrent serving.

Method: Uses a disposable LoRA module as a compiler to distill long contexts into compact buffer tokens. Introduces self-aligned optimization that eliminates synthetic QA pairs by regularizing context reconstruction with context-agnostic random queries, forcing compressed tokens to stay within the model’s existing instruction-following manifold.

Result: Experiments with Llama-3.1-8B show that LCC preserves fine-grained details and reasoning capabilities where prior methods fail, effectively decoupling memory density from model parameters even at 16x compression ratio.

Conclusion: LCC fundamentally shifts context processing from adaptation to compilation, creating stateless, portable memory artifacts that are plug-and-play compatible with frozen base models, solving key deployment challenges for long-context LLMs.

Abstract: Efficient long-context LLM deployment is stalled by a dichotomy between amortized compression, which struggles with out-of-distribution generalization, and Test-Time Training, which incurs prohibitive synthetic data costs and requires modifying model weights, creating stateful parameters that complicate concurrent serving. We propose Latent Context Compilation, a framework that fundamentally shifts context processing from adaptation to compilation. By utilizing a disposable LoRA module as a compiler, we distill long contexts into compact buffer tokens – stateless, portable memory artifacts that are plug-and-play compatible with frozen base models. Crucially, we introduce a self-aligned optimization strategy that eliminates the need for synthetic context-relevant QA pairs. By regularizing context reconstruction task with context-agnostic random queries, we force compressed tokens to reside within the model’s existing instruction-following manifold. Experiments with Llama-3.1-8B demonstrate that Latent Context Compilation preserves fine-grained details and reasoning capabilities where prior methods falter, effectively decoupling memory density from model parameters even at a 16x compression ratio.

[436] ACAR: Adaptive Complexity Routing for Multi-Model Ensembles with Auditable Decision Traces

Ramchand Kumaresan

Main category: cs.LG

TL;DR: ACAR is a framework for routing tasks across multiple LLMs using self-consistency variance, achieving better accuracy than two-model baselines while avoiding full ensembling on most tasks.

DetailsMotivation: To develop an auditable, model-agnostic framework for multi-model orchestration that can intelligently route tasks across different numbers of models based on task complexity, while providing complete transparency into decision processes.

Method: Uses self-consistency variance (sigma) computed from N=3 probe samples to route tasks across single-model, two-model, and three-model execution modes. Implemented on TEAMLLM deterministic substrate with immutable artifacts and decision traces.

Result: Sigma-based routing achieves 55.6% accuracy, exceeding two-model baseline (54.4%) while avoiding full ensembling on 54.2% of tasks. Negative results show retrieval augmentation reduces accuracy, agreement-but-wrong failures bound accuracy, and attribution proxies are unreliable.

Conclusion: ACAR provides a practical, auditable framework for multi-model routing with falsifiable baselines, documenting key failure modes in retrieval augmentation, self-consistency limitations, and attribution challenges for future research.

Abstract: We present ACAR (Adaptive Complexity and Attribution Routing), a measurement framework for studying multi-model orchestration under auditable conditions. ACAR uses self-consistency variance (sigma) computed from N=3 probe samples to route tasks across single-model, two-model, and three-model execution modes. The system is implemented on top of TEAMLLM, a deterministic execution substrate with immutable artifacts and complete decision traces. We evaluate ACAR on 1,510 tasks spanning four benchmarks: MathArena, Reasoning Gym, LiveCodeBench, and SuperGPQA, using Claude Sonnet 4, GPT-4o, and Gemini 2.0 Flash, producing more than 7,550 auditable runs. Results show that sigma-based routing achieves 55.6 percent accuracy, exceeding the two-model baseline of 54.4 percent while avoiding full ensembling on 54.2 percent of tasks. The routing mechanism is model-agnostic and requires no learned components. We also document negative results. First, retrieval augmentation reduced accuracy by 3.4 percentage points, as median retrieval similarity was only 0.167, demonstrating that experience injection without semantic alignment introduces noise rather than grounding. Second, when models agree on incorrect answers (sigma equals zero), no downstream ensemble can recover; this agreement-but-wrong failure mode is intrinsic to self-consistency and bounds achievable accuracy at approximately eight percentage points below full ensembling. Third, attribution estimates based on proxy signals such as response similarity and entropy showed weak correlation with ground-truth leave-one-out values, indicating that practical attribution requires explicit counterfactual computation. This work documents which assumptions fail in practice and provides falsifiable baselines for future research on routing, retrieval, and multi-model attribution.

[437] Neural network optimization strategies and the topography of the loss landscape

Jianneng Yu, Alexandre V. Morozov

Main category: cs.LG

TL;DR: Unable to fetch paper summary due to HTTP 429 error (rate limiting)

DetailsMotivation: Cannot determine motivation without access to paper content

Method: Cannot determine method without access to paper content

Result: Cannot determine results without access to paper content

Conclusion: Cannot draw conclusions without access to paper content

Abstract: Failed to fetch summary for 2602.21276: Page request resulted in HTTP 429 (https://export.arxiv.org/api/query?search_query=&id_list=2602.21276&sortBy=relevance&sortOrder=descending&start=0&max_results=100)

[438] AgentLTV: An Agent-Based Unified Search-and-Evolution Framework for Automated Lifetime Value Prediction

Chaowei Wu, Huazhu Chen, Congde Yuan, Qirui Yang, Guoqing Song, Yue Gao, Li Luo, Frank Youhua Chen, Mengzhuo Guo

Main category: cs.LG

TL;DR: Failed to fetch paper summary due to HTTP 429 error (rate limiting)

DetailsMotivation: Unable to determine motivation due to access error

Method: Unable to determine method due to access error

Result: Unable to determine results due to access error

Conclusion: Unable to draw conclusions due to access error

Abstract: Failed to fetch summary for 2602.21634: Page request resulted in HTTP 429 (https://export.arxiv.org/api/query?search_query=&id_list=2602.21634&sortBy=relevance&sortOrder=descending&start=0&max_results=100)

[439] Robust AI Evaluation through Maximal Lotteries

Hadi Khalaf, Serena L. Wang, Daniel Halpern, Itai Shapira, Flavio du Pin Calmon, Ariel D. Procaccia

Main category: cs.LG

TL;DR: Failed to fetch paper summary due to HTTP 429 error (rate limiting)

DetailsMotivation: Unable to determine motivation due to technical error fetching paper content

Method: Unable to determine method due to technical error fetching paper content

Result: Unable to determine results due to technical error fetching paper content

Conclusion: Unable to draw conclusions due to technical error fetching paper content

Abstract: Failed to fetch summary for 2602.21297: Page request resulted in HTTP 429 (https://export.arxiv.org/api/query?search_query=&id_list=2602.21297&sortBy=relevance&sortOrder=descending&start=0&max_results=100)

[440] SymTorch: A Framework for Symbolic Distillation of Deep Neural Networks

Elizabeth S.Z. Tan, Adil Soubki, Miles Cranmer

Main category: cs.LG

TL;DR: Failed to fetch paper summary due to HTTP 429 error (rate limiting)

DetailsMotivation: Unable to determine motivation due to fetch failure

Method: Unable to determine method due to fetch failure

Result: Unable to determine results due to fetch failure

Conclusion: Unable to determine conclusion due to fetch failure

Abstract: Failed to fetch summary for 2602.21307: Page request resulted in HTTP 429 (https://export.arxiv.org/api/query?search_query=&id_list=2602.21307&sortBy=relevance&sortOrder=descending&start=0&max_results=100)

[441] Hierarchical Lead Critic based Multi-Agent Reinforcement Learning

David Eckel, Henri Meeß

Main category: cs.LG

TL;DR: Failed to fetch paper summary due to HTTP 429 error (rate limiting)

DetailsMotivation: Unable to determine motivation due to fetch failure

Method: Unable to determine method due to fetch failure

Result: Unable to determine results due to fetch failure

Conclusion: Unable to determine conclusion due to fetch failure

Abstract: Failed to fetch summary for 2602.21680: Page request resulted in HTTP 429 (https://export.arxiv.org/api/query?search_query=&id_list=2602.21680&sortBy=relevance&sortOrder=descending&start=0&max_results=100)

[442] Shared Nature, Unique Nurture: PRISM for Pluralistic Reasoning via In-context Structure Modeling

Guancheng Tu, Shiyang Zhang, Tianyu Zhang, Yi Zhang, Diji Yang

Main category: cs.LG

TL;DR: Failed to fetch paper summary due to HTTP 429 error (rate limiting)

DetailsMotivation: Unable to determine motivation due to API rate limiting preventing access to paper content

Method: Cannot analyze method as paper content is unavailable due to HTTP 429 error

Result: No results available - arXiv API rate limiting prevented access to paper information

Conclusion: Cannot draw conclusions about paper relevance without access to paper content

Abstract: Failed to fetch summary for 2602.21317: Page request resulted in HTTP 429 (https://export.arxiv.org/api/query?search_query=&id_list=2602.21317&sortBy=relevance&sortOrder=descending&start=0&max_results=100)

[443] Tool-R0: Self-Evolving LLM Agents for Tool-Learning from Zero Data

Emre Can Acikgoz, Cheng Qian, Jonas Hübotter, Heng Ji, Dilek Hakkani-Tür, Gokhan Tur

Main category: cs.LG

TL;DR: Unable to fetch paper summary due to HTTP 429 error (rate limiting). The paper ID 2602.21320 suggests it’s from February 2026, which is in the future relative to current date.

DetailsMotivation: Cannot determine motivation due to inability to access paper content.

Method: Cannot determine method due to inability to access paper content.

Result: Cannot determine results due to inability to access paper content.

Conclusion: Cannot draw conclusions due to inability to access paper content.

Abstract: Failed to fetch summary for 2602.21320: Page request resulted in HTTP 429 (https://export.arxiv.org/api/query?search_query=&id_list=2602.21320&sortBy=relevance&sortOrder=descending&start=0&max_results=100)

[444] Dynamic Symmetric Point Tracking: Tackling Non-ideal Reference in Analog In-memory Training

Quan Xiao, Jindan Li, Zhaoxian Wu, Tayfun Gokmen, Tianyi Chen

Main category: cs.LG

TL;DR: This paper addresses the challenge of training neural networks on analog in-memory computing (AIMC) devices by proposing a dynamic symmetric point estimation method to mitigate device update asymmetry, with theoretical analysis and enhanced signal processing techniques.

DetailsMotivation: Analog in-memory computing offers energy-efficient scaling for large vision and language models, but non-ideal device properties like update asymmetry cause systematic weight drift toward device-specific symmetric points that don't align with training objectives. Existing calibration methods are costly and residual errors degrade accuracy.

Method: The authors provide the first theoretical characterization of symmetric point calibration pulse complexity and estimation error. They propose a dynamic symmetric point estimation method that tracks the symmetric point during training with convergence guarantees, plus an enhanced variant using chopping and filtering techniques from digital signal processing.

Result: Numerical experiments demonstrate both efficiency and effectiveness of the proposed method in addressing AIMC device asymmetry issues during neural network training.

Conclusion: The dynamic symmetric point estimation approach provides a practical solution to mitigate analog device asymmetry in AIMC training, enabling more effective deployment of large vision and language models on energy-efficient analog hardware platforms.

Abstract: Analog in-memory computing (AIMC) performs computation directly within resistive crossbar arrays, offering an energy-efficient platform to scale large vision and language models. However, non-ideal analog device properties make the training on AIMC devices challenging. In particular, its update asymmetry can induce a systematic drift of weight updates towards a device-specific symmetric point (SP), which typically does not align with the optimum of the training objective. To mitigate this bias, most existing works assume the SP is known and pre-calibrate it to zero before training by setting the reference point as the SP. Nevertheless, calibrating AIMC devices requires costly pulse updates, and residual calibration error can directly degrade training accuracy. In this work, we present the first theoretical characterization of the pulse complexity of SP calibration and the resulting estimation error. We further propose a dynamic SP estimation method that tracks the SP during model training, and establishes its convergence guarantees. In addition, we develop an enhanced variant based on chopping and filtering techniques from digital signal processing. Numerical experiments demonstrate both the efficiency and effectiveness of the proposed method.

[445] Efficient Opportunistic Approachability

Teodor Vanislavov Marinov, Mehryar Mohri, Princewill Okoroafor, Jon Schneider, Julian Zimmert

Main category: cs.LG

TL;DR: Failed to fetch paper summary due to HTTP 429 error (rate limiting)

DetailsMotivation: Unable to determine motivation due to API rate limiting preventing access to paper content

Method: Cannot analyze method as paper content is unavailable due to HTTP 429 error

Result: No results available - API request was rate limited

Conclusion: Cannot provide analysis due to technical limitations in accessing the paper

Abstract: Failed to fetch summary for 2602.21328: Page request resulted in HTTP 429 (https://export.arxiv.org/api/query?search_query=&id_list=2602.21328&sortBy=relevance&sortOrder=descending&start=0&max_results=100)

[446] HiPPO Zoo: Explicit Memory Mechanisms for Interpretable State Space Models

Jack Goffinet, Casey Hanks, David E. Carlson

Main category: cs.LG

TL;DR: Paper ID 2602.21340 appears to be unavailable due to HTTP 429 error (rate limiting), preventing access to the abstract and content for analysis.

DetailsMotivation: Unable to determine motivation due to paper content being inaccessible. The HTTP 429 error suggests the arXiv API is rate limiting requests, which prevents fetching the paper summary.

Method: No method information available as the paper content could not be retrieved. The error indicates technical limitations in accessing the resource rather than issues with the paper itself.

Result: No results available for analysis. The only available information is the technical error (HTTP 429) when attempting to fetch the paper summary from arXiv.

Conclusion: The paper cannot be analyzed due to technical limitations in accessing its content. The HTTP 429 error suggests waiting before retrying the request or using alternative methods to obtain the paper information.

Abstract: Failed to fetch summary for 2602.21340: Page request resulted in HTTP 429 (https://export.arxiv.org/api/query?search_query=&id_list=2602.21340&sortBy=relevance&sortOrder=descending&start=0&max_results=100)

[447] Archetypal Graph Generative Models: Explainable and Identifiable Communities via Anchor-Dominant Convex Hulls

Nikolaos Nakis, Chrysoula Kosma, Panagiotis Promponas, Michail Chatzianastasis, Giannis Nikolentzos

Main category: cs.LG

TL;DR: Unable to analyze paper 2602.21342 due to HTTP 429 error when fetching from arXiv API

DetailsMotivation: Cannot determine motivation as paper content could not be retrieved

Method: Cannot determine method as paper content could not be retrieved

Result: Cannot determine results as paper content could not be retrieved

Conclusion: Cannot draw conclusions as paper content could not be retrieved

Abstract: Failed to fetch summary for 2602.21342: Page request resulted in HTTP 429 (https://export.arxiv.org/api/query?search_query=&id_list=2602.21342&sortBy=relevance&sortOrder=descending&start=0&max_results=100)

[448] Interleaved Head Attention

Sai Surya Duvvuri, Chanakya Ekbote, Rachit Bansal, Rishabh Tiwari, Devvrit Khatri, David Brandfonbrener, Paul Liang, Inderjit Dhillon, Manzil Zaheer

Main category: cs.LG

TL;DR: Failed to fetch paper summary due to HTTP 429 error (rate limiting)

DetailsMotivation: Unable to determine motivation due to failed paper fetch

Method: Unable to determine method due to failed paper fetch

Result: Unable to determine results due to failed paper fetch

Conclusion: Unable to determine conclusion due to failed paper fetch

Abstract: Failed to fetch summary for 2602.21371: Page request resulted in HTTP 429 (https://export.arxiv.org/api/query?search_query=&id_list=2602.21371&sortBy=relevance&sortOrder=descending&start=0&max_results=100)

[449] Defensive Generation

Gabriele Farina, Juan Carlos Perdomo

Main category: cs.LG

TL;DR: Unable to fetch paper summary due to HTTP 429 error (rate limiting).

DetailsMotivation: Cannot determine motivation without access to paper content.

Method: Cannot determine method without access to paper content.

Result: Cannot determine results without access to paper content.

Conclusion: Cannot draw conclusions without access to paper content.

Abstract: Failed to fetch summary for 2602.21390: Page request resulted in HTTP 429 (https://export.arxiv.org/api/query?search_query=&id_list=2602.21390&sortBy=relevance&sortOrder=descending&start=0&max_results=100)

[450] Generative Bayesian Computation as a Scalable Alternative to Gaussian Process Surrogates

Nick Polson, Vadim Sokolov

Main category: cs.LG

TL;DR: Unable to fetch paper details due to HTTP 429 error (rate limiting) from arXiv API

DetailsMotivation: Cannot determine motivation as paper content is unavailable

Method: Cannot determine method as paper content is unavailable

Result: Cannot determine results as paper content is unavailable

Conclusion: Cannot draw conclusions as paper content is unavailable

Abstract: Failed to fetch summary for 2602.21408: Page request resulted in HTTP 429 (https://export.arxiv.org/api/query?search_query=&id_list=2602.21408&sortBy=relevance&sortOrder=descending&start=0&max_results=100)

[451] Benchmarking State Space Models, Transformers, and Recurrent Networks for US Grid Forecasting

Sunki Hong, Jisoo Lee, Yuanyuan Shi

Main category: cs.LG

TL;DR: Unable to fetch paper summary due to HTTP 429 error (rate limiting)

DetailsMotivation: Cannot determine motivation as paper content is unavailable

Method: Cannot determine method as paper content is unavailable

Result: Cannot determine results as paper content is unavailable

Conclusion: Cannot determine conclusion as paper content is unavailable

Abstract: Failed to fetch summary for 2602.21415: Page request resulted in HTTP 429 (https://export.arxiv.org/api/query?search_query=&id_list=2602.21415&sortBy=relevance&sortOrder=descending&start=0&max_results=100)

[452] Proximal-IMH: Proximal Posterior Proposals for Independent Metropolis-Hastings with Approximate Operators

Youguang Chen, George Biros

Main category: cs.LG

TL;DR: Unable to fetch paper summary due to HTTP 429 error (rate limiting)

DetailsMotivation: Cannot determine motivation without access to paper content

Method: Cannot determine method without access to paper content

Result: Cannot determine results without access to paper content

Conclusion: Cannot determine conclusion without access to paper content

Abstract: Failed to fetch summary for 2602.21426: Page request resulted in HTTP 429 (https://export.arxiv.org/api/query?search_query=&id_list=2602.21426&sortBy=relevance&sortOrder=descending&start=0&max_results=100)

[453] When Learning Hurts: Fixed-Pole RNN for Real-Time Online Training

Alexander Morgan, Ummay Sumaya Khan, Lingjia Liu, Lizhong Zheng

Main category: cs.LG

TL;DR: Failed to fetch paper summary due to HTTP 429 error (rate limiting) from arXiv API

DetailsMotivation: Unable to determine motivation as paper content could not be retrieved

Method: Unable to determine method as paper content could not be retrieved

Result: Unable to determine results as paper content could not be retrieved

Conclusion: Unable to draw conclusions as paper content could not be retrieved

Abstract: Failed to fetch summary for 2602.21454: Page request resulted in HTTP 429 (https://export.arxiv.org/api/query?search_query=&id_list=2602.21454&sortBy=relevance&sortOrder=descending&start=0&max_results=100)

[454] Effects of Training Data Quality on Classifier Performance

Alan F. Karr, Regina Ruane

Main category: cs.LG

TL;DR: Unable to fetch paper details due to HTTP 429 error (rate limiting). The paper ID 2602.21462 suggests it’s from February 2026, which is unusual for current date.

DetailsMotivation: Cannot determine motivation without access to the paper content.

Method: Cannot determine method without access to the paper content.

Result: Cannot determine results without access to the paper content.

Conclusion: Cannot draw conclusions without access to the paper content.

Abstract: Failed to fetch summary for 2602.21462: Page request resulted in HTTP 429 (https://export.arxiv.org/api/query?search_query=&id_list=2602.21462&sortBy=relevance&sortOrder=descending&start=0&max_results=100)

[455] Asymptotically Fast Clebsch-Gordan Tensor Products with Vector Spherical Harmonics

YuQing Xie, Ameya Daigavane, Mit Kotak, Tess Smidt

Main category: cs.LG

TL;DR: Unable to fetch paper details due to HTTP 429 error (rate limiting) from arXiv API

DetailsMotivation: Cannot determine motivation as paper content is unavailable

Method: Cannot determine method as paper content is unavailable

Result: Cannot determine results as paper content is unavailable

Conclusion: Cannot determine conclusion as paper content is unavailable

Abstract: Failed to fetch summary for 2602.21466: Page request resulted in HTTP 429 (https://export.arxiv.org/api/query?search_query=&id_list=2602.21466&sortBy=relevance&sortOrder=descending&start=0&max_results=100)

[456] Geometric Priors for Generalizable World Models via Vector Symbolic Architecture

William Youngwoo Chung, Calvin Yeung, Hansen Jin Lillemark, Zhuowen Zou, Xiangjian Liu, Mohsen Imani

Main category: cs.LG

TL;DR: Unable to fetch paper summary due to HTTP 429 error (rate limiting) from arXiv API

DetailsMotivation: Cannot determine motivation as paper content is unavailable due to API rate limiting

Method: Cannot determine method as paper content is unavailable

Result: Cannot determine results as paper content is unavailable

Conclusion: Cannot draw conclusions about the paper due to technical limitations in accessing the content

Abstract: Failed to fetch summary for 2602.21467: Page request resulted in HTTP 429 (https://export.arxiv.org/api/query?search_query=&id_list=2602.21467&sortBy=relevance&sortOrder=descending&start=0&max_results=100)

[457] D-Flow SGLD: Source-Space Posterior Sampling for Scientific Inverse Problems with Flow Matching

Meet Hemant Parikh, Yaqin Chen, Jian-Xun Wang

Main category: cs.LG

TL;DR: Unable to analyze paper 2602.21469 due to HTTP 429 error when fetching from arXiv API

DetailsMotivation: Cannot determine motivation without access to paper content

Method: Cannot determine method without access to paper content

Result: Cannot determine results without access to paper content

Conclusion: Cannot draw conclusions without access to paper content

Abstract: Failed to fetch summary for 2602.21469: Page request resulted in HTTP 429 (https://export.arxiv.org/api/query?search_query=&id_list=2602.21469&sortBy=relevance&sortOrder=descending&start=0&max_results=100)

[458] The Design Space of Tri-Modal Masked Diffusion Models

Louis Bethune, Victor Turrisi, Bruno Kacper Mlodozeniec, Pau Rodriguez Lopez, Lokesh Boominathan, Nikhil Bhendawade, Amitis Shidani, Joris Pelemans, Theo X. Olausson, Devon Hjelm, Paul Dixon, Joao Monteiro, Pierre Ablin, Vishnu Banna, Arno Blaas, Nick Henderson, Kari Noriy, Dan Busbridge, Josh Susskind, Marco Cuturi, Irina Belousova, Luca Zappella, Russ Webb, Jason Ramapuram

Main category: cs.LG

TL;DR: Unable to fetch paper details due to HTTP 429 error (rate limiting)

DetailsMotivation: Cannot determine motivation as paper content is unavailable

Method: Cannot determine method as paper content is unavailable

Result: Cannot determine results as paper content is unavailable

Conclusion: Cannot determine conclusion as paper content is unavailable

Abstract: Failed to fetch summary for 2602.21472: Page request resulted in HTTP 429 (https://export.arxiv.org/api/query?search_query=&id_list=2602.21472&sortBy=relevance&sortOrder=descending&start=0&max_results=100)

[459] Learning Recursive Multi-Scale Representations for Irregular Multivariate Time Series Forecasting

Boyuan Li, Zhen Liu, Yicheng Luo, Qianli Ma

Main category: cs.LG

TL;DR: Unable to analyze paper 2602.21498 due to HTTP 429 error when fetching abstract from arXiv API

DetailsMotivation: Cannot determine motivation as abstract is unavailable

Method: Cannot determine method as abstract is unavailable

Result: Cannot determine results as abstract is unavailable

Conclusion: Cannot draw conclusions without access to paper content

Abstract: Failed to fetch summary for 2602.21498: Page request resulted in HTTP 429 (https://export.arxiv.org/api/query?search_query=&id_list=2602.21498&sortBy=relevance&sortOrder=descending&start=0&max_results=100)

[460] Muon+: Towards Better Muon via One Additional Normalization Step

Ruijie Zhang, Yequan Zhao, Ziyue Liu, Zhengyang Wang, Zheng Zhang

Main category: cs.LG

TL;DR: Unable to fetch paper details due to HTTP 429 error (rate limiting)

DetailsMotivation: Cannot determine motivation without access to paper content

Method: Cannot determine method without access to paper content

Result: Cannot determine results without access to paper content

Conclusion: Cannot draw conclusions without access to paper content

Abstract: Failed to fetch summary for 2602.21545: Page request resulted in HTTP 429 (https://export.arxiv.org/api/query?search_query=&id_list=2602.21545&sortBy=relevance&sortOrder=descending&start=0&max_results=100)

[461] Mamba Meets Scheduling: Learning to Solve Flexible Job Shop Scheduling with Efficient Sequence Modeling

Zhi Cao, Cong Zhang, Yaoxin Wu, Yaqing Hou, Hongwei Ge

Main category: cs.LG

TL;DR: Unable to analyze paper 2602.21546 due to HTTP 429 error when fetching abstract from arXiv API

DetailsMotivation: Cannot determine motivation as abstract retrieval failed

Method: Cannot determine method as abstract retrieval failed

Result: Cannot determine results as abstract retrieval failed

Conclusion: Cannot draw conclusion without access to paper content

Abstract: Failed to fetch summary for 2602.21546: Page request resulted in HTTP 429 (https://export.arxiv.org/api/query?search_query=&id_list=2602.21546&sortBy=relevance&sortOrder=descending&start=0&max_results=100)

[462] Extending Sequence Length is Not All You Need: Effective Integration of Multimodal Signals for Gene Expression Prediction

Zhao Yang, Yi Duan, Jiwei Zhu, Ying Ba, Chuan Cao, Bing Su

Main category: cs.LG

TL;DR: Failed to fetch paper summary due to HTTP 429 error (rate limiting) from arXiv API

DetailsMotivation: Unable to determine motivation due to technical error in accessing paper content

Method: Cannot analyze method due to technical error in accessing paper content

Result: Cannot report results due to technical error in accessing paper content

Conclusion: Cannot draw conclusions due to technical error in accessing paper content

Abstract: Failed to fetch summary for 2602.21550: Page request resulted in HTTP 429 (https://export.arxiv.org/api/query?search_query=&id_list=2602.21550&sortBy=relevance&sortOrder=descending&start=0&max_results=100)

[463] Training-free Composition of Pre-trained GFlowNets for Multi-Objective Generation

Seokwon Yoon, Youngbin Choi, Seunghyuk Cho, Seungbeom Lee, MoonJeong Park, Dongwoo Kim

Main category: cs.LG

TL;DR: Unable to fetch paper summary due to HTTP 429 error (rate limiting)

DetailsMotivation: Cannot determine motivation without access to paper content

Method: Cannot determine method without access to paper content

Result: Cannot determine results without access to paper content

Conclusion: Cannot draw conclusions without access to paper content

Abstract: Failed to fetch summary for 2602.21565: Page request resulted in HTTP 429 (https://export.arxiv.org/api/query?search_query=&id_list=2602.21565&sortBy=relevance&sortOrder=descending&start=0&max_results=100)

[464] Duel-Evolve: Reward-Free Test-Time Scaling via LLM Self-Preferences

Sweta Karlekar, Carolina Zheng, Magnus Saebo, Nicolas Beltran-Velez, Shuyang Yu, John Bowlan, Michal Kucer, David Blei

Main category: cs.LG

TL;DR: Failed to fetch paper summary due to HTTP 429 error (rate limiting)

DetailsMotivation: Unable to determine motivation due to access restrictions

Method: Unable to determine method due to access restrictions

Result: Unable to determine results due to access restrictions

Conclusion: Unable to determine conclusion due to access restrictions

Abstract: Failed to fetch summary for 2602.21585: Page request resulted in HTTP 429 (https://export.arxiv.org/api/query?search_query=&id_list=2602.21585&sortBy=relevance&sortOrder=descending&start=0&max_results=100)

[465] ABM-UDE: Developing Surrogates for Epidemic Agent-Based Models via Scientific Machine Learning

Sharv Murgai, Utkarsh Utkarsh, Kyle C. Nguyen, Alan Edelman, Erin C. S. Acquesta, Christopher Vincent Rackauckas

Main category: cs.LG

TL;DR: Unable to fetch paper summary due to HTTP 429 error (rate limiting)

DetailsMotivation: Cannot determine motivation without access to paper content

Method: Cannot determine method without access to paper content

Result: Cannot determine results without access to paper content

Conclusion: Cannot draw conclusions without access to paper content

Abstract: Failed to fetch summary for 2602.21588: Page request resulted in HTTP 429 (https://export.arxiv.org/api/query?search_query=&id_list=2602.21588&sortBy=relevance&sortOrder=descending&start=0&max_results=100)

[466] NGDB-Zoo: Towards Efficient and Scalable Neural Graph Databases Training

Zhongwei Xie, Jiaxin Bai, Shujie Liu, Haoyu Huang, Yufei Li, Yisen Gao, Hong Ting Tsang, Yangqiu Song

Main category: cs.LG

TL;DR: Failed to fetch paper summary due to HTTP 429 error (rate limiting) from arXiv API

DetailsMotivation: Unable to determine motivation due to API access limitations

Method: Unable to determine method due to API access limitations

Result: Unable to determine results due to API access limitations

Conclusion: Unable to determine conclusion due to API access limitations

Abstract: Failed to fetch summary for 2602.21597: Page request resulted in HTTP 429 (https://export.arxiv.org/api/query?search_query=&id_list=2602.21597&sortBy=relevance&sortOrder=descending&start=0&max_results=100)

[467] Deep Clustering based Boundary-Decoder Net for Inter and Intra Layer Stress Prediction of Heterogeneous Integrated IC Chip

Kart Leong Lim, Ji Lin

Main category: cs.LG

TL;DR: Unable to fetch paper summary due to HTTP 429 error (rate limiting)

DetailsMotivation: Cannot determine motivation as paper content is unavailable

Method: Cannot determine method as paper content is unavailable

Result: Cannot determine results as paper content is unavailable

Conclusion: Cannot draw conclusions as paper content is unavailable

Abstract: Failed to fetch summary for 2602.21601: Page request resulted in HTTP 429 (https://export.arxiv.org/api/query?search_query=&id_list=2602.21601&sortBy=relevance&sortOrder=descending&start=0&max_results=100)

[468] Multimodal Survival Modeling and Fairness-Aware Clinical Machine Learning for 5-Year Breast Cancer Risk Prediction

Toktam Khatibi

Main category: cs.LG

TL;DR: Failed to fetch paper summary due to HTTP 429 error (rate limiting)

DetailsMotivation: Unable to determine motivation due to fetch failure

Method: Unable to determine method due to fetch failure

Result: Unable to determine results due to fetch failure

Conclusion: Unable to draw conclusions due to fetch failure

Abstract: Failed to fetch summary for 2602.21648: Page request resulted in HTTP 429 (https://export.arxiv.org/api/query?search_query=&id_list=2602.21648&sortBy=relevance&sortOrder=descending&start=0&max_results=100)

[469] Error-awareness Accelerates Active Automata Learning

Loes Kruger, Sebastian Junges, Jurriaan Rot

Main category: cs.LG

TL;DR: Unable to analyze paper 2602.21674 due to HTTP 429 error when fetching from arXiv API

DetailsMotivation: Cannot determine motivation as paper content is unavailable

Method: Cannot determine method as paper content is unavailable

Result: Cannot determine results as paper content is unavailable

Conclusion: Cannot draw conclusions as paper content is unavailable

Abstract: Failed to fetch summary for 2602.21674: Page request resulted in HTTP 429 (https://export.arxiv.org/api/query?search_query=&id_list=2602.21674&sortBy=relevance&sortOrder=descending&start=0&max_results=100)

[470] TiMi: Empower Time Series Transformers with Multimodal Mixture of Experts

Jiafeng Lin, Yuxuan Wang, Huakun Luo, Zhongyi Pei, Jianmin Wang

Main category: cs.LG

TL;DR: Unable to fetch paper summary due to HTTP 429 error (rate limiting)

DetailsMotivation: Cannot determine motivation as paper content is unavailable

Method: Cannot determine method as paper content is unavailable

Result: Cannot determine results as paper content is unavailable

Conclusion: Cannot draw conclusions without access to paper content

Abstract: Failed to fetch summary for 2602.21693: Page request resulted in HTTP 429 (https://export.arxiv.org/api/query?search_query=&id_list=2602.21693&sortBy=relevance&sortOrder=descending&start=0&max_results=100)

[471] Learning Complex Physical Regimes via Coverage-oriented Uncertainty Quantification: An application to the Critical Heat Flux

Michele Cazzola, Alberto Ghione, Lucia Sargentini, Julien Nespoulous, Riccardo Finotello

Main category: cs.LG

TL;DR: Failed to fetch paper summary due to HTTP 429 error (rate limiting)

DetailsMotivation: Unable to determine motivation due to fetch failure

Method: Unable to determine method due to fetch failure

Result: Unable to determine results due to fetch failure

Conclusion: Unable to determine conclusion due to fetch failure

Abstract: Failed to fetch summary for 2602.21701: Page request resulted in HTTP 429 (https://export.arxiv.org/api/query?search_query=&id_list=2602.21701&sortBy=relevance&sortOrder=descending&start=0&max_results=100)

[472] C$^{2}$TC: A Training-Free Framework for Efficient Tabular Data Condensation

Sijia Xu, Fan Li, Xiaoyang Wang, Zhengyi Yang, Xuemin Lin

Main category: cs.LG

TL;DR: Failed to fetch paper summary due to HTTP 429 error (rate limiting)

DetailsMotivation: Unable to determine motivation due to fetch failure

Method: Unable to determine method due to fetch failure

Result: Unable to determine results due to fetch failure

Conclusion: Unable to determine conclusion due to fetch failure

Abstract: Failed to fetch summary for 2602.21717: Page request resulted in HTTP 429 (https://export.arxiv.org/api/query?search_query=&id_list=2602.21717&sortBy=relevance&sortOrder=descending&start=0&max_results=100)

[473] From Words to Amino Acids: Does the Curse of Depth Persist?

Aleena Siji, Amir Mohammad Karimi Mamaghan, Ferdinand Kapl, Tobias Höppe, Emmanouil Angelis, Andrea Dittadi, Maurice Brenner, Michael Heinzinger, Karl Henrik Johansson, Kaitlin Maile, Johannes von Oswald, Stefan Bauer

Main category: cs.LG

TL;DR: Failed to fetch paper summary due to HTTP 429 error (rate limiting)

DetailsMotivation: Unable to determine motivation due to API rate limiting preventing access to paper details

Method: Cannot analyze method without access to paper content

Result: No results available due to technical error in fetching paper information

Conclusion: Cannot draw conclusions about paper content due to access limitations

Abstract: Failed to fetch summary for 2602.21750: Page request resulted in HTTP 429 (https://export.arxiv.org/api/query?search_query=&id_list=2602.21750&sortBy=relevance&sortOrder=descending&start=0&max_results=100)

[474] DocDjinn: Controllable Synthetic Document Generation with VLMs and Handwriting Diffusion

Marcel Lamott, Saifullah Saifullah, Nauman Riaz, Yves-Noel Weweler, Tobias Alt-Veit, Ahmad Sarmad Ali, Muhammad Armaghan Shakir, Adrian Kalwa, Momina Moetesum, Andreas Dengel, Sheraz Ahmed, Faisal Shafait, Ulrich Schwanecke, Adrian Ulges

Main category: cs.LG

TL;DR: Unable to fetch paper summary due to HTTP 429 error (rate limiting)

DetailsMotivation: Cannot determine motivation due to failed paper fetch

Method: Cannot determine method due to failed paper fetch

Result: Cannot determine results due to failed paper fetch

Conclusion: Cannot determine conclusion due to failed paper fetch

Abstract: Failed to fetch summary for 2602.21824: Page request resulted in HTTP 429 (https://export.arxiv.org/api/query?search_query=&id_list=2602.21824&sortBy=relevance&sortOrder=descending&start=0&max_results=100)

[475] JSAM: Privacy Straggler-Resilient Joint Client Selection and Incentive Mechanism Design in Differentially Private Federated Learning

Ruichen Xu, Ying-Jun Angela Zhang, Jianwei Huang

Main category: cs.LG

TL;DR: Unable to fetch paper summary due to HTTP 429 error (rate limiting) from arXiv API

DetailsMotivation: Cannot determine motivation due to failed paper fetch

Method: Cannot determine method due to failed paper fetch

Result: Cannot determine results due to failed paper fetch

Conclusion: Cannot determine conclusion due to failed paper fetch

Abstract: Failed to fetch summary for 2602.21844: Page request resulted in HTTP 429 (https://export.arxiv.org/api/query?search_query=&id_list=2602.21844&sortBy=relevance&sortOrder=descending&start=0&max_results=100)

[476] The Error of Deep Operator Networks Is the Sum of Its Parts: Branch-Trunk and Mode Error Decompositions

Alexander Heinlein, Johannes Taraz

Main category: cs.LG

TL;DR: Failed to fetch paper summary due to HTTP 429 error (rate limiting)

DetailsMotivation: Unable to determine motivation due to fetch failure

Method: Unable to determine method due to fetch failure

Result: Unable to determine results due to fetch failure

Conclusion: Unable to determine conclusion due to fetch failure

Abstract: Failed to fetch summary for 2602.21910: Page request resulted in HTTP 429 (https://export.arxiv.org/api/query?search_query=&id_list=2602.21910&sortBy=relevance&sortOrder=descending&start=0&max_results=100)

[477] Learning Unknown Interdependencies for Decentralized Root Cause Analysis in Nonlinear Dynamical Systems

Ayush Mohanty, Paritosh Ramanan, Nagi Gebraeel

Main category: cs.LG

TL;DR: Unable to fetch paper summary due to HTTP 429 error (rate limiting) from arXiv API

DetailsMotivation: Cannot determine motivation due to failed paper fetch

Method: Cannot determine method due to failed paper fetch

Result: Cannot determine results due to failed paper fetch

Conclusion: Cannot determine conclusion due to failed paper fetch

Abstract: Failed to fetch summary for 2602.21928: Page request resulted in HTTP 429 (https://export.arxiv.org/api/query?search_query=&id_list=2602.21928&sortBy=relevance&sortOrder=descending&start=0&max_results=100)

[478] Bayesian Generative Adversarial Networks via Gaussian Approximation for Tabular Data Synthesis

Bahrul Ilmi Nasution, Mark Elliot, Richard Allmendinger

Main category: cs.LG

TL;DR: Failed to fetch summary for paper 2602.21948 due to HTTP 429 error (rate limiting)

DetailsMotivation: Unable to determine motivation due to failed summary fetch

Method: Unable to determine method due to failed summary fetch

Result: Unable to determine results due to failed summary fetch

Conclusion: Unable to determine conclusion due to failed summary fetch

Abstract: Failed to fetch summary for 2602.21948: Page request resulted in HTTP 429 (https://export.arxiv.org/api/query?search_query=&id_list=2602.21948&sortBy=relevance&sortOrder=descending&start=0&max_results=100)

[479] Estimation and Optimization of Ship Fuel Consumption in Maritime: Review, Challenges and Future Directions

Dusica Marijan, Hamza Haruna Mohammed, Bakht Zaman

Main category: cs.LG

TL;DR: Failed to fetch paper summary due to HTTP 429 error (rate limiting)

DetailsMotivation: Unable to determine motivation due to access restrictions

Method: Unable to determine method due to access restrictions

Result: Unable to determine results due to access restrictions

Conclusion: Unable to determine conclusion due to access restrictions

Abstract: Failed to fetch summary for 2602.21959: Page request resulted in HTTP 429 (https://export.arxiv.org/api/query?search_query=&id_list=2602.21959&sortBy=relevance&sortOrder=descending&start=0&max_results=100)

[480] Robustness in sparse artificial neural networks trained with adaptive topology

Bendegúz Sulyok, Gergely Palla, Filippo Radicchi, Santo Fortunato

Main category: cs.LG

TL;DR: Unable to fetch paper details due to HTTP 429 error (rate limiting) from arXiv API

DetailsMotivation: Cannot determine motivation as paper content is unavailable

Method: Cannot determine method as paper content is unavailable

Result: Cannot determine results as paper content is unavailable

Conclusion: Cannot draw conclusions about the paper due to data unavailability

Abstract: Failed to fetch summary for 2602.21961: Page request resulted in HTTP 429 (https://export.arxiv.org/api/query?search_query=&id_list=2602.21961&sortBy=relevance&sortOrder=descending&start=0&max_results=100)

[481] Compact Circulant Layers with Spectral Priors

Joseph Margaryan, Thomas Hamelryck

Main category: cs.LG

TL;DR: Unable to analyze paper 2602.21965 due to HTTP 429 error when fetching abstract from arXiv API

DetailsMotivation: Cannot determine motivation without access to the paper abstract

Method: Cannot determine method without access to the paper abstract

Result: Cannot determine results without access to the paper abstract

Conclusion: Cannot draw conclusions without access to the paper abstract

Abstract: Failed to fetch summary for 2602.21965: Page request resulted in HTTP 429 (https://export.arxiv.org/api/query?search_query=&id_list=2602.21965&sortBy=relevance&sortOrder=descending&start=0&max_results=100)

[482] Neural solver for Wasserstein Geodesics and optimal transport dynamics

Hailiang Liu, Yan-Han Chen

Main category: cs.LG

TL;DR: Unable to fetch paper summary due to HTTP 429 error (rate limiting)

DetailsMotivation: Cannot determine motivation due to missing paper content

Method: Cannot determine method due to missing paper content

Result: Cannot determine results due to missing paper content

Conclusion: Cannot determine conclusion due to missing paper content

Abstract: Failed to fetch summary for 2602.22003: Page request resulted in HTTP 429 (https://export.arxiv.org/api/query?search_query=&id_list=2602.22003&sortBy=relevance&sortOrder=descending&start=0&max_results=100)

[483] Function-Space Empirical Bayes Regularisation with Student’s t Priors

Pengcheng Hao, Ercan Engin Kuruoglu

Main category: cs.LG

TL;DR: Unable to fetch paper details due to HTTP 429 error (rate limiting)

DetailsMotivation: Cannot determine motivation as paper content is unavailable

Method: Cannot determine method as paper content is unavailable

Result: Cannot determine results as paper content is unavailable

Conclusion: Cannot draw conclusions without access to paper content

Abstract: Failed to fetch summary for 2602.22015: Page request resulted in HTTP 429 (https://export.arxiv.org/api/query?search_query=&id_list=2602.22015&sortBy=relevance&sortOrder=descending&start=0&max_results=100)

[484] Disease Progression and Subtype Modeling for Combined Discrete and Continuous Input Data

Sterre de Jonge, Elisabeth J. Vinke, Meike W. Vernooij, Daniel C. Alexander, Alexandra L. Young, Esther E. Bron

Main category: cs.LG

TL;DR: Unable to fetch paper summary due to HTTP 429 error (rate limiting). The arXiv API request failed, so no abstract content is available for analysis.

DetailsMotivation: Cannot determine motivation since the paper content could not be retrieved from arXiv due to rate limiting restrictions.

Method: Cannot analyze method as the paper abstract was not accessible.

Result: No results can be reported since the paper content was not fetched successfully.

Conclusion: Unable to provide any conclusions about the paper due to technical limitations in accessing the content.

Abstract: Failed to fetch summary for 2602.22018: Page request resulted in HTTP 429 (https://export.arxiv.org/api/query?search_query=&id_list=2602.22018&sortBy=relevance&sortOrder=descending&start=0&max_results=100)

[485] Sample Complexity Bounds for Robust Mean Estimation with Mean-Shift Contamination

Ilias Diakonikolas, Giannis Iakovidis, Daniel M. Kane, Sihan Liu

Main category: cs.LG

TL;DR: Failed to fetch paper summary due to HTTP 429 error (rate limiting)

DetailsMotivation: Unable to determine motivation due to fetch failure

Method: Unable to determine method due to fetch failure

Result: Unable to determine results due to fetch failure

Conclusion: Unable to determine conclusion due to fetch failure

Abstract: Failed to fetch summary for 2602.22130: Page request resulted in HTTP 429 (https://export.arxiv.org/api/query?search_query=&id_list=2602.22130&sortBy=relevance&sortOrder=descending&start=0&max_results=100)

[486] GUI-Libra: Training Native GUI Agents to Reason and Act with Action-aware Supervision and Partially Verifiable RL

Rui Yang, Qianhui Wu, Zhaoyang Wang, Hanyang Chen, Ke Yang, Hao Cheng, Huaxiu Yao, Baoling Peng, Huan Zhang, Jianfeng Gao, Tong Zhang

Main category: cs.LG

TL;DR: GUI-Libra: A tailored training recipe for GUI agents that addresses data scarcity and post-training challenges through curated datasets, action-aware SFT, and KL-regularized RL to improve both step-wise accuracy and end-to-end task completion.

DetailsMotivation: Open-source GUI agents lag behind closed-source systems on long-horizon navigation tasks due to: 1) shortage of high-quality action-aligned reasoning data, and 2) adoption of generic post-training pipelines that overlook GUI agent challenges like grounding issues and partial verifiability.

Method: Three key components: 1) Data construction pipeline producing 81K curated GUI reasoning dataset; 2) Action-aware SFT mixing reasoning-then-action and direct-action data with token reweighting; 3) KL-regularized RL with success-adaptive scaling to handle partial verifiability and improve offline-to-online predictability.

Result: GUI-Libra consistently improves both step-wise accuracy and end-to-end task completion across diverse web and mobile benchmarks, demonstrating stronger task-solving capabilities without costly online data collection.

Conclusion: Carefully designed post-training and data curation can unlock significantly stronger task-solving capabilities for GUI agents, with the released dataset, code, and models facilitating further research on data-efficient post-training for reasoning-capable GUI agents.

Abstract: Open-source native GUI agents still lag behind closed-source systems on long-horizon navigation tasks. This gap stems from two limitations: a shortage of high-quality, action-aligned reasoning data, and the direct adoption of generic post-training pipelines that overlook the unique challenges of GUI agents. We identify two fundamental issues in these pipelines: (i) standard SFT with CoT reasoning often hurts grounding, and (ii) step-wise RLVR-tyle training faces partial verifiability, where multiple actions can be correct but only a single demonstrated action is used for verification. This makes offline step-wise metrics weak predictors of online task success. In this work, we present GUI-Libra, a tailored training recipe that addresses these challenges. First, to mitigate the scarcity of action-aligned reasoning data, we introduce a data construction and filtering pipeline and release a curated 81K GUI reasoning dataset. Second, to reconcile reasoning with grounding, we propose action-aware SFT that mixes reasoning-then-action and direct-action data and reweights tokens to emphasize action and grounding. Third, to stabilize RL under partial verifiability, we identify the overlooked importance of KL regularization in RLVR and show that a KL trust region is critical for improving offline-to-online predictability; we further introduce success-adaptive scaling to downweight unreliable negative gradients. Across diverse web and mobile benchmarks, GUI-Libra consistently improves both step-wise accuracy and end-to-end task completion. Our results suggest that carefully designed post-training and data curation can unlock significantly stronger task-solving capabilities without costly online data collection. We release our dataset, code, and models to facilitate further research on data-efficient post-training for reasoning-capable GUI agents.

[487] SigmaQuant: Hardware-Aware Heterogeneous Quantization Method for Edge DNN Inference

Qunyou Liu, Pengbo Yu, Marina Zapater, David Atienza

Main category: cs.LG

TL;DR: SigmaQuant is an adaptive layer-wise heterogeneous quantization framework that efficiently balances accuracy and resource usage for DNNs on edge devices without exhaustive search.

DetailsMotivation: DNN deployment on edge devices is hindered by resource constraints. Uniform quantization fails to leverage varying layer robustness and causes accuracy degradation, while existing heterogeneous quantization methods require exhaustive search or lack adaptability to different hardware conditions.

Method: SigmaQuant introduces an adaptive layer-wise heterogeneous quantization framework that allocates different bitwidths to individual layers based on their sensitivity, without requiring exhaustive design space search.

Result: The framework efficiently balances accuracy and resource usage for varied edge environments, addressing memory, energy, and computational constraints while maintaining model performance.

Conclusion: SigmaQuant provides a practical solution for deploying DNNs on resource-constrained edge devices through adaptive heterogeneous quantization that doesn’t require exhaustive search.

Abstract: Deep neural networks (DNNs) are essential for performing advanced tasks on edge or mobile devices, yet their deployment is often hindered by severe resource constraints, including limited memory, energy, and computational power. While uniform quantization provides a straightforward approach to compress model and reduce hardware requirement, it fails to fully leverage the varying robustness across layers, and often lead to accuracy degradation or suboptimal resource usage, particularly at low bitwidths. In contrast, heterogeneous quantization, which allocates different bitwidths to individual layers, can mitigate these drawbacks. Nonetheless, current heterogeneous quantization methods either needs huge brute-force design space search or lacks the adaptability to meet different hardware conditions, such as memory size, energy budget, and latency requirement. Filling these gaps, this work introduces \textbf{\textit{SigmaQuant}}, an adaptive layer-wise heterogeneous quantization framework designed to efficiently balance accuracy and resource usage for varied edge environments without exhaustive search.

[488] Learning and Naming Subgroups with Exceptional Survival Characteristics

Mhd Jawad Al Rahwanji, Sascha Xu, Nils Philipp Walter, Jilles Vreeken

Main category: cs.LG

TL;DR: Unable to fetch paper summary due to HTTP 429 error (rate limiting). The paper ID 2602.22179 suggests it’s from February 2026, which is in the future relative to current date.

DetailsMotivation: Cannot determine motivation due to inability to access paper content. The arXiv API rate limiting prevents retrieval of the abstract.

Method: Cannot determine method due to inability to access paper content.

Result: Cannot determine results due to inability to access paper content.

Conclusion: Cannot determine conclusion due to inability to access paper content. The paper ID format suggests it may be from a future date (February 2026).

Abstract: Failed to fetch summary for 2602.22179: Page request resulted in HTTP 429 (https://export.arxiv.org/api/query?search_query=&id_list=2602.22179&sortBy=relevance&sortOrder=descending&start=0&max_results=100)

[489] Exploiting Low-Rank Structure in Max-K-Cut Problems

Ria Stevens, Fangshuo Liao, Barbara Su, Jianqiang Li, Anastasios Kyrillidis

Main category: cs.LG

TL;DR: Unable to fetch paper summary due to HTTP 429 error (rate limiting) from arXiv API

DetailsMotivation: Cannot determine motivation as paper content is unavailable

Method: Cannot determine method as paper content is unavailable

Result: Cannot determine results as paper content is unavailable

Conclusion: Cannot draw conclusions as paper content is unavailable

Abstract: Failed to fetch summary for 2602.20376: Page request resulted in HTTP 429 (https://export.arxiv.org/api/query?search_query=&id_list=2602.20376&sortBy=relevance&sortOrder=descending&start=0&max_results=100)

[490] INTACT: Intent-Aware Representation Learning for Cryptographic Traffic Violation Detection

Rahul D Ray

Main category: cs.LG

TL;DR: Failed to fetch paper summary due to HTTP 429 error (rate limiting)

DetailsMotivation: Unable to determine motivation due to access restrictions

Method: Unable to determine method due to access restrictions

Result: Unable to determine results due to access restrictions

Conclusion: Unable to determine conclusion due to access restrictions

Abstract: Failed to fetch summary for 2602.21252: Page request resulted in HTTP 429 (https://export.arxiv.org/api/query?search_query=&id_list=2602.21252&sortBy=relevance&sortOrder=descending&start=0&max_results=100)

[491] Counterdiabatic Hamiltonian Monte Carlo

Reuben Cohn-Gordon, Uroš Seljak, Dries Sels

Main category: cs.LG

TL;DR: Unable to fetch paper details due to HTTP 429 error (rate limiting) from arXiv API

DetailsMotivation: Cannot determine motivation as paper content is unavailable

Method: Cannot determine method as paper content is unavailable

Result: Cannot determine results as paper content is unavailable

Conclusion: Cannot draw conclusions as paper content is unavailable

Abstract: Failed to fetch summary for 2602.21272: Page request resulted in HTTP 429 (https://export.arxiv.org/api/query?search_query=&id_list=2602.21272&sortBy=relevance&sortOrder=descending&start=0&max_results=100)

[492] Precedence-Constrained Decision Trees and Coverings

Michał Szyfelbein, Dariusz Dereniowski

Main category: cs.LG

TL;DR: Failed to fetch paper summary due to HTTP 429 error (rate limiting)

DetailsMotivation: Unable to determine motivation due to fetch failure

Method: Unable to determine method due to fetch failure

Result: Unable to determine results due to fetch failure

Conclusion: Unable to determine conclusion due to fetch failure

Abstract: Failed to fetch summary for 2602.21312: Page request resulted in HTTP 429 (https://export.arxiv.org/api/query?search_query=&id_list=2602.21312&sortBy=relevance&sortOrder=descending&start=0&max_results=100)

[493] Conditional neural control variates for variance reduction in Bayesian inverse problems

Ali Siahkoohi, Hyunwoo Oh

Main category: cs.LG

TL;DR: Failed to fetch paper summary due to HTTP 429 error (rate limiting)

DetailsMotivation: Unable to determine motivation due to fetch failure

Method: Unable to determine method due to fetch failure

Result: Unable to determine results due to fetch failure

Conclusion: Unable to determine conclusion due to fetch failure

Abstract: Failed to fetch summary for 2602.21357: Page request resulted in HTTP 429 (https://export.arxiv.org/api/query?search_query=&id_list=2602.21357&sortBy=relevance&sortOrder=descending&start=0&max_results=100)

[494] Efficient Uncoupled Learning Dynamics with $\tilde{O}!\left(T^{-1/4}\right)$ Last-Iterate Convergence in Bilinear Saddle-Point Problems over Convex Sets under Bandit Feedback

Arnab Maiti, Claire Jie Zhang, Kevin Jamieson, Jamie Heather Morgenstern, Ioannis Panageas, Lillian J. Ratliff

Main category: cs.LG

TL;DR: Unable to fetch paper summary due to HTTP 429 error (rate limiting)

DetailsMotivation: Cannot determine motivation as paper content is unavailable

Method: Cannot determine method as paper content is unavailable

Result: Cannot determine results as paper content is unavailable

Conclusion: Cannot determine conclusion as paper content is unavailable

Abstract: Failed to fetch summary for 2602.21436: Page request resulted in HTTP 429 (https://export.arxiv.org/api/query?search_query=&id_list=2602.21436&sortBy=relevance&sortOrder=descending&start=0&max_results=100)

[495] ConformalHDC: Uncertainty-Aware Hyperdimensional Computing with Application to Neural Decoding

Ziyi Liang, Hamed Poursiami, Zhishun Yang, Keiland Cooper, Akhilesh Jaiswal, Maryam Parsa, Norbert Fortin, Babak Shahbaba

Main category: cs.LG

TL;DR: Failed to fetch paper summary due to HTTP 429 error (rate limiting)

DetailsMotivation: Unable to determine motivation due to failed API request

Method: Unable to determine method due to failed API request

Result: Unable to determine results due to failed API request

Conclusion: Unable to determine conclusion due to failed API request

Abstract: Failed to fetch summary for 2602.21446: Page request resulted in HTTP 429 (https://export.arxiv.org/api/query?search_query=&id_list=2602.21446&sortBy=relevance&sortOrder=descending&start=0&max_results=100)

[496] Unsupervised Discovery of Intermediate Phase Order in the Frustrated $J_1$-$J_2$ Heisenberg Model via Prometheus Framework

Brandon Yee, Wilson Collins, Maximilian Rutkowski

Main category: cs.LG

TL;DR: Paper 2602.21468: Unable to fetch abstract due to HTTP 429 error (rate limiting)

DetailsMotivation: Cannot determine motivation without access to paper content

Method: Cannot determine method without access to paper content

Result: Cannot determine results without access to paper content

Conclusion: Cannot draw conclusions without access to paper content

Abstract: Failed to fetch summary for 2602.21468: Page request resulted in HTTP 429 (https://export.arxiv.org/api/query?search_query=&id_list=2602.21468&sortBy=relevance&sortOrder=descending&start=0&max_results=100)

[497] Efficient Inference after Directionally Stable Adaptive Experiments

Zikai Shen, Houssam Zenati, Nathan Kallus, Arthur Gretton, Koulik Khamaru, Aurélien Bibaut

Main category: cs.LG

TL;DR: Unable to fetch paper summary due to HTTP 429 error (rate limiting) from arXiv API

DetailsMotivation: Cannot determine motivation as paper content is unavailable due to API rate limiting

Method: Cannot determine method as paper content is unavailable due to API rate limiting

Result: Cannot determine results as paper content is unavailable due to API rate limiting

Conclusion: Cannot draw conclusions as paper content is unavailable due to API rate limiting

Abstract: Failed to fetch summary for 2602.21478: Page request resulted in HTTP 429 (https://export.arxiv.org/api/query?search_query=&id_list=2602.21478&sortBy=relevance&sortOrder=descending&start=0&max_results=100)

[498] Global Sequential Testing for Multi-Stream Auditing

Beepul Bharti, Ambar Pal, Jeremias Sulam

Main category: cs.LG

TL;DR: Failed to fetch paper summary due to HTTP 429 error (rate limiting) from arXiv API

DetailsMotivation: Unable to determine motivation due to API rate limiting preventing access to paper content

Method: Cannot analyze method as paper content is unavailable due to API rate limiting

Result: No results available - HTTP 429 error indicates the arXiv API request was rate limited

Conclusion: Cannot provide analysis due to technical limitations in accessing the paper content

Abstract: Failed to fetch summary for 2602.21479: Page request resulted in HTTP 429 (https://export.arxiv.org/api/query?search_query=&id_list=2602.21479&sortBy=relevance&sortOrder=descending&start=0&max_results=100)

[499] A Researcher’s Guide to Empirical Risk Minimization

Lars van der Laan

Main category: cs.LG

TL;DR: Failed to fetch paper summary due to HTTP 429 error (rate limiting). The paper ID 2602.21501 could not be retrieved from arXiv API.

DetailsMotivation: Unable to determine motivation as the paper content could not be fetched due to rate limiting on arXiv API.

Method: No method information available due to failed API request.

Result: No results available as the paper content could not be retrieved.

Conclusion: Unable to provide analysis due to technical limitations in accessing the paper content.

Abstract: Failed to fetch summary for 2602.21501: Page request resulted in HTTP 429 (https://export.arxiv.org/api/query?search_query=&id_list=2602.21501&sortBy=relevance&sortOrder=descending&start=0&max_results=100)

[500] Fair Model-based Clustering

Jinwon Park, Kunwoong Kim, Jihu Lee, Yongdai Kim

Main category: cs.LG

TL;DR: Unable to fetch paper summary due to HTTP 429 error (rate limiting)

DetailsMotivation: Cannot determine motivation without access to paper content

Method: Cannot determine method without access to paper content

Result: Cannot determine results without access to paper content

Conclusion: Cannot determine conclusion without access to paper content

Abstract: Failed to fetch summary for 2602.21509: Page request resulted in HTTP 429 (https://export.arxiv.org/api/query?search_query=&id_list=2602.21509&sortBy=relevance&sortOrder=descending&start=0&max_results=100)

[501] Reasoning-Driven Design of Single Atom Catalysts via a Multi-Agent Large Language Model Framework

Dong Hyeon Mok, Seoin Back, Victor Fung, Guoxiang Hu

Main category: cs.LG

TL;DR: Failed to fetch paper summary due to HTTP 429 error (rate limiting)

DetailsMotivation: Unable to determine motivation due to failed paper fetch

Method: Unable to determine method due to failed paper fetch

Result: Unable to determine results due to failed paper fetch

Conclusion: Unable to determine conclusion due to failed paper fetch

Abstract: Failed to fetch summary for 2602.21533: Page request resulted in HTTP 429 (https://export.arxiv.org/api/query?search_query=&id_list=2602.21533&sortBy=relevance&sortOrder=descending&start=0&max_results=100)

[502] How many asymmetric communities are there in multi-layer directed networks?

Huan Qing

Main category: cs.LG

TL;DR: The paper with ID 2602.21569 could not be fetched due to HTTP 429 (rate limiting) from arXiv API

DetailsMotivation: Unable to determine motivation as the abstract could not be retrieved

Method: Unable to determine method as the abstract could not be retrieved

Result: Unable to determine results as the abstract could not be retrieved

Conclusion: Unable to determine conclusion as the abstract could not be retrieved

Abstract: Failed to fetch summary for 2602.21569: Page request resulted in HTTP 429 (https://export.arxiv.org/api/query?search_query=&id_list=2602.21569&sortBy=relevance&sortOrder=descending&start=0&max_results=100)

[503] Goodness-of-Fit Tests for Latent Class Models with Ordinal Categorical Data

Huan Qing

Main category: cs.LG

TL;DR: Failed to fetch paper summary due to HTTP 429 error (rate limiting) from arXiv API

DetailsMotivation: Unable to determine motivation due to API access limitations preventing paper retrieval

Method: No method information available - arXiv API rate limiting prevented access to paper details

Result: No results available - paper content could not be retrieved due to technical limitations

Conclusion: Cannot provide analysis due to API rate limiting preventing access to paper content

Abstract: Failed to fetch summary for 2602.21572: Page request resulted in HTTP 429 (https://export.arxiv.org/api/query?search_query=&id_list=2602.21572&sortBy=relevance&sortOrder=descending&start=0&max_results=100)

[504] Revisiting the Bertrand Paradox via Equilibrium Analysis of No-regret Learners

Arnab Maiti, Junyan Liu, Kevin Jamieson, Lillian J. Ratliff

Main category: cs.LG

TL;DR: Unable to fetch paper summary due to HTTP 429 error (rate limiting)

DetailsMotivation: Cannot determine motivation without access to paper content

Method: Cannot determine method without access to paper content

Result: Cannot determine results without access to paper content

Conclusion: Cannot draw conclusions without access to paper content

Abstract: Failed to fetch summary for 2602.21620: Page request resulted in HTTP 429 (https://export.arxiv.org/api/query?search_query=&id_list=2602.21620&sortBy=relevance&sortOrder=descending&start=0&max_results=100)

[505] Trie-Aware Transformers for Generative Recommendation

Zhenxiang Xu, Jiawei Chen, Sirui Chen, Yong He, Jieyu Yang, Chuan Yuan, Ke Ding, Can Wang

Main category: cs.LG

TL;DR: Paper 2602.21677: Unable to fetch abstract due to HTTP 429 error (rate limiting)

DetailsMotivation: Cannot determine motivation due to missing abstract

Method: Cannot determine method due to missing abstract

Result: Cannot determine results due to missing abstract

Conclusion: Cannot determine conclusion due to missing abstract

Abstract: Failed to fetch summary for 2602.21677: Page request resulted in HTTP 429 (https://export.arxiv.org/api/query?search_query=&id_list=2602.21677&sortBy=relevance&sortOrder=descending&start=0&max_results=100)

[506] Primary-Fine Decoupling for Action Generation in Robotic Imitation

Xiaohan Lei, Min Wang, Wengang Zhou, Xingyu Lu, Houqiang Li

Main category: cs.LG

TL;DR: Failed to fetch paper summary due to HTTP 429 error (rate limiting)

DetailsMotivation: Unable to determine motivation due to access error

Method: Unable to determine method due to access error

Result: Unable to determine results due to access error

Conclusion: Unable to determine conclusion due to access error

Abstract: Failed to fetch summary for 2602.21684: Page request resulted in HTTP 429 (https://export.arxiv.org/api/query?search_query=&id_list=2602.21684&sortBy=relevance&sortOrder=descending&start=0&max_results=100)

[507] Private and Robust Contribution Evaluation in Federated Learning

Delio Jaramillo Velez, Gergely Biczok, Alexandre Graell i Amat, Johan Ostman, Balazs Pejo

Main category: cs.LG

TL;DR: Unable to fetch paper details due to HTTP 429 error (rate limiting). The paper ID 2602.21721 exists but summary retrieval failed.

DetailsMotivation: Cannot determine motivation without access to paper content.

Method: Cannot determine method without access to paper content.

Result: Cannot determine results without access to paper content.

Conclusion: Cannot draw conclusions without access to paper content.

Abstract: Failed to fetch summary for 2602.21721: Page request resulted in HTTP 429 (https://export.arxiv.org/api/query?search_query=&id_list=2602.21721&sortBy=relevance&sortOrder=descending&start=0&max_results=100)

[508] RABot: Reinforcement-Guided Graph Augmentation for Imbalanced and Noisy Social Bot Detection

Longlong Zhang, Xi Wang, Haotong Du, Yangyi Xu, Zhuo Liu, Yang Liu

Main category: cs.LG

TL;DR: Failed to fetch paper summary due to HTTP 429 error (rate limiting)

DetailsMotivation: Unable to determine motivation due to failed API request

Method: Unable to determine method due to failed API request

Result: Unable to determine results due to failed API request

Conclusion: Unable to determine conclusion due to failed API request

Abstract: Failed to fetch summary for 2602.21749: Page request resulted in HTTP 429 (https://export.arxiv.org/api/query?search_query=&id_list=2602.21749&sortBy=relevance&sortOrder=descending&start=0&max_results=100)

[509] Offline Reasoning for Efficient Recommendation: LLM-Empowered Persona-Profiled Item Indexing

Deogyong Kim, Junseong Lee, Jeongeun Lee, Changhoe Kim, Junguel Lee, Jungseok Lee, Dongha Lee

Main category: cs.LG

TL;DR: Unable to fetch paper summary due to HTTP 429 error (rate limiting) from arXiv API

DetailsMotivation: Cannot determine motivation due to failed paper retrieval

Method: Cannot determine method due to failed paper retrieval

Result: Cannot determine results due to failed paper retrieval

Conclusion: Cannot determine conclusion due to failed paper retrieval

Abstract: Failed to fetch summary for 2602.21756: Page request resulted in HTTP 429 (https://export.arxiv.org/api/query?search_query=&id_list=2602.21756&sortBy=relevance&sortOrder=descending&start=0&max_results=100)

[510] RAMSeS: Robust and Adaptive Model Selection for Time-Series Anomaly Detection Algorithms

Mohamed Abdelmaksoud, Sheng Ding, Andrey Morozov, Ziawasch Abedjan

Main category: cs.LG

TL;DR: Unable to fetch paper summary due to HTTP 429 error (rate limiting)

DetailsMotivation: The motivation cannot be determined as the paper content could not be retrieved due to server rate limiting.

Method: The method cannot be determined as the paper content could not be retrieved due to server rate limiting.

Result: The results cannot be determined as the paper content could not be retrieved due to server rate limiting.

Conclusion: The conclusion cannot be determined as the paper content could not be retrieved due to server rate limiting.

Abstract: Failed to fetch summary for 2602.21766: Page request resulted in HTTP 429 (https://export.arxiv.org/api/query?search_query=&id_list=2602.21766&sortBy=relevance&sortOrder=descending&start=0&max_results=100)

[511] Therapist-Robot-Patient Physical Interaction is Worth a Thousand Words: Enabling Intuitive Therapist Guidance via Remote Haptic Control

Beatrice Luciani, Alex van den Berg, Matti Lang, Alexandre L. Ratschat, Laura Marchal-Crespo

Main category: cs.LG

TL;DR: Unable to fetch paper summary due to HTTP 429 error (rate limiting). The paper ID 2602.21783 could not be retrieved from arXiv API.

DetailsMotivation: Cannot determine motivation without access to the paper content.

Method: Cannot determine method without access to the paper content.

Result: Cannot determine results without access to the paper content.

Conclusion: Cannot determine conclusion without access to the paper content.

Abstract: Failed to fetch summary for 2602.21783: Page request resulted in HTTP 429 (https://export.arxiv.org/api/query?search_query=&id_list=2602.21783&sortBy=relevance&sortOrder=descending&start=0&max_results=100)

[512] DHP: Efficient Scaling of MLLM Training with Dynamic Hybrid Parallelism

Yifan Niu, Han Xiao, Dongyi Liu, Wei Zhou, Jia Li

Main category: cs.LG

TL;DR: Unable to fetch paper details due to HTTP 429 error (rate limiting). The paper ID 2602.21788 suggests it’s from February 2026, but no content available for analysis.

DetailsMotivation: Cannot determine motivation without access to paper content.

Method: Cannot determine method without access to paper content.

Result: Cannot determine results without access to paper content.

Conclusion: Cannot determine conclusion without access to paper content.

Abstract: Failed to fetch summary for 2602.21788: Page request resulted in HTTP 429 (https://export.arxiv.org/api/query?search_query=&id_list=2602.21788&sortBy=relevance&sortOrder=descending&start=0&max_results=100)

[513] Neural Learning of Fast Matrix Multiplication Algorithms: A StrassenNet Approach

Paolo Andreini, Alessandra Bernardi, Monica Bianchini, Barbara Toniella Corradini, Sara Marziali, Giacomo Nunziati, Franco Scarselli

Main category: cs.LG

TL;DR: Unable to fetch paper summary due to HTTP 429 error (rate limiting)

DetailsMotivation: Cannot determine motivation due to access restrictions

Method: Cannot determine method due to access restrictions

Result: Cannot determine results due to access restrictions

Conclusion: Cannot determine conclusion due to access restrictions

Abstract: Failed to fetch summary for 2602.21797: Page request resulted in HTTP 429 (https://export.arxiv.org/api/query?search_query=&id_list=2602.21797&sortBy=relevance&sortOrder=descending&start=0&max_results=100)

[514] Scalable Kernel-Based Distances for Statistical Inference and Integration

Masha Naslidnyk

Main category: cs.LG

TL;DR: Unable to fetch paper details due to HTTP 429 error (rate limiting) from arXiv API

DetailsMotivation: Cannot determine motivation as paper content is unavailable

Method: Cannot determine method as paper content is unavailable

Result: Cannot determine results as paper content is unavailable

Conclusion: Cannot draw conclusions as paper content is unavailable

Abstract: Failed to fetch summary for 2602.21846: Page request resulted in HTTP 429 (https://export.arxiv.org/api/query?search_query=&id_list=2602.21846&sortBy=relevance&sortOrder=descending&start=0&max_results=100)

[515] Bridging Through Absence: How Comeback Researchers Bridge Knowledge Gaps Through Structural Re-emergence

Somyajit Chakraborty, Angshuman Jana, Avijit Gayen

Main category: cs.LG

TL;DR: Unable to fetch paper details due to HTTP 429 error (rate limiting). Need to retry with different approach or wait.

DetailsMotivation: Cannot determine motivation without paper content.

Method: Cannot determine method without paper content.

Result: Cannot determine results without paper content.

Conclusion: Cannot draw conclusions without paper content.

Abstract: Failed to fetch summary for 2602.21926: Page request resulted in HTTP 429 (https://export.arxiv.org/api/query?search_query=&id_list=2602.21926&sortBy=relevance&sortOrder=descending&start=0&max_results=100)

[516] Learning to Collaborate via Structures: Cluster-Guided Item Alignment for Federated Recommendation

Yuchun Tu, Zhiwei Li, Bingli Sun, Yixuan Li, Xiao Song

Main category: cs.LG

TL;DR: Paper ID 2602.21957 could not be analyzed due to HTTP 429 error when fetching from arXiv API

DetailsMotivation: Unable to determine motivation due to API rate limiting error preventing access to paper content

Method: No method information available - paper content inaccessible

Result: No results available - paper summary fetch failed

Conclusion: Cannot draw conclusions about paper without access to its content

Abstract: Failed to fetch summary for 2602.21957: Page request resulted in HTTP 429 (https://export.arxiv.org/api/query?search_query=&id_list=2602.21957&sortBy=relevance&sortOrder=descending&start=0&max_results=100)

[517] Outpatient Appointment Scheduling Optimization with a Genetic Algorithm Approach

Ana Rodrigues, Rui Rego

Main category: cs.LG

TL;DR: Unable to fetch paper summary due to HTTP 429 error (rate limiting)

DetailsMotivation: Cannot determine motivation as paper content is unavailable

Method: Cannot determine method as paper content is unavailable

Result: Cannot determine results as paper content is unavailable

Conclusion: Cannot draw conclusions as paper content is unavailable

Abstract: Failed to fetch summary for 2602.21995: Page request resulted in HTTP 429 (https://export.arxiv.org/api/query?search_query=&id_list=2602.21995&sortBy=relevance&sortOrder=descending&start=0&max_results=100)

[518] FlowCorrect: Efficient Interactive Correction of Generative Flow Policies for Robotic Manipulation

Edgar Welte, Yitian Shi, Rosa Wolf, Maximillian Gilles, Rania Rayyes

Main category: cs.LG

TL;DR: Failed to fetch paper summary due to HTTP 429 error (rate limiting)

DetailsMotivation: Unable to determine motivation due to missing paper content

Method: Unable to determine method due to missing paper content

Result: Unable to determine results due to missing paper content

Conclusion: Unable to determine conclusion due to missing paper content

Abstract: Failed to fetch summary for 2602.22056: Page request resulted in HTTP 429 (https://export.arxiv.org/api/query?search_query=&id_list=2602.22056&sortBy=relevance&sortOrder=descending&start=0&max_results=100)

[519] Learning Quantum Data Distribution via Chaotic Quantum Diffusion Model

Quoc Hoan Tran, Koki Chinzei, Yasuhiro Endo, Hirotaka Oshima

Main category: cs.LG

TL;DR: Unable to fetch paper details due to HTTP 429 error (rate limiting) from arXiv API

DetailsMotivation: Cannot determine motivation as paper content is unavailable

Method: Cannot determine method as paper content is unavailable

Result: Cannot determine results as paper content is unavailable

Conclusion: Cannot determine conclusion as paper content is unavailable

Abstract: Failed to fetch summary for 2602.22061: Page request resulted in HTTP 429 (https://export.arxiv.org/api/query?search_query=&id_list=2602.22061&sortBy=relevance&sortOrder=descending&start=0&max_results=100)

[520] Coarsening Bias from Variable Discretization in Causal Functionals

Xiaxian Ou, Razieh Nabi

Main category: cs.LG

TL;DR: Failed to fetch paper summary due to HTTP 429 error (rate limiting) when querying arXiv API

DetailsMotivation: Unable to determine motivation as the paper content could not be retrieved due to technical limitations

Method: N/A - Paper content unavailable for analysis

Result: N/A - Paper content unavailable for analysis

Conclusion: N/A - Paper content unavailable for analysis

Abstract: Failed to fetch summary for 2602.22083: Page request resulted in HTTP 429 (https://export.arxiv.org/api/query?search_query=&id_list=2602.22083&sortBy=relevance&sortOrder=descending&start=0&max_results=100)

[521] MBD-ML: Many-body dispersion from machine learning for molecules and materials

Evgeny Moerman, Adil Kabylda, Almaz Khabibrakhmanov, Alexandre Tkatchenko

Main category: cs.LG

TL;DR: Failed to fetch paper summary due to HTTP 429 error (rate limiting)

DetailsMotivation: Unable to determine motivation due to failed paper fetch

Method: Unable to determine method due to failed paper fetch

Result: Unable to determine results due to failed paper fetch

Conclusion: Unable to determine conclusion due to failed paper fetch

Abstract: Failed to fetch summary for 2602.22086: Page request resulted in HTTP 429 (https://export.arxiv.org/api/query?search_query=&id_list=2602.22086&sortBy=relevance&sortOrder=descending&start=0&max_results=100)

[522] Slice and Explain: Logic-Based Explanations for Neural Networks through Domain Slicing

Luiz Fernando Paulino Queiroz, Carlos Henrique Leitão Cavalcante, Thiago Alves Rocha

Main category: cs.LG

TL;DR: Unable to analyze paper 2602.22115 due to HTTP 429 error when fetching from arXiv API

DetailsMotivation: Cannot determine motivation as paper content could not be retrieved

Method: Cannot determine method as paper content could not be retrieved

Result: Cannot determine results as paper content could not be retrieved

Conclusion: Cannot draw conclusions as paper content could not be retrieved

Abstract: Failed to fetch summary for 2602.22115: Page request resulted in HTTP 429 (https://export.arxiv.org/api/query?search_query=&id_list=2602.22115&sortBy=relevance&sortOrder=descending&start=0&max_results=100)

[523] Probing the Geometry of Diffusion Models with the String Method

Elio Moreau, Florentin Coeurdoux, Grégoire Ferre, Eric Vanden-Eijnden

Main category: cs.LG

TL;DR: Unable to fetch paper summary due to HTTP 429 error (rate limiting)

DetailsMotivation: Cannot determine motivation as paper content is unavailable

Method: Cannot determine method as paper content is unavailable

Result: Cannot determine results as paper content is unavailable

Conclusion: Cannot determine conclusion as paper content is unavailable

Abstract: Failed to fetch summary for 2602.22122: Page request resulted in HTTP 429 (https://export.arxiv.org/api/query?search_query=&id_list=2602.22122&sortBy=relevance&sortOrder=descending&start=0&max_results=100)

[524] A Causal Graph-Enhanced Gaussian Process Regression for Modeling Engine-out NOx

Shrenik Zinage, Ilias Bilionis, Peter Meckl

Main category: cs.LG

TL;DR: Unable to fetch paper details due to HTTP 429 error (rate limiting)

DetailsMotivation: Cannot determine motivation as paper content is unavailable

Method: Cannot determine method as paper content is unavailable

Result: Cannot determine results as paper content is unavailable

Conclusion: Cannot draw conclusions without access to paper content

Abstract: Failed to fetch summary for 2410.18424: Page request resulted in HTTP 429 (https://export.arxiv.org/api/query?search_query=&id_list=2410.18424&sortBy=relevance&sortOrder=descending&start=0&max_results=100)

[525] Towards a Fairer Non-negative Matrix Factorization

Lara Kassab, Erin George, Deanna Needell, Haowen Geng, Nika Jafar Nia, Aoxi Li

Main category: cs.LG

TL;DR: Paper 2411.09847: Unable to fetch summary due to HTTP 429 error (rate limiting)

DetailsMotivation: Cannot determine motivation due to missing abstract content

Method: Cannot determine method due to missing abstract content

Result: Cannot determine results due to missing abstract content

Conclusion: Cannot determine conclusion due to missing abstract content

Abstract: Failed to fetch summary for 2411.09847: Page request resulted in HTTP 429 (https://export.arxiv.org/api/query?search_query=&id_list=2411.09847&sortBy=relevance&sortOrder=descending&start=0&max_results=100)

[526] Training speedups via batching for geometric learning: an analysis of static and dynamic algorithms

Daniel T. Speckhard, Tim Bechtel, Sebastian Kehl, Jonathan Godwin, Claudia Draxl

Main category: cs.LG

TL;DR: Unable to fetch paper summary due to HTTP 429 error (rate limiting)

DetailsMotivation: Cannot determine motivation without access to paper content

Method: Cannot determine method without access to paper content

Result: Cannot determine results without access to paper content

Conclusion: Cannot draw conclusions without access to paper content

Abstract: Failed to fetch summary for 2502.00944: Page request resulted in HTTP 429 (https://export.arxiv.org/api/query?search_query=&id_list=2502.00944&sortBy=relevance&sortOrder=descending&start=0&max_results=100)

[527] Riemannian Variational Flow Matching for Material and Protein Design

Olga Zaghen, Floor Eijkelboom, Alison Pouplin, Cong Liu, Max Welling, Jan-Willem van de Meent, Erik J. Bekkers

Main category: cs.LG

TL;DR: Failed to fetch paper summary due to HTTP 429 error (rate limiting)

DetailsMotivation: Unable to determine motivation due to fetch failure

Method: Unable to determine method due to fetch failure

Result: Unable to determine results due to fetch failure

Conclusion: Unable to determine conclusion due to fetch failure

Abstract: Failed to fetch summary for 2502.12981: Page request resulted in HTTP 429 (https://export.arxiv.org/api/query?search_query=&id_list=2502.12981&sortBy=relevance&sortOrder=descending&start=0&max_results=100)

[528] Active operator learning with predictive uncertainty quantification for partial differential equations

Nick Winovich, Mitchell Daneker, Lu Lu, Guang Lin

Main category: cs.LG

TL;DR: Failed to fetch paper summary - HTTP 429 error indicates rate limiting from arXiv API

DetailsMotivation: Unable to determine motivation due to API rate limiting preventing access to paper content

Method: Cannot analyze method as paper content is unavailable due to HTTP 429 error

Result: No results available - arXiv API rate limiting prevented access to paper information

Conclusion: Cannot draw conclusions about paper content due to technical limitations in accessing the abstract

Abstract: Failed to fetch summary for 2503.03178: Page request resulted in HTTP 429 (https://export.arxiv.org/api/query?search_query=&id_list=2503.03178&sortBy=relevance&sortOrder=descending&start=0&max_results=100)

[529] Pychop: Emulating Low-Precision Arithmetic in Numerical Methods and Neural Networks

Erin Carson, Xinye Chen

Main category: cs.LG

TL;DR: Failed to fetch paper summary due to HTTP 429 error (rate limiting)

DetailsMotivation: Unable to determine motivation due to failed API request

Method: Unable to determine method due to failed API request

Result: Unable to determine results due to failed API request

Conclusion: Unable to draw conclusions due to failed API request

Abstract: Failed to fetch summary for 2504.07835: Page request resulted in HTTP 429 (https://export.arxiv.org/api/query?search_query=&id_list=2504.07835&sortBy=relevance&sortOrder=descending&start=0&max_results=100)

[530] MuLoCo: Muon is a practical inner optimizer for DiLoCo

Benjamin Thérien, Xiaolong Huang, Aaron Defazio, Irina Rish, Eugene Belilovsky

Main category: cs.LG

TL;DR: Failed to fetch paper summary - HTTP 429 error indicates rate limiting from arXiv API

DetailsMotivation: Unable to determine motivation due to technical error in fetching paper content

Method: Unable to determine method due to technical error in fetching paper content

Result: Unable to determine results due to technical error in fetching paper content

Conclusion: Unable to determine conclusion due to technical error in fetching paper content

Abstract: Failed to fetch summary for 2505.23725: Page request resulted in HTTP 429 (https://export.arxiv.org/api/query?search_query=&id_list=2505.23725&sortBy=relevance&sortOrder=descending&start=0&max_results=100)

[531] FFINO: Factorized Fourier Improved Neural Operator for Modeling Multiphase Flow in Underground Hydrogen Storage

Tao Wang, Hewei Tang

Main category: cs.LG

TL;DR: Failed to fetch paper summary due to HTTP 429 error (rate limiting)

DetailsMotivation: Unable to determine motivation due to fetch failure

Method: Unable to determine method due to fetch failure

Result: Unable to determine results due to fetch failure

Conclusion: Unable to determine conclusion due to fetch failure

Abstract: Failed to fetch summary for 2506.17344: Page request resulted in HTTP 429 (https://export.arxiv.org/api/query?search_query=&id_list=2506.17344&sortBy=relevance&sortOrder=descending&start=0&max_results=100)

[532] Flow-Based Single-Step Completion for Efficient and Expressive Policy Learning

Prajwal Koirala, Cody Fleming

Main category: cs.LG

TL;DR: Unable to fetch paper summary due to HTTP 429 error (rate limiting)

DetailsMotivation: Cannot determine motivation without paper content

Method: Cannot determine method without paper content

Result: Cannot determine results without paper content

Conclusion: Cannot draw conclusions without paper content

Abstract: Failed to fetch summary for 2506.21427: Page request resulted in HTTP 429 (https://export.arxiv.org/api/query?search_query=&id_list=2506.21427&sortBy=relevance&sortOrder=descending&start=0&max_results=100)

[533] Mitigating Semantic Collapse in Generative Personalization with Test-Time Embedding Adjustment

Anh Bui, Trang Vu, Trung Le, Junae Kim, Tamas Abraham, Rollin Omari, Amar Kaur, Dinh Phung

Main category: cs.LG

TL;DR: Failed to fetch paper summary due to HTTP 429 error (rate limiting)

DetailsMotivation: Unable to determine motivation due to technical error in accessing paper content

Method: Unable to determine method due to technical error in accessing paper content

Result: Unable to determine results due to technical error in accessing paper content

Conclusion: Unable to draw conclusions due to technical error in accessing paper content

Abstract: Failed to fetch summary for 2506.22685: Page request resulted in HTTP 429 (https://export.arxiv.org/api/query?search_query=&id_list=2506.22685&sortBy=relevance&sortOrder=descending&start=0&max_results=100)

[534] Enhancing Spatio-Temporal Forecasting with Spatial Neighbourhood Fusion:A Case Study on COVID-19 Mobility in Peru

Chuan Li, Jiang You, Hassine Moungla, Vincent Gauthier, Miguel Nunez-del-Prado, Hugo Alatrista-Salas

Main category: cs.LG

TL;DR: Failed to fetch paper summary due to HTTP 429 error (rate limiting)

DetailsMotivation: Unable to determine motivation due to fetch failure

Method: Unable to determine method due to fetch failure

Result: Unable to determine results due to fetch failure

Conclusion: Unable to determine conclusion due to fetch failure

Abstract: Failed to fetch summary for 2507.00031: Page request resulted in HTTP 429 (https://export.arxiv.org/api/query?search_query=&id_list=2507.00031&sortBy=relevance&sortOrder=descending&start=0&max_results=100)

[535] Federated Learning in Offline and Online EMG Decoding: A Privacy and Performance Perspective

Kai Malcolm, César Uribe, Momona Yamagami

Main category: cs.LG

TL;DR: Unable to fetch paper summary due to HTTP 429 error (rate limiting) from arXiv API

DetailsMotivation: Cannot determine motivation without access to paper content

Method: Cannot determine method without access to paper content

Result: Cannot determine results without access to paper content

Conclusion: Cannot determine conclusion without access to paper content

Abstract: Failed to fetch summary for 2507.12652: Page request resulted in HTTP 429 (https://export.arxiv.org/api/query?search_query=&id_list=2507.12652&sortBy=relevance&sortOrder=descending&start=0&max_results=100)

[536] Multitask Learning with Stochastic Interpolants

Hugo Negrel, Florentin Coeurdoux, Michael S. Albergo, Eric Vanden-Eijnden

Main category: cs.LG

TL;DR: Failed to fetch paper summary due to HTTP 429 error (rate limiting)

DetailsMotivation: Unable to determine motivation due to fetch failure

Method: Unable to determine method due to fetch failure

Result: Unable to determine results due to fetch failure

Conclusion: Unable to determine conclusion due to fetch failure

Abstract: Failed to fetch summary for 2508.04605: Page request resulted in HTTP 429 (https://export.arxiv.org/api/query?search_query=&id_list=2508.04605&sortBy=relevance&sortOrder=descending&start=0&max_results=100)

[537] Modern Neural Networks for Small Tabular Datasets: The New Default for Field-Scale Digital Soil Mapping?

Viacheslav Barkov, Jonas Schmidinger, Robin Gebbers, Martin Atzmueller

Main category: cs.LG

TL;DR: Unable to fetch paper summary due to HTTP 429 error (rate limiting)

DetailsMotivation: Cannot determine motivation without access to paper content

Method: Cannot determine method without access to paper content

Result: Cannot determine results without access to paper content

Conclusion: Cannot determine conclusion without access to paper content

Abstract: Failed to fetch summary for 2508.09888: Page request resulted in HTTP 429 (https://export.arxiv.org/api/query?search_query=&id_list=2508.09888&sortBy=relevance&sortOrder=descending&start=0&max_results=100)

[538] Rethinking Layer-wise Model Merging through Chain of Merges

Pietro Buzzega, Riccardo Salami, Angelo Porrello, Simone Calderara

Main category: cs.LG

TL;DR: Failed to fetch paper summary due to HTTP 429 error (rate limiting)

DetailsMotivation: Unable to determine motivation due to fetch failure

Method: Unable to determine method due to fetch failure

Result: Unable to determine results due to fetch failure

Conclusion: Unable to determine conclusion due to fetch failure

Abstract: Failed to fetch summary for 2508.21421: Page request resulted in HTTP 429 (https://export.arxiv.org/api/query?search_query=&id_list=2508.21421&sortBy=relevance&sortOrder=descending&start=0&max_results=100)

[539] Quantum enhanced ensemble GANs for anomaly detection in continuous biomanufacturing

Rajiv Kailasanathan, William R. Clements, Mohammad Reza Boskabadi, Shawn M. Gibford, Emmanouil Papadakis, Christopher J. Savoie, Seyed Soheil Mansouri

Main category: cs.LG

TL;DR: Failed to fetch summary for paper 2508.21438 due to HTTP 429 error (rate limiting)

DetailsMotivation: Unable to determine motivation due to missing abstract content

Method: Unable to determine method due to missing abstract content

Result: Unable to determine results due to missing abstract content

Conclusion: Unable to determine conclusion due to missing abstract content

Abstract: Failed to fetch summary for 2508.21438: Page request resulted in HTTP 429 (https://export.arxiv.org/api/query?search_query=&id_list=2508.21438&sortBy=relevance&sortOrder=descending&start=0&max_results=100)

[540] Beyond RAG vs. Long-Context: Learning Distraction-Aware Retrieval for Efficient Knowledge Grounding

Seongwoong Shim, Myunsoo Kim, Jae Hyeon Cho, Byung-Jun Lee

Main category: cs.LG

TL;DR: Failed to fetch paper summary due to HTTP 429 error (rate limiting)

DetailsMotivation: Unable to determine motivation due to fetch failure

Method: Unable to determine method due to fetch failure

Result: Unable to determine results due to fetch failure

Conclusion: Unable to determine conclusion due to fetch failure

Abstract: Failed to fetch summary for 2509.21865: Page request resulted in HTTP 429 (https://export.arxiv.org/api/query?search_query=&id_list=2509.21865&sortBy=relevance&sortOrder=descending&start=0&max_results=100)

[541] Characterization and Learning of Causal Graphs with Latent Confounders and Post-treatment Selection from Interventional Data

Gongxu Luo, Loka Li, Guangyi Chen, Haoyue Dai, Kun Zhang

Main category: cs.LG

TL;DR: Failed to fetch paper summary due to HTTP 429 error (rate limiting)

DetailsMotivation: Unable to determine motivation due to lack of paper content

Method: Unable to determine method due to lack of paper content

Result: Unable to determine results due to lack of paper content

Conclusion: Unable to determine conclusion due to lack of paper content

Abstract: Failed to fetch summary for 2509.25800: Page request resulted in HTTP 429 (https://export.arxiv.org/api/query?search_query=&id_list=2509.25800&sortBy=relevance&sortOrder=descending&start=0&max_results=100)

[542] PepCompass: Navigating peptide embedding spaces using Riemannian Geometry

Marcin Możejko, Adam Bielecki, Jurand Prądzyński, Marcin Traskowski, Antoni Janowski, Hyun-Su Lee, Marcelo Der Torossian Torres, Michał Kmicikiewicz, Paulina Szymczak, Karol Jurasz, Michał Kucharczyk, Cesar de la Fuente-Nunez, Ewa Szczurek

Main category: cs.LG

TL;DR: Unable to analyze paper 2510.01988 due to HTTP 429 error when fetching abstract from arXiv API

DetailsMotivation: Cannot determine motivation as abstract retrieval failed due to rate limiting

Method: Cannot determine method as abstract retrieval failed

Result: Cannot determine results as abstract retrieval failed

Conclusion: Cannot draw conclusions without access to paper abstract

Abstract: Failed to fetch summary for 2510.01988: Page request resulted in HTTP 429 (https://export.arxiv.org/api/query?search_query=&id_list=2510.01988&sortBy=relevance&sortOrder=descending&start=0&max_results=100)

[543] The Curious Case of In-Training Compression of State Space Models

Makram Chahine, Philipp Nazari, Daniela Rus, T. Konstantin Rusch

Main category: cs.LG

TL;DR: Unable to analyze paper 2510.02823 due to HTTP 429 error when fetching from arXiv API

DetailsMotivation: Cannot determine motivation as paper content could not be retrieved

Method: Cannot determine method as paper content could not be retrieved

Result: Cannot determine results as paper content could not be retrieved

Conclusion: Cannot draw conclusions as paper content could not be retrieved

Abstract: Failed to fetch summary for 2510.02823: Page request resulted in HTTP 429 (https://export.arxiv.org/api/query?search_query=&id_list=2510.02823&sortBy=relevance&sortOrder=descending&start=0&max_results=100)

[544] Rethinking Consistent Multi-Label Classification Under Inexact Supervision

Wei Wang, Tianhao Ma, Ming-Kun Xie, Gang Niu, Masashi Sugiyama

Main category: cs.LG

TL;DR: Unable to fetch paper summary due to HTTP 429 error (rate limiting)

DetailsMotivation: Cannot determine motivation as paper content is unavailable due to server rate limiting

Method: Cannot determine method as paper content is unavailable due to server rate limiting

Result: Cannot determine results as paper content is unavailable due to server rate limiting

Conclusion: Cannot determine conclusion as paper content is unavailable due to server rate limiting

Abstract: Failed to fetch summary for 2510.04091: Page request resulted in HTTP 429 (https://export.arxiv.org/api/query?search_query=&id_list=2510.04091&sortBy=relevance&sortOrder=descending&start=0&max_results=100)

[545] SERL: Self-Examining Reinforcement Learning on Open-Domain

Weixuan Ou, Yanzhao Zheng, Shuoshuo Sun, Wei Zhang, Baohua Dong, Hangcheng Zhu, Ruohui Huang, Gang Yu, Pengwei Yan, Yifan Qiao

Main category: cs.LG

TL;DR: Unable to fetch paper summary due to HTTP 429 error (rate limiting)

DetailsMotivation: Cannot determine motivation as paper content is unavailable

Method: Cannot determine method as paper content is unavailable

Result: Cannot determine results as paper content is unavailable

Conclusion: Cannot determine conclusion as paper content is unavailable

Abstract: Failed to fetch summary for 2511.07922: Page request resulted in HTTP 429 (https://export.arxiv.org/api/query?search_query=&id_list=2511.07922&sortBy=relevance&sortOrder=descending&start=0&max_results=100)

[546] BRIDGE: Building Representations In Domain Guided Program Synthesis

Robert Joseph George, Carson Eisenach, Udaya Ghai, Dominique Perrault-Joncas, Anima Anandkumar, Dean Foster

Main category: cs.LG

TL;DR: Failed to fetch paper summary due to HTTP 429 error (rate limiting)

DetailsMotivation: Unable to determine motivation due to fetch failure

Method: Unable to determine method due to fetch failure

Result: Unable to determine results due to fetch failure

Conclusion: Unable to determine conclusion due to fetch failure

Abstract: Failed to fetch summary for 2511.21104: Page request resulted in HTTP 429 (https://export.arxiv.org/api/query?search_query=&id_list=2511.21104&sortBy=relevance&sortOrder=descending&start=0&max_results=100)

[547] Efficient Cross-Domain Offline Reinforcement Learning with Dynamics- and Value-Aligned Data Filtering

Zhongjian Qiao, Rui Yang, Jiafei Lyu, Chenjia Bai, Xiu Li, Siyang Gao, Shuang Qiu

Main category: cs.LG

TL;DR: Failed to fetch paper summary due to HTTP 429 error (rate limiting)

DetailsMotivation: Unable to determine motivation due to failed API request

Method: Unable to determine method due to failed API request

Result: Unable to determine results due to failed API request

Conclusion: Unable to draw conclusions due to failed API request

Abstract: Failed to fetch summary for 2512.02435: Page request resulted in HTTP 429 (https://export.arxiv.org/api/query?search_query=&id_list=2512.02435&sortBy=relevance&sortOrder=descending&start=0&max_results=100)

[548] NRGPT: An Energy-based Alternative for GPT

Nima Dehmamy, Benjamin Hoover, Bishwajit Saha, Leo Kozachkov, Jean-Jacques Slotine, Dmitry Krotov

Main category: cs.LG

TL;DR: Unable to fetch paper summary due to HTTP 429 error (rate limiting)

DetailsMotivation: Cannot determine motivation without access to the paper content

Method: Cannot determine method without access to the paper content

Result: Cannot determine results without access to the paper content

Conclusion: Cannot draw conclusions without access to the paper content

Abstract: Failed to fetch summary for 2512.16762: Page request resulted in HTTP 429 (https://export.arxiv.org/api/query?search_query=&id_list=2512.16762&sortBy=relevance&sortOrder=descending&start=0&max_results=100)

[549] Stagewise Reinforcement Learning and the Geometry of the Regret Landscape

Chris Elliott, Einar Urdshals, David Quarel, Matthew Farrugia-Roberts, Daniel Murfet

Main category: cs.LG

TL;DR: Failed to fetch paper summary due to HTTP 429 error (rate limiting)

DetailsMotivation: Unable to determine motivation due to fetch failure

Method: Unable to determine method due to fetch failure

Result: Unable to determine results due to fetch failure

Conclusion: Unable to determine conclusion due to fetch failure

Abstract: Failed to fetch summary for 2601.07524: Page request resulted in HTTP 429 (https://export.arxiv.org/api/query?search_query=&id_list=2601.07524&sortBy=relevance&sortOrder=descending&start=0&max_results=100)

[550] Principled Latent Diffusion for Graphs via Laplacian Autoencoders

Antoine Siraudin, Christopher Morris

Main category: cs.LG

TL;DR: Unable to analyze paper 2601.13780 due to HTTP 429 error when fetching abstract from arXiv API

DetailsMotivation: Cannot determine motivation without access to paper abstract

Method: Cannot determine method without access to paper abstract

Result: Cannot determine results without access to paper abstract

Conclusion: Cannot draw conclusions without access to paper abstract

Abstract: Failed to fetch summary for 2601.13780: Page request resulted in HTTP 429 (https://export.arxiv.org/api/query?search_query=&id_list=2601.13780&sortBy=relevance&sortOrder=descending&start=0&max_results=100)

[551] Convex Loss Functions for Support Vector Machines (SVMs) and Neural Networks

Filippo Portera

Main category: cs.LG

TL;DR: Paper analysis unavailable due to HTTP 429 error when fetching abstract from arXiv API

DetailsMotivation: Unable to determine motivation due to abstract fetch failure

Method: Unable to determine method due to abstract fetch failure

Result: Unable to determine results due to abstract fetch failure

Conclusion: Unable to determine conclusion due to abstract fetch failure

Abstract: Failed to fetch summary for 2601.21331: Page request resulted in HTTP 429 (https://export.arxiv.org/api/query?search_query=&id_list=2601.21331&sortBy=relevance&sortOrder=descending&start=0&max_results=100)

[552] QTALE: Quantization-Robust Token-Adaptive Layer Execution for LLMs

Kanghyun Noh, Jinheon Choi, Yulhwa Kim

Main category: cs.LG

TL;DR: Unable to fetch paper summary due to HTTP 429 error (rate limiting)

DetailsMotivation: Cannot determine motivation as paper content is unavailable due to server rate limiting

Method: Cannot determine method as paper content is unavailable

Result: Cannot determine results as paper content is unavailable

Conclusion: Cannot draw conclusions about the paper due to access limitations

Abstract: Failed to fetch summary for 2602.10431: Page request resulted in HTTP 429 (https://export.arxiv.org/api/query?search_query=&id_list=2602.10431&sortBy=relevance&sortOrder=descending&start=0&max_results=100)

[553] When Fusion Helps and When It Breaks: View-Aligned Robustness in Same-Source Financial Imaging

Rui Ma

Main category: cs.LG

TL;DR: Failed to fetch paper summary due to HTTP 429 error (rate limiting)

DetailsMotivation: Unable to determine motivation due to fetch failure

Method: Unable to determine method due to fetch failure

Result: Unable to determine results due to fetch failure

Conclusion: Unable to determine conclusion due to fetch failure

Abstract: Failed to fetch summary for 2602.11020: Page request resulted in HTTP 429 (https://export.arxiv.org/api/query?search_query=&id_list=2602.11020&sortBy=relevance&sortOrder=descending&start=0&max_results=100)

[554] Optimizer choice matters for the emergence of Neural Collapse

Jim Zhao, Tin Sum Cheng, Wojciech Masarczyk, Aurelien Lucchi

Main category: cs.LG

TL;DR: Unable to fetch paper details due to HTTP 429 error (rate limiting)

DetailsMotivation: Cannot determine motivation as paper content is unavailable

Method: Cannot determine method as paper content is unavailable

Result: Cannot determine results as paper content is unavailable

Conclusion: Cannot draw conclusions as paper content is unavailable

Abstract: Failed to fetch summary for 2602.16642: Page request resulted in HTTP 429 (https://export.arxiv.org/api/query?search_query=&id_list=2602.16642&sortBy=relevance&sortOrder=descending&start=0&max_results=100)

[555] Quad Length Codes for Lossless Compression of e4m3

Aditya Agrawal, Albert Magyar, Hiteshwar Eswaraiah, Patrick Sheridan, Pradeep Janedula, Ravi Krishnan Venkatesan, Krishna Nair, Ravi Iyer

Main category: cs.LG

TL;DR: Failed to fetch paper summary due to HTTP 429 error (rate limiting)

DetailsMotivation: Unable to determine motivation due to fetch failure

Method: Unable to determine method due to fetch failure

Result: Unable to determine results due to fetch failure

Conclusion: Unable to determine conclusion due to fetch failure

Abstract: Failed to fetch summary for 2602.17849: Page request resulted in HTTP 429 (https://export.arxiv.org/api/query?search_query=&id_list=2602.17849&sortBy=relevance&sortOrder=descending&start=0&max_results=100)

[556] Training-Free Generative Modeling via Kernelized Stochastic Interpolants

Florentin Coeurdoux, Etienne Lempereur, Nathanaël Cuvelle-Magar, Thomas Eboli, Stéphane Mallat, Anastasia Borovykh, Eric Vanden-Eijnden

Main category: cs.LG

TL;DR: Failed to fetch paper summary due to HTTP 429 error (rate limiting) - unable to analyze content

DetailsMotivation: Cannot determine motivation as paper content is unavailable due to API rate limiting

Method: Cannot determine method as paper content is unavailable due to API rate limiting

Result: Cannot determine results as paper content is unavailable due to API rate limiting

Conclusion: Cannot determine conclusion as paper content is unavailable due to API rate limiting

Abstract: Failed to fetch summary for 2602.20070: Page request resulted in HTTP 429 (https://export.arxiv.org/api/query?search_query=&id_list=2602.20070&sortBy=relevance&sortOrder=descending&start=0&max_results=100)

[557] QuantVLA: Scale-Calibrated Post-Training Quantization for Vision-Language-Action Models

Jingxuan Zhang, Yunta Hsieh, Zhongwei Wan, Haokun Lin, Xin Wang, Ziqi Wang, Yingtie Lei, Mi Zhang

Main category: cs.LG

TL;DR: Failed to fetch paper summary due to HTTP 429 error (rate limiting) when querying arXiv API

DetailsMotivation: Unable to determine motivation as paper content could not be retrieved due to API rate limiting

Method: No method information available - arXiv API request resulted in HTTP 429 error

Result: No results available - paper content could not be fetched

Conclusion: Cannot draw conclusions about paper content due to technical limitations in accessing the abstract

Abstract: Failed to fetch summary for 2602.20309: Page request resulted in HTTP 429 (https://export.arxiv.org/api/query?search_query=&id_list=2602.20309&sortBy=relevance&sortOrder=descending&start=0&max_results=100)

[558] WeirNet: A Large-Scale 3D CFD Benchmark for Geometric Surrogate Modeling of Piano Key Weirs

Lisa Lüddecke, Michael Hohmann, Sebastian Eilermann, Jan Tillmann-Mumm, Pezhman Pourabdollah, Mario Oertel, Oliver Niggemann

Main category: cs.LG

TL;DR: Unable to fetch paper summary due to HTTP 429 error (rate limiting)

DetailsMotivation: Cannot determine motivation without access to paper content

Method: Cannot determine method without access to paper content

Result: Cannot determine results without access to paper content

Conclusion: Cannot determine conclusion without access to paper content

Abstract: Failed to fetch summary for 2602.20714: Page request resulted in HTTP 429 (https://export.arxiv.org/api/query?search_query=&id_list=2602.20714&sortBy=relevance&sortOrder=descending&start=0&max_results=100)

[559] Private Blind Model Averaging - Distributed, Non-interactive, and Convergent

Moritz Kirschte, Sebastian Meiser, Saman Ardalan, Esfandiar Mohammadi

Main category: cs.LG

TL;DR: Unable to fetch paper summary due to HTTP 429 error (rate limiting)

DetailsMotivation: Cannot determine motivation due to failed paper fetch

Method: Cannot determine method due to failed paper fetch

Result: Cannot determine results due to failed paper fetch

Conclusion: Cannot draw conclusions due to failed paper fetch

Abstract: Failed to fetch summary for 2211.02003: Page request resulted in HTTP 429 (https://export.arxiv.org/api/query?search_query=&id_list=2211.02003&sortBy=relevance&sortOrder=descending&start=0&max_results=100)

[560] Incentive-Aware Synthetic Control: Accurate Counterfactual Estimation via Incentivized Exploration

Daniel Ngo, Keegan Harris, Anish Agarwal, Vasilis Syrgkanis, Zhiwei Steven Wu

Main category: cs.LG

TL;DR: Unable to analyze paper 2312.16307 due to HTTP 429 error when fetching abstract from arXiv API

DetailsMotivation: Cannot determine motivation as abstract content is unavailable due to API rate limiting

Method: Cannot determine method as abstract content is unavailable due to API rate limiting

Result: Cannot determine results as abstract content is unavailable due to API rate limiting

Conclusion: Cannot draw conclusions as abstract content is unavailable due to API rate limiting

Abstract: Failed to fetch summary for 2312.16307: Page request resulted in HTTP 429 (https://export.arxiv.org/api/query?search_query=&id_list=2312.16307&sortBy=relevance&sortOrder=descending&start=0&max_results=100)

[561] Overparameterized Multiple Linear Regression as Hyper-Curve Fitting

E. Atza, N. Budko

Main category: cs.LG

TL;DR: Failed to fetch paper summary due to HTTP 429 error (rate limiting) from arXiv API

DetailsMotivation: Unable to determine motivation as paper content could not be retrieved

Method: Unable to determine method as paper content could not be retrieved

Result: Unable to determine results as paper content could not be retrieved

Conclusion: Unable to determine conclusion as paper content could not be retrieved

Abstract: Failed to fetch summary for 2404.07849: Page request resulted in HTTP 429 (https://export.arxiv.org/api/query?search_query=&id_list=2404.07849&sortBy=relevance&sortOrder=descending&start=0&max_results=100)

[562] MPC of Uncertain Nonlinear Systems with Meta-Learning for Fast Adaptation of Neural Predictive Models

Jiaqi Yan, Ankush Chakrabarty, Alisa Rupenyan, John Lygeros

Main category: cs.LG

TL;DR: Unable to fetch paper summary due to HTTP 429 error (rate limiting). The paper ID 2404.12097 exists but cannot be retrieved at this time.

DetailsMotivation: Cannot determine motivation without access to the paper content.

Method: Cannot determine method without access to the paper content.

Result: Cannot determine results without access to the paper content.

Conclusion: Cannot determine conclusion without access to the paper content.

Abstract: Failed to fetch summary for 2404.12097: Page request resulted in HTTP 429 (https://export.arxiv.org/api/query?search_query=&id_list=2404.12097&sortBy=relevance&sortOrder=descending&start=0&max_results=100)

[563] Quantum feedback control with a transformer neural network architecture

Pranav Vaidhyanathan, Florian Marquardt, Mark T. Mitchison, Natalia Ares

Main category: cs.LG

TL;DR: Paper 2411.19253 could not be analyzed due to HTTP 429 error (rate limiting) when attempting to fetch the abstract from arXiv API

DetailsMotivation: Unable to determine motivation due to technical error in accessing paper content

Method: Unable to determine method due to technical error in accessing paper content

Result: Unable to determine results due to technical error in accessing paper content

Conclusion: Unable to determine conclusion due to technical error in accessing paper content

Abstract: Failed to fetch summary for 2411.19253: Page request resulted in HTTP 429 (https://export.arxiv.org/api/query?search_query=&id_list=2411.19253&sortBy=relevance&sortOrder=descending&start=0&max_results=100)

[564] A Distributional Treatment of Real2Sim2Real for Object-Centric Agent Adaptation in Vision-Driven Deformable Linear Object Manipulation

Georgios Kamaras, Subramanian Ramamoorthy

Main category: cs.LG

TL;DR: Failed to fetch paper summary due to HTTP 429 error (rate limiting)

DetailsMotivation: Unable to determine motivation due to access error

Method: Unable to determine method due to access error

Result: Unable to determine results due to access error

Conclusion: Unable to draw conclusions due to access error

Abstract: Failed to fetch summary for 2502.18615: Page request resulted in HTTP 429 (https://export.arxiv.org/api/query?search_query=&id_list=2502.18615&sortBy=relevance&sortOrder=descending&start=0&max_results=100)

[565] High-Fidelity And Complex Test Data Generation For Google SQL Code Generation Services

Shivasankari Kannan, Yeounoh Chung, Amita Gondi, Tristan Swadell, Fatma Ozcan

Main category: cs.LG

TL;DR: Unable to fetch paper summary due to HTTP 429 error (rate limiting)

DetailsMotivation: Cannot determine motivation without paper content

Method: Cannot determine method without paper content

Result: Cannot determine results without paper content

Conclusion: Cannot determine conclusion without paper content

Abstract: Failed to fetch summary for 2504.17203: Page request resulted in HTTP 429 (https://export.arxiv.org/api/query?search_query=&id_list=2504.17203&sortBy=relevance&sortOrder=descending&start=0&max_results=100)

[566] Hyperbolic recurrent neural network as the first type of non-Euclidean neural quantum state ansatz

H. L. Dao

Main category: cs.LG

TL;DR: Failed to fetch paper summary due to HTTP 429 error (rate limiting)

DetailsMotivation: Unable to determine motivation due to failed paper fetch

Method: Unable to determine method due to failed paper fetch

Result: Unable to determine results due to failed paper fetch

Conclusion: Unable to draw conclusions due to failed paper fetch

Abstract: Failed to fetch summary for 2505.22083: Page request resulted in HTTP 429 (https://export.arxiv.org/api/query?search_query=&id_list=2505.22083&sortBy=relevance&sortOrder=descending&start=0&max_results=100)

[567] Highly Efficient and Effective LLMs with Multi-Boolean Architectures

Ba-Hien Tran, Van Minh Nguyen

Main category: cs.LG

TL;DR: Failed to fetch paper summary due to HTTP 429 error (rate limiting)

DetailsMotivation: Unable to determine motivation due to fetch failure

Method: Unable to determine method due to fetch failure

Result: Unable to determine results due to fetch failure

Conclusion: Unable to determine conclusion due to fetch failure

Abstract: Failed to fetch summary for 2505.22811: Page request resulted in HTTP 429 (https://export.arxiv.org/api/query?search_query=&id_list=2505.22811&sortBy=relevance&sortOrder=descending&start=0&max_results=100)

Aloni Cohen

Main category: cs.LG

TL;DR: Unable to fetch paper summary due to HTTP 429 error (rate limiting)

DetailsMotivation: Cannot determine motivation without access to paper content

Method: Cannot determine method without access to paper content

Result: Cannot determine results without access to paper content

Conclusion: Cannot draw conclusions without access to paper content

Abstract: Failed to fetch summary for 2506.19881: Page request resulted in HTTP 429 (https://export.arxiv.org/api/query?search_query=&id_list=2506.19881&sortBy=relevance&sortOrder=descending&start=0&max_results=100)

[569] Synthetic vs. Real Training Data for Visual Navigation

Lauri Suomela, Sasanka Kuruppu Arachchige, German F. Torres, Harry Edelman, Joni-Kristian Kämäräinen

Main category: cs.LG

TL;DR: Failed to fetch paper summary due to HTTP 429 error (rate limiting)

DetailsMotivation: Unable to determine motivation due to fetch failure

Method: Unable to determine method due to fetch failure

Result: Unable to determine results due to fetch failure

Conclusion: Unable to determine conclusion due to fetch failure

Abstract: Failed to fetch summary for 2509.11791: Page request resulted in HTTP 429 (https://export.arxiv.org/api/query?search_query=&id_list=2509.11791&sortBy=relevance&sortOrder=descending&start=0&max_results=100)

[570] Minimax Rates for Learning Pairwise Interactions in Attention-Style Models

Shai Zucker, Xiong Wang, Fei Lu, Inbar Seroussi

Main category: cs.LG

TL;DR: Failed to fetch paper summary due to HTTP 429 error (rate limiting)

DetailsMotivation: Unable to determine motivation due to technical error in fetching paper content

Method: Unable to determine method due to technical error in fetching paper content

Result: Unable to determine results due to technical error in fetching paper content

Conclusion: Unable to draw conclusions due to technical error in fetching paper content

Abstract: Failed to fetch summary for 2510.11789: Page request resulted in HTTP 429 (https://export.arxiv.org/api/query?search_query=&id_list=2510.11789&sortBy=relevance&sortOrder=descending&start=0&max_results=100)

[571] Multimodal Datasets with Controllable Mutual Information

Raheem Karim Hashmani, Garrett W. Merz, Helen Qu, Mariel Pettee, Kyle Cranmer

Main category: cs.LG

TL;DR: Failed to fetch paper summary due to HTTP 429 error (rate limiting)

DetailsMotivation: Unable to determine motivation due to fetch failure

Method: Unable to determine method due to fetch failure

Result: Unable to determine results due to fetch failure

Conclusion: Unable to determine conclusion due to fetch failure

Abstract: Failed to fetch summary for 2510.21686: Page request resulted in HTTP 429 (https://export.arxiv.org/api/query?search_query=&id_list=2510.21686&sortBy=relevance&sortOrder=descending&start=0&max_results=100)

[572] Massive Memorization with Hundreds of Trillions of Parameters for Sequential Transducer Generative Recommenders

Zhimin Chen, Chenyu Zhao, Ka Chun Mo, Yunjiang Jiang, Jane H. Lee, Khushhall Chandra Mahajan, Ning Jiang, Kai Ren, Jinhui Li, Wen-Yun Yang

Main category: cs.LG

TL;DR: Unable to fetch paper summary due to HTTP 429 error (rate limiting)

DetailsMotivation: Cannot determine motivation without access to paper content

Method: Cannot determine method without access to paper content

Result: Cannot determine results without access to paper content

Conclusion: Cannot draw conclusions without access to paper content

Abstract: Failed to fetch summary for 2510.22049: Page request resulted in HTTP 429 (https://export.arxiv.org/api/query?search_query=&id_list=2510.22049&sortBy=relevance&sortOrder=descending&start=0&max_results=100)

[573] Heuristic Adaptation of Potentially Misspecified Domain Support for Likelihood-Free Inference in Stochastic Dynamical Systems

Georgios Kamaras, Craig Innes, Subramanian Ramamoorthy

Main category: cs.LG

TL;DR: Unable to fetch paper summary due to HTTP 429 error (rate limiting)

DetailsMotivation: Cannot determine motivation as paper content is unavailable due to server rate limiting

Method: Cannot determine method as paper content is unavailable

Result: Cannot determine results as paper content is unavailable

Conclusion: Cannot draw conclusions about the paper due to unavailability of content

Abstract: Failed to fetch summary for 2510.26656: Page request resulted in HTTP 429 (https://export.arxiv.org/api/query?search_query=&id_list=2510.26656&sortBy=relevance&sortOrder=descending&start=0&max_results=100)

[574] Nonstabilizerness Estimation using Graph Neural Networks

Vincenzo Lipardi, Domenica Dibenedetto, Georgios Stamoulis, Evert van Nieuwenburg, Mark H.M. Winands

Main category: cs.LG

TL;DR: Paper analysis unavailable due to HTTP 429 error when fetching abstract from arXiv

DetailsMotivation: Unable to determine motivation due to abstract fetch failure

Method: Unable to determine method due to abstract fetch failure

Result: Unable to determine results due to abstract fetch failure

Conclusion: Unable to draw conclusions due to abstract fetch failure

Abstract: Failed to fetch summary for 2511.23224: Page request resulted in HTTP 429 (https://export.arxiv.org/api/query?search_query=&id_list=2511.23224&sortBy=relevance&sortOrder=descending&start=0&max_results=100)

[575] Convergence of the generalization error for deep gradient flow methods for PDEs

Chenguang Liu, Antonis Papapantoleon, Jasper Rou

Main category: cs.LG

TL;DR: Failed to fetch paper summary - HTTP 429 error (rate limiting)

DetailsMotivation: Unable to determine motivation due to fetch failure

Method: Unable to determine method due to fetch failure

Result: Unable to determine results due to fetch failure

Conclusion: Unable to determine conclusion due to fetch failure

Abstract: Failed to fetch summary for 2512.25017: Page request resulted in HTTP 429 (https://export.arxiv.org/api/query?search_query=&id_list=2512.25017&sortBy=relevance&sortOrder=descending&start=0&max_results=100)

[576] Empirically Understanding the Value of Prediction in Allocation

Unai Fischer-Abaigar, Emily Aiken, Christoph Kern, Juan Carlos Perdomo

Main category: cs.LG

TL;DR: Failed to fetch paper summary due to HTTP 429 error (rate limiting)

DetailsMotivation: Unable to determine motivation due to fetch failure

Method: Unable to determine method due to fetch failure

Result: Unable to determine results due to fetch failure

Conclusion: Unable to determine conclusion due to fetch failure

Abstract: Failed to fetch summary for 2602.08786: Page request resulted in HTTP 429 (https://export.arxiv.org/api/query?search_query=&id_list=2602.08786&sortBy=relevance&sortOrder=descending&start=0&max_results=100)

[577] EExApp: GNN-Based Reinforcement Learning for Radio Unit Energy Optimization in 5G O-RAN

Jie Lu, Peihao Yan, Huacheng Zeng

Main category: cs.LG

TL;DR: Unable to fetch paper details due to HTTP 429 error (rate limiting) from arXiv API

DetailsMotivation: Cannot determine motivation as paper content is unavailable

Method: Cannot determine method as paper content is unavailable

Result: Cannot determine results as paper content is unavailable

Conclusion: Cannot draw conclusions about paper content due to access limitations

Abstract: Failed to fetch summary for 2602.09206: Page request resulted in HTTP 429 (https://export.arxiv.org/api/query?search_query=&id_list=2602.09206&sortBy=relevance&sortOrder=descending&start=0&max_results=100)

[578] From Classical to Quantum: Extending Prometheus for Unsupervised Discovery of Phase Transitions in Three Dimensions and Quantum Systems

Brandon Yee, Wilson Collins, Maximilian Rutkowski

Main category: cs.LG

TL;DR: Failed to fetch paper summary due to HTTP 429 error (rate limiting)

DetailsMotivation: Unable to determine motivation due to API rate limiting preventing access to paper details

Method: Unable to determine method due to API rate limiting preventing access to paper details

Result: Unable to determine results due to API rate limiting preventing access to paper details

Conclusion: Unable to determine conclusion due to API rate limiting preventing access to paper details

Abstract: Failed to fetch summary for 2602.14928: Page request resulted in HTTP 429 (https://export.arxiv.org/api/query?search_query=&id_list=2602.14928&sortBy=relevance&sortOrder=descending&start=0&max_results=100)

[579] Skill-Inject: Measuring Agent Vulnerability to Skill File Attacks

David Schmotz, Luca Beurer-Kellner, Sahar Abdelnabi, Maksym Andriushchenko

Main category: cs.LG

TL;DR: Unable to fetch paper summary due to HTTP 429 error (rate limiting)

DetailsMotivation: Cannot determine motivation as paper content is unavailable

Method: Cannot determine method as paper content is unavailable

Result: Cannot determine results as paper content is unavailable

Conclusion: Cannot determine conclusion as paper content is unavailable

Abstract: Failed to fetch summary for 2602.20156: Page request resulted in HTTP 429 (https://export.arxiv.org/api/query?search_query=&id_list=2602.20156&sortBy=relevance&sortOrder=descending&start=0&max_results=100)

cs.MA

[580] From Cooperation to Hierarchy: A Study of Dynamics of Hierarchy Emergence in a Multi-Agent System

Shanshan Mao, Peter Tino

Main category: cs.MA

TL;DR: Agent-based model shows hierarchical organization emerges from individual variation through local interactions, with mutation amplitude more critical than initial heterogeneity for stable hierarchy formation.

DetailsMotivation: To examine how individual variation generates information asymmetries that facilitate hierarchical organization in evolutionary systems, identifying minimal conditions for hierarchy emergence.

Method: Developed an agent-based model (ABM) to study hierarchy emergence in dynamic multi-agent systems, focusing on initial heterogeneity and mutation amplitude. Used Trophic Incoherence (TI) metric to quantify hierarchical organization in interaction networks.

Result: Small individual differences amplify through local interactions (reproduction, competition, cooperation). Hierarchical order is more sensitive to mutation amplitude than initial heterogeneity. Stable hierarchies emerge reliably only with sufficiently high mutation amplitude, while initial heterogeneity affects early formation rather than long-term persistence.

Conclusion: Simple interaction rules can give rise to both emergence and persistence of hierarchical organization, providing quantitative account of how structured inequality develops from initially homogeneous populations.

Abstract: A central premise in evolutionary biology is that individual variation can generate information asymmetries that facilitate the emergence of hierarchical organisation. To examine this process, we develop an agent-based model (ABM) to identify the minimal conditions under which hierarchy arises in dynamic multi-agent systems, focusing on the roles of initial heterogeneity and mutation amplitude across generations. Hierarchical organisation is quantified using the Trophic Incoherence (TI) metric, which captures directional asymmetries in interaction networks. Our results show that even small individual differences can be amplified through repeated local interactions involving reproduction, competition, and cooperation, but that hierarchical order is markedly more sensitive to mutation amplitude than to initial heterogeneity. Across repeated trials, stable hierarchies reliably emerge only when mutation amplitude is sufficiently high, while initial heterogeneity primarily affects early formation rather than long-term persistence. Overall, these findings demonstrate how simple interaction rules can give rise to both the emergence and persistence of hierarchical organisation, providing a quantitative account of how structured inequality can develop from initially homogeneous populations.

[581] Pancake: Hierarchical Memory System for Multi-Agent LLM Serving

Zhengding Hu, Zaifeng Pan, Prabhleen Kaur, Vibha Murthy, Zhongkai Yu, Yue Guan, Zhen Wang, Steven Swanson, Yufei Ding

Main category: cs.MA

TL;DR: Pancake: A multi-tier agentic memory system for LLM serving that addresses ANN search challenges through caching, coordination, and GPU-CPU acceleration.

DetailsMotivation: Address core challenges in agentic memory management for LLM serving where large-scale storage, frequent updates, and multiple coexisting agents create complex and expensive approximate nearest neighbor (ANN) search problems.

Method: Presents Pancake with three key techniques: (1) multi-level index caching for single agents, (2) coordinated index management across multiple agents, and (3) collaborative GPU-CPU acceleration. Provides easy-to-use interface compatible with existing frameworks.

Result: Experiments on realistic agent workloads show Pancake substantially outperforms existing frameworks, achieving more than 4.29x end-to-end throughput improvement.

Conclusion: Pancake effectively solves agentic memory management challenges in LLM serving through its multi-tier architecture and optimization techniques.

Abstract: In this work, we identify and address the core challenges of agentic memory management in LLM serving, where large-scale storage, frequent updates, and multiple coexisting agents jointly introduce complex and high-cost approximate nearest neighbor (ANN) searching problems. We present Pancake, a multi-tier agentic memory system that unifies three key techniques: (i) multi-level index caching for single agents, (ii) coordinated index management across multiple agents, and (iii) collaborative GPU-CPU acceleration. Pancake exposes easy-to-use interface that can be integrated into memory-based agents like Mem-GPT, and is compatible with agentic frameworks such as LangChain and LlamaIndex. Experiments on realistic agent workloads show that Pancake substantially outperforms existing frameworks, achieving more than 4.29x end-to-end throughput improvement.

[582] Using Feasible Action-Space Reduction by Groups to fill Causal Responsibility Gaps in Spatial Interactions

Vassil Guenov, Ashwin George, Arkady Zgonnikov, David A. Abbink, Luciano Cavalcante Siebert

Main category: cs.MA

TL;DR: Unable to fetch paper details due to HTTP 429 error (rate limiting)

DetailsMotivation: Cannot determine motivation without access to paper content

Method: Cannot determine method without access to paper content

Result: Cannot determine results without access to paper content

Conclusion: Cannot determine conclusion without access to paper content

Abstract: Failed to fetch summary for 2602.22041: Page request resulted in HTTP 429 (https://export.arxiv.org/api/query?search_query=&id_list=2602.22041&sortBy=relevance&sortOrder=descending&start=0&max_results=100)

[583] CodeCureAgent: Automatic Classification and Repair of Static Analysis Warnings

Pascal Joos, Islem Bouzenia, Michael Pradel

Main category: cs.MA

TL;DR: Unable to fetch paper summary due to HTTP 429 error (rate limiting) from arXiv API

DetailsMotivation: Cannot determine motivation as paper content is unavailable

Method: Cannot determine method as paper content is unavailable

Result: Cannot determine results as paper content is unavailable

Conclusion: Cannot draw conclusions without access to paper content

Abstract: Failed to fetch summary for 2509.11787: Page request resulted in HTTP 429 (https://export.arxiv.org/api/query?search_query=&id_list=2509.11787&sortBy=relevance&sortOrder=descending&start=0&max_results=100)

cs.MM

[584] A Generic Web Component for WebRTC Pub-Sub

Kundan Singh

Main category: cs.MM

TL;DR: video-io is a generic WebRTC web component using named stream abstraction for flexible media streaming beyond traditional video conferencing, with vendor-agnostic design

DetailsMotivation: Existing video conferencing services are limited to call/conference abstractions and vendor lock-in, preventing innovation and flexibility in web applications that need media streaming capabilities

Method: Developed a web component with named stream abstraction, extensive application interface, and service-specific connectors to decouple application logic from vendor-specific signaling and access control

Result: Successfully implemented connectors for ten different existing systems/services, enabling write-once-run-anywhere capability for web applications using media streaming

Conclusion: video-io provides a flexible, vendor-agnostic solution for WebRTC applications that promotes innovation by decoupling apps from hosted vendor services

Abstract: We present video-io, a generic web component to publish or subscribe to a media stream in WebRTC (web real-time communication) applications. Unlike a call or conference room abstraction of existing video conferencing services, it uses a named stream abstraction, which is useful in many scenarios beyond just a call or conference. It keeps most of the application logic in the endpoint using the extensive application interface of this component, and keeps any vendor specific access control or signaling negotiation in a service-specific connector implementation. This allows an app developer to write once, and be able to run the web app on different servers or services. We also demonstrate its flexibility by implementing the connector for ten different existing systems and services. Decoupling the app from the hosted vendor service promotes innovation in the endpoint beyond what a single vendor locked client app can offer.

[585] A 3D-Cascading Crossing Coupling Framework for Hyperchaotic Map Construction and Its Application to Color Image Encryption

Jilei Sun, Dianhong Wu

Main category: cs.MM

TL;DR: A 3D hyperchaotic map framework (3D-CCC) is proposed for constructing secure image encryption systems by cascading 1D chaotic maps, with demonstrated effectiveness in RGB image encryption.

DetailsMotivation: To develop a robust framework for constructing hyperchaotic systems that can be stably implemented in digital systems and applied to practical security applications like image encryption.

Method: Proposes a 3D-Cascading Crossing Coupling (3D-CCC) framework that cascades, crosses, and couples three 1D chaotic maps, avoids modulo-1 operations, and includes safeguards for stable digital implementation. A specific instantiation (3D-ILS) is created using ICMIC, Logistic, and Sine maps.

Result: The 3D-ILS system exhibits pronounced ergodicity and hyperchaotic dynamics. When applied to RGB image encryption, it achieves near-ideal entropy (7.9993), NPCR of 96.61%, UACI of 33.46%, and effective key space of 2^309.

Conclusion: The 3D-CCC framework is effective for hyperchaotic system design with practical applications in image encryption, demonstrating strong security performance.

Abstract: This paper focuses on hyperchaotic-map construction and proposes a 3D-Cascading Crossing Coupling framework (3D-CCC), which cascades, crosses, and couples three one-dimensional chaotic maps to form a three-dimensional hyperchaotic system. The framework avoids modulo-1 operations and introduces bounded-state and denominator safeguards for stable digital implementation. A general 3D-CCC formulation is established, and its derivative/Jacobian structure is analyzed to characterize multidirectional expansion. By instantiating ICMIC, Logistic, and Sine maps, a concrete system (3D-ILS) is derived. Phase portraits, bifurcation behavior, sensitivity tests, and Lyapunov-exponent analysis indicate pronounced ergodicity and hyperchaotic dynamics. As an application of the constructed map, a one-round RGB image-encryption scheme is developed using cross-channel bit mixing with joint permutation-diffusion. Under the reported settings, the cipher reaches near-ideal entropy (average 7.9993), NPCR of 96.61%, UACI of 33.46%, and an effective key space of about $2^{309}$. These results support the effectiveness of 3D-CCC as a practical framework for hyperchaotic-system design, with image encryption as one representative application.

[586] Chain-of-Thought Compression Should Not Be Blind: V-Skip for Efficient Multimodal Reasoning via Dual-Path Anchoring

Dongxu Zhang, Yiding Sun, Cheng Tan, Wenbiao Yan, Ning Yang, Jihua Zhu, Haijun Zhang

Main category: cs.MM

TL;DR: V-Skip accelerates multimodal reasoning by selectively pruning tokens while preserving visual information, addressing the “Visual Amnesia” problem in Chain-of-Thought compression.

DetailsMotivation: Current token compression methods for multimodal Chain-of-Thought reasoning fail because they apply text-centric metrics to multimodal contexts, causing "Visual Amnesia" where visually important tokens are erroneously pruned, leading to hallucinations.

Method: V-Skip reformulates token pruning as a Visual-Anchored Information Bottleneck optimization problem. It uses a dual-path gating mechanism that weighs token importance through both linguistic surprisal and cross-modal attention flow to preserve visually salient anchors.

Result: Achieves 2.9× speedup with negligible accuracy loss, preserves fine-grained visual details, and outperforms other baselines by over 30% on DocVQA benchmark.

Conclusion: V-Skip effectively addresses the Visual Amnesia problem in multimodal token compression, enabling efficient Chain-of-Thought reasoning while maintaining visual understanding capabilities.

Abstract: While Chain-of-Thought (CoT) reasoning significantly enhances the performance of Multimodal Large Language Models (MLLMs), its autoregressive nature incurs prohibitive latency constraints. Current efforts to mitigate this via token compression often fail by blindly applying text-centric metrics to multimodal contexts. We identify a critical failure mode termed Visual Amnesia, where linguistically redundant tokens are erroneously pruned, leading to hallucinations. To address this, we introduce V-Skip that reformulates token pruning as a Visual-Anchored Information Bottleneck (VA-IB) optimization problem. V-Skip employs a dual-path gating mechanism that weighs token importance through both linguistic surprisal and cross-modal attention flow, effectively rescuing visually salient anchors. Extensive experiments on Qwen2-VL and Llama-3.2 families demonstrate that V-Skip achieves a $2.9\times$ speedup with negligible accuracy loss. Specifically, it preserves fine-grained visual details, outperforming other baselines over 30% on the DocVQA.

eess.AS

[587] iMiGUE-Speech: A Spontaneous Speech Dataset for Affective Analysis

Sofoklis Kakouros, Fang Kang, Haoyu Chen

Main category: eess.AS

TL;DR: iMiGUE-Speech extends a spontaneous affective corpus with speech data, transcripts, and alignments for studying emotional states from real-world scenarios, enabling multimodal speech-gesture analysis.

DetailsMotivation: Existing emotional speech datasets rely on acted or lab-elicited emotions, lacking spontaneous affect from real situations. The authors aim to provide a dataset capturing natural emotional states from actual match outcomes, enabling study of spontaneous affective states.

Method: Extends the iMiGUE dataset with speech data, adding speech transcripts, speaker-role separation (interviewer/interviewee), and word-level forced alignments. Creates a multimodal resource that can be paired with existing micro-gesture annotations.

Result: Introduces iMiGUE-Speech dataset with two benchmark tasks: speech emotion recognition and transcript-based sentiment analysis. Uses state-of-the-art pre-trained representations to evaluate dataset’s ability to capture spontaneous affective states from acoustic and linguistic modalities.

Conclusion: iMiGUE-Speech provides a valuable resource for studying spontaneous affective states from both speech and text modalities, with potential for multimodal analysis when combined with gesture data, advancing research in natural emotion understanding.

Abstract: This work presents iMiGUE-Speech, an extension of the iMiGUE dataset that provides a spontaneous affective corpus for studying emotional and affective states. The new release focuses on speech and enriches the original dataset with additional metadata, including speech transcripts, speaker-role separation between interviewer and interviewee, and word-level forced alignments. Unlike existing emotional speech datasets that rely on acted or laboratory-elicited emotions, iMiGUE-Speech captures spontaneous affect arising naturally from real match outcomes. To demonstrate the utility of the dataset and establish initial benchmarks, we introduce two evaluation tasks for comparative assessment: speech emotion recognition and transcript-based sentiment analysis. These tasks leverage state-of-the-art pre-trained representations to assess the dataset’s ability to capture spontaneous affective states from both acoustic and linguistic modalities. iMiGUE-Speech can also be synchronously paired with micro-gesture annotations from the original iMiGUE dataset, forming a uniquely multimodal resource for studying speech-gesture affective dynamics. The extended dataset is available at https://github.com/CV-AC/imigue-speech.

[588] A Knowledge-Driven Approach to Music Segmentation, Music Source Separation and Cinematic Audio Source Separation

Chun-wei Ho, Sabato Marco Siniscalchi, Kai Li, Chin-Hui Lee

Main category: eess.AS

TL;DR: Knowledge-driven model-based audio segmentation using music scores/HMMs for source separation without pre-segmented training data

DetailsMotivation: To develop audio segmentation and source separation methods that leverage external knowledge sources (like music scores) rather than relying solely on annotated training data, enabling more autonomous learning from raw audio and related information.

Method: Proposes a knowledge-driven, model-based framework using hidden Markov models (HMMs) and music scores to segment audio into single-category and mixed-category chunks. The approach learns directly from input audio and related knowledge sources without pre-segmented training data.

Result: Score-guided learning achieves very good music segmentation and separation results on simulation data. On movie track data for cinematic audio source separation, using sound category knowledge achieves better separation results than data-driven techniques without such information.

Conclusion: Knowledge-driven approaches using external information sources like music scores can effectively guide audio segmentation and source separation, outperforming purely data-driven methods when such knowledge is available.

Abstract: We propose a knowledge-driven, model-based approach to segmenting audio into single-category and mixed-category chunks with applications to source separation. “Knowledge” here denotes information associated with the data, such as music scores. “Model” here refers to tool that can be used for audio segmentation and recognition, such as hidden Markov models. In contrast to conventional learning that often relies on annotated data with given segment categories and their corresponding boundaries to guide the learning process, the proposed framework does not depend on any pre-segmented training data and learns directly from the input audio and its related knowledge sources to build all necessary models autonomously. Evaluation on simulation data shows that score-guided learning achieves very good music segmentation and separation results. Tested on movie track data for cinematic audio source separation also shows that utilizing sound category knowledge achieves better separation results than those obtained with data-driven techniques without using such information.

[589] TG-ASR: Translation-Guided Learning with Parallel Gated Cross Attention for Low-Resource Automatic Speech Recognition

Cheng-Yeh Yang, Chien-Chun Wang, Li-Wei Chen, Hung-Shin Lee, Hsin-Min Wang, Berlin Chen

Main category: eess.AS

TL;DR: TG-ASR: A translation-guided ASR framework for low-resource Taiwanese Hokkien using multilingual translation embeddings and parallel gated cross-attention to improve speech recognition performance.

DetailsMotivation: Low-resource ASR faces challenges due to limited transcribed data for many languages. Taiwanese Hokkien exemplifies this problem with scarce transcriptions and mostly Mandarin subtitles available in TV dramas and online videos.

Method: Introduces TG-ASR framework with parallel gated cross-attention (PGCA) mechanism that adaptively integrates embeddings from auxiliary languages into ASR decoder, enabling cross-linguistic semantic guidance while ensuring stable optimization. Also presents YT-THDC corpus of 30-hour Taiwanese Hokkien drama speech with aligned Mandarin subtitles.

Result: Achieves 14.77% relative reduction in character error rate, identifies most effective auxiliary languages for enhancing ASR performance, demonstrates efficacy of translation-guided learning for underrepresented languages.

Conclusion: Translation-guided ASR framework effectively addresses low-resource ASR challenges for underrepresented languages like Taiwanese Hokkien, with PGCA mechanism enabling robust cross-linguistic guidance while minimizing interference.

Abstract: Low-resource automatic speech recognition (ASR) continues to pose significant challenges, primarily due to the limited availability of transcribed data for numerous languages. While a wealth of spoken content is accessible in television dramas and online videos, Taiwanese Hokkien exemplifies this issue, with transcriptions often being scarce and the majority of available subtitles provided only in Mandarin. To address this deficiency, we introduce TG-ASR for Taiwanese Hokkien drama speech recognition, a translation-guided ASR framework that utilizes multilingual translation embeddings to enhance recognition performance in low-resource environments. The framework is centered around the parallel gated cross-attention (PGCA) mechanism, which adaptively integrates embeddings from various auxiliary languages into the ASR decoder. This mechanism facilitates robust cross-linguistic semantic guidance while ensuring stable optimization and minimizing interference between languages. To support ongoing research initiatives, we present YT-THDC, a 30-hour corpus of Taiwanese Hokkien drama speech with aligned Mandarin subtitles and manually verified Taiwanese Hokkien transcriptions. Comprehensive experiments and analyses identify the auxiliary languages that most effectively enhance ASR performance, achieving a 14.77% relative reduction in character error rate and demonstrating the efficacy of translation-guided learning for underrepresented languages in practical applications.

[590] Discrete Optimal Transport and Voice Conversion

Anton Selitskiy, Maitreya Kocharekar

Main category: eess.AS

TL;DR: kDOT is a discrete optimal transport framework for voice conversion that uses barycentric projection in pretrained speech embedding space, improving distribution alignment and outperforming averaging-based methods while also demonstrating security implications for spoof detection.

DetailsMotivation: Current voice conversion methods like kNN-VC and SinkVC use averaging strategies, while MKL makes independence assumptions. These approaches may not optimally align source and target speaker embedding distributions, motivating a more principled optimal transport framework.

Method: kDOT employs discrete optimal transport with barycentric projection to construct transport maps between source and target speaker embedding distributions in pretrained speech embedding space, systematically analyzing factors like number of transported embeddings and utterance duration.

Result: Experiments on LibriSpeech show OT with barycentric projection consistently improves distribution alignment and outperforms averaging-based approaches in WER, MOS, and FAD metrics. Additionally, OT can transform spoofed speech to bypass state-of-the-art spoofing detectors.

Conclusion: Discrete optimal transport provides superior voice conversion performance while revealing important security vulnerabilities in spoof detection systems, demonstrating strong domain adaptation capabilities in embedding space.

Abstract: We propose kDOT, a discrete optimal transport (OT) framework for voice conversion (VC) operating in a pretrained speech embedding space. In contrast to the averaging strategies used in kNN-VC and SinkVC, and the independence assumption adopted in MKL, our method employs the barycentric projection of the discrete OT plan to construct a transport map between source and target speaker embedding distributions. We conduct a comprehensive ablation study over the number of transported embeddings and systematically analyze the impact of source and target utterance duration. Experiments on LibriSpeech demonstrate that OT with barycentric projection consistently improves distribution alignment and often outperforms averaging-based approaches in terms of WER, MOS, and FAD. Furthermore, we show that applying discrete OT as a post-processing step can transform spoofed speech into samples that are misclassified as bona fide by a state-of-the-art spoofing detector. This demonstrates the strong domain adaptation capability of OT in embedding space, while also revealing important security implications for spoof detection systems.

[591] Aligning Audio Captions with Human Preferences

Kartik Hegde, Rehana Mahfuz, Yinyi Guo, Erik Visser

Main category: eess.AS

TL;DR: RLHF-based audio captioning framework that aligns with human preferences using CLAP-based reward models, achieving comparable performance to supervised methods without ground-truth data.

DetailsMotivation: Current audio captioning relies on costly supervised learning with paired audio-caption data, which may not reflect human preferences in real-world scenarios. There's a need for methods that can align with human preferences without requiring expensive ground-truth annotations.

Method: Proposes a preference-aligned audio captioning framework using Reinforcement Learning from Human Feedback (RLHF). Trains a Contrastive Language-Audio Pretraining (CLAP) based reward model using human-labeled pairwise preference data, then integrates this reward model into an RL framework to fine-tune any baseline captioning system without ground-truth annotations.

Result: Extensive human evaluations across multiple datasets show the method produces captions preferred over baseline models, particularly when baselines fail to provide correct and natural captions. Achieves performance comparable to supervised approaches with ground-truth data.

Conclusion: The framework effectively aligns with human preferences and demonstrates scalability in real-world use, offering a promising alternative to supervised audio captioning that doesn’t require costly ground-truth annotations.

Abstract: Current audio captioning relies on supervised learning with paired audio-caption data, which is costly to curate and may not reflect human preferences in real-world scenarios. To address this, we propose a preference-aligned audio captioning framework based on Reinforcement Learning from Human Feedback (RLHF). To capture nuanced preferences, we train a Contrastive Language-Audio Pretraining (CLAP) based reward model using human-labeled pairwise preference data. This reward model is integrated into an RL framework to fine-tune any baseline captioning system without ground-truth annotations. Extensive human evaluations across multiple datasets show that our method produces captions preferred over baseline models, particularly when baselines fail to provide correct and natural captions. Furthermore, our framework achieves performance comparable to supervised approaches with ground-truth data, demonstrating effective alignment with human preferences and scalability in real-world use.

[592] MDM-ASR: Bridging Accuracy and Efficiency in ASR with Diffusion-Based Non-Autoregressive Decoding

Hao Yen, Pin-Jui Ku, Ante Jukić, Sabato Marco Siniscalchi

Main category: eess.AS

TL;DR: A non-autoregressive ASR framework using Masked Diffusion Models with iterative self-correction training and specialized sampling achieves competitive accuracy with parallel decoding efficiency.

DetailsMotivation: Autoregressive ASR models achieve strong accuracy but suffer from slow sequential decoding, while non-autoregressive models enable parallel decoding but with degraded performance. There's a need to bridge this gap.

Method: Proposes a non-autoregressive ASR framework using Masked Diffusion Models with a pre-trained speech encoder and Transformer diffusion decoder. Introduces Iterative Self-Correction Training to expose the model to its own predictions during training, and a Position-Biased Entropy-Bounded Confidence-based sampler with positional bias.

Result: Experiments across multiple benchmarks show consistent gains over prior non-autoregressive models and competitive performance with strong autoregressive baselines, while maintaining parallel decoding efficiency.

Conclusion: The proposed Masked Diffusion Model framework effectively bridges the performance gap between autoregressive and non-autoregressive ASR while retaining parallel decoding advantages.

Abstract: In sequence-to-sequence Transformer ASR, autoregressive (AR) models achieve strong accuracy but suffer from slow decoding, while non-autoregressive (NAR) models enable parallel decoding at the cost of degraded performance. We propose a principled NAR ASR framework based on Masked Diffusion Models to reduce this gap. A pre-trained speech encoder is coupled with a Transformer diffusion decoder conditioned on acoustic features and partially masked transcripts for parallel token prediction. To mitigate the training-inference mismatch, we introduce Iterative Self-Correction Training that exposes the model to its own intermediate predictions. We also design a Position-Biased Entropy-Bounded Confidence-based sampler with positional bias to further boost results. Experiments across multiple benchmarks demonstrate consistent gains over prior NAR models and competitive performance with strong AR baselines, while retaining parallel decoding efficiency.

eess.IV

[593] Perceptual Quality Optimization of Image Super-Resolution

Wei Zhou, Yixiao Li, Hadi Amirpour, Xiaoshuai Hao, Jiang Liu, Peng Wang, Hantao Liu

Main category: eess.IV

TL;DR: Efficient-PBAN is a perceptual super-resolution network that uses image-level quality prediction trained on human opinion scores to optimize SR for human-preferred quality, avoiding the fidelity-perception trade-off.

DetailsMotivation: Current SR methods face a trade-off between distortion-oriented fidelity and visual quality due to reliance on heuristic perceptual priors. The authors aim to explicitly optimize SR for human-preferred quality by learning from human opinion scores.

Method: Proposes Efficient Perceptual Bi-directional Attention Network (Efficient-PBAN) that predicts perceptual quality at image level (not patch-based). Trained on a self-constructed SR quality dataset with human opinion scores covering various SR methods. The learned metric is integrated as a differentiable perceptual loss for SR training.

Result: Extensive experiments show the approach delivers superior perceptual quality. The learned metric correlates strongly with subjective human judgments.

Conclusion: Efficient-PBAN successfully addresses the fidelity-perception trade-off in SR by learning from human opinion scores and enabling closed-loop alignment between reconstruction and perceptual assessment.

Abstract: Single-image super-resolution (SR) has achieved remarkable progress with deep learning, yet most approaches rely on distortion-oriented losses or heuristic perceptual priors, which often lead to a trade-off between fidelity and visual quality. To address this issue, we propose an \textit{Efficient Perceptual Bi-directional Attention Network (Efficient-PBAN)} that explicitly optimizes SR towards human-preferred quality. Unlike patch-based quality models, Efficient-PBAN avoids extensive patch sampling and enables efficient image-level perception. The proposed framework is trained on our self-constructed SR quality dataset that covers a wide range of state-of-the-art SR methods with corresponding human opinion scores. Using this dataset, Efficient-PBAN learns to predict perceptual quality in a way that correlates strongly with subjective judgments. The learned metric is further integrated into SR training as a differentiable perceptual loss, enabling closed-loop alignment between reconstruction and perceptual assessment. Extensive experiments demonstrate that our approach delivers superior perceptual quality. Code is publicly available at https://github.com/Lighting-YXLI/Efficient-PBAN.

[594] On Optimizing Image Codecs for VMAF NEG: Analysis, Issues, and a Robust Loss Proposal

Florian Fingscheidt, Alexander Karabutov, Panqi Jia, Elena Alshina, JÖrn Ostermann

Main category: eess.IV

TL;DR: VMAF NEG metric for video quality assessment is vulnerable to adversarial attacks during codec fine-tuning, requiring robust loss functions to maintain perceptual quality.

DetailsMotivation: VMAF metrics are popular for video coding due to high correlation with human perception, but they're vulnerable to adversarial attacks that can artificially inflate scores while degrading actual perceptual quality. VMAF NEG was designed to be more robust, but still has vulnerabilities that need addressing for reliable codec fine-tuning.

Method: 1) Analyze vulnerabilities of VMAF NEG towards adversarial attacks during codec fine-tuning; 2) Propose a robust loss function incorporating VMAF NEG for fine-tuning either encoder or decoder; 3) Provide perceptual evaluations to support quantitative results.

Result: Identified remaining vulnerabilities in VMAF NEG, developed robust loss functions that maintain VMAF NEG’s correlation with human perception while being resistant to adversarial attacks, and validated with both objective metrics and perceptual evaluations.

Conclusion: While VMAF NEG improves robustness over original VMAF, it still has vulnerabilities that can be exploited during codec fine-tuning. The proposed robust loss functions enable effective use of VMAF NEG’s perceptual correlation while maintaining attack resistance.

Abstract: The VMAF (video multi-method assessment fusion) metric for image and video coding recently gained more and more popularity as it is supposed to have a high correlation with human perception. This makes training and particularly fine-tuning of machine-learned codecs on this metric interesting. However, VMAF is shown to be attackable in a way that, e.g., unsharpening an image can lead to a gain in VMAF quality while decreasing the quality in human perception. A particular version of VMAF called VMAF NEG has been designed to be more robust against such attacks and therefore it should be more useful for fine-tuning of codecs. In this paper, our contributions are threefold. First, we identify and analyze the still existing vulnerability of VMAF NEG towards attacks, particulary towards the attack that consists in employing VMAF NEG for image codec fine-tuning. Second, to benefit from VMAF NEG’s high correlation with human perception, we propose a robust loss including VMAF NEG for fine-tuning either the encoder or the decoder. Third, we support our quantitative objective results by providing perceptive impressions of some image examples.

[595] RelA-Diffusion: Relativistic Adversarial Diffusion for Multi-Tracer PET Synthesis from Multi-Sequence MRI

Minhui Yu, Yongheng Sun, David S. Lalush, Jason P Mihalik, Pew-Thian Yap, Mingxia Liu

Main category: eess.IV

TL;DR: RelA-Diffusion: A relativistic adversarial diffusion framework for synthesizing multi-tracer PET images from multi-sequence MRI (T1-weighted + T2-FLAIR) to overcome limitations of routine multi-tracer PET acquisition.

DetailsMotivation: Multi-tracer PET is crucial for comprehensive neurological assessment but limited by high costs, radiation exposure, and restricted tracer availability. Existing deep learning methods for PET synthesis from MRI often struggle with fine-grained anatomical/pathological details, resulting in artifacts and unrealistic outputs.

Method: Proposes RelA-Diffusion framework that uses both T1-weighted and T2-FLAIR MRI as complementary inputs to capture richer structural information. Introduces gradient-penalized relativistic adversarial loss applied to intermediate clean predictions of the diffusion model, comparing real and generated images in a relative manner to encourage realistic local structures.

Result: Extensive experiments on two datasets demonstrate that RelA-Diffusion outperforms existing methods in both visual fidelity and quantitative metrics.

Conclusion: RelA-Diffusion shows potential for accurate synthesis of multi-tracer PET images, addressing limitations of current acquisition methods while improving synthesis quality through relativistic adversarial training and multi-sequence MRI inputs.

Abstract: Multi-tracer positron emission tomography (PET) provides critical insights into diverse neuropathological processes such as tau accumulation, neuroinflammation, and $β$-amyloid deposition in the brain, making it indispensable for comprehensive neurological assessment. However, routine acquisition of multi-tracer PET is limited by high costs, radiation exposure, and restricted tracer availability. Recent efforts have explored deep learning approaches for synthesizing PET images from structural MRI. While some methods rely solely on T1-weighted MRI, others incorporate additional sequences such as T2-FLAIR to improve pathological sensitivity. However, existing methods often struggle to capture fine-grained anatomical and pathological details, resulting in artifacts and unrealistic outputs. To this end, we propose RelA-Diffusion, a Relativistic Adversarial Diffusion framework for multi-tracer PET synthesis from multi-sequence MRI. By leveraging both T1-weighted and T2-FLAIR scans as complementary inputs, RelA-Diffusion captures richer structural information to guide image generation. To improve synthesis fidelity, we introduce a gradient-penalized relativistic adversarial loss to the intermediate clean predictions of the diffusion model. This loss compares real and generated images in a relative manner, encouraging the synthesis of more realistic local structures. Both the relativistic formulation and the gradient penalty contribute to stabilizing the training, while adversarial feedback at each diffusion timestep enables consistent refinement throughout the generation process. Extensive experiments on two datasets demonstrate that RelA-Diffusion outperforms existing methods in both visual fidelity and quantitative metrics, highlighting its potential for accurate synthesis of multi-tracer PET.

[596] Deep Unfolding Real-Time Super-Resolution Using Subpixel-Shift Twin Image and Convex Self-Similarity Prior

Chia-Hsiang Lin, Wei-Chih Liu, Yu-En Chiu, Jhao-Ting Lin

Main category: eess.IV

TL;DR: Unable to analyze paper 2602.21513 due to HTTP 429 error when fetching abstract from arXiv API

DetailsMotivation: Cannot determine motivation without access to the paper abstract

Method: Cannot determine method without access to the paper abstract

Result: Cannot determine results without access to the paper abstract

Conclusion: Cannot determine conclusion without access to the paper abstract

Abstract: Failed to fetch summary for 2602.21513: Page request resulted in HTTP 429 (https://export.arxiv.org/api/query?search_query=&id_list=2602.21513&sortBy=relevance&sortOrder=descending&start=0&max_results=100)

[597] Towards Object Segmentation Mask Selection Using Specular Reflections

Katja Kossira, Yunxuan Zhu, Jürgen Seiler, André Kaup

Main category: eess.IV

TL;DR: Unable to analyze paper 2602.21777 due to HTTP 429 error when fetching abstract from arXiv API

DetailsMotivation: Cannot determine motivation without access to the paper abstract

Method: Cannot determine method without access to the paper abstract

Result: Cannot determine results without access to the paper abstract

Conclusion: Cannot determine conclusion without access to the paper abstract

Abstract: Failed to fetch summary for 2602.21777: Page request resulted in HTTP 429 (https://export.arxiv.org/api/query?search_query=&id_list=2602.21777&sortBy=relevance&sortOrder=descending&start=0&max_results=100)

[598] MLICv2: Enhanced Multi-Reference Entropy Modeling for Learned Image Compression

Wei Jiang, Yongqi Zhai, Jiayu Yang, Feng Gao, Ronggang Wang

Main category: eess.IV

TL;DR: Unable to analyze paper 2504.19119 due to HTTP 429 error when fetching from arXiv API

DetailsMotivation: Cannot determine motivation without access to paper content

Method: Cannot determine method without access to paper content

Result: Cannot determine results without access to paper content

Conclusion: Cannot draw conclusions without access to paper content

Abstract: Failed to fetch summary for 2504.19119: Page request resulted in HTTP 429 (https://export.arxiv.org/api/query?search_query=&id_list=2504.19119&sortBy=relevance&sortOrder=descending&start=0&max_results=100)

[599] Domain Adaptation for Camera-Specific Image Characteristics using Shallow Discriminators

Maximiliane Gruber, Jürgen Seiler, André Kaup

Main category: eess.IV

TL;DR: Unable to fetch paper summary due to HTTP 429 error (rate limiting)

DetailsMotivation: Cannot determine motivation without access to paper content

Method: Cannot determine method without access to paper content

Result: Cannot determine results without access to paper content

Conclusion: Cannot determine conclusion without access to paper content

Abstract: Failed to fetch summary for 2511.10424: Page request resulted in HTTP 429 (https://export.arxiv.org/api/query?search_query=&id_list=2511.10424&sortBy=relevance&sortOrder=descending&start=0&max_results=100)

[600] Aligned Stable Inpainting: Mitigating Unwanted Object Insertion and Preserving Color Consistency

Yikai Wang, Junqiu Yu, Chenjie Cao, Xiangyang Xue, Yanwei Fu

Main category: eess.IV

TL;DR: Failed to fetch paper summary due to HTTP 429 error (rate limiting)

DetailsMotivation: Unable to determine motivation due to paper fetch failure

Method: Unable to determine method due to paper fetch failure

Result: Unable to determine results due to paper fetch failure

Conclusion: Unable to determine conclusion due to paper fetch failure

Abstract: Failed to fetch summary for 2601.15368: Page request resulted in HTTP 429 (https://export.arxiv.org/api/query?search_query=&id_list=2601.15368&sortBy=relevance&sortOrder=descending&start=0&max_results=100)

[601] Comparing Implicit Neural Representations and B-Splines for Continuous Function Fitting from Sparse Samples

Hongze Yu, Yun Jiang, Jeffrey A. Fessler

Main category: eess.IV

TL;DR: Unable to fetch paper details due to HTTP 429 error (rate limiting). The paper ID 2602.20535 suggests it’s from February 2025, but no content available for analysis.

DetailsMotivation: Cannot determine motivation without access to paper content.

Method: Cannot determine method without access to paper content.

Result: Cannot determine results without access to paper content.

Conclusion: Cannot draw conclusions without access to paper content.

Abstract: Failed to fetch summary for 2602.20535: Page request resulted in HTTP 429 (https://export.arxiv.org/api/query?search_query=&id_list=2602.20535&sortBy=relevance&sortOrder=descending&start=0&max_results=100)

Last updated: 2026-03-06
Built with Hugo, theme modified on Stack