SearcharxivSearch

arXiv subjects

Ruihan Li

Publications and source records attributed to Ruihan Li.

3 recordsLinked to original sources

PACC: Propagation-Aware Channel Charting with Physics-Guided Metric Learning

Channel charting has emerged as a promising paradigm that maps high-dimensional channel state information into a low-dimensional latent space, facilitating tasks such as radio environment sensing and beam management. However, existing methods often rely on precise user locations or timestamp-based pseudo-labels, which are difficult to obtain in privacy-sensitive scenarios and rapidly varying wireless environments. To address these limitations, we propose propagation-aware channel charting with physics-guided metric learning (PACC), a location-free framework that constructs channel-domain supervision from propagation characteristics without requiring explicit geographic information. Specifically, PACC designs a propagation-aware dissimilarity metric that adapts to line-of-sight and non-line-of-sight propagation conditions, thereby preserving both local neighborhood relationships and the intrinsic geometry of the radio environment. Simulation results demonstrate that PACC consistently outperforms both classical dimensionality-reduction methods and state-of-the-art learning-based channel-charting approaches under diverse propagation conditions.

eess.SP

KnowHal: A Knowledge-Driven Benchmark for Comprehensive Multimodal Hallucination Evaluation

Hallucination remains a critical challenge for developing trustworthy Multimodal Large Language Models (MLLMs). While existing benchmarks mainly focus on entity, attribute, and relation hallucinations, knowledge-related failures are often investigated separately, lacking a unified evaluation framework across different hallucination dimensions. To overcome this, we propose \textbf{KnowHal}, a benchmark that explicitly incorporates knowledge hallucination into multimodal hallucination evaluation spanning four dimensions: entity, attribute, relation, and knowledge. KnowHal constructs paired positive and negative questions over shared images and entities, enabling controlled comparisons among perceptual errors, knowledge-related errors, and false-premise acceptance. The benchmark contains 1,800 samples across 10 domains and 50 categories, constructed through a semi-automated pipeline combining LLM assistance, CLIP-based filtering, and human verification. We evaluate 14 representative MLLMs on KnowHal and conduct extensive analyses. Results show that the knowledge dimension consistently presents the greatest challenge for nearly all evaluated models, while most models exhibit substantial performance degradation on negative questions, revealing limited robustness to false premises. By unifying four hallucination dimensions with paired question design, KnowHal addresses an important gap in existing evaluation frameworks and enables a more comprehensive assessment of hallucinations in MLLMs.

cs.AI

Asterinas: A Linux ABI-Compatible, Rust-Based Framekernel OS with a Small and Sound TCB

How can one build a feature-rich, general-purpose, Rust-based operating system (OS) with a minimal and sound Trusted Computing Base (TCB) for memory safety? Existing Rust-based OSes fall short due to their improper use of unsafe Rust in kernel development. To address this challenge, we propose a novel OS architecture called framekernel that realizes Rust's full potential to achieve intra-kernel privilege separation, ensuring TCB minimality and soundness. We present OSTD, a streamlined framework for safe Rust OS development, and Asterinas, a Linux ABI-compatible framekernel OS implemented entirely in safe Rust using OSTD. Supporting over 210 Linux system calls, Asterinas delivers performance on par with Linux, while maintaining a minimized, memory-safety TCB of only about 14.0% of the codebase. These results underscore the practicality and benefits of the framekernel architecture in building safe and efficient OSes.

cs.OS