Measuring Defi Risk
本文针对DeFi借贷风险问题,通过构建一个仅需总存款和借款数据的框架来评估系统整体风险,为投资者提供预警。
本文针对DeFi借贷风险问题,通过构建一个仅需总存款和借款数据的框架来评估系统整体风险,为投资者提供预警。
This study addresses performance bottlenecks of OpenVPN on resource-constrained Linksys WRT54GL routers. It systematically investigates the impact of encryption algorithms (AES-128, Blowfish, 3DES) and transport protocols (TCP/UDP) on throughput and round-trip time (RTT). Methodologically, it employs a $2^{5-1}$ fractional factorial design—the first such application in this context—to quantify main and interaction effects of five key factors. Empirical evaluation is conducted on DD-WRT firmware with OpenSSL-based OpenVPN configurations. Results demonstrate that cryptographic overhead is the dominant throughput bottleneck, with AES-128 achieving optimal trade-offs between security and efficiency; meanwhile, transport protocol selection governs RTT behavior, with UDP yielding significantly lower latency than TCP. This work establishes a reproducible experimental framework and provides empirical guidance for lightweight VPN deployment on embedded systems.
Deploying proprietary large language models (LLMs) on edge devices faces fundamental capability leakage risks: adversaries can bypass weight-protection mechanisms via advanced attacks such as fine-tuning, while existing trusted execution environment (TEE) solutions incur prohibitive communication and computational overhead, rendering them impractical for edge deployment. This paper proposes CoreGuard—the first lightweight, propagatable TEE-based authorization mechanism specifically designed to protect LLMs’ foundational capabilities (rather than task-specific parameters). CoreGuard achieves core capability isolation with minimal overhead through three key innovations: capability abstraction, lightweight authorization protocols, and in-TEE propagation control. Experimental evaluation demonstrates that CoreGuard delivers black-box–equivalent security, incurs less than 0.5% inference latency overhead, reduces TEE–CPU communication volume by 92%, and enables real-time edge deployment—thereby overcoming the critical bottleneck hindering TEE adoption for edge-hosted LLMs.
In decentralized execution for cooperative multi-agent reinforcement learning (MARL), mainstream decentralized policy gradient methods suffer from inherent suboptimality, preventing convergence to globally optimal policies. Method: We propose the Transformation-and-Distillation (TAD) framework, which equivalently reformulates a cooperative multi-agent MDP into a sequential single-agent MDP and employs policy distillation to recover decentralized execution. Contribution/Results: We theoretically prove that TAD guarantees learning of globally optimal policies in finite MDPs. Instantiating TAD with PPO, we develop TAD-PPO—incorporating MDP structural transformation, two-stage training, and value decomposition analysis. Empirical evaluation across diverse cooperative benchmarks demonstrates that TAD-PPO significantly outperforms state-of-the-art methods, achieving both theoretical global optimality guarantees and strong generalization capability.
This work addresses the proliferation of large language model (LLM) evaluation benchmarks, which has outpaced systematic assessment of their intrinsic quality. To this end, we propose Benchmark², a novel framework that establishes the first quantitative methodology for evaluating the reliability and validity of LLM benchmarks through three complementary metrics: cross-benchmark ranking consistency, discriminability score, and capability alignment bias. Empirical evaluation across 15 benchmarks and 11 LLMs demonstrates that Benchmark² not only reveals substantial quality disparities among existing benchmarks but also enables the construction of streamlined test sets that maintain high evaluative performance while significantly reducing assessment scale.
本文提出RRSI方法,通过约束进化候选提案和选择,解决LLM代理在自我改进过程中过拟合问题,提高其在不同任务中的表现。
Chronosphere通过自适应的空间时间镶嵌和局部基函数,解决了地理表示学习中环境过程复杂度建模的问题,提高了气候数据的时空表示能力。
本文提出动态争用解决框架(DCRSs),用于解决全动态环境下的打包问题,通过低调整策略实现对子模目标函数的优化。
FloatLib使用Lean 4开发了一个验证过的任意精度浮点数算术库,统一了多种格式和舍入规则,通过验证的软件后端保证正确性和效率。
本文提出Regret-Weighted Payoff Sampling方法,针对网络安全博弈中计算纳什均衡时的支付估计瓶颈问题,通过仅模拟对均衡敏感的状态并用替代模型填充其余部分来提高效率。