y0news
AnalyticsDigestsSourcesTopicsRSSAICrypto
🤖All97,168🧠AI22,940⛓️Crypto17,363💎DeFi1,799🤖AI × Crypto1,480📰General53,586

AI × Crypto News Feed

Real-time AI-curated news from 97,169+ articles across 50+ sources. Sentiment analysis, importance scoring, and key takeaways — updated every 15 minutes.

97169 articles
AIBearisharXiv – CS AI · May 297/10
🧠

Token-Level Generalization in LoRA Adapter Backdoors: Attack Characterization and Behavioral Detection

Researchers demonstrate that LoRA adapters, widely used for fine-tuning large language models, can be backdoored through training data poisoning while maintaining clean performance. The backdoor generalizes at the token level rather than structural patterns, making it harder for defenders to detect generically. Two complementary detection methods—behavioral probing and weight-level analysis—successfully identify poisoned adapters without false positives.

AI × CryptoBearisharXiv – CS AI · May 297/10
🤖

Dissociative Identity: Language Model Agents Lack Grounding for Reputation Mechanisms

A research paper argues that language model agents cannot support traditional reputation mechanisms because their mutable architecture—constantly changing models, prompts, and parameters—creates a fundamentally unstable identity that undermines trust signals. The authors propose shifting from identity-based, retroactive governance systems to protocol-based behavioral controls that operate before agents act.

AIBearisharXiv – CS AI · May 297/10
🧠

How Reliable Are AI Attackers Against a Fixed Vulnerable Target? A 400-Run Empirical Study of LLM Penetration Testing Consistency

Researchers conducted 400 autonomous penetration testing runs across four LLM models against a fixed vulnerable target to measure attack consistency. Results show significant variation in exploitation success rates (25-85%) and distinctive failure modes per model, with Claude and Gemini 2.5 Flash-Lite substantially outperforming GPT-4o-mini and Qwen, raising critical questions about LLM reliability in security-critical autonomous operations.

🏢 Anthropic🧠 GPT-4🧠 Claude
AIBullisharXiv – CS AI · May 297/10
🧠

A Predictive Law for On-Policy Self-Distillation From World Feedback

Researchers identify a linear predictive relationship between initial performance gaps and final improvements in on-policy self-distillation (OPSD), a reinforcement learning technique that uses rich world feedback instead of scalar rewards. This predictive law enables practitioners to forecast OPSD outcomes before full training, potentially accelerating RL post-training development and scaling.

AIBullisharXiv – CS AI · May 297/10
🧠

No More K-means:Single-Stage Sparse Coding for Efficient Multi-Vector Retrieval

Researchers introduce Single-stage Sparse Retrieval (SSR), a new approach that replaces clustering-based compression with sparse autoencoders for multi-vector retrieval systems. The method achieves 15x faster indexing, 50% lower retrieval latency, and improved accuracy compared to ColBERTv2, addressing critical efficiency bottlenecks in large-scale information retrieval.

AIBearisharXiv – CS AI · May 297/10
🧠

Hijacking Agent Memory: Stealthy Trojan Attacks Through Conversational Interaction

Researchers present MemPoison, a novel attack that exploits vulnerabilities in large language model agents by injecting malicious information into their long-term memory through dialogue interactions. The attack achieves up to 95% success rates by using semantic bridges, entity masquerading, and embedding optimization to bypass modern selective memory mechanisms, revealing critical security gaps in autonomous AI systems.

AIBearisharXiv – CS AI · May 297/10
🧠

Audio Jailbreaks in Large Audio-Language Models: Taxonomy, Attack-Defense Analysis, and Cost-Aware Evaluation

Researchers have developed a comprehensive taxonomy of jailbreak attacks and defenses for Large Audio Language Models (LALMs), identifying vulnerabilities across semantic, acoustic, signal, and embedding layers. The study reveals that current defenses create tradeoffs between robustness and usability, highlighting the need for cost-aware safety evaluation beyond simple success-rate metrics.

AIBullisharXiv – CS AI · May 297/10
🧠

PARCEL: Pool-Anchored Resampling with Conditioned Elastic Queries for Efficient Vision-Language Understanding

Researchers introduce PARCEL, a new vision-language model architecture that reduces computational overhead during inference by dynamically balancing spatial pooling and query-based token compression. The approach outperforms existing methods across 27 benchmarks while maintaining flexibility to deploy at multiple computational budgets without retraining.

AIBearisharXiv – CS AI · May 297/10
🧠

Token Inflation: How Dishonest Providers Can Overcharge for Large Language Model Usage

Researchers demonstrate that LLM providers can systematically inflate token counts billed to users, with hidden reasoning tokens inflatable by up to 1,469% without detection. The core issue stems from a fundamental audit paradox: providers control both the tokenizer and execution, making verification impossible without independent verification mechanisms like trusted execution attestation or cryptographic proofs.

AIBullisharXiv – CS AI · May 297/10
🧠

CityGen: Structure-Guided City-Style Synthesis for Cross-City Autonomous Driving

Researchers introduce CityGen, a diffusion-based framework that enables autonomous driving systems to generalize across different cities without labeled training data. The approach uses HD-map guidance and visual prompts to synthesize city-specific driving scenarios, addressing a critical scalability challenge in deploying autonomous vehicles to new geographic regions.

AI × CryptoNeutralarXiv – CS AI · May 297/10
🤖

Agora: Toward Autonomous Bug Detection in Production-Level Consensus Protocols with LLM Agents

Researchers introduced Agora, a multi-agent LLM framework designed to detect deep logic bugs in consensus protocols used by blockchains and distributed systems. The system discovered 15 previously unknown protocol-level bugs in major implementations (Raft, EPaxos, HotStuff, BullShark) that existing LLM approaches failed to identify, demonstrating the effectiveness of domain-aware collaborative AI for protocol verification.

AIBullisharXiv – CS AI · May 297/10
🧠

Mitigating Hallucination in Vision-Language Models through Barrier-Regulated Adaptive Closed-form Steering

Researchers propose BRACS, a training-free framework that reduces hallucinations in vision-language models by monitoring visual grounding during text generation and applying adaptive corrections only when needed. The method achieves significant improvements on hallucination benchmarks while maintaining computational efficiency comparable to baseline decoding speeds.

AIBullisharXiv – CS AI · May 297/10
🧠

ESPO: Early-Stopping Proximal Policy Optimization

Researchers propose ESPO, an optimization technique that improves large language model training by detecting and terminating failed reasoning trajectories early rather than forcing completion. The method reduces computational waste by over 20% while achieving superior performance on mathematical reasoning benchmarks compared to standard PPO training.

AIBullisharXiv – CS AI · May 297/10
🧠

HARP: Hadamard-Preconditioned Adaptive Rotation Processor for Extreme LLM Quantization

Researchers introduce HARP, a learnable adaptive rotation processor that improves extreme low-bit quantization for large language models by replacing fixed Hadamard transforms with optimizable structured orthogonal processors. The technique maintains full-precision equivalence while achieving better perplexity and accuracy across 2-4 bit quantization settings on models up to 70B parameters, with deployment speeds competitive with standard approaches.

🏢 Perplexity
AIBullisharXiv – CS AI · May 297/10
🧠

Inferring Code Correctness from Specification

Researchers introduce TRAILS, a novel method for validating Large Language Model-generated code by grounding LLM reasoning in concrete input-output pairs derived from specifications. The approach demonstrates significant improvements in code correctness assessment, achieving up to 39% better performance than existing baselines while maintaining greater stability across multiple evaluation runs.

AIBullisharXiv – CS AI · May 297/10
🧠

Evolve as a Team: Collaborative Self-Evolution for LLM-based Multi-Agent Systems

Researchers introduce Meta-Team, an experience-driven framework that enables multi-agent LLM systems to collaboratively self-evolve by learning from their own execution failures. The system coordinates post-task communication among agents to identify and implement improvements across individual behaviors, inter-agent coordination, and team-level organization, demonstrating consistent performance gains across six benchmarks.

AIBullisharXiv – CS AI · May 297/10
🧠

COMET: Concept Space Dissection of the Modality Gap in Audio-Text Multimodal Contrastive Embeddings

Researchers introduce COMET, a PLS-SVD framework that analyzes the modality gap in Contrastive Language-Audio Pretraining (CLAP) models by decomposing embeddings into interpretable concepts. The study reveals that only a small subset of shared conceptual axes drives similarity computation, and proposes a training-free spectral truncation method that improves zero-shot audio captioning performance while reducing dimensionality.

AIBullisharXiv – CS AI · May 297/10
🧠

Overcoming Forgetting in LLM Fine-Tuning with Evolution Strategies

Researchers demonstrate that Evolution Strategies (ES) can effectively fine-tune large language models without catastrophic forgetting of prior tasks, contrary to recent concerns. By introducing Anchored Weight Decay (AWD), a regularization technique that constrains optimization toward initial parameters, the work shows ES-based continual learning is viable and computationally efficient compared to reinforcement learning approaches.

AIBullisharXiv – CS AI · May 297/10
🧠

VLA-Pro: Cross-Task Procedural Memory Transfer for Vision-Language-Action Models

Researchers introduce VLA-Pro, a framework that enhances vision-language-action models for robotics by storing and retrieving task-specific procedural memories during inference. The approach achieves dramatic performance gains—up to 207% improvement in simulation and raising real-world success rates from 5.8% to 65%—demonstrating significant progress in cross-task generalization for robotic manipulation.

AIBullisharXiv – CS AI · May 297/10
🧠

OccamToken: Efficient VLM Inference with Training-Free and Budget-Adaptive Token Pruning

Researchers introduce OccamToken, a training-free method for compressing vision-language models by pruning unnecessary visual tokens while maintaining accuracy. The approach reduces visual token sequences by 98.6% (from 2,880 to 40 tokens) on LLaVA-NeXT while preserving over 93% accuracy, addressing computational bottlenecks in VLM inference.

AIBearisharXiv – CS AI · May 297/10
🧠

SafeSearch: Automated Red-Teaming of LLM-Based Search Agents

Researchers introduce SafeSearch, an automated red-teaming framework that identifies critical vulnerabilities in LLM-based search agents by testing them against 300 adversarial cases spanning misinformation, prompt injection, and other risks. The study reveals that current search agents achieve attack success rates up to 90.5%, with common defenses like reminder prompting providing minimal protection.

🧠 GPT-4
AI × CryptoBullisharXiv – CS AI · May 297/10
🤖

Temporal Motif-aware Graph Test-time Adaptation for OOD Blockchain Anomaly Detection

Researchers propose TEMG-TTA, a novel machine learning framework combining temporal motif analysis with test-time adaptation to improve anomaly detection on blockchain networks. The approach addresses critical challenges in detecting evolving fraudulent transaction patterns and out-of-distribution anomalies, demonstrating 54.88% performance improvement over existing graph-based detection methods across five real-world datasets.

AIBullisharXiv – CS AI · May 297/10
🧠

LoopFM: Learning frOm HistOrical RePresentations of Foundation Model for Recommendation

LoopFM introduces a novel knowledge distillation framework that transfers rich intermediate representations from large foundation models to compact vertical models, achieving significant conversion improvements (0.5-1.22%) in industrial-scale systems by structuring FM embeddings as input features rather than relying on single scalar predictions.

← PrevPage 344 of 3887Next →
Filters
Sentiment
Importance
Sort
Stay Updated
Everything combined